Skip to content

build(deps): bump the minor-and-patch-npm-daily group across 2 directories with 11 updates#4945

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-npm-daily-5dc37a858d
Open

build(deps): bump the minor-and-patch-npm-daily group across 2 directories with 11 updates#4945
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-npm-daily-5dc37a858d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

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

Package From To
@hoppscotch/cli 0.30.0 0.30.2
lerna 9.0.3 9.0.4
redis 5.10.0 5.11.0
@hashgraph/hedera-local 2.39.2 2.39.3
@typescript-eslint/eslint-plugin 8.54.0 8.56.0
ajv 8.17.1 8.18.0
eslint-plugin-n 17.23.2 17.24.0
dotenv 17.2.3 17.3.1
lru-cache 11.2.5 11.2.6
redis-memory-server 0.14.1 0.16.0

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

Updates @hoppscotch/cli from 0.30.0 to 0.30.2

Commits

Updates lerna from 9.0.3 to 9.0.4

Release notes

Sourced from lerna's releases.

v9.0.4

9.0.4 (2026-02-10)

Bug Fixes

  • bump tar to 7.5.7, rimraf to 6.1.2, @​npmcli/run-script to 10.0.3 (#4267) (43e3d46)
Changelog

Sourced from lerna's changelog.

9.0.4 (2026-02-10)

Bug Fixes

  • bump tar to 7.5.7, rimraf to 6.1.2, @​npmcli/run-script to 10.0.3 (#4267) (43e3d46)
Commits
  • 5f3669c chore(misc): publish 9.0.4
  • 43e3d46 fix: bump tar to 7.5.7, rimraf to 6.1.2, @​npmcli/run-script to 10.0.3 (#4267)
  • See full diff in compare view

Updates redis from 5.10.0 to 5.11.0

Release notes

Sourced from redis's releases.

redis@5.11.0

5.11.0 Release Changelog

🌟 Highlights

Smart Client Handoffs for Enterprise OSS API (Pending a Redis Enterprise version release)

This release introduces support for Redis Enterprise Cluster maintenance notifications via SMIGRATING/SMIGRATED push notifications. The client now automatically handles slot migrations by:

  • Relaxing timeouts during migration (SMIGRATING) to prevent false failures
  • Automatic slot handoff when completed (SMIGRATED)
  • Enabling seamless operations during Redis Enterprise maintenance windows

Redis 8.6 Support

This release adds support for Redis 8.6 features:

  • XADD idempotency options (IDMPAUTO, IDMP, and policy) - Prevent duplicate entries by tracking producer and message IDs
  • XCFGSET command - Configure per-stream idempotency parameters (IDMP_DURATION, IDMP_MAXSIZE)
  • XINFO STREAM enhancements - New idempotency tracking fields (idmp-duration, idmp-maxsize, pids-tracked, iids-tracked, iids-added, iids-duplicates)
  • HOTKEYS command family (START, STOP, GET, RESET) - Track and identify hot keys by CPU time and network bytes

🚀 New Features


🐛 Bug Fixes


📚 Documentation & Testing

New Contributors

... (truncated)

Commits

Updates @hashgraph/hedera-local from 2.39.2 to 2.39.3

Release notes

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

v2.39.3

What's Changed

New Contributors

Full Changelog: hiero-ledger/hiero-local-node@v2.39.2...v2.39.3

Commits
  • bcc17cc chore: update version to 2.39.3 (#1261)
  • d80acc1 chore: Migrate from config.txt to genesis-network.json (#1259)
  • cd9d53b chore: update maintainer guidelines link in MAINTAINERS.md (#1252)
  • b92cdb8 chore: Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#1241)
  • 94139b6 chore: Bump actions/download-artifact from 6.0.0 to 7.0.0 (#1242)
  • fe0a3fb chore: Bump step-security/harden-runner from 2.13.2 to 2.14.0 (#1237)
  • ed3a9a0 chore: Bump actions/checkout from 5.0.0 to 6.0.1 (#1236)
  • See full diff in compare view

Updates @typescript-eslint/eslint-plugin from 8.54.0 to 8.56.0

Release notes

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

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • 8b8b68f chore(release): publish 8.56.0
  • 68a074f feat: support ESLint v10 (#12057)
  • c0a359d fix: use parser options from context.languageOptions (#12043)
  • fedfe86 chore(release): publish 8.55.0
  • 8a95834 fix(eslint-plugin): [no-useless-default-assignment] reduce param index to ts ...
  • 4ba1e72 fix(eslint-plugin): [no-useless-default-assignment] report unnecessary defaul...
  • a1f8617 feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (#11992)
  • 3f0ce54 fix(eslint-plugin): [no-useless-default-assignment] require strictNullChecks ...
  • 3df0002 fix(eslint-plugin): [no-unused-vars] remove trailing newline when removing en...
  • b931f8c chore: use workspace refs for workspace deps (#12018)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.54.0 to 8.56.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.56.0 (2026-02-16)

🚀 Features

❤️ Thank You

See GitHub Releases for more information.

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

8.55.0 (2026-02-09)

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

See GitHub Releases for more information.

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

Commits

Updates ajv from 8.17.1 to 8.18.0

Release notes

Sourced from ajv's releases.

v8.18.0

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.17.1...v8.18.0

Commits
  • 142ce84 8.18.0
  • 720a23f fix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...
  • 82735a1 fix: typos in schema-language.md (#2507)
  • b17ec32 fix: small grammatical error in managing-schemas.md (#2508)
  • 69568d0 fix: #2482 Infinity and NaN serialise to null (#2487)
  • f06766f feat: allow tree-shaking by adding ``"sideEffects": falsetopackage.json` ...
  • See full diff in compare view

Updates eslint-plugin-n from 17.23.2 to 17.24.0

Release notes

Sourced from eslint-plugin-n's releases.

v17.24.0

17.24.0 (2026-02-15)

🌟 Features

🧹 Chores

  • add v17.x to release-please (9c5e437)
Changelog

Sourced from eslint-plugin-n's changelog.

17.24.0 (2026-02-15)

🌟 Features

🧹 Chores

  • add v17.x to release-please (9c5e437)
Commits

Updates dotenv from 17.2.3 to 17.3.1

Changelog

Sourced from dotenv's changelog.

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Commits

Updates lru-cache from 11.2.5 to 11.2.6

Commits

Updates redis-memory-server from 0.14.1 to 0.16.0

Changelog

Sourced from redis-memory-server's changelog.

0.16.0 (2026-01-29)

Features

  • add support for configProvider configuration (992d849)
  • add support for booleans in package.json config (ef8d722)

0.15.1 (2026-01-29)

Bug Fixes

  • update node version in readme (2fc31e4)

0.15.0 (2026-01-20)

⚠ BREAKING CHANGES

  • drop support for node 16 and below

Features

  • bump vulnerable dependency tar (19f2e5f)
  • drop support for node 16 and below (6f65a8d)
Commits
  • 16298a6 chore(release): 0.16.0
  • 992d849 feat: add support for configProvider configuration
  • aa48b67 chore: remove lodash.defaultsdeep dependency
  • ef8d722 feat: add support for booleans in package.json config
  • 388da58 chore: remove node and ts versions from readme
  • 86745f3 chore(release): 0.15.1
  • 2fc31e4 fix: update node version in readme
  • 7c3992c Merge pull request #60 from mhassan1/dependabot/npm_and_yarn/lodash-4.17.23
  • 901559e chore(deps): bump lodash from 4.17.21 to 4.17.23
  • 2239c51 chore(release): 0.15.0
  • Additional commits viewable in compare view

Updates redis-memory-server from 0.14.1 to 0.16.0

Changelog

Sourced from redis-memory-server's changelog.

0.16.0 (2026-01-29)

Features

  • add support for configProvider configuration (992d849)
  • add support for booleans in package.json config (ef8d722)

0.15.1 (2026-01-29)

Bug Fixes

  • update node version in readme (2fc31e4)

0.15.0 (2026-01-20)

⚠ BREAKING CHANGES

  • drop support for node 16 and below

Features

  • bump vulnerable dependency tar (19f2e5f)
  • drop support for node 16 and below (6f65a8d)
Commits
  • 16298a6 chore(release): 0.16.0
  • 992d849 feat: add support for configProvider configuration
  • aa48b67 chore: remove lodash.defaultsdeep dependency
  • ef8d722 feat: add support for booleans in package.json config
  • 388da58 chore: remove node and ts versions from readme
  • 86745f3 chore(release): 0.15.1
  • 2fc31e4 fix: update node version in readme
  • 7c3992c Merge pull request #60 from mhassan1/dependabot/npm_and_yarn/lodash-4.17.23
  • 901559e chore(deps): bump lodash from 4.17.21 to 4.17.23
  • 2239c51 chore(release): 0.15.0
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@hashgraph/hedera-local [>= 2.37.a, < 2.38]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 18, 2026
@dependabot dependabot bot requested review from a team as code owners February 18, 2026 19:40
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 18, 2026
@dependabot dependabot bot requested a review from acuarica February 18, 2026 19:40
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Feb 18, 2026
…ories with 11 updates

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

| Package | From | To |
| --- | --- | --- |
| [@hoppscotch/cli](https://github.com/hoppscotch/hoppscotch) | `0.30.0` | `0.30.2` |
| [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) | `9.0.3` | `9.0.4` |
| [redis](https://github.com/redis/node-redis) | `5.10.0` | `5.11.0` |
| [@hashgraph/hedera-local](https://github.com/hiero-ledger/hiero-local-node) | `2.39.2` | `2.39.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.54.0` | `8.56.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.17.1` | `8.18.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.23.2` | `17.24.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.3.1` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.2.5` | `11.2.6` |
| [redis-memory-server](https://github.com/mhassan1/redis-memory-server) | `0.14.1` | `0.16.0` |

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 `@hoppscotch/cli` from 0.30.0 to 0.30.2
- [Release notes](https://github.com/hoppscotch/hoppscotch/releases)
- [Changelog](https://github.com/hoppscotch/hoppscotch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hoppscotch/hoppscotch/commits)

Updates `lerna` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v9.0.4/packages/lerna)

Updates `redis` from 5.10.0 to 5.11.0
- [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.10.0...redis@5.11.0)

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

Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.56.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.54.0 to 8.56.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/parser)

Updates `ajv` from 8.17.1 to 8.18.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.17.1...v8.18.0)

Updates `eslint-plugin-n` from 17.23.2 to 17.24.0
- [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.23.2...v17.24.0)

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

Updates `lru-cache` from 11.2.5 to 11.2.6
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.2.5...v11.2.6)

Updates `redis-memory-server` from 0.14.1 to 0.16.0
- [Changelog](https://github.com/mhassan1/redis-memory-server/blob/main/CHANGELOG.md)
- [Commits](mhassan1/redis-memory-server@v0.14.1...v0.16.0)

Updates `redis-memory-server` from 0.14.1 to 0.16.0
- [Changelog](https://github.com/mhassan1/redis-memory-server/blob/main/CHANGELOG.md)
- [Commits](mhassan1/redis-memory-server@v0.14.1...v0.16.0)

---
updated-dependencies:
- dependency-name: "@hoppscotch/cli"
  dependency-version: 0.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: lerna
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: redis
  dependency-version: 5.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@hashgraph/hedera-local"
  dependency-version: 2.39.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.56.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: eslint-plugin-n
  dependency-version: 17.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-npm-daily
- dependency-name: dotenv
  dependency-version: 17.3.1
  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.6
  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.16.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.16.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 force-pushed the dependabot/npm_and_yarn/minor-and-patch-npm-daily-5dc37a858d branch from 2f08bc5 to 74cc582 Compare February 19, 2026 19:39
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

Comments