Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 14 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.0
typescript-eslint 8.41.0 8.42.0
docker-compose 1.2.0 1.3.0
@azure/cosmos 4.5.0 4.5.1
@google-cloud/datastore 9.2.1 10.0.1
firebase-admin 13.4.0 13.5.0
msw 2.10.5 2.11.1
mqtt 5.14.0 5.14.1
@aws-sdk/client-s3 3.876.0 3.883.0
@types/mssql 9.1.7 9.1.8
mysql2 3.14.3 3.14.4

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.0

Commits

Updates typescript-eslint from 8.41.0 to 8.42.0

Release notes

Sourced from typescript-eslint's releases.

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

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

Changelog

Sourced from typescript-eslint's changelog.

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
  • 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 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 @azure/cosmos from 4.5.0 to 4.5.1

Commits

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

Updates firebase-admin from 13.4.0 to 13.5.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v13.5.0

New Features

  • feat: initializeApp idempotency (#2947)
  • feat(fcm): Support apns.live_activity_token field in FCM ApnsConfig (#2891)

Miscellaneous

  • [chore] Release 13.5.0 (#2969)
  • chore: Upgrade @​firebase/auth-compat and @​firebase/auth-types (#2964)
  • build(deps): bump uuid from 11.0.3 to 11.1.0 (#2946)
  • build(deps-dev): bump @​types/request from 2.48.12 to 2.48.13 (#2959)
  • build(deps): bump form-data in /.github/actions/send-email (#2951)
  • chore: Fix strip-only mode issues in Node.js 22.18 (#2958)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.52.7 to 7.52.10 (#2955)
  • build(deps-dev): bump @​types/lodash from 4.17.15 to 4.17.18 (#2942)
  • build(deps): bump undici in /.github/actions/send-email (#2922)
Commits
  • 450f079 [chore] Release 13.5.0 (#2969)
  • 8888958 chore: Upgrade @​firebase/auth-compat and @​firebase/auth-types (#2964)
  • 9cad09e build(deps): bump uuid from 11.0.3 to 11.1.0 (#2946)
  • 0776fba build(deps-dev): bump @​types/request from 2.48.12 to 2.48.13 (#2959)
  • f861260 build(deps): bump form-data in /.github/actions/send-email (#2951)
  • be214b4 chore: Fix strip-only mode issues in Node.js 22.18 (#2958)
  • 5b0c5c1 build(deps-dev): bump @​microsoft/api-extractor from 7.52.7 to 7.52.10 (#2955)
  • d0b704e feat: initializeApp idempotency (#2947)
  • 26b884f build(deps-dev): bump @​types/lodash from 4.17.15 to 4.17.18 (#2942)
  • 18f1851 build(deps): bump undici in /.github/actions/send-email (#2922)
  • Additional commits viewable in compare view

Updates msw from 2.10.5 to 2.11.1

Release notes

Sourced from msw's releases.

v2.11.1 (2025-08-31)

Bug Fixes

v2.11.0 (2025-08-30)

Features

Commits

Updates mqtt from 5.14.0 to 5.14.1

Release notes

Sourced from mqtt's releases.

Release 5.14.1

5.14.1 (2025-09-04)

Bug Fixes

Changelog

Sourced from mqtt's changelog.

5.14.1 (2025-09-04)

Bug Fixes

Commits

Updates @aws-sdk/client-s3 from 3.876.0 to 3.883.0

Release notes

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

v3.883.0

3.883.0(2025-09-05)

Chores
  • core/protocols: add fallback for schema short name (#7314) (f32c1f10)
Documentation Changes
  • client-pcs: Documentation-only update to add AccountingStorageEnforce to SlurmCustomSetting. (18968522)
  • client-ecs: This is a documentation only release that adds additional information for Amazon ECS Availability Zone rebalancing. (ada26715)
New Features
  • client-sagemaker: Release IPv6 support with dualstack in SageMaker Notebooks, Tiered Storage Checkpointing Support in SageMaker HyperPod and P5.4xlarge instance type for SageMaker Hosting. (308df6ee)
Bug Fixes
  • lib-storage: update Upload params type to intersection of all S3 upload command inputs (#7316) (1f7ccf09)
  • ci: sanitize HEAD_REF using environment variable (#7315) (39f17133)
  • middleware-sdk-s3: handle cross-region redirects for HeadBucket with 400 status (#7313) (bb9e455d)

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

v3.882.0

3.882.0(2025-09-04)

Chores
  • private: set schema serde mode for duplicated protocol tests (#7309) (7f8420a9)
  • codegen: sync for eventstream codegen, schema bucketing (#7306) (b0f91073)
New Features
  • clients: update client endpoints as of 2025-09-04 (c19b98de)
  • client-ec2: Add m8i, m8i-flex and i8ge instance types. (19e055a6)
  • client-rds: Added new EndpointNetworkType and TargetConnectionNetworkType fields in Proxy APIs to support IPv6 (38f10e0b)
  • client-verifiedpermissions: Amazon Verified Permissions / Features : Adds support for datetime and duration attribute values. (d4b1d361)
  • client-cleanrooms: Add support for configurable compute sizes for PySpark jobs. (9a691611)
  • client-cloudformation: ListHookResults API now supports retrieving invocation results for all CloudFormation Hooks (previously limited to create change set and Cloud Control operations) with new optional parameters for filtering by Hook status and ARN. (61ad5ad5)
  • client-opensearchserverless: Add support for Federal Information Processing Standards (FIPS) and Federal Risk and Authorization Management Program (FedRAMP) compliance (0bdbd8e9)
Bug Fixes
  • ci: rename pull-request-build-yml to pull-request-build.yml (#7307) (b3364f73)
  • credential-provider-node: fix logger binding issue (#7302) (b5ca7c46)

... (truncated)

Changelog

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

3.883.0 (2025-09-05)

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

3.882.0 (2025-09-04)

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

3.879.0 (2025-08-29)

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

3.878.0 (2025-08-28)

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

Commits

Updates @types/mssql from 9.1.7 to 9.1.8

Commits

Updates mysql2 from 3.14.3 to 3.14.4

Release notes

Sourced from mysql2's releases.

v3.14.4

3.14.4 (2025-09-01)

Bug Fixes

  • stream:<...

    Description has been truncated

Bumps the dependencies group with 14 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.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.41.0` | `8.42.0` |
| [docker-compose](https://github.com/PDMLab/docker-compose) | `1.2.0` | `1.3.0` |
| [@azure/cosmos](https://github.com/Azure/azure-sdk-for-js) | `4.5.0` | `4.5.1` |
| [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) | `9.2.1` | `10.0.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.1` |
| [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.883.0` |
| [@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.4` |



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.0
- [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.0)

Updates `typescript-eslint` from 8.41.0 to 8.42.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.42.0/packages/typescript-eslint)

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 `@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 `@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 `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.1
- [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.1)

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.883.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.883.0/clients/client-s3)

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.4
- [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.4)

---
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.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: "@azure/cosmos"
  dependency-version: 4.5.1
  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: 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.1
  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.883.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.4
  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 8, 2025
@netlify
Copy link

netlify bot commented Sep 8, 2025

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 7c61f30
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/68be1e7cab63c50008b44dae
😎 Deploy Preview https://deploy-preview-1126--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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

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

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-0c90fc6826 branch September 15, 2025 00:08
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 major An incompatible API change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant