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 dependency @cucumber/cucumber to v11 (master) #1064

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
@cucumber/cucumber devDependencies major 9.6.0 -> 11.1.1 OpenSSF Scorecard

Release Notes

cucumber/cucumber-js (@​cucumber/cucumber)

v11.1.1

Compare Source

Fixed
  • Correctly report error in publish plugin (#​2454)
  • Reverse AfterAll execution order (#​2456)

v11.1.0

Compare Source

Added
Changed
  • Replace JUnit formatter with messages-based package (#​2445)
Fixed
  • Handle UNKNOWN status when rendering test run outcome (#​2441)

v11.0.1

Compare Source

Fixed
  • Add missing setParallelCanAssign export (#​2427)

v11.0.0

Compare Source

Changed
  • Major refactor of runtime code for both serial and parallel modes (#​2422)
Removed
  • BREAKING CHANGE: Remove previously-deprecated parseGherkinMessageStream (#​2420)
  • BREAKING CHANGE: Remove previously-deprecated PickleFilter (#​2420)
  • BREAKING CHANGE: Remove previously-deprecated Runtime (#​2420)
  • BREAKING CHANGE: Remove support for Node.js 21 (#​2423)

v10.9.0

Compare Source

Added

v10.8.0

Compare Source

Added
  • Add world and context to allow accessing state from arrow functions (#​2402)

v10.7.0

Compare Source

Added
  • Explicit support for Node.js 22 (#​2405)
Fixed
  • Ensure that parallel workers remain in-progress during retries (#​2404)

v10.6.0

Compare Source

Added
  • Add loader option for ESM loader hooks #​2399

v10.5.1

Compare Source

Fixed
  • Type signature of defineParameterType correctly reflects transformer property's optionality.

v10.5.0

Compare Source

Added
  • Allow supplying error details for pending steps (#​2393)
  • Allow defining a default function profile to be used as profile builder (#​2384)
Fixed

v10.4.0

Compare Source

Added
  • Add more debug logging around code loading (#​2389)

v10.3.2

Compare Source

Changed
  • Use explicit status to check if Cucumber is running when registering support code (#​2386)

v10.3.1

Compare Source

Changed
  • Allow provided configuration to be an array (#​2374)

v10.3.0

Compare Source

Added
  • Allow provided configuration to be a string (#​2373)
  • Include stackTrace in result exception object (#​2371)

v10.2.1

Compare Source

Fixed
  • Resolve release process issues

v10.1.0

Compare Source

Added
Changed
  • Replace usage of VError with Error.cause (#​2363)
  • Updated HTML formatter with better search UX and smaller bundle size (react-components#337)
Fixed
  • Prevent mutations on world parameters leaking between test cases (#​2362)

v10.0.1

Compare Source

Fixed
  • Honour order of paths in configuration (#​2345)

v10.0.0

Compare Source

See the upgrading guide for how to adapt to the breaking changes in this release.

Added
Changed
  • BREAKING CHANGE: Use appropriate module loading mechanism for configuration files (#​2334)
  • BREAKING CHANGE: Use await import() to load all custom formatters and snippet syntaxes (#​2334)
  • BREAKING CHANGE: Use await import() for default support code loading (#​2337)
Fixed
  • Ensure attached string literals are base64-encoded in JSON reports (#​2260)
Removed
  • BREAKING CHANGE: Drop support for Node.js 14, 16 and 19 (#​2331)

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.


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

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

Copy link

socket-security bot commented Sep 5, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@cucumber/cucumber@11.1.1 environment Transitive: filesystem, network, shell +81 13.1 MB cukebot

🚮 Removed packages: npm/@cucumber/cucumber@9.6.0

View full report↗︎

@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch 8 times, most recently from 7579e1a to 0849e5f Compare September 14, 2024 09:23
@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch 8 times, most recently from 720998b to cb8189c Compare September 23, 2024 03:05
@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch 7 times, most recently from a61cc6e to 4c49d0c Compare October 2, 2024 12:53
@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch 4 times, most recently from 8920088 to b4590f0 Compare October 7, 2024 23:01
@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch 2 times, most recently from b37ba14 to a6d8b0d Compare October 14, 2024 04:29
@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch 8 times, most recently from a591ac7 to e7921a6 Compare November 25, 2024 03:53
@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch 4 times, most recently from 0bf1c87 to 77b5e7d Compare December 2, 2024 22:55
@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch 2 times, most recently from 38ab79d to b287f88 Compare December 6, 2024 02:25
Copy link

socket-security bot commented Dec 6, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch 5 times, most recently from 189a33b to 57b0a1a Compare December 11, 2024 21:48
@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch 7 times, most recently from 16cb9bb to be410f4 Compare December 21, 2024 11:19
@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch from be410f4 to b05e45f Compare December 23, 2024 04:47
@renovate renovate bot force-pushed the renovate/master-cucumber-cucumber-11.x branch from b05e45f to 473934b Compare December 30, 2024 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants