Skip to content

build(deps): Bump uuid, @cucumber/cucumber, @cucumber/gherkin and @cucumber/messages#33

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-81b4a5f720
Open

build(deps): Bump uuid, @cucumber/cucumber, @cucumber/gherkin and @cucumber/messages#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-81b4a5f720

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 24, 2026

Removes uuid. It's no longer used after updating ancestor dependencies uuid, @cucumber/cucumber, @cucumber/gherkin and @cucumber/messages. These dependencies need to be updated together.

Removes uuid

Updates @cucumber/cucumber from 12.6.0 to 12.9.0

Release notes

Sourced from @​cucumber/cucumber's releases.

v12.9.0

Added

  • Emit new publish:url event for plugins (#2808)

v12.8.3

Fixed

  • Handle thrown strings correctly (partial backport from #2708)
  • Include assertion info in stack trace (#2803)

v12.8.2

Changed

  • Various dependency updates

v12.8.1

Fixed

v12.8.0

Added

  • Support custom externalising option (#2780)

v12.7.0

Changed

  • Warn about merged paths from config and CLI (#2759)

Fixed

  • Handle ESM when building source references (#2740)
  • Fix error type resolution (#2744)
  • Ensure that environment variables reach child processes in parallel mode (#2752)
Changelog

Sourced from @​cucumber/cucumber's changelog.

[12.9.0] - 2026-05-15

Added

  • Emit new publish:url event for plugins (#2808)

[12.8.3] - 2026-05-09

Fixed

  • Handle thrown strings correctly (#2708)
  • Include assertion info in stack trace (#2803)

[12.8.2] - 2026-04-25

Changed

  • Various dependency updates

[12.8.1] - 2026-04-14

Fixed

[12.8.0] - 2026-04-12

Added

  • Support custom externalising option (#2780)

[12.7.0] - 2026-02-25

Changed

  • Warn about merged paths from config and CLI (#2759)

Fixed

  • Handle ESM when building source references (#2740)
  • Fix error type resolution (#2744)
  • Ensure that environment variables reach child processes in parallel mode (#2752)
Commits

Updates @cucumber/gherkin from 29.0.0 to 39.1.0

Release notes

Sourced from @​cucumber/gherkin's releases.

v39.1.0

Added

  • (i18n) Expanded Turkish keywords (#567)

Changed

  • [Ruby, Python, JavaScript, Perl, C++, .NET] Optimise parser class/speed by removing redundant null #detach method (#561).
  • [Ruby] Changed ParserMessageStream to accept keyword arguments allowing the Gherkin class methods to be slightly more optimal (#560).

Fixed

  • [c] Fixed memory leak with respect to the pickle ast ids.
  • [c] Fixed potential read past null terminator. Fixed allocation of more memory than necessary (#559).
  • [PHP] Fix PHP 8.4 deprecation warnings (#550).
  • [cpp] Added missing include guard in parser.hpp (#554)
  • [cpp] Removed unreachable code in parser.hpp (#554)

Removed

  • [Python] Drop support for python 3.9.

v39.0.0

Added

  • (i18n) Added Korean translation of "Rule" (#544)

Changed

  • [PHP] Require PHP 8.2+ in CI and in composer.json.

Security

  • [Python] Fixed hidden file reading behavior in Parser.parse (#541).

v38.0.0

Changed

  • [Java] Set release version to 17 (#507).
  • [.NET, Elixir, Go, JavaScript, Java, Perl, Php, Ruby] Update dependency messages to v32

v37.0.1

Fixed

  • [.NET] Support calling Methods in GherkinLine on default value (#503).

v37.0.0

Added

  • Add location to Pickle (#433)

Changed

  • BREAKING CHANGE: Require messages v31 or greater

Fixed

  • [Java] Fixed AstNode conditions which never occur in GherkinDocumentBuilder (#497).

v36.1.0

Added

  • [Java] Add OSGi metadata (#485)

... (truncated)

Changelog

Sourced from @​cucumber/gherkin's changelog.

[39.1.0] - 2026-05-06

Added

  • (i18n) Expanded Turkish keywords (#567)

Changed

  • [Ruby, Python, JavaScript, Perl, C++, .NET] Optimise parser class/speed by removing redundant null #detach method (#561).
  • [Ruby] Changed ParserMessageStream to accept keyword arguments allowing the Gherkin class methods to be slightly more optimal (#560).

Fixed

  • [c] Fixed memory leak with respect to the pickle ast ids.
  • [c] Fixed potential read past null terminator. Fixed allocation of more memory than necessary (#559).
  • [PHP] Fix PHP 8.4 deprecation warnings (#550).
  • [cpp] Added missing include guard in parser.hpp (#554)
  • [cpp] Removed unreachable code in parser.hpp (#554)

Removed

  • [Python] Drop support for python 3.9.

[39.0.0] - 2026-03-01

Added

  • (i18n) Added Korean translation of "Rule" (#544)

Changed

  • [PHP] Require PHP 8.2+ in CI and in composer.json.

Fixed

  • [cpp] Removed unused vector_type definition (#549).

Security

  • [Python] Fixed hidden file reading behavior in Parser.parse (#541).

[38.0.0] - 2026-01-22

Changed

  • [Java] Set release version to 17 (#507).
  • [.NET, Elixir, Go, JavaScript, Java, Perl, Php, Ruby] Update dependency messages to v32

[37.0.1] - 2025-12-22

Fixed

  • [.NET] Support calling Methods in GherkinLine on default value (#503).

[37.0.0] - 2025-11-19

Added

  • Add location to Pickle (#433)

Changed

  • BREAKING CHANGE: Require messages v31 or greater

Fixed

  • [Java] Fixed AstNode conditions which never occur in GherkinDocumentBuilder (#497).

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​cucumber/gherkin since your current version.


Updates @cucumber/messages from 26.0.1 to 32.3.1

Release notes

Sourced from @​cucumber/messages's releases.

v32.3.1

Fixed

  • [Java] Fix broken Javadoc

v32.3.0

Added

  • [Java] Annotate constructor arguments with property names (#399

v32.2.0

Added

  • [JavaScript] Add export path for bundled schema (#383)

v32.1.0

Added

  • Generated bundled JSON schema (#382)

v32.0.1

Fixed

  • Fix field order for ExternalAttachment (#377)

v32.0.0

Added

  • Add ExternalAttachment for externalised attachments (#372)

Changed

  • Deprecate Attachment.url and Attachment.source (#372)
  • Make StepMatchArgument.Group.children optional (#370)
  • [Java] Set release version to 17 (#352)
  • [Java] Copy lists efficiently (#282, #352)
  • [Java] Use Integers in addition to Longs (#310, #352)

v31.2.0

Added

  • [Java] Add NdjsonToMessageReader (#344)

Fixed

  • [Java] Don't flush MessageToNdjsonWriter on each write (#344)

v31.1.0

Added

  • [Ruby] Add a way to analyse and compare the strength of TestStepResult messages (To be used in query) (#365)

Fixed

  • [Ruby] Fix the TimeConversion helper file generating a non-conformant Timestamp message
  • [Ruby] Improve the TimeConversion helper for translating back from a Timestamp by avoiding a rounding error

Removed

  • [Ruby] Removed the TimeConversion helpers that did not serve a purpose in message building

v31.0.1

... (truncated)

Changelog

Sourced from @​cucumber/messages's changelog.

[32.3.1] - 2026-04-13

Fixed

  • [Java] Fix broken Javadoc

[32.3.0] - 2026-04-13

Added

  • [Java] Annotate constructor arguments with property names (#399

[32.2.0] - 2026-03-01

Added

  • [JavaScript] Add export path for bundled schema (#383)

[32.1.0] - 2026-02-27

Added

  • Generated bundled JSON schema (#382)

[32.0.1] - 2026-01-25

Fixed

  • Fix field order for ExternalAttachment (#377)

[32.0.0] - 2026-01-21

Added

  • Add ExternalAttachment for externalised attachments (#372)

Changed

  • Deprecate Attachment.url and Attachment.source (#372)
  • Make StepMatchArgument.Group.children optional (#370)
  • [Java] Set release version to 17 (#352)
  • [Java] Copy lists efficiently (#282, #352)
  • [Java] Use Integers in addition to Longs (#310, #352)

[31.2.0] - 2026-01-11

Added

  • [Java] Add NdjsonToMessageReader (#344)

Fixed

  • [Java] Don't flush MessageToNdjsonWriter on each write (#344)

[31.1.0] - 2025-12-22

Added

  • [Ruby] Add a way to analyse and compare the strength of TestStepResult messages (To be used in query) (#365)

Fixed

  • [Ruby] Fix the TimeConversion helper file generating a non-conformant Timestamp message
  • [Ruby] Improve the TimeConversion helper for translating back from a Timestamp by avoiding a rounding error

Removed

  • [Ruby] Removed the TimeConversion helpers that did not serve a purpose in message building

[31.0.1] - 2025-12-18

... (truncated)

Commits
  • 2e4659b Prepare release v32.3.1
  • 7664829 Update CHANGELOG
  • 982ce13 java: Upgrade implementation note to actual documentation
  • a6e66d9 fix(deps): update dependency io.cucumber:cucumber-parent to v5.3.1
  • 7fb5d3b Prepare for the next development iteration
  • 2bc81f7 Prepare release v32.3.0
  • b3f9daf java: Add explicit property names to constructor arguments (#399)
  • 1e94c18 chore(deps): update perl-actions/install-with-cpanm action to v2 (#401)
  • 43f0d9e chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.20.1
  • 27048be chore(deps): update ruby/setup-ruby action to v1.301.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​cucumber/messages since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…cumber/messages

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [@cucumber/cucumber](https://github.com/cucumber/cucumber-js), [@cucumber/gherkin](https://github.com/cucumber/gherkin) and [@cucumber/messages](https://github.com/cucumber/messages). These dependencies need to be updated together.


Removes `uuid`

Updates `@cucumber/cucumber` from 12.6.0 to 12.9.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@v12.6.0...v12.9.0)

Updates `@cucumber/gherkin` from 29.0.0 to 39.1.0
- [Release notes](https://github.com/cucumber/gherkin/releases)
- [Changelog](https://github.com/cucumber/gherkin/blob/main/CHANGELOG.md)
- [Commits](cucumber/gherkin@v29.0.0...v39.1.0)

Updates `@cucumber/messages` from 26.0.1 to 32.3.1
- [Release notes](https://github.com/cucumber/messages/releases)
- [Changelog](https://github.com/cucumber/messages/blob/main/CHANGELOG.md)
- [Commits](cucumber/messages@v26.0.1...v32.3.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
- dependency-name: "@cucumber/cucumber"
  dependency-version: 12.9.0
  dependency-type: direct:development
- dependency-name: "@cucumber/gherkin"
  dependency-version: 39.1.0
  dependency-type: direct:development
- dependency-name: "@cucumber/messages"
  dependency-version: 32.3.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 24, 2026
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 Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants