Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2025

Bumps the minor-and-patch-npm-daily group with 15 updates in the / directory:

Package From To
pino 9.7.0 9.11.0
pnpm 10.0.0 10.17.1
redis 5.8.0 5.8.2
@hashgraph/hedera-local 2.32.5 2.38.0
chai-as-promised 8.0.1 8.0.2
eslint-plugin-n 17.21.3 17.23.1
mocha 11.7.1 11.7.2
typescript 5.8.3 5.9.2
dotenv 17.2.1 17.2.2
@hashgraph/sdk 2.63.0 2.73.2
axios 1.8.4 1.12.2
ethers 6.13.5 6.15.0
lru-cache 11.1.0 11.2.2
redis-memory-server 0.12.1 0.13.0
@types/cors 2.8.17 2.8.19

Bumps the minor-and-patch-npm-daily group with 1 update in the /packages/relay directory: redis-memory-server.

Updates pino from 9.7.0 to 9.11.0

Release notes

Sourced from pino's releases.

v9.11.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.10.0...v9.11.0

v9.10.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.9.5...v9.10.0

v9.9.5

What's Changed

Full Changelog: pinojs/pino@v9.9.4...v9.9.5

v9.9.4

What's Changed

Full Changelog: pinojs/pino@v9.9.3...v9.9.4

v9.9.3

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.9.2...v9.9.3

v9.9.2

What's Changed

... (truncated)

Commits
Maintainer changes

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


Updates pnpm from 10.0.0 to 10.17.1

Release notes

Sourced from pnpm's releases.

pnpm 10.17.1

Patch Changes

  • When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #9974.
  • Fix state.json creation path when executing pnpm patch in a workspace project #9733.
  • When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #9987.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.17.1

Patch Changes

  • When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #9974.
  • Fix state.json creation path when executing pnpm patch in a workspace project #9733.
  • When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #9987.

10.17.0

Minor Changes

  • The minimumReleaseAgeExclude setting now supports patterns. For instance:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - "@eslint/*"

    Related PR: #9984.

Patch Changes

  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.

10.16.1

Patch Changes

  • The full metadata cache should be stored not at the same location as the abbreviated metadata. This fixes a bug where pnpm was loading the abbreviated metadata from cache and couldn't find the "time" field as a result #9963.
  • Forcibly disable ANSI color codes when generating patch diff #9914.

10.16.0

Minor Changes

  • There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.

    The new setting is called minimumReleaseAge. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, setting minimumReleaseAge: 1440 ensures that only packages released at least one day ago can be installed.

    If you set minimumReleaseAge but need to disable this restriction for certain dependencies, you can list them under the minimumReleaseAgeExclude setting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time:

    minimumReleaseAgeExclude:
      - webpack

    Related issue: #9921.

... (truncated)

Commits
  • f6242c3 chore(release): 10.17.1
  • c9b6b40 chore: remove console.log (#10003)
  • 1a1a272 chore(release): 10.17.0
  • ea44ff9 chore(release): 10.16.1
  • a3c1498 chore(release): 10.16.0
  • e792927 feat: support finder functions for performing complex searches with list and ...
  • 3d1711a chore(release): 10.15.1
  • f1552d1 refactor: replace p-any with Promise.any (#9911)
  • 979ce80 chore(release): 10.15.0
  • facd765 refactor: always use extensions in relative imports (#9878)
  • Additional commits viewable in compare view

Updates redis from 5.8.0 to 5.8.2

Release notes

Sourced from redis's releases.

redis@5.8.2

What's Changed

New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/redis@5.8.1...redis@5.8.2

redis@5.8.1

What's Changed

Full Changelog: https://github.com/redis/node-redis/compare/redis@5.8.0...redis@5.8.1

Commits

Updates @hashgraph/hedera-local from 2.32.5 to 2.38.0

Release notes

Sourced from @​hashgraph/hedera-local's releases.

v2.38.0

What's Changed

New Contributors

Full Changelog: hiero-ledger/hiero-local-node@v2.37.1...v2.38.0

v2.37.1

What's Changed

New Contributors

Full Changelog: hiero-ledger/hiero-local-node@v2.37.0...v2.37.1

v2.37.0

What's Changed

... (truncated)

Commits
  • dc593d7 chore: bump images and version (#1196)
  • a5d2504 chore: Bump step-security/retry from 3.0.3 to 3.0.4 (#1192)
  • cae0bd8 chore: Bump step-security/harden-runner from 2.13.0 to 2.13.1 (#1193)
  • 2f6fd2b chore: Bump actions/checkout from 4.2.2 to 5.0.0 (#1170)
  • d520421 chore: Bump step-security/conventional-pr-title-action from 3.2.1 to 3.2.3 (#...
  • 7c8407f chore: Bump cypress from 14.4.1 to 14.5.2 in /test/cypress (#1151)
  • c376152 chore: Bump webpack from 5.99.9 to 5.100.2 in /test/cypress (#1152)
  • 3781ac5 feat: Implement graceful shutdown on SIGINT (#1137)
  • 726704f chore: Update node versions for 0.64.0 milestone (#1150)
  • c58113d chore: Bump step-security/harden-runner from 2.12.1 to 2.13.0 (#1153)
  • Additional commits viewable in compare view

Updates chai-as-promised from 8.0.1 to 8.0.2

Release notes

Sourced from chai-as-promised's releases.

v8.0.2

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v8.0.1...v8.0.2

Commits

Updates eslint-plugin-n from 17.21.3 to 17.23.1

Release notes

Sourced from eslint-plugin-n's releases.

v17.23.1

17.23.1 (2025-09-18)

🩹 Fixes

  • node-builtins-modules/tls.js: Update minimal version (#484) (fe94432)

📚 Documentation

  • improve clarity of no-missing-import and no-missing-require (#455) (92ea876)

v17.23.0

17.23.0 (2025-09-15)

🌟 Features

v17.22.0

17.22.0 (2025-09-13)

🌟 Features

🩹 Fixes

  • ci: bump markdowncli-lint version (#468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#471) (844155c)
Changelog

Sourced from eslint-plugin-n's changelog.

17.23.1 (2025-09-18)

🩹 Fixes

  • node-builtins-modules/tls.js: Update minimal version (#484) (fe94432)

📚 Documentation

  • improve clarity of no-missing-import and no-missing-require (#455) (92ea876)

17.23.0 (2025-09-15)

🌟 Features

17.22.0 (2025-09-13)

🌟 Features

🩹 Fixes

  • ci: bump markdowncli-lint version (#468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#471) (844155c)
Commits
  • 42d1597 chore(master): release 17.23.1 (#482)
  • fe94432 fix(node-builtins-modules/tls.js): Update minimal version (#484)
  • 92ea876 docs: improve clarity of no-missing-import and no-missing-require (#455)
  • 92abbc9 chore(master): release 17.23.0 (#481)
  • 6516414 feat: Support latest node v23.x ✨ (#478)
  • cfeed38 Update es-syntax.md (#480)
  • bb77606 chore(master): release 17.22.0 (#469)
  • 0ab562b feat: support latest node 22 (#474)
  • fd0c192 feat: Add missing features from node 20.19.0 (#473)
  • 844155c fix(no-unsupported): URL.createObjectURL, URL.revokeObjectURL are support...
  • Additional commits viewable in compare view

Updates mocha from 11.7.1 to 11.7.2

Release notes

Sourced from mocha's releases.

v11.7.2

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

🧹 Chores

🤖 Automation

  • deps: bump actions/checkout in the github-actions group (#5419) (03ac2d0)
Changelog

Sourced from mocha's changelog.

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

🧹 Chores

🤖 Automation

  • deps: bump actions/checkout in the github-actions group (#5419) (03ac2d0)
Commits
  • 5f8e8a8 chore(main): release 11.7.2 (#5398)
  • 3300d21 chore: move callback and object typedefs to a new types.d.ts (#5351)
  • 95f3ca8 docs: migrate assertion libraries wiki link to main docs (#5442)
  • c6c6740...

    Description has been truncated

…ories with 15 updates

Bumps the minor-and-patch-npm-daily group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pino](https://github.com/pinojs/pino) | `9.7.0` | `9.11.0` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.0.0` | `10.17.1` |
| [redis](https://github.com/redis/node-redis) | `5.8.0` | `5.8.2` |
| [@hashgraph/hedera-local](https://github.com/hashgraph/hedera-local-node) | `2.32.5` | `2.38.0` |
| [chai-as-promised](https://github.com/chaijs/chai-as-promised) | `8.0.1` | `8.0.2` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.21.3` | `17.23.1` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.1` | `11.7.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.1` | `17.2.2` |
| [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) | `2.63.0` | `2.73.2` |
| [axios](https://github.com/axios/axios) | `1.8.4` | `1.12.2` |
| [ethers](https://github.com/ethers-io/ethers.js) | `6.13.5` | `6.15.0` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.1.0` | `11.2.2` |
| [redis-memory-server](https://github.com/mhassan1/redis-memory-server) | `0.12.1` | `0.13.0` |
| [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) | `2.8.17` | `2.8.19` |

Bumps the minor-and-patch-npm-daily group with 1 update in the /packages/relay directory: [redis-memory-server](https://github.com/mhassan1/redis-memory-server).


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

Updates `pnpm` from 10.0.0 to 10.17.1
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.17.1/pnpm)

Updates `redis` from 5.8.0 to 5.8.2
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@5.8.0...redis@5.8.2)

Updates `@hashgraph/hedera-local` from 2.32.5 to 2.38.0
- [Release notes](https://github.com/hashgraph/hedera-local-node/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-local-node/blob/main/release.config.js)
- [Commits](hiero-ledger/hiero-local-node@v2.32.5...v2.38.0)

Updates `chai-as-promised` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/chaijs/chai-as-promised/releases)
- [Commits](chaijs/chai-as-promised@v8.0.1...v8.0.2)

Updates `eslint-plugin-n` from 17.21.3 to 17.23.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.21.3...v17.23.1)

Updates `mocha` from 11.7.1 to 11.7.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.1...v11.7.2)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

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

Updates `@hashgraph/sdk` from 2.63.0 to 2.73.2
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.63.0...v2.73.2)

Updates `axios` from 1.8.4 to 1.12.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.4...v1.12.2)

Updates `ethers` from 6.13.5 to 6.15.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.13.5...v6.15.0)

Updates `lru-cache` from 11.1.0 to 11.2.2
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.1.0...v11.2.2)

Updates `redis-memory-server` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/mhassan1/redis-memory-server/blob/main/CHANGELOG.md)
- [Commits](mhassan1/redis-memory-server@v0.12.1...v0.13.0)

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

Updates `axios` from 1.8.4 to 1.12.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.4...v1.12.2)

Updates `lru-cache` from 11.1.0 to 11.2.2
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.1.0...v11.2.2)

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

Updates `redis` from 5.8.0 to 5.8.2
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@5.8.0...redis@5.8.2)

Updates `redis-memory-server` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/mhassan1/redis-memory-server/blob/main/CHANGELOG.md)
- [Commits](mhassan1/redis-memory-server@v0.12.1...v0.13.0)

Updates `redis-memory-server` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/mhassan1/redis-memory-server/blob/main/CHANGELOG.md)
- [Commits](mhassan1/redis-memory-server@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: pino
  dependency-version: 9.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: pnpm
  dependency-version: 10.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@hashgraph/hedera-local"
  dependency-version: 2.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: chai-as-promised
  dependency-version: 8.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: eslint-plugin-n
  dependency-version: 17.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: mocha
  dependency-version: 11.7.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: dotenv
  dependency-version: 17.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.73.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: axios
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: ethers
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: lru-cache
  dependency-version: 11.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis-memory-server
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@types/cors"
  dependency-version: 2.8.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: axios
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: lru-cache
  dependency-version: 11.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: pino
  dependency-version: 9.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis-memory-server
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis-memory-server
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
...

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 Sep 24, 2025
@dependabot dependabot bot requested review from a team as code owners September 24, 2025 19:59
@dependabot dependabot bot requested a review from natanasow September 24, 2025 19:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 24, 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 Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants