-
-
Notifications
You must be signed in to change notification settings - Fork 1
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/cucumber to v11 #75
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cucumber-cucumber-11.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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-cucumber-11.x
branch
5 times, most recently
from
September 16, 2024 15:06
75f5670
to
2a78cdc
Compare
renovate
bot
force-pushed
the
renovate/cucumber-cucumber-11.x
branch
5 times, most recently
from
September 20, 2024 01:32
c3e324b
to
3ef9f88
Compare
renovate
bot
force-pushed
the
renovate/cucumber-cucumber-11.x
branch
10 times, most recently
from
September 30, 2024 21:54
9a87142
to
727ca83
Compare
renovate
bot
force-pushed
the
renovate/cucumber-cucumber-11.x
branch
5 times, most recently
from
October 8, 2024 03:22
81d730f
to
8684358
Compare
renovate
bot
force-pushed
the
renovate/cucumber-cucumber-11.x
branch
3 times, most recently
from
October 11, 2024 22:24
29cbe37
to
2502509
Compare
renovate
bot
force-pushed
the
renovate/cucumber-cucumber-11.x
branch
2 times, most recently
from
December 30, 2024 21:11
4ac5c08
to
924cd85
Compare
renovate
bot
force-pushed
the
renovate/cucumber-cucumber-11.x
branch
6 times, most recently
from
January 6, 2025 22:07
7765e28
to
b739e2b
Compare
renovate
bot
force-pushed
the
renovate/cucumber-cucumber-11.x
branch
11 times, most recently
from
January 15, 2025 11:47
29f212e
to
bbddae3
Compare
renovate
bot
force-pushed
the
renovate/cucumber-cucumber-11.x
branch
4 times, most recently
from
January 22, 2025 19:33
f654d8c
to
8c4b396
Compare
renovate
bot
force-pushed
the
renovate/cucumber-cucumber-11.x
branch
5 times, most recently
from
January 27, 2025 23:13
0ae5134
to
465bfb1
Compare
renovate
bot
force-pushed
the
renovate/cucumber-cucumber-11.x
branch
from
January 28, 2025 06:42
465bfb1
to
8539e08
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:
^7.3.1
->^11.0.0
Release Notes
cucumber/cucumber-js (@cucumber/cucumber)
v11.0.1
Compare Source
Fixed
v11.0.0
Compare Source
Changed
Removed
parseGherkinMessageStream
(#2420)PickleFilter
(#2420)Runtime
(#2420)v10.9.0
Compare Source
Added
v10.8.0
Compare Source
Added
world
andcontext
to allow accessing state from arrow functions (#2402)v10.7.0
Compare Source
Added
Fixed
v10.6.0
Compare Source
Added
loader
option for ESM loader hooks #2399v10.5.1
Compare Source
Fixed
defineParameterType
correctly reflectstransformer
property's optionality.v10.5.0
Compare Source
Added
Fixed
v10.4.0
Compare Source
Added
v10.3.2
Compare Source
Changed
v10.3.1
Compare Source
Changed
provided
configuration to be an array (#2374)v10.3.0
Compare Source
Added
provided
configuration to be a string (#2373)stackTrace
in result exception object (#2371)v10.2.1
Compare Source
Fixed
v10.1.0
Compare Source
Added
BeforeAll
/AfterAll
hooks (see documentation) (#1770)Changed
VError
withError.cause
(#2363)Fixed
v10.0.1
Compare Source
Fixed
v10.0.0
Compare Source
See the upgrading guide for how to adapt to the breaking changes in this release.
Added
Changed
await import()
to load all custom formatters and snippet syntaxes (#2334)await import()
for default support code loading (#2337)Fixed
Removed
v9.6.0
Compare Source
Fixed
v9.5.1
Compare Source
Fixed
v9.5.0
Compare Source
Added
Fixed
v9.4.0
Compare Source
Fixed
Removed
v9.3.0
Compare Source
Added
v9.2.0
Compare Source
Added
formatOptions
(#2265)Fixed
v9.1.2
Compare Source
Changed
Fixed
ISupportCodeLibrary
type on/api
entry point (#2284)v9.1.1
Compare Source
Fixed
yaml
to address security vulnerability (#2281)v9.1.0
Compare Source
Added
require
an ES module (#2264)Changed
any
toRecord<string, string>
inDataTable
(#2270)v9.0.1
Compare Source
Fixed
v9.0.0
Compare Source
Removed
v8.11.1
Compare Source
Fixed
this.attach
function (#2238)v8.11.0
Compare Source
Added
Fixed
v8.10.0
Compare Source
Added
Changed
duration
withluxon
for formatting durations (#2204)v8.9.1
Compare Source
Fixed
loadSupport
result (#2197)v8.9.0
Compare Source
Added
v8.8.0
Compare Source
Changed
workerId
property totestCaseStarted
message (#2085)v8.7.0
Compare Source
Deprecated
Cli
,PickleFilter
andRuntime
deprecated in favour of new API functions (see documentation) (#2136)v8.6.0
Compare Source
Added
Fixed
v8.5.3
Compare Source
Fixed
stderr
if not provided toCli
constructor (#2138)v8.5.2
Compare Source
Added
IMethods
interface for use ingetTimestamp
,durationBetweenTimestamps
, andwrapPromiseWithTimeout
functions andmethods
intime
module instead of explicitany
(#2111)IPublishConfig
interface for use in return type ofmakePublishConfig
instead of explicitany
(#2106)Fixed
ansi-regex
version is^5.0.1
(#2114)v8.5.1
Compare Source
Fixed
v8.5.0
Compare Source
Changed
v8.4.0
Compare Source
Fixed
v8.3.1
Compare Source
Fixed
IConfiguration
type on API entry point (#2064)v8.3.0
Compare Source
Added
willBeRetried
to the parameter passed toAfter
hook functions (#2045)Changed
defineStep
is now deprecated and will eventually be removed; use the appropriate Given/When/Then keyword to define your step (#2044)Fixed
stderr
if it can't display them (#2035)v8.2.2
Compare Source
Changed
v8.2.1
Compare Source
Fixed
v8.2.0
Compare Source
Changed
FORCE_COLOR
environment variable as an override (#2026)v8.1.2
Compare Source
Added
Fixed
cucumber-js
bin file for backwards compatibility (#2008)v8.1.1
Compare Source
Fixed
@cucumber/message-streams
to satisfy peer requirement from@cucumber/gherkin-streams
(#2006)v8.1.0
Compare Source
Added
Changed
cucumber-js
binary's underlying file to becucumber.js
, so it doesn't fall foul of Node.js module conventions and plays nicely with ESM loaders (see documentation) (#1993)Fixed
v8.0.0
Compare Source
Changed
Fixed
file://
URLs to be used as formatter/snippet paths in options (#1963 #1920)--require-module
transpilers (#1985)v7.3.2
Compare Source
Fixed
colors
to1.4.0
to fix security vulnerability (#1884)cli-table3
to0.6.1
to fix security vulnerability (#251)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.