Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

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

Package From To
@eslint/js 9.36.0 9.38.0
@stylistic/eslint-plugin 5.4.0 5.5.0
@types/node 24.5.2 24.9.1
semver 7.7.2 7.7.3
ts-jest 29.4.4 29.4.5
typescript-eslint 8.44.1 8.46.2
zx 8.8.4 8.8.5
@aws-sdk/client-route-53 3.896.0 3.917.0
dotenv 17.2.2 17.2.3
webpack 5.101.3 5.102.1
commander 14.0.1 14.0.2
@types/event-stream 4.0.5 4.0.6
@inquirer/prompts 7.8.6 7.9.0
zod 4.1.11 4.1.12
@inquirer/testing 2.1.50 2.1.51
core-js 3.45.1 3.46.0
@babel/core 7.28.4 7.28.5
@babel/plugin-transform-runtime 7.28.3 7.28.5
@babel/preset-env 7.28.3 7.28.5
@babel/preset-typescript 7.27.1 7.28.5
pino 9.12.0 10.1.0
pino-pretty 13.1.1 13.1.2
@types/secp256k1 4.0.6 4.0.7

Updates @eslint/js from 9.36.0 to 9.38.0

Release notes

Sourced from @​eslint/js's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])

... (truncated)

Commits
  • 25d0e33 chore: package.json update for @​eslint/js release
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • See full diff in compare view

Updates @stylistic/eslint-plugin from 5.4.0 to 5.5.0

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v5.5.0

5.5.0 (2025-10-18)

Features

  • comma-dangle: support TSFunctionType and TSDeclareFunction (#1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#996) (2b5a39f)
  • new rule list-style (#895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#1017) (b3a3acf)
  • update deps (#1011) (9d5085c)

Bug Fixes

  • indent: correctly indent NewExpression in ConditionalExpression (#994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#1004) (f3faa54)

Documentation

  • contribute: add guide to run the document site (#1001) (37a64c5)
  • object-curly-spacing: introduce overrides (#998) (6452b52)

Chores

  • no-extra-parens: remove useless logic (#1013) (8e34765)
  • remove TestCaseError#type (#1005) (83d00c5)
  • replace Object.prototype.hasOwnProperty.call with Object.hasOwn (#992) (97193e1)
Changelog

Sourced from @​stylistic/eslint-plugin's changelog.

5.5.0 (2025-10-18)

Features

  • comma-dangle: support TSFunctionType and TSDeclareFunction (#1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#996) (2b5a39f)
  • new rule list-style (#895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#1017) (b3a3acf)
  • update deps (#1011) (9d5085c)

Bug Fixes

  • indent: correctly indent NewExpression in ConditionalExpression (#994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#1004) (f3faa54)

Documentation

  • contribute: add guide to run the document site (#1001) (37a64c5)
  • object-curly-spacing: introduce overrides (#998) (6452b52)

Chores

  • no-extra-parens: remove useless logic (#1013) (8e34765)
  • remove TestCaseError#type (#1005) (83d00c5)
  • replace Object.prototype.hasOwnProperty.call with Object.hasOwn (#992) (97193e1)
Commits
  • ad0c6a9 chore: release v5.5.0 (main) (#995)
  • ba930e7 feat(comma-dangle): support TSTypeParameterInstantiation (#1016)
  • b3a3acf feat(padding-line-between-statements): narrow report range to reduce noise (#...
  • cd3776f feat(comma-dangle): support TSFunctionType and TSDeclareFunction (#1015)
  • 8e34765 refactor(no-extra-parens): remove useless logic (#1013)
  • 9d5085c feat: update deps (#1011)
  • f2837b1 feat(indent): deprecate offsetTernaryExpressionsOffsetCallExpressions via `...
  • 85ef5bc feat(object-curly-spacing): add emptyObjects option to control spacing in e...
  • a9ec0de feat: new rule list-style (#895)
  • 2b5a39f feat(indent): introduce NewExpression and AwaitExpression in `offsetTerna...
  • Additional commits viewable in compare view

Updates @types/node from 24.5.2 to 24.9.1

Commits

Updates semver from 7.7.2 to 7.7.3

Release notes

Sourced from semver's releases.

v7.7.3

7.7.3 (2025-10-06)

Bug Fixes

Chores

Changelog

Sourced from semver's changelog.

7.7.3 (2025-10-06)

Bug Fixes

Chores

Commits
  • a25789b chore: release 7.7.3 (#812)
  • e37e0ca fix: faster paths for compare (#813)
  • 2471d75 fix: x-range build metadata support
  • 8f05c87 chore: bump @​npmcli/template-oss from 4.25.0 to 4.25.1 (#807)
  • d17aebf chore: bump @​npmcli/template-oss from 4.24.4 to 4.25.0 (#797)
  • 3b03e3b chore: bump @​npmcli/template-oss from 4.24.3 to 4.24.4 (#790)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for semver since your current version.


Updates ts-jest from 29.4.4 to 29.4.5

Release notes

Sourced from ts-jest's releases.

v29.4.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.5 (2025-10-10)

Bug Fixes

  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #5013
Commits
  • 9d5248a chore(release): 29.4.5
  • ca8b623 refactor: improve message about using Node16/18/Next
  • c290d4d fix: allow filtering modern module warning message with diagnostic code
  • 1ff2dda build: replace conventional-changelog-cli dep
  • 1c08db3 ci: run npm ci --ignore-scripts for workflows
  • 9f60d2c ci: enhance security for Renovate PRs
  • 1c1077f build(deps): Update dependency @​formatjs/ts-transformer to ^3.14.2
  • 9037f2f build(deps): Update dependency @​types/node to v20.19.20
  • 6ed0e1c build(deps): Update dependency semver to ^7.7.3
  • 4a06f8c build(deps): Update github/codeql-action digest to a8d1ac4
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.44.1 to 8.46.2

Release notes

Sourced from typescript-eslint's releases.

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

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

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

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

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.46.2 (2025-10-20)

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.

8.46.1 (2025-10-13)

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.

8.46.0 (2025-10-06)

🚀 Features

❤️ Thank You

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

8.45.0 (2025-09-29)

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

Updates zx from 8.8.4 to 8.8.5

Release notes

Sourced from zx's releases.

8.8.5 — Temporary Reservoir

This release fixes the issue, when zx flushes external node_modules on linking #1348 #1349 #1355

Also globby@15.0.0 arrives here.

Commits

Updates @aws-sdk/client-route-53 from 3.896.0 to 3.917.0

Release notes

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

v3.917.0

3.917.0(2025-10-24)

New Features
  • clients: update client endpoints as of 2025-10-24 (5f76bd76)
  • client-location: Added support for mobile app restrictions in Amazon Location API keys. (f7e89045)
  • client-geo-maps: Added support for optional AdditionalFeatures parameter in the V2 GetTile API. (fd1221d8)
  • client-acm: Update endpoint ruleset parameters casing (9fd39c4b)
  • client-robomaker: Update endpoint ruleset parameters casing (e5f3bff1)
  • client-data-pipeline: Update endpoint ruleset parameters casing (b3727fe8)
  • client-s3tables: Update endpoint ruleset parameters casing (2b605337)
  • client-payment-cryptography-data: Update endpoint ruleset parameters casing (f385a1b9)
  • client-lookoutvision: Update endpoint ruleset parameters casing (cfe98b4b)
  • client-billing: Update endpoint ruleset parameters casing (cfca0cf5)
  • client-evs: Update endpoint ruleset parameters casing (52113c8e)
  • client-securityhub: Release 3 layer filter support in GetFindingsV2, GetFindingStatisticsV2, GetResourcesV2,GetResourcesStatisticsV2, AutomationRule V2 APIs. Update filter casing in GetResourcesV2, GetResourcesStatisticsV2 APIs. Add new filters in GetFindingsV2, GetFindingStatisticsV2, AutomationRule V2 APIs. (84afe147)
  • client-snow-device-management: Update endpoint ruleset parameters casing (1dd93db7)
  • client-mediapackage: Update endpoint ruleset parameters casing (cc44ae84)
  • client-dynamodb-streams: Update endpoint ruleset parameters casing (0058eef6)
  • client-mediastore: Update endpoint ruleset parameters casing (8296014a)
  • client-panorama: Update endpoint ruleset parameters casing (2f334f1e)
  • client-cloudtrail: Update endpoint ruleset parameters casing (3837ebed)
  • client-iot-managed-integrations: Update endpoint ruleset parameters casing (efaf50b9)
  • client-application-signals: Update endpoint ruleset parameters casing (90b2f06d)
  • client-qbusiness: Update endpoint ruleset parameters casing (acf432dd)
  • client-servicediscovery: Update endpoint ruleset parameters casing (a0179c8b)
  • client-iot-wireless: Update endpoint ruleset parameters casing (09631dd4)
  • client-translate: Update endpoint ruleset parameters casing (1f72ef5b)
  • client-wisdom: Update endpoint ruleset parameters casing (e8b664b8)
  • client-gameliftstreams: Add status reasons for TERMINATED stream sessions (7b2d856d)
  • client-mq: Update endpoint ruleset parameters casing (7f703c18)
  • client-kinesis-video-signaling: Update endpoint ruleset parameters casing (377d9ac0)
  • client-eks: Update endpoint ruleset parameters casing (15c01c6e)
  • client-route-53-domains: Update endpoint ruleset parameters casing (fa7060a0)
  • client-pca-connector-ad: Update endpoint ruleset parameters casing (109911c4)
  • client-amplifyuibuilder: Update endpoint ruleset parameters casing (91055aed)
  • client-codepipeline: Update endpoint ruleset parameters casing (16d85f26)
  • client-inspector: Update endpoint ruleset parameters casing (5999e41d)
  • client-sagemaker-metrics: Update endpoint ruleset parameters casing (ea8a941a)
  • client-docdb: Update endpoint ruleset parameters casing (89ec103f)
  • client-vpc-lattice: Update endpoint ruleset parameters casing (40072ab1)
  • client-sso-oidc: Update endpoint ruleset parameters casing (9689f9bb)
  • client-sagemaker: Added inference components model data caching feature (6d774006)
  • client-payment-cryptography: Update endpoint ruleset parameters casing (1191c679)
  • client-verifiedpermissions: Update endpoint ruleset parameters casing (48683fa6)
  • client-elastic-load-balancing: Update endpoint ruleset parameters casing (5455bbe8)
  • client-migrationhubstrategy: Update endpoint ruleset parameters casing (b5c0b4cc)
  • client-rtbfabric: Add support for custom rate limits. (5dafa724)
  • client-datazone: This release adds support for MLflow connections Creation in DataZone (1bd75f01)

... (truncated)

Changelog

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

3.917.0 (2025-10-24)

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

3.916.0 (2025-10-23)

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

3.915.0 (2025-10-22)

Features

  • client-route-53: Amazon Route 53 now supports the ISOB West Region for private DNS for Amazon VPCs and cloudwatch healthchecks. (30a69d1)

3.914.0 (2025-10-21)

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

3.913.0 (2025-10-17)

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

3.911.0 (2025-10-15)

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

... (truncated)

Commits

Updates dotenv from 17.2.2 to 17.2.3

Changelog

Sourced from dotenv's changelog.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)
Commits

Updates webpack from 5.101.3 to 5.102.1

Release notes

Sourced from webpack's releases.

v5.102.1

Fixes

  • Supported extends with env for browserslist
  • Supported JSONP fragment format for web workers.
  • Fixed dynamic import support in workers using browserslist.
  • Fixed default defer import mangling.
  • Fixed default import of commonjs externals for SystemJS format.
  • Fixed context modules to the same file with different import attributes.
  • Fixed typescript types.
  • Improved import.meta warning messages to be more clear when used directly.
  • [CSS] Fixed CC_UPPER_U parsing (E -> U) in tokenizer.

v5.102.0

Features

  • Added static analyze for dynamic imports
  • Added support for import file from "./file.ext" with { type: "bytes" } to get the content as Uint8Array (look at example)
  • Added support for import file from "./file.ext" with { type: "text" } to get the content as text (look at example)
  • Added the snapshot.contextModule to configure snapshots options for context modules
  • Added the extractSourceMap option to implement the capabilities of loading source maps by comment, you don't need source-map-loader (look at example)
  • The topLevelAwait experiment is now stable (you can remove experiments.topLevelAwait from your webpack.config.js)
  • The layers experiment is now stable (you can remove experiments.layers from your webpack.config.js)
  • Added function matcher support in rule options

Fixes

  • Fixed conflicts caused by multiple concatenate modules
  • Ignore import failure during HMR update with ES modules output
  • Keep render module order consistent
  • Prevent inlining modules that have this exports
  • Removed unused timeout attribute of script tag
  • Supported UMD chunk format to work in web workers
  • Improved CommonJs bundle to ES module library
  • Use es-lexer for mjs files for build dependencies
  • Fixed support __non_webpack_require__ for ES modules
  • Properly handle external modules for CSS
  • AssetsByChunkName included assets from chunk.auxiliaryFiles
  • Use createRequire only when output is ES module and target is node
  • Typescript types

Performance Improvements

  • Avoid extra calls for snapshot
  • A avoid extra jobs for build dependencies
  • Move import attributes to own dependencies
Commits

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.36.0` | `9.38.0` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.4.0` | `5.5.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.5.2` | `24.9.1` |
| [semver](https://github.com/npm/node-semver) | `7.7.2` | `7.7.3` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.4` | `29.4.5` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.44.1` | `8.46.2` |
| [zx](https://github.com/google/zx) | `8.8.4` | `8.8.5` |
| [@aws-sdk/client-route-53](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53) | `3.896.0` | `3.917.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.2` | `17.2.3` |
| [webpack](https://github.com/webpack/webpack) | `5.101.3` | `5.102.1` |
| [commander](https://github.com/tj/commander.js) | `14.0.1` | `14.0.2` |
| [@types/event-stream](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/event-stream) | `4.0.5` | `4.0.6` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.8.6` | `7.9.0` |
| [zod](https://github.com/colinhacks/zod) | `4.1.11` | `4.1.12` |
| [@inquirer/testing](https://github.com/SBoudrias/Inquirer.js) | `2.1.50` | `2.1.51` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.45.1` | `3.46.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.4` | `7.28.5` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.28.3` | `7.28.5` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.28.3` | `7.28.5` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.27.1` | `7.28.5` |
| [pino](https://github.com/pinojs/pino) | `9.12.0` | `10.1.0` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `13.1.1` | `13.1.2` |
| [@types/secp256k1](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/secp256k1) | `4.0.6` | `4.0.7` |



Updates `@eslint/js` from 9.36.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js)

Updates `@stylistic/eslint-plugin` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.5.0/packages/eslint-plugin)

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

Updates `semver` from 7.7.2 to 7.7.3
- [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.2...v7.7.3)

Updates `ts-jest` from 29.4.4 to 29.4.5
- [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.4.4...v29.4.5)

Updates `typescript-eslint` from 8.44.1 to 8.46.2
- [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.46.2/packages/typescript-eslint)

Updates `zx` from 8.8.4 to 8.8.5
- [Release notes](https://github.com/google/zx/releases)
- [Commits](google/zx@8.8.4...8.8.5)

Updates `@aws-sdk/client-route-53` from 3.896.0 to 3.917.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.917.0/clients/client-route-53)

Updates `dotenv` from 17.2.2 to 17.2.3
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.2...v17.2.3)

Updates `webpack` from 5.101.3 to 5.102.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.101.3...v5.102.1)

Updates `commander` from 14.0.1 to 14.0.2
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v14.0.1...v14.0.2)

Updates `@types/event-stream` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/event-stream)

Updates `@inquirer/prompts` from 7.8.6 to 7.9.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@7.8.6...@inquirer/prompts@7.9.0)

Updates `zod` from 4.1.11 to 4.1.12
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.1.11...v4.1.12)

Updates `@inquirer/testing` from 2.1.50 to 2.1.51
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/testing@2.1.50...@inquirer/testing@2.1.51)

Updates `core-js` from 3.45.1 to 3.46.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.46.0/packages/core-js)

Updates `@babel/core` from 7.28.4 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-core)

Updates `@babel/plugin-transform-runtime` from 7.28.3 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.28.3 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-preset-env)

Updates `@babel/preset-typescript` from 7.27.1 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-preset-typescript)

Updates `pino` from 9.12.0 to 10.1.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.12.0...v10.1.0)

Updates `pino-pretty` from 13.1.1 to 13.1.2
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v13.1.1...v13.1.2)

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

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: semver
  dependency-version: 7.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zx
  dependency-version: 8.8.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-route-53"
  dependency-version: 3.917.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: webpack
  dependency-version: 5.102.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: commander
  dependency-version: 14.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/event-stream"
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@inquirer/prompts"
  dependency-version: 7.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zod
  dependency-version: 4.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@inquirer/testing"
  dependency-version: 2.1.51
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: core-js
  dependency-version: 3.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@babel/core"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@babel/preset-env"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@babel/preset-typescript"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pino
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pino-pretty
  dependency-version: 13.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/secp256k1"
  dependency-version: 4.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Oct 27, 2025
@github-actions github-actions bot added cli-tools Related to CLI Tools Package utils sdk node labels Oct 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-bf34d12ad0 branch November 3, 2025 12:35
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 utils

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant