Skip to content

build(deps): bump the dependencies group across 1 directory with 13 updates #3130

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: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

Bumps the dependencies group with 13 updates in the / directory:

Package From To
@eslint/js 9.26.0 9.27.0
eslint-import-resolver-typescript 4.3.4 4.3.5
jest-extended 4.0.2 5.0.2
semver 7.7.1 7.7.2
ts-jest 29.3.2 29.3.4
typescript-eslint 8.32.0 8.32.1
@aws-sdk/client-route-53 3.806.0 3.812.0
@streamr/config 5.5.6 5.6.0
commander 13.1.0 14.0.0
zod 3.24.4 3.25.7
@types/qs 6.9.18 6.14.0
@noble/curves 1.9.0 1.9.1
pino 9.6.0 9.7.0

Updates @eslint/js from 9.26.0 to 9.27.0

Release notes

Sourced from @​eslint/js's releases.

v9.27.0

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)

Documentation

  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

Chores

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.27.0 - May 16, 2025

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#19713) (Francesco Trotta)
  • 58a171e chore: update dependency @​eslint/plugin-kit to ^0.3.1 (#19712) (renovate[bot])
  • 3a075a2 chore: update dependency @​eslint/core to ^0.14.0 (#19715) (renovate[bot])
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#19710) (Francesco Trotta)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#19701) (Francesco Trotta)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)
  • 44bac9d ci: run tests in Node.js 24 (#19702) (Francesco Trotta)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)
  • 35304dd chore: add missing funding field to packages (#19684) (루밀LuMir)
  • 8ed3273 docs: fix internal usages of ConfigData type (#19688) (Francesco Trotta)
  • f305beb test: mock process.emitWarning to prevent output disruption (#19687) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)
Commits

Updates eslint-import-resolver-typescript from 4.3.4 to 4.3.5

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.3.5

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.4...v4.3.5

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.3.5

Patch Changes

Commits

Updates jest-extended from 4.0.2 to 5.0.2

Release notes

Sourced from jest-extended's releases.

v5.0.2

Patch Changes

  • 846fac2: toIncludeSameMembers should fail when passed non-arrays
  • 89c99c4: toBeWithin fails with bigints

v5.0.1

Patch Changes

  • 0886e55: Fix import paths

v5.0.0

Major Changes

  • b86423c: Drop support for Node 16 and 18

Minor Changes

  • 94935ea: Replace jest-get-type with native type checking
  • 2483bcc: Add Minor: Add toIncludeSamePartialMembers
  • deb17c6: Add toChange, toChangeBy, and toChangeTo matchers
  • b2c1bd4: Switch to TypeScript
  • 50e6a8a: Support custom equality testers

Patch Changes

  • 3f47e14: Fix toBeInRange wording
  • Dependency Updates
Changelog

Sourced from jest-extended's changelog.

5.0.2

Patch Changes

  • 846fac2: toIncludeSameMembers should fail when passed non-arrays
  • 89c99c4: toBeWithin fails with bigints

5.0.1

Patch Changes

  • 0886e55: Fix import paths

5.0.0

Major Changes

  • b86423c: Drop support for Node 16 and 18

Minor Changes

  • 94935ea: Replace jest-get-type with native type checking
  • 2483bcc: Add Minor: Add toIncludeSamePartialMembers
  • deb17c6: Add toChange, toChangeBy, and toChangeTo matchers
  • b2c1bd4: Switch to TypeScript
  • 50e6a8a: Support custom equality testers

Patch Changes

  • 3f47e14: Fix toBeInRange wording
  • Dependency Updates
Commits

Updates semver from 7.7.1 to 7.7.2

Release notes

Sourced from semver's releases.

v7.7.2

7.7.2 (2025-05-12)

Bug Fixes

Chores

Changelog

Sourced from semver's changelog.

7.7.2 (2025-05-12)

Bug Fixes

Chores

Commits
  • 281055e chore: release 7.7.2 (#783)
  • fcafb61 fix: add missing 'use strict' directives (#780)
  • c760403 chore: template-oss-apply for workflow permissions (#784)
  • c99f336 fix: prerelease identifier starting with digits (#781)
  • 2677f2a chore: bump @​npmcli/template-oss from 4.23.6 to 4.24.3 (#778)
  • 0b98655 chore: bump @​npmcli/template-oss from 4.23.4 to 4.23.6 (#760)
  • See full diff in compare view

Updates ts-jest from 29.3.2 to 29.3.4

Release notes

Sourced from ts-jest's releases.

v29.3.4

Please refer to CHANGELOG.md for details.

v29.3.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.3.4 (2025-05-16)

Bug Fixes

  • fix: fix TsJestTransformerOptions type (3b11e29), closes #4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #4855

29.3.3 (2025-05-14)

Bug Fixes

  • fix(cli): init config with preset creator functions (cdd3039), closes #4840
  • fix(config): disable isolatedDeclarations (5d6b35f), closes #4847
Commits
  • ee81cc6 chore(release): 29.3.4
  • 9b1f472 fix(config): disable rewriteRelativeImportExtensions always
  • fce110f build: bump typescript to latest
  • 3b11e29 fix: fix TsJestTransformerOptions type
  • 5637805 build(deps): Update dependency memfs to ^4.17.2
  • 249eb2c fix(cli): fix wrong path for preset creator fns
  • 0dc22ca build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.17
  • 6705713 build(deps): Update dependency ts-jest to ^29.3.3
  • 2709d7b build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.16
  • 16cade9 chore(release): 29.3.3
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.32.0 to 8.32.1

Release notes

Sourced from typescript-eslint's releases.

v8.32.1

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#11180)
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.32.1 (2025-05-12)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • af077a0 chore(release): publish 8.32.1
  • b2be3dc chore: simplify tsconfig setup using configDir (#11136)
  • aeb7402 chore(ast-spec): finish migrating to vitest (#11126)
  • e57126a chore(typescript-eslint): correct naming of import of typescript-eslint in te...
  • See full diff in compare view

Updates @aws-sdk/client-route-53 from 3.806.0 to 3.812.0

Release notes

Sourced from @​aws-sdk/client-route-53's releases.

v3.812.0

3.812.0(2025-05-16)

Documentation Changes
  • client-ecs: This is an Amazon ECs documentation only release to support the change of the container exit "reason" field from 255 characters to 1024 characters. (88cb2cfc)
New Features
  • clients: update client endpoints as of 2025-05-16 (9a8d9b5d)
  • client-bedrock-data-automation: Add support for VIDEO modality to BlueprintType enum. (5657cb1e)
  • client-codepipeline: CodePipeline now supports new API ListDeployActionExecutionTargets that lists the deployment target details for deploy action executions. (eb51d8f6)
  • client-emr: Added APIs for managing Application UIs: Access Persistent (serverless) UIs via CreatePersistentAppUI DescribePersistentAppUI & GetPersistentAppUIPresignedURL, and Cluster-based UIs through GetOnClusterAppUIPresignedURL. Supports Yarn, Spark History, and TEZ interfaces. (f1f82e19)
  • client-neptune: This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. (ab547b08)
  • client-glue: Changes include (1) Excel as S3 Source type and XML and Tableau's Hyper as S3 Sink types, (2) targeted number of partitions parameter in S3 sinks and (3) new compression types in CSV/JSON and Parquet S3 sinks. (a5f2aef9)
  • client-service-quotas: This release introduces CreateSupportCase operation to SDK. (611d06e0)
  • client-bedrock-data-automation-runtime: Add AssetProcessingConfiguration for video segment to InputConfiguration (bbf9999d)
Bug Fixes
  • core/protocols: read error code case-insensitively (#7085) (c13a2a07)
Tests

For list of updated packages, view updated-packages.md in assets-3.812.0.zip

v3.811.0

3.811.0(2025-05-15)

Chores
  • aws-util-test: exclude spec files from types build (#7084) (22aaa561)
  • scripts: update package graph analysis script (#7080) (88836798)
Documentation Changes
  • client-controltower: Updated the descriptions for the AWS Control Tower Baseline APIs to make them more intuitive. (82296b6f)
New Features
  • client-codebuild: AWS CodeBuild now supports Docker Server capability (4be44160)
  • client-bedrock-agent: Amazon Bedrock Flows introduces DoWhile loops nodes, parallel node executions, and enhancements to knowledge base nodes. (d754c789)
  • client-workspaces: Added the new AlwaysOn running mode for WorkSpaces Pools. Customers can now choose between AlwaysOn (for instant access, with hourly usage billing regardless of connection status), or AutoStop (to optimize cost, with a brief startup delay) for their pools. (039e7bee)
  • client-pcs: This release adds support for Slurm accounting. For more information, see the Slurm accounting topic in the AWS PCS User Guide. Slurm accounting is supported for Slurm 24.11 and later. This release also adds 24.11 as a valid value for the version parameter of the Scheduler data type. (8f518997)
  • client-database-migration-service: Introduces Data Resync feature to describe-table-statistics and IAM database authentication for MariaDB, MySQL, and PostgreSQL. (1aeeeda7)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-route-53's changelog.

3.812.0 (2025-05-16)

Note: Version bump only for package @​aws-sdk/client-route-53

3.810.0 (2025-05-14)

Note: Version bump only for package @​aws-sdk/client-route-53

3.808.0 (2025-05-12)

Note: Version bump only for package @​aws-sdk/client-route-53

Commits

Updates @streamr/config from 5.5.6 to 5.6.0

Commits
  • 718e83a release(config): @​streamr/config 5.6.0
  • 806c50f doc(config): changelog
  • 8e220c4 ETH-794: deploy streamr contracts to IoTeX chain (with the new token) (#987)
  • 9ad0d61 feature: add script for retrying deployment
  • See full diff in compare view

Updates commander from 13.1.0 to 14.0.0

Release notes

Sourced from commander's releases.

v14.0.0

Added

  • support for groups of options and commands in the help using low-level .helpGroup() on Option and Command, and higher -level .optionsGroup() and .commandsGroup() which can be used in chaining way to specify group title for following option s/commands (#2328)
  • support for unescaped negative numbers as option-arguments and command-arguments (#2339)
  • TypeScript: add parseArg property to Argument class (#2359)

Fixed

  • remove bogus leading space in help when option has default value but not a description (#2348)
  • .configureOutput() now makes copy of settings instead of modifying in-place, fixing side-effects (#2350)

Changed

  • Breaking: Commander 14 requires Node.js v20 or higher
  • internal refactor of Help class adding .formatItemList() and .groupItems() methods (#2328)
Changelog

Sourced from commander's changelog.

[14.0.0] (2025-05-18)

Added

  • support for groups of options and commands in the help using low-level .helpGroup() on Option and Command, and higher-level .optionsGroup() and .commandsGroup() which can be used in chaining way to specify group title for following options/commands (#2328)
  • support for unescaped negative numbers as option-arguments and command-arguments (#2339)
  • TypeScript: add parseArg property to Argument class (#2359)

Fixed

  • remove bogus leading space in help when option has default value but not a description (#2348)
  • .configureOutput() now makes copy of settings instead of modifying in-place, fixing side-effects (#2350)

Changed

  • Breaking: Commander 14 requires Node.js v20 or higher
  • internal refactor of Help class adding .formatItemList() and .groupItems() methods (#2328)
Commits

Updates zod from 3.24.4 to 3.25.7

Commits

Updates @types/qs from 6.9.18 to 6.14.0

Commits

Updates @noble/curves from 1.9.0 to 1.9.1

Release notes

Sourced from @​noble/curves's releases.

1.9.1

  • abstract/fft - new experimental implementation of FFT (Fast Fourier Transform) / NTT
  • abstract/edwards: verify curve parameters (equation) on initialization
  • abstract/weierstrass: verify curve parameters (discriminant) on initialization
  • abstract/weierstrass: improve getSharedSecret arg validation for rare curves
  • abstract/weierstrass: fix invalid sig recovery decoding length for rare curves
  • abstract/modular: improve sqrt calculation
  • x25519, x448: accept more valid inputs for priv / pub keys
  • secp256k1: improve tree-shaking

Full Changelog: paulmillr/noble-curves@1.9.0...1.9.1

Commits
  • ede19f4 Release 1.9.1.
  • e3e288c Update jsbt to 0.4.0
  • a8e4aff weierstrass: fix invalid sig recovery decoding length for rare curves
  • 9c60b60 weierstrass, edwards: validate curve params on init, discriminant
  • b88a6e6 weierstrass: improve getSharedSecret arg validation for rare curves
  • e3f25bc weierstrass: more comments on endomorphism, add endo calculator to test/misc
  • 584add3 abstract/tower, bls: clarify comments
  • 947f0d6 modular: strict return type for FpLegendre
  • 44ded74 readme
  • b3ca021 Add fft test
  • Additional commits viewable in compare view

Updates pino from 9.6.0 to 9.7.0

Release notes

Sourced from pino's releases.

v9.7.0

What's Changed

New Contributors

…pdates

Bumps the dependencies group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.26.0` | `9.27.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.3.4` | `4.3.5` |
| [jest-extended](https://github.com/jest-community/jest-extended) | `4.0.2` | `5.0.2` |
| [semver](https://github.com/npm/node-semver) | `7.7.1` | `7.7.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.2` | `29.3.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.32.0` | `8.32.1` |
| [@aws-sdk/client-route-53](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53) | `3.806.0` | `3.812.0` |
| [@streamr/config](https://github.com/streamr-dev/network-contracts) | `5.5.6` | `5.6.0` |
| [commander](https://github.com/tj/commander.js) | `13.1.0` | `14.0.0` |
| [zod](https://github.com/colinhacks/zod) | `3.24.4` | `3.25.7` |
| [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs) | `6.9.18` | `6.14.0` |
| [@noble/curves](https://github.com/paulmillr/noble-curves) | `1.9.0` | `1.9.1` |
| [pino](https://github.com/pinojs/pino) | `9.6.0` | `9.7.0` |



Updates `@eslint/js` from 9.26.0 to 9.27.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.27.0/packages/js)

Updates `eslint-import-resolver-typescript` from 4.3.4 to 4.3.5
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v4.3.4...v4.3.5)

Updates `jest-extended` from 4.0.2 to 5.0.2
- [Release notes](https://github.com/jest-community/jest-extended/releases)
- [Changelog](https://github.com/jest-community/jest-extended/blob/main/CHANGELOG.md)
- [Commits](jest-community/jest-extended@v4.0.2...v5.0.2)

Updates `semver` from 7.7.1 to 7.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.1...v7.7.2)

Updates `ts-jest` from 29.3.2 to 29.3.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.3.2...v29.3.4)

Updates `typescript-eslint` from 8.32.0 to 8.32.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.1/packages/typescript-eslint)

Updates `@aws-sdk/client-route-53` from 3.806.0 to 3.812.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-route-53/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.812.0/clients/client-route-53)

Updates `@streamr/config` from 5.5.6 to 5.6.0
- [Release notes](https://github.com/streamr-dev/network-contracts/releases)
- [Commits](streamr-dev/network-contracts@config/v5.5.6...config/v5.6.0)

Updates `commander` from 13.1.0 to 14.0.0
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v13.1.0...v14.0.0)

Updates `zod` from 3.24.4 to 3.25.7
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/commits)

Updates `@types/qs` from 6.9.18 to 6.14.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs)

Updates `@noble/curves` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/paulmillr/noble-curves/releases)
- [Commits](paulmillr/noble-curves@1.9.0...1.9.1)

Updates `pino` from 9.6.0 to 9.7.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.6.0...v9.7.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jest-extended
  dependency-version: 5.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: semver
  dependency-version: 7.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-version: 29.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.32.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-route-53"
  dependency-version: 3.812.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@streamr/config"
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: commander
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: zod
  dependency-version: 3.25.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/qs"
  dependency-version: 6.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@noble/curves"
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pino
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from harbu, juslesan and teogeb May 20, 2025 10:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@github-actions github-actions bot added test-utils Related to Test Utils Package cli-tools Related to CLI Tools Package utils sdk node labels May 20, 2025
@teogeb
Copy link
Contributor

teogeb commented May 20, 2025

Breaking: Commander 14 requires Node.js v20 or higher

@harbu Note that this PR is may not be work on Node v18, which is our current minimum supported version.

NodeJS v18 has reach end-of-life recently so we could consider upgrading the minimum supported version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli-tools Related to CLI Tools Package dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code node sdk test-utils Related to Test Utils Package utils
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant