-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update dependency cucumber to v9 - autoclosed #73
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
force-pushed
the
renovate/cucumber-9.x
branch
from
September 7, 2023 16:56
bba6259
to
410432e
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
September 21, 2023 03:13
410432e
to
8f7c33f
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
September 29, 2023 18:51
8f7c33f
to
12576ac
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
October 10, 2023 18:54
12576ac
to
46bda1f
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
2 times, most recently
from
October 26, 2023 21:47
80e51aa
to
3b28c96
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
3 times, most recently
from
November 14, 2023 10:09
96cab20
to
daac51a
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
November 30, 2023 18:58
daac51a
to
8047efc
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
December 8, 2023 18:14
8047efc
to
ba0bb8a
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
January 4, 2024 17:57
ba0bb8a
to
0439d13
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
3 times, most recently
from
January 19, 2024 09:04
f2b667e
to
d9af5a0
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
January 20, 2024 21:06
d9af5a0
to
9986331
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
March 6, 2024 05:11
9986331
to
c6283e9
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
4 times, most recently
from
March 25, 2024 23:00
cc08394
to
6b16255
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
April 19, 2024 22:03
6b16255
to
b8667c5
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
2 times, most recently
from
May 1, 2024 10:15
d0ecbcb
to
16e9569
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
May 8, 2024 23:08
16e9569
to
669e48d
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
2 times, most recently
from
May 25, 2024 19:31
5b48852
to
abb5512
Compare
renovate
bot
changed the title
Update dependency cucumber to v9
Update dependency cucumber to v9 - autoclosed
Jul 25, 2024
renovate
bot
changed the title
Update dependency cucumber to v9 - autoclosed
Update dependency cucumber to v9
Jul 27, 2024
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
July 27, 2024 02:03
abb5512
to
0609e12
Compare
renovate
bot
changed the title
Update dependency cucumber to v9
Update dependency cucumber to v9 - autoclosed
Jul 27, 2024
renovate
bot
changed the title
Update dependency cucumber to v9 - autoclosed
Update dependency cucumber to v9
Jul 28, 2024
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
2 times, most recently
from
July 31, 2024 04:04
0196085
to
18d703d
Compare
renovate
bot
force-pushed
the
renovate/cucumber-9.x
branch
from
August 9, 2024 01:08
18d703d
to
0fc7420
Compare
renovate
bot
changed the title
Update dependency cucumber to v9
Update dependency cucumber to v9 - autoclosed
Aug 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
"~> 8.0.0"
->"~> 9.2.0"
Release Notes
cucumber/cucumber-ruby (cucumber)
v9.2.0
Compare Source
Changed
(#1752 luke-hill)
Removed
v9.1.2
Compare Source
Changed
All logic contained in compatibility (luke-hill)
Fixed
(This fixes an issue in cucumber-wire when passing legacy steps down the wire)
(#1746 luke-hill)
v9.1.1
Compare Source
Changed
Layout
cop offenses (luke-hill)Removed
v9.1.0
Compare Source
Changed
(#1739 #1740 #1741 #1742 luke-hill)
(#1740 luke-hill)
testStepResult
is of typeFAILED
we now pass in a new (Exception), message property(#1738 luke-hill)
ParameterType
message now contains a new (sourceReference), property(This contains a uri string and a
Location
message -> for where the ParameterTypetransformer
is located) (#1738 luke-hill)#attach
now can take an optional filename parameter which will rename attachments like PDF's(#1738 luke-hill)
Fixed
(#1738 luke-hill)
Removed
v9.0.2
Compare Source
Changed
(#1736 #1737 luke-hill)
Removed
v9.0.1
Compare Source
Changed
Fixed
VERSION
constant (#1729 luke-hill)v9.0.0
Compare Source
Added
--retry-total
(#1669)Changed
with mini_mime
(#1695)
Fixed
Removed
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 was generated by Mend Renovate. View the repository job log.