-
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.15.0 - autoclosed #455
Closed
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
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0
Oct 9, 2023
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
October 9, 2023 17:07
35723ae
to
c0bb885
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0 - autoclosed
Oct 23, 2023
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0 - autoclosed
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0
Oct 23, 2023
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
2 times, most recently
from
October 23, 2023 17:58
6cf9697
to
72e6599
Compare
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
November 1, 2023 20:11
72e6599
to
51138bc
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1
Nov 10, 2023
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
November 10, 2023 16:56
51138bc
to
2f95b7f
Compare
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
November 28, 2023 15:31
2f95b7f
to
ecc5870
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.2
Nov 29, 2023
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
4 times, most recently
from
December 1, 2023 21:05
7894af9
to
5368f08
Compare
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
10 times, most recently
from
December 15, 2023 20:30
d34e415
to
44f669c
Compare
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
December 18, 2023 19:51
44f669c
to
5425e48
Compare
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
3 times, most recently
from
January 9, 2024 01:54
765261b
to
7a155cb
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.2
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.14.0
Jan 11, 2024
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
2 times, most recently
from
January 17, 2024 20:36
544a5b8
to
adf08bf
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.14.0
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0
Jan 18, 2024
renovate
bot
force-pushed
the
renovate/github.com-onsi-ginkgo-v2-2.x
branch
from
January 18, 2024 02:03
adf08bf
to
0a94cef
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
January 26, 2024 08:43
0a94cef
to
e425649
Compare
renovate
bot
changed the title
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0 - autoclosed
Jan 26, 2024
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.13.0
->v2.15.0
Release Notes
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.15.0
Compare Source
2.15.0
Features
8f3bd70
]96e915c
]Fixes
c245d09
]dca77c8
]dbaf18f
]6f67a14
]Maintenance
4fcd0b3
]v2.14.0
Compare Source
2.14.0
Features
You can now use
GinkgoTB()
when you need an instance oftesting.TB
to pass to a library.Prior to this release table testing only supported generating individual
It
s for each test entry.DescribeTableSubtree
extends table testing support to entire testing subtrees - under the hoodDescrieTableSubtree
generates a new container for each entry and invokes your function to fill our the container. See the docs to learn more.65ec56d
]4a2c832
]92b6744
]Fixes
beb9507
]4ac3a13
]b2e5bc5
]Maintenance
465a8ec
]eab0e40
]fbf9724
]3ee80ee
]123e1d5
]558f6e0
]84ff7f3
]v2.13.2
Compare Source
2.13.2
Fixes
e2e81c8
](*regexp.Regexp).MatchString
(#1302) [3b2a2a7
]v2.13.1
Compare Source
2.13.1
Fixes
1296 fix(precompiled test guite): exec bit check omitted on Windows (#1301) [
26eea01
]Maintenance
7161a9d
]7fc7b10
]74bbd65
]9373633
]6e3cf65
]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.