Skip to content

Bump @cucumber/cucumber from 10.3.1 to 11.3.0 in /gremlin-javascript/src/main/javascript/gremlin-javascript #3124

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps @cucumber/cucumber from 10.3.1 to 11.3.0.

Release notes

Sourced from @​cucumber/cucumber's releases.

v11.3.0

Changed

  • Improve error handling in publish plugin (#2526)

v11.2.0

Added

  • junit formatter now includes timestamp attribute (junit-xml-formatter#45)
  • Hook message now includes type (#2463)
  • TestRunStarted message now includes id; TestCase and TestRunFinished messages reference it in testRunStartedId (#2463)

Fixed

  • Enable world proxy in parameter transformers (#2465)

v11.1.1

Fixed

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

v11.1.0

Added

  • Add support for Node.js 23 (#2446)

Changed

  • Replace JUnit formatter with messages-based package (#2445)

Fixed

  • Handle UNKNOWN status when rendering test run outcome (#2441)

v11.0.1

Fixed

  • Add missing setParallelCanAssign export (#2427)

v11.0.0

This release contains breaking changes, see https://github.com/cucumber/cucumber-js/blob/main/UPGRADING.md for advice.

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

Added

v10.8.0

... (truncated)

Changelog

Sourced from @​cucumber/cucumber's changelog.

[11.3.0] - 2025-05-14

Changed

  • Improve error handling in publish plugin (#2526)

[11.2.0] - 2025-01-09

Added

  • junit formatter now includes timestamp attribute (junit-xml-formatter#45)
  • Hook message now includes type (#2463)
  • TestRunStarted message now includes id; TestCase and TestRunFinished messages reference it in testRunStartedId (#2463)

Fixed

  • Enable world proxy in parameter transformers (#2465)

[11.1.1] - 2024-12-11

Fixed

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

[11.1.0] - 2024-11-17

Added

  • Add support for Node.js 23 (#2446)

Changed

  • Replace JUnit formatter with messages-based package (#2445)

Fixed

  • Handle UNKNOWN status when rendering test run outcome (#2441)

[11.0.1] - 2024-09-14

Fixed

  • Add missing setParallelCanAssign export (#2427)

[11.0.0] - 2024-08-29

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)

[10.9.0] - 2024-08-13

Added

[10.8.0] - 2024-05-26

Added

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

... (truncated)

Commits
  • 8b2739e Prepare release v11.3.0
  • ff894c1 chore(deps): update dependency @​types/node to v20.17.46 (#2555)
  • 537f620 chore(deps): update dependency eslint-config-prettier to v10.1.5 (#2554)
  • 7604a05 chore(deps): update dependency eslint-plugin-n to v17 (#2549)
  • 47d7a6c chore(deps): update dependency typedoc to ^0.28.0 (#2505)
  • fdc48a2 chore(deps): update typescript-eslint monorepo to v6.21.0 (#2509)
  • 6bc6d13 chore(deps): update dependency @​microsoft/api-extractor to v7.52.7 (#2496)
  • 41a7bc1 chore(deps): update dependency eslint-config-prettier to v10 (#2544)
  • 549b2c7 chore(deps): update dependency @​types/node to v20.17.32 (#2543)
  • df3fcf8 chore(deps): update dependency @​types/luxon to v3.6.2 (#2538)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) from 10.3.1 to 11.3.0.
- [Release notes](https://github.com/cucumber/cucumber-js/releases)
- [Changelog](https://github.com/cucumber/cucumber-js/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-js@v10.3.1...v11.3.0)

---
updated-dependencies:
- dependency-name: "@cucumber/cucumber"
  dependency-version: 11.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Jun 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants