Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@eslint/js 9.34.0 9.35.0
eslint 9.34.0 9.35.0
lint-staged 16.1.5 16.1.6
npm-check-updates 18.0.3 18.1.1
typescript-eslint 8.41.0 8.43.0
debug 4.4.1 4.4.3
docker-compose 1.2.0 1.3.0
dockerode 4.0.7 4.0.8
undici 7.15.0 7.16.0
@azure/cosmos 4.5.0 4.5.1
chromadb 3.0.14 3.0.15
@google-cloud/datastore 9.2.1 10.0.1
@google-cloud/spanner 8.2.0 8.2.1
@google-cloud/storage 7.17.0 7.17.1
firebase-admin 13.4.0 13.5.0
msw 2.10.5 2.11.2
mqtt 5.14.0 5.14.1
@aws-sdk/client-s3 3.876.0 3.888.0
minio 8.0.5 8.0.6
mongoose 8.18.0 8.18.1
@types/mssql 9.1.7 9.1.8
mysql2 3.14.3 3.14.5

Updates @eslint/js from 9.34.0 to 9.35.0

Release notes

Sourced from @​eslint/js's releases.

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)

Chores

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
Changelog

Sourced from @​eslint/js's changelog.

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits

Updates eslint from 9.34.0 to 9.35.0

Release notes

Sourced from eslint's releases.

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)

Chores

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
Changelog

Sourced from eslint's changelog.

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits

Updates lint-staged from 16.1.5 to 16.1.6

Release notes

Sourced from lint-staged's releases.

v16.1.6

Patch Changes

  • #1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.
Changelog

Sourced from lint-staged's changelog.

16.1.6

Patch Changes

  • #1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.
Commits
  • e2d0adf chore(changeset): release
  • 0629aaf build(deps): update dependencies
  • e93578e fix: kill subprocesses with "SIGKILL" and only if main process has a pid
  • See full diff in compare view

Updates npm-check-updates from 18.0.3 to 18.1.1

Commits

Updates typescript-eslint from 8.41.0 to 8.43.0

Release notes

Sourced from typescript-eslint's releases.

v8.43.0

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423, #11430)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
  • rule-tester: normalize paths before checking if they escape cwd (#11525)
  • scope-manager: exclude Program from DefinitionBase node types (#11469)
  • type-utils: add union type support to TypeOrValueSpecifier (#11526)
  • typescript-estree: match filenames starting with a period when using glob in allowDefaultProject / (#11537)

❤️ Thank You

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

v8.42.0

8.42.0 (2025-09-02)

🚀 Features

🩹 Fixes

  • deps: update eslint monorepo to v9.33.0 (#11482)
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.43.0 (2025-09-08)

🩹 Fixes

  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)

❤️ Thank You

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

8.42.0 (2025-09-02)

🚀 Features

  • deprecate tseslint.config() (#11531)

🩹 Fixes

  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

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

Commits
  • ef9173c chore(release): publish 8.43.0
  • d8ca5ef fix(eslint-plugin): [no-deprecated] should report deprecated exports and reex...
  • d135909 chore(release): publish 8.42.0
  • fa15645 fix(typescript-eslint): handle non-normalized windows paths produced by jiti ...
  • d7614a7 feat: deprecate tseslint.config() (#11531)
  • 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 typescript-eslint since your current version.


Updates debug from 4.4.1 to 4.4.3

Release notes

Sourced from debug's releases.

4.4.3

Functionally identical release to 4.4.1.

Version 4.4.2 is compromised. Please see debug-js/debug#1005.

Commits

Updates docker-compose from 1.2.0 to 1.3.0

Changelog

Sourced from docker-compose's changelog.

1.3.0 (2025-09-01)

Features

  • add timestamps option to log output (bb25ee5)
Commits
  • c7f056a chore(release): 1.3.0
  • ade310b test: add timestamps option to log output
  • bb25ee5 feat: add timestamps option to log output
  • 0eef3a1 docs: Update deploy workflow for VitePress and Pages deployment
  • See full diff in compare view

Updates dockerode from 4.0.7 to 4.0.8

Release notes

Sourced from dockerode's releases.

v4.0.8

What's Changed

New Contributors

Full Changelog: apocas/dockerode@v4.0.7...v4.0.8

Commits
  • 5e5d65d chore: bump version to 4.0.8 and update tar-fs dependency to 2.1.3
  • 7d1bbbb Merge pull request #813 from mevrin-ueat/chore/bump-tar-fs
  • 003257f chore: bump tar-fs dependency version to 2.1.3
  • 7bc1d4c Update README.md
  • See full diff in compare view

Updates undici from 7.15.0 to 7.16.0

Release notes

Sourced from undici's releases.

v7.16.0

What's Changed

... (truncated)

Commits
  • 7392d6f Bumped v7.16.0 (#4532)
  • 415c66d fix: make error symbols non enumerable (#4531)
  • f182ff1 Disable SIMD for PPC64 architecture, add UNDICI_NO_WASM_SIMD env to facilitat...
  • 95d835c example: use metcoders https-pem for the example (#4436)
  • 7c42918 fix: shell command built from environment values (#4392)
  • 51651a1 fix: wpt should use master branch (#4524)
  • 82ea8fc refactor: parseHttpDate (#4421)
  • 909a584 websocket: always emit error event (#4521)
  • d7bb09e fetch: process content-encoding header only if relevant (#4496)
  • e652f03 wpt: properly handle write permissions errors in wpt-runner setup (#4518)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @azure/cosmos from 4.5.0 to 4.5.1

Commits

Updates chromadb from 3.0.14 to 3.0.15

Updates @google-cloud/datastore from 9.2.1 to 10.0.1

Release notes

Sourced from @​google-cloud/datastore's releases.

v10.0.1

10.0.1 (2025-05-08)

Bug Fixes

  • Fix the compiler error blocking the release (#1391) (ec91e14)

v10.0.0

10.0.0 (2025-05-02)

⚠ BREAKING CHANGES

  • migrate to Node 18 (#1384)

Bug Fixes

  • doc: Fix param descriptions for filters (#1346) (a18c169)
  • More error visibility in nodejs-datastore (#1389) (55934da)
  • Not check sub-property existence for null values (#1330) (5c0ddbc)

Miscellaneous Chores

Changelog

Sourced from @​google-cloud/datastore's changelog.

10.0.1 (2025-05-08)

Bug Fixes

  • Fix the compiler error blocking the release (#1391) (ec91e14)

10.0.0 (2025-05-02)

⚠ BREAKING CHANGES

  • migrate to Node 18 (#1384)

Bug Fixes

  • doc: Fix param descriptions for filters (#1346) (a18c169)
  • More error visibility in nodejs-datastore (#1389) (55934da)
  • Not check sub-property existence for null values (#1330) (5c0ddbc)

Miscellaneous Chores

Commits

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

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.34.0` | `9.35.0` |
| [eslint](https://github.com/eslint/eslint) | `9.34.0` | `9.35.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.5` | `16.1.6` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `18.0.3` | `18.1.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.41.0` | `8.43.0` |
| [debug](https://github.com/debug-js/debug) | `4.4.1` | `4.4.3` |
| [docker-compose](https://github.com/PDMLab/docker-compose) | `1.2.0` | `1.3.0` |
| [dockerode](https://github.com/apocas/dockerode) | `4.0.7` | `4.0.8` |
| [undici](https://github.com/nodejs/undici) | `7.15.0` | `7.16.0` |
| [@azure/cosmos](https://github.com/Azure/azure-sdk-for-js) | `4.5.0` | `4.5.1` |
| chromadb | `3.0.14` | `3.0.15` |
| [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) | `9.2.1` | `10.0.1` |
| [@google-cloud/spanner](https://github.com/googleapis/nodejs-spanner) | `8.2.0` | `8.2.1` |
| [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) | `7.17.0` | `7.17.1` |
| [firebase-admin](https://github.com/firebase/firebase-admin-node) | `13.4.0` | `13.5.0` |
| [msw](https://github.com/mswjs/msw) | `2.10.5` | `2.11.2` |
| [mqtt](https://github.com/mqttjs/MQTT.js) | `5.14.0` | `5.14.1` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.876.0` | `3.888.0` |
| [minio](https://github.com/minio/minio-js) | `8.0.5` | `8.0.6` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.18.0` | `8.18.1` |
| [@types/mssql](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mssql) | `9.1.7` | `9.1.8` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.14.3` | `3.14.5` |



Updates `@eslint/js` from 9.34.0 to 9.35.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.35.0/packages/js)

Updates `eslint` from 9.34.0 to 9.35.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.34.0...v9.35.0)

Updates `lint-staged` from 16.1.5 to 16.1.6
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.1.5...v16.1.6)

Updates `npm-check-updates` from 18.0.3 to 18.1.1
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v18.0.3...v18.1.1)

Updates `typescript-eslint` from 8.41.0 to 8.43.0
- [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.43.0/packages/typescript-eslint)

Updates `debug` from 4.4.1 to 4.4.3
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.4.1...4.4.3)

Updates `docker-compose` from 1.2.0 to 1.3.0
- [Changelog](https://github.com/PDMLab/docker-compose/blob/master/CHANGELOG.md)
- [Commits](PDMLab/docker-compose@v1.2.0...v1.3.0)

Updates `dockerode` from 4.0.7 to 4.0.8
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](apocas/dockerode@v4.0.7...v4.0.8)

Updates `undici` from 7.15.0 to 7.16.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.15.0...v7.16.0)

Updates `@azure/cosmos` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/cosmos_4.5.0...@azure/cosmos_4.5.1)

Updates `chromadb` from 3.0.14 to 3.0.15

Updates `@google-cloud/datastore` from 9.2.1 to 10.0.1
- [Release notes](https://github.com/googleapis/nodejs-datastore/releases)
- [Changelog](https://github.com/googleapis/nodejs-datastore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-datastore@v9.2.1...v10.0.1)

Updates `@google-cloud/spanner` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/googleapis/nodejs-spanner/releases)
- [Changelog](https://github.com/googleapis/nodejs-spanner/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-spanner@v8.2.0...v8.2.1)

Updates `@google-cloud/storage` from 7.17.0 to 7.17.1
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-storage@v7.17.0...v7.17.1)

Updates `firebase-admin` from 13.4.0 to 13.5.0
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/master/CHANGELOG.md)
- [Commits](firebase/firebase-admin-node@v13.4.0...v13.5.0)

Updates `msw` from 2.10.5 to 2.11.2
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.10.5...v2.11.2)

Updates `mqtt` from 5.14.0 to 5.14.1
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](mqttjs/MQTT.js@v5.14.0...v5.14.1)

Updates `@aws-sdk/client-s3` from 3.876.0 to 3.888.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-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.888.0/clients/client-s3)

Updates `minio` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/minio/minio-js/releases)
- [Commits](minio/minio-js@8.0.5...8.0.6)

Updates `mongoose` from 8.18.0 to 8.18.1
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.18.0...8.18.1)

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

Updates `mysql2` from 3.14.3 to 3.14.5
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.14.3...v3.14.5)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-version: 16.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: npm-check-updates
  dependency-version: 18.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: debug
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: docker-compose
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: dockerode
  dependency-version: 4.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: undici
  dependency-version: 7.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@azure/cosmos"
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: chromadb
  dependency-version: 3.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@google-cloud/datastore"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@google-cloud/spanner"
  dependency-version: 8.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@google-cloud/storage"
  dependency-version: 7.17.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: firebase-admin
  dependency-version: 13.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: msw
  dependency-version: 2.11.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mqtt
  dependency-version: 5.14.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.888.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: minio
  dependency-version: 8.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 8.18.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/mssql"
  dependency-version: 9.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mysql2
  dependency-version: 3.14.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code major An incompatible API change labels Sep 15, 2025
@netlify
Copy link

netlify bot commented Sep 15, 2025

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 2482526
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/68ca6fcc9dcfef00087676aa
😎 Deploy Preview https://deploy-preview-1137--testcontainers-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@cristianrgreco cristianrgreco removed the major An incompatible API change label Sep 17, 2025
@cristianrgreco cristianrgreco merged commit 7c3d53b into main Sep 17, 2025
316 checks passed
@cristianrgreco cristianrgreco deleted the dependabot/npm_and_yarn/dependencies-863e19dce8 branch September 17, 2025 08:48
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.

2 participants