Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the dependencies group with 10 updates:

Package From To
@eslint/json 0.13.2 0.14.0
@vitest/coverage-v8 3.2.4 4.0.8
vitest 3.2.4 4.0.8
@grpc/grpc-js 1.14.0 1.14.1
@google-cloud/datastore 9.2.1 10.0.1
firebase-admin 13.5.0 13.6.0
msw 2.11.6 2.12.1
@aws-sdk/client-s3 3.922.0 3.927.0
mongoose 8.19.2 8.19.3
mssql 12.0.0 12.1.0

Updates @eslint/json from 0.13.2 to 0.14.0

Release notes

Sourced from @​eslint/json's releases.

json: v0.14.0

0.14.0 (2025-11-04)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#109) (3292cc1)

Bug Fixes

Changelog

Sourced from @​eslint/json's changelog.

0.14.0 (2025-11-04)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#109) (3292cc1)

Bug Fixes

Commits
Maintainer changes

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


Updates @vitest/coverage-v8 from 3.2.4 to 4.0.8

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.8

   🐞 Bug Fixes

    View changes on GitHub

v4.0.7

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.0.6

   🐞 Bug Fixes

... (truncated)

Commits
  • 46bfd09 chore: release v4.0.8
  • da8b93a fix(deps): update all non-major dependencies (#8636)
  • 1f5d9d2 chore: release v4.0.7
  • 2e7b2b8 chore: release v4.0.6
  • e3b7775 fix(coverage): prevent filtering out virtual files before remapping to source...
  • ed9fc71 chore: release v4.0.5
  • 9b75ec5 chore: release v4.0.4
  • ca1766f chore: release v4.0.3
  • 07bc56a chore: release v4.0.2
  • 4a28faa chore: release v4.0.1
  • 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 @​vitest/coverage-v8 since your current version.


Updates vitest from 3.2.4 to 4.0.8

Release notes

Sourced from vitest's releases.

v4.0.8

   🐞 Bug Fixes

    View changes on GitHub

v4.0.7

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.0.6

   🐞 Bug Fixes

... (truncated)

Commits
  • 46bfd09 chore: release v4.0.8
  • c79f47c fix(forks): do not fail with Windows Defender enabled (#8967)
  • 7ed99cd chore: remove unnecessery values() call for set (#8964)
  • 9a9323b chore(deps): update dependency @​antfu/eslint-config to v6 (#8832)
  • 46b3529 chore(deps): update dependency jsdom to v27 (#8700)
  • 65292c3 docs: update structure (#8625)
  • da8b93a fix(deps): update all non-major dependencies (#8636)
  • bcb132f fix: workaround noExternal merging bug on Vite 6 (#8950)
  • 1f5d9d2 chore: release v4.0.7
  • a1b7361 fix(jsdom): support URL.createObjectURL, FormData.set(prop, blob) (#8935)
  • 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 vitest since your current version.


Updates @grpc/grpc-js from 1.14.0 to 1.14.1

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.14.1

  • Fix a regression of the settings used internally for HTTP/2 sessions (#3023)
Commits
  • 425e7cb Merge pull request #3023 from murgatroid99/grpc-js_session_memory_fix
  • dcb2182 grpc-js: Re-add a couple of accidentally removed HTTP/2 session settings
  • See full diff in compare view

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.5.0 to 13.6.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v13.6.0

New Features

  • feat(dc): Add executeQuery and executeMutation APIs to Data Connect (#2979)

Miscellaneous

  • [chore] Release 13.6.0 (#3006)
  • build(deps-dev): bump gulp from 5.0.0 to 5.0.1 (#3001)
  • build(deps): bump @​firebase/database-compat from 2.0.6 to 2.1.0 (#3002)
  • build(deps): bump @​fastify/busboy from 3.1.1 to 3.2.0 (#2998)
  • build(deps-dev): bump @​firebase/api-documenter from 0.4.0 to 0.5.0 (#3000)
  • build(deps): bump axios in /.github/actions/send-email (#2983)
  • chore(dc): Implement gen tracking (#2985)
  • FDC: update api version, integration tests, and CONTRIBUTING.md (#2972)
  • chore: update copyright headers from Google Inc. to Google LLC (#2974)
Commits
  • 2e2b36a [chore] Release 13.6.0 (#3006)
  • ad7a4f3 build(deps-dev): bump gulp from 5.0.0 to 5.0.1 (#3001)
  • 48c8ca6 build(deps): bump @​firebase/database-compat from 2.0.6 to 2.1.0 (#3002)
  • c9a3ee3 feat(dc): Add executeQuery and executeMutation APIs to Data Connect (#2979)
  • 27c682a build(deps): bump @​fastify/busboy from 3.1.1 to 3.2.0 (#2998)
  • 175ca9e build(deps-dev): bump @​firebase/api-documenter from 0.4.0 to 0.5.0 (#3000)
  • 8c9895e build(deps): bump axios in /.github/actions/send-email (#2983)
  • e72c0cd chore(dc): Implement gen tracking (#2985)
  • 40325df FDC: update api version, integration tests, and CONTRIBUTING.md (#2972)
  • 3442251 chore: update copyright headers from Google Inc. to Google LLC (#2974)
  • See full diff in compare view

Updates msw from 2.11.6 to 2.12.1

Release notes

Sourced from msw's releases.

v2.12.1 (2025-11-09)

Bug Fixes

  • setupWorker: fix response init in response:* events (#2621) (7f48f21189f1c04349890bb8523f772f6ae9eb08) @​jbms

v2.12.0 (2025-11-05)

Features

Commits

Updates @aws-sdk/client-s3 from 3.922.0 to 3.927.0

Release notes

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

v3.927.0

3.927.0(2025-11-07)

New Features
  • client-ec2: Adds PrivateDnsPreference and PrivateDnsSpecifiedDomains to control private DNS resolution for resource and service network VPC endpoints and IpamScopeExternalAuthorityConfiguration to integrate Amazon VPC IPAM with a third-party IPAM service (650aa6de)
  • client-opensearch: This release introduces the Default Application feature, allowing users to set, change, or unset a preferred OpenSearch UI application on a per-region basis for a streamlined and consistent user experience. (ea5f4e47)
  • client-vpc-lattice: Amazon VPC Lattice now supports custom domain name for resource configurations (f46fcf1f)
  • client-controltower: Added Parent Identifier support to ListEnabledControls and GetEnabledControl API. Implemented RemediationType support for Landing Zone operations: CreateLandingZone, UpdateLandingZone and GetLandingZone APIs (89c1f79d)
  • client-kms: Added support for new ECC_NIST_EDWARDS25519 AWS KMS key spec (1d8341db)
Bug Fixes
  • client-elastic-beanstalk: differentiate modeled and synthesized service base exception name (5e1e54b4)
Tests
  • core/protocols: add shape serde perf baselines (#7479) (40bc6005)

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

v3.926.0

3.926.0(2025-11-06)

Chores
  • core/protocols: make error lookup in runtime protocol consistent with existing codegen (#7478) (64e9c616)
New Features
  • clients: update client endpoints as of 2025-11-06 (4d3f1528)
  • client-connect: Added support for Conditional Questions in Evaluation Forms. Introduced Auto Evaluation capability for Evaluation Forms and Contact Evaluations. Added new API operations: SearchEvaluationForms and SearchContactEvaluations. (45c43b47)
  • client-gamelift: Amazon GameLift Servers now supports game builds that use the Windows 2022 operating system. (e38ba819)
  • client-sagemaker: Added NodeProvisioningMode parameter to UpdateCluster API to determine how instance provisioning is handled during cluster operations; in Continuous mode. Added VpcId field in UpdateDomain request for SageMaker Unified Studio domains with no VPC to add a customer VPC. (382a2ff3)
  • client-s3vectors: Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity. (cb2626e6)
  • client-accessanalyzer: New field totalActiveErrors added to getFindingsStatistics response. (595167c7)
  • client-s3tables: Adds support for tagging APIs for S3 Tables (4c268176)
  • client-ec2: Add Amazon EC2 R8a instance types (7cb13679)
  • client-identitystore: IdentityStore API: added new KMSExceptionReason fields to the Exception object; added multiple new fields to the User APIs - UserStatus, Birthdate, Website and Photos; added multiple new metadata fields for User, Groups and Membership APIs - CreatedAt, CreatedBy, UpdatedAt and UpdatedBy. (28d85047)
  • client-quicksight: Support for New Data Prep Experience (02e87fe9)
  • client-ssm: Provides NoLongerSupportedException error message (70be2a35)
  • client-backup: AWS Backup now supports customer-managed keys (CMK) for logically air-gapped vaults, enabling customers to maintain full control over their encryption key lifecycle. This feature helps organizations meet specific internal governance requirements or external regulatory compliance standards. (b83f5f99)

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

... (truncated)

Changelog

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

3.927.0 (2025-11-07)

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

3.926.0 (2025-11-06)

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

3.925.0 (2025-11-05)

Features

  • client-s3: Launch IPv6 dual-stack support for S3 Express (a6a3e29)
Commits

Updates mongoose from 8.19.2 to 8.19.3

Release notes

Sourced from mongoose's releases.

8.19.3 / 2025-11-04

  • fix(model+plugins): correctly apply shard key on deleteOne() #15705 #15701
  • fix(schema): correctly cache text indexes as 'text' not 1 #15695
  • types: make inferRawDocType correctly infer empty array type [] as any[] #15704 #15699
Changelog

Sourced from mongoose's changelog.

8.19.3 / 2025-11-04

  • fix(model+plugins): correctly apply shard key on deleteOne() #15705 #15701
  • fix(schema): correctly cache text indexes as 'text' not 1 #15695
  • types: make inferRawDocType correctly infer empty array type [] as any[] #15704 #15699
Commits
  • dcfe39c chore: release 8.19.3
  • 712e541 Merge pull request #15713 from Automattic/dependabot/npm_and_yarn/master/mong...
  • 0d3e8e9 use new downloadMongoDb function signature
  • 8087a89 chore(deps-dev): bump @​mongodb-js/mongodb-downloader from 0.4.4 to 1.0.0
  • 2704c50 Merge pull request #15709 from Automattic/dependabot/npm_and_yarn/master/webp...
  • d8b3304 Merge pull request #15706 from Automattic/dependabot/github_actions/master/ac...
  • e38b0e1 Merge pull request #15710 from Automattic/dependabot/npm_and_yarn/master/babe...
  • e31d6f3 Merge branch 'master' into dependabot/npm_and_yarn/master/babel/core-7.28.5
  • 8ab48c7 Merge pull request #15711 from Automattic/dependabot/npm_and_yarn/master/mong...
  • cec9913 Merge pull request #15717 from Automattic/dependabot/npm_and_yarn/master/ark/...
  • Additional commits viewable in compare view

Updates mssql from 12.0.0 to 12.1.0

Release notes

Sourced from mssql's releases.

v12.1.0

12.1.0 (2025-11-04)

Features

  • add --tds-version flag on bin file as option from cli (ac2c211)
  • prepare tedious connection-pool to receive tdsVersion (973b131)
  • remove default value from --tds-version flag on commander (b29d037)
  • rollback to previous options spread on resolveConfig (67b6153)
Commits
  • 6a4bd79 Merge pull request #1783 from luisvinicius09/master
  • b760d4f chore: remove useless trailing comma
  • b7f486d Merge pull request #1785 from tediousjs/dependabot/github_actions/actions/set...
  • 3b28b6b chore(deps): bump actions/setup-node from 5 to 6
  • 67b6153 feat: rollback to previous options spread on resolveConfig
  • 1e0d245 chore: remove useless tdsVersion property on tedious/ConnectionPool options
  • b29d037 feat: remove default value from --tds-version flag on commander
  • ac2c211 feat: add --tds-version flag on bin file as option from cli
  • 973b131 feat: prepare tedious connection-pool to receive tdsVersion
  • 19d4483 Merge pull request #1754 from Fdawgs/ci/actions
  • Additional commits viewable in compare view

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

Description has been truncated

Bumps the dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/json](https://github.com/eslint/json) | `0.13.2` | `0.14.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.8` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.8` |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.14.0` | `1.14.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.5.0` | `13.6.0` |
| [msw](https://github.com/mswjs/msw) | `2.11.6` | `2.12.1` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.922.0` | `3.927.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.19.2` | `8.19.3` |
| [mssql](https://github.com/tediousjs/node-mssql) | `12.0.0` | `12.1.0` |


Updates `@eslint/json` from 0.13.2 to 0.14.0
- [Release notes](https://github.com/eslint/json/releases)
- [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
- [Commits](eslint/json@json-v0.13.2...json-v0.14.0)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.8/packages/coverage-v8)

Updates `vitest` from 3.2.4 to 4.0.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.8/packages/vitest)

Updates `@grpc/grpc-js` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

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.5.0 to 13.6.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.5.0...v13.6.0)

Updates `msw` from 2.11.6 to 2.12.1
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.11.6...v2.12.1)

Updates `@aws-sdk/client-s3` from 3.922.0 to 3.927.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.927.0/clients/client-s3)

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

Updates `mssql` from 12.0.0 to 12.1.0
- [Release notes](https://github.com/tediousjs/node-mssql/releases)
- [Changelog](https://github.com/tediousjs/node-mssql/blob/master/CHANGELOG.txt)
- [Commits](tediousjs/node-mssql@v12.0.0...v12.1.0)

---
updated-dependencies:
- dependency-name: "@eslint/json"
  dependency-version: 0.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.1
  dependency-type: direct:production
  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.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: msw
  dependency-version: 2.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.927.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 8.19.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mssql
  dependency-version: 12.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Nov 10, 2025
@netlify
Copy link

netlify bot commented Nov 10, 2025

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 79f8037
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-node/deploys/69121a451534ed0008cf5f19
😎 Deploy Preview https://deploy-preview-1176--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 Nov 10, 2025
@cristianrgreco cristianrgreco merged commit bf41f91 into main Nov 11, 2025
332 checks passed
@cristianrgreco cristianrgreco deleted the dependabot/npm_and_yarn/dependencies-79e4ec56c9 branch November 11, 2025 12:53
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