-
Notifications
You must be signed in to change notification settings - Fork 126
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
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0 #402
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
3 times, most recently
from
April 29, 2023 10:46
2fe1fd9
to
7c5268f
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2 - autoclosed
May 1, 2023
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2 - autoclosed
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2
May 3, 2023
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.3
May 3, 2023
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
3 times, most recently
from
May 3, 2023 19:22
ba83998
to
cb1e732
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.3
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.4
May 3, 2023
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
May 3, 2023 23:16
cb1e732
to
931db2c
Compare
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
May 14, 2023 12:16
931db2c
to
c6a5a8a
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.4
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5
May 15, 2023
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
3 times, most recently
from
May 17, 2023 18:29
2ca0e7d
to
7388a43
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.7
May 31, 2023
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
3 times, most recently
from
June 6, 2023 17:26
d6f4b5b
to
0cf4e1c
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.7
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.10.0
Jun 7, 2023
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
2 times, most recently
from
June 13, 2023 18:57
fa2033f
to
7fb44e0
Compare
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
June 16, 2023 14:31
7fb44e0
to
a6b5907
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.10.0
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0
Jun 16, 2023
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
June 16, 2023 20:23
a6b5907
to
72353e4
Compare
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
2 times, most recently
from
July 11, 2023 12:25
72246ea
to
0b2ed9f
Compare
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
2 times, most recently
from
August 14, 2023 13:55
526229d
to
9d7a327
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
August 14, 2023 14:17
9d7a327
to
d0f4d00
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.9.2
->v2.11.0
Release Notes
onsi/ginkgo (github.com/onsi/ginkgo/v2)
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: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
d6bba86
]Maintenance
4a70a38
]97eda4d
]v2.10.0
Compare Source
2.10.0
Features
a782a77
]adds a new --tags flag to ginkgo generate
Fixes
548d78e
]Maintenance
2b76a5e
]v2.9.7
Compare Source
2.9.7
Fixes
07fc3a0
]v2.9.6
Compare Source
2.9.6
Fixes
0ac65de
]Maintenance
3e39231
]v2.9.5
Compare Source
2.9.5
Fixes
7fa0b6b
]Maintenance
9f9d8b9
]150e3f2
]0013b1a
]9e9e3e5
]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
903be81
]v2.9.3
Compare Source
2.9.3
Features
c0c77b6
]Fixes
227c662
]0de0e7c
]Maintenance
8b925ab
]e3795a4
]b453793
]73ed75b
]0a2bc64
]f41c557
]8e423e5
]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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.