Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module github.com/onsi/ginkgo/v2 to v2.21.0 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/onsi/ginkgo/v2 v2.9.1 -> v2.21.0 age adoption passing confidence

Release Notes

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.21.0

Compare Source

2.21.0

Features
  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]
Fixes
  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun
    [c2c4d3c]
Maintenance
  • bump various dependencies [7e65a00]

v2.20.2

Compare Source

2.20.2

Require Go 1.22+

Maintenance

v2.20.1

Compare Source

2.20.1

Fixes
  • make BeSpecEvent duration matcher more forgiving [d6f9640]

v2.20.0

Compare Source

2.20.0

Features
Maintenance
  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]

v2.19.1

Compare Source

2.19.1

Fixes
  • update supported platforms for race conditions [63c8c30]
  • [build] Allow custom name for binaries. [ff41e27]
Maintenance

v2.19.0

Compare Source

2.19.0

Features

Label Sets allow for more expressive and flexible label filtering.

v2.18.0

Compare Source

2.18.0

Features
  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]
Fixes
  • Fix table entry context edge case [42013d6]
Maintenance

v2.17.3

Compare Source

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

v2.17.2

Compare Source

2.17.2

Fixes
  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]
Maintenance

v2.17.1

Compare Source

2.17.1

Fixes
  • If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]

v2.17.0

Compare Source

2.17.0

Features
  • add --github-output for nicer output in github actions [e8a2056]
Maintenance

v2.16.0

Compare Source

2.16.0

Features
  • add SpecContext to reporting nodes
Fixes
Maintenance

v2.15.0

Compare Source

2.15.0

Features
  • JUnit reports now interpret Label(owner:X) and set owner to X. [8f3bd70]
  • include cancellation reason when cancelling spec context [96e915c]
Fixes
  • emit output of failed go tool cover invocation so users can try to debug things for themselves [c245d09]
  • fix outline when using nodot in ginkgo v2 [dca77c8]
  • Document areas where GinkgoT() behaves differently from testing.T [dbaf18f]
  • bugfix(docs): use Unsetenv instead of Clearenv (#​1337) [6f67a14]
Maintenance

v2.14.0

Compare Source

2.14.0

Features

You can now use GinkgoTB() when you need an instance of testing.TB to pass to a library.

Prior to this release table testing only supported generating individual Its for each test entry. DescribeTableSubtree extends table testing support to entire testing subtrees - under the hood DescrieTableSubtree generates a new container for each entry and invokes your function to fill our the container. See the docs to learn more.

Fixes
Maintenance

v2.13.2

Compare Source

2.13.2

Fixes

v2.13.1

Compare Source

2.13.1

Fixes
  • 1296 fix(precompiled test guite): exec bit check omitted on Windows (#​1301) [26eea01]

Maintenance

v2.13.0

Compare Source

2.13.0

Features

Add PreviewSpect() to enable programmatic preview access to the suite report (fixes #​1225)

v2.12.1

Compare Source

2.12.1

Fixes
Maintenance

v2.12.0

Compare Source

2.12.0

Features
  • feat: allow MustPassRepeatedly decorator to be set at suite level (#​1266) [05de518]
Fixes
Maintenance

Various chores/dependency bumps.

v2.11.0

Compare Source

2.11.0

In prior versions of Ginkgo specs the CLI filter flags (e.g. --focus, --label-filter) would override any programmatic focus. This behavior has proved surprising and confusing in at least the following ways:

  • users cannot combine programmatic filters and CLI filters to more efficiently select subsets of tests
  • CLI filters can override programmatic focus on CI systems resulting in an exit code of 0 despite the presence of (incorrectly!) committed focused specs.

Going forward Ginkgo will AND all programmatic and CLI filters. Moreover, the presence of any programmatic focused tests will always result in a non-zero exit code.

This change is technically a change in Ginkgo's external contract and may require some users to make changes to successfully adopt. Specifically: it's possible some users were intentionally using CLI filters to override programmatic focus. If this is you please open an issue so we can explore solutions to the underlying problem you are trying to solve.

Fixes
  • Programmatic focus is no longer overwrriten by CLI filters [d6bba86]
Maintenance

v2.10.0

Compare Source

2.10.0

Features
  • feat(ginkgo/generators): add --tags flag (#​1216) [a782a77]
    adds a new --tags flag to ginkgo generate
Fixes
Maintenance

v2.9.7

Compare Source

2.9.7

Fixes
  • fix race when multiple defercleanups are called in goroutines [07fc3a0]

v2.9.6

Compare Source

2.9.6

Fixes
Maintenance

v2.9.5

Compare Source

2.9.5

Fixes
  • ensure the correct deterministic sort order is produced when ordered specs are generated by a helper function [7fa0b6b]
Maintenance

v2.9.4

Compare Source

2.9.4

Fixes
  • fix hang with ginkgo -p (#​1192) [15d4bdc] - this addresses a long standing issue related to Ginkgo hanging when a child process spawned by the test does not exit.

  • fix: fail fast may cause Serial spec or cleanup Node interrupted (#​1178) [8dea88b] - prior to this there was a small gap in which specs on other processes might start even if one process has tried to abort the suite.

Maintenance
  • Document run order when multiple setup nodes are at the same nesting level [903be81]

v2.9.3

Compare Source

2.9.3

Features
  • Add RenderTimeline to GinkgoT() [c0c77b6]
Fixes
Maintenance

v2.9.2

Compare Source

2.9.2

Maintenance

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 24, 2023 13:13
@renovate renovate bot added dependencies Pull requests that update a dependency file gomod labels Apr 24, 2023
@github-actions
Copy link

github-actions bot commented Apr 24, 2023

Pull Request Test Coverage Report for Build 8198073990

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 5529374690: 0.0%
Covered Lines: 0
Relevant Lines: 261

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 0af5b96 to 08b29a3 Compare May 6, 2023 04:48
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.3 May 6, 2023
@github-actions github-actions bot added size/M and removed size/S labels May 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 08b29a3 to 2694cda Compare May 6, 2023 20:40
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.3 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.4 May 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 2694cda to cdcb094 Compare May 18, 2023 15:30
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.4 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5 May 18, 2023
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.7 Jun 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch 2 times, most recently from 92777b2 to 5caa2f3 Compare June 10, 2023 08:19
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.9.7 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.10.0 Jun 10, 2023
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.10.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 5caa2f3 to 5ff794b Compare June 20, 2023 23:57
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 5ff794b to b356575 Compare August 27, 2023 20:50
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.12.0 Aug 27, 2023
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.12.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1 Sep 23, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from b356575 to 4445131 Compare September 23, 2023 05:47
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 4445131 to 0644406 Compare October 13, 2023 05:04
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 0644406 to d2b4fb3 Compare November 14, 2023 23:28
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from d2b4fb3 to d8e565d Compare December 3, 2023 05:12
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.2 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from d8e565d to 6ab5c79 Compare January 16, 2024 02:41
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.13.2 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.14.0 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 6ab5c79 to 1e4f5a1 Compare January 21, 2024 05:27
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.14.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0 Jan 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 1e4f5a1 to 85ca045 Compare March 8, 2024 02:57
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.16.0 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 85ca045 to 184ce7a Compare March 23, 2024 11:50
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.16.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.0 Mar 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 184ce7a to 1f9e4bd Compare March 29, 2024 05:42
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1 Mar 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 1f9e4bd to 30c7d79 Compare May 1, 2024 05:34
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.2 May 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 30c7d79 to c56241e Compare May 10, 2024 20:59
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.2 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.3 May 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from c56241e to 101ea68 Compare May 26, 2024 04:57
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.3 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.18.0 May 26, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 101ea68 to e7b835c Compare May 28, 2024 20:27
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.18.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0 May 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from e7b835c to 2be63d1 Compare July 30, 2024 05:42
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.19.1 Jul 30, 2024
Copy link
Author

renovate bot commented Jul 30, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.2
github.com/go-logr/logr v1.2.3 -> v1.4.2
github.com/onsi/gomega v1.27.4 -> v1.34.2
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 -> v0.0.0-20241029153458-d1b30febd7db
golang.org/x/net v0.8.0 -> v0.30.0
golang.org/x/sys v0.6.0 -> v0.26.0
golang.org/x/term v0.6.0 -> v0.25.0
golang.org/x/text v0.8.0 -> v0.19.0
golang.org/x/tools v0.7.0 -> v0.26.0
google.golang.org/protobuf v1.28.1 -> v1.34.1

@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 2be63d1 to 2fb7d68 Compare August 11, 2024 05:48
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.19.1 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.20.0 Aug 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 2fb7d68 to 6fef06e Compare August 25, 2024 02:38
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.20.0 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.20.1 Aug 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 6fef06e to 488e586 Compare September 1, 2024 02:31
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.20.1 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.20.2 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 488e586 to 737e33f Compare September 13, 2024 05:37
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 737e33f to 1a12d91 Compare November 2, 2024 08:35
@renovate renovate bot changed the title chore(deps): update module github.com/onsi/ginkgo/v2 to v2.20.2 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.21.0 Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file gomod size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants