Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the dependencies group with 18 updates:

Package From To
@vitest/coverage-v8 3.2.4 4.0.3
lint-staged 16.2.4 16.2.6
typescript-eslint 8.46.1 8.46.2
vitest 3.2.4 4.0.3
@types/dockerode 3.3.44 3.3.45
@types/archiver 6.0.3 6.0.4
@azure/cosmos 4.6.0 4.7.0
@elastic/elasticsearch 9.1.1 9.2.0
@google-cloud/datastore 9.2.1 10.0.1
msw 2.11.5 2.11.6
@kurrent/kurrentdb-client 1.0.4 1.1.0
@aws-sdk/client-s3 3.913.0 3.917.0
mongoose 8.19.1 8.19.2
mysql2 3.15.2 3.15.3
@types/amqplib 0.10.7 0.10.8
redis 5.8.3 5.9.0
selenium-webdriver 4.37.0 4.38.0
@types/selenium-webdriver 4.35.1 4.35.2

Updates @vitest/coverage-v8 from 3.2.4 to 4.0.3

Release notes

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

v4.0.3

   🐞 Bug Fixes

    View changes on GitHub

v4.0.2

   🐞 Bug Fixes

    View changes on GitHub

v4.0.1

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

Vitest 4.0 is out!

To stay updated, read our blog post and check the migration guide.

   🚨 Breaking Changes

... (truncated)

Commits
  • ca1766f chore: release v4.0.3
  • 07bc56a chore: release v4.0.2
  • 4a28faa chore: release v4.0.1
  • da7ce17 chore: release v4.0.0
  • 3e4b6b7 chore: release v4.0.0-beta.19
  • 35816fe fix(coverage): v8 to ignore Vite's generated cjs import helpers (#8718)
  • bc7c20d chore: release v4.0.0-beta.18
  • 4783137 chore: release v4.0.0-beta.17
  • 6fc7890 chore: release v4.0.0-beta.16
  • d677c0b chore: release v4.0.0-beta.15
  • 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 lint-staged from 16.2.4 to 16.2.6

Release notes

Sourced from lint-staged's releases.

v16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

v16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
Changelog

Sourced from lint-staged's changelog.

16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
Commits
  • a1ec972 chore(changeset): release
  • ddd5340 build(deps): regenerate package-lock.json
  • ceb253a build(deps): update Vitest 4
  • 58cc126 build(deps): update listr2
  • 33d4502 fix: run all tasks when --continue-on-error=true
  • 54ba9eb test: fix test usage for --continue-on-error
  • b1715d9 test: fix test assertions for --continue-on-error to reveal incorrect behavior
  • 1f6a326 chore(changeset): release
  • 6ab937c ci: use separate caches for MSYS2 and Cygwin
  • 6d71384 fix: catch errors when calling spawn
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.46.1 to 8.46.2

Release notes

Sourced from typescript-eslint's releases.

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.46.2 (2025-10-20)

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

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

Commits

Updates vitest from 3.2.4 to 4.0.3

Release notes

Sourced from vitest's releases.

v4.0.3

   🐞 Bug Fixes

    View changes on GitHub

v4.0.2

   🐞 Bug Fixes

    View changes on GitHub

v4.0.1

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

Vitest 4.0 is out!

To stay updated, read our blog post and check the migration guide.

   🚨 Breaking Changes

... (truncated)

Commits
  • ca1766f chore: release v4.0.3
  • 155521a fix: preserve reporter options from config when CLI reporters override them (...
  • abc046f fix(init): use correct jsx/tsx extension (#8792)
  • 0fb74bd fix(happy-dom): support fetch globals (#8791)
  • 07bc56a chore: release v4.0.2
  • 2eedbce fix(spy): reset spies if both restoreMocks and mockReset is set in the co...
  • 26ce88d fix(pool): assign envs before running tests to keep in sync with process.env ...
  • 4a28faa chore: release v4.0.1
  • 3fae73e fix(pool): don't teardown the communication channel too soon if something is ...
  • 8100063 fix: move the getBuiltins check (#8765)
  • 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 @types/dockerode from 3.3.44 to 3.3.45

Commits

Updates @types/archiver from 6.0.3 to 6.0.4

Commits

Updates @azure/cosmos from 4.6.0 to 4.7.0

Commits

Updates @elastic/elasticsearch from 9.1.1 to 9.2.0

Release notes

Sourced from @​elastic/elasticsearch's releases.

v9.2.0

Changelog

Commits
Maintainer changes

This version was pushed to npm by ikakavas, a new releaser for @​elastic/elasticsearch since your current version.


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 msw from 2.11.5 to 2.11.6

Release notes

Sourced from msw's releases.

v2.11.6 (2025-10-20)

Bug Fixes

  • update @mswjs/interceptors to 0.40.0 (#2613) (50028b7f61b2f6ba9998ed111d9e517ef08bf538) @​kettanaito
Commits

Updates @kurrent/kurrentdb-client from 1.0.4 to 1.1.0

Release notes

Sourced from @​kurrent/kurrentdb-client's releases.

v1.1.0

What's Changed

Full Changelog: kurrent-io/KurrentDB-Client-NodeJS@v1.0.4...v1.1.0

Commits

Updates @aws-sdk/client-s3 from 3.913.0 to 3.917.0

Release notes

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

v3.917.0

3.917.0(2025-10-24)

New Features
  • clients: update client endpoints as of 2025-10-24 (5f76bd76)
  • client-location: Added support for mobile app restrictions in Amazon Location API keys. (f7e89045)
  • client-geo-maps: Added support for optional AdditionalFeatures parameter in the V2 GetTile API. (fd1221d8)
  • client-acm: Update endpoint ruleset parameters casing (9fd39c4b)
  • client-robomaker: Update endpoint ruleset parameters casing (e5f3bff1)
  • client-data-pipeline: Update endpoint ruleset parameters casing (b3727fe8)
  • client-s3tables: Update endpoint ruleset parameters casing (2b605337)
  • client-payment-cryptography-data: Update endpoint ruleset parameters casing (f385a1b9)
  • client-lookoutvision: Update endpoint ruleset parameters casing (cfe98b4b)
  • client-billing: Update endpoint ruleset parameters casing (cfca0cf5)
  • client-evs: Update endpoint ruleset parameters casing (52113c8e)
  • client-securityhub: Release 3 layer filter support in GetFindingsV2, GetFindingStatisticsV2, GetResourcesV2,GetResourcesStatisticsV2, AutomationRule V2 APIs. Update filter casing in GetResourcesV2, GetResourcesStatisticsV2 APIs. Add new filters in GetFindingsV2, GetFindingStatisticsV2, AutomationRule V2 APIs. (84afe147)
  • client-snow-device-management: Update endpoint ruleset parameters casing (1dd93db7)
  • client-mediapackage: Update endpoint ruleset parameters casing (cc44ae84)
  • client-dynamodb-streams: Update endpoint ruleset parameters casing (0058eef6)
  • client-mediastore: Update endpoint ruleset parameters casing (8296014a)
  • client-panorama: Update endpoint ruleset parameters casing (2f334f1e)
  • client-cloudtrail: Update endpoint ruleset parameters casing (3837ebed)
  • client-iot-managed-integrations: Update endpoint ruleset parameters casing (efaf50b9)
  • client-application-signals: Update endpoint ruleset parameters casing (90b2f06d)
  • client-qbusiness: Update endpoint ruleset parameters casing (acf432dd)
  • client-servicediscovery: Update endpoint ruleset parameters casing (a0179c8b)
  • client-iot-wireless: Update endpoint ruleset parameters casing (09631dd4)
  • client-translate: Update endpoint ruleset parameters casing (1f72ef5b)
  • client-wisdom: Update endpoint ruleset parameters casing (e8b664b8)
  • client-gameliftstreams: Add status reasons for TERMINATED stream sessions (7b2d856d)
  • client-mq: Update endpoint ruleset parameters casing (7f703c18)
  • client-kinesis-video-signaling: Update endpoint ruleset parameters casing (377d9ac0)
  • client-eks: Update endpoint ruleset parameters casing (15c01c6e)
  • client-route-53-domains: Update endpoint ruleset parameters casing (fa7060a0)
  • client-pca-connector-ad: Update endpoint ruleset parameters casing (109911c4)
  • client-amplifyuibuilder: Update endpoint ruleset parameters casing (91055aed)
  • client-codepipeline: Update endpoint ruleset parameters casing (16d85f26)
  • client-inspector: Update endpoint ruleset parameters casing (5999e41d)
  • client-sagemaker-metrics: Update endpoint ruleset parameters casing (ea8a941a)
  • client-docdb: Update endpoint ruleset parameters casing (89ec103f)
  • client-vpc-lattice: Update endpoint ruleset parameters casing (40072ab1)
  • client-sso-oidc: Update endpoint ruleset parameters casing (9689f9bb)
  • client-sagemaker: Added inference components model data caching feature (6d774006)
  • client-payment-cryptography: Update endpoint ruleset parameters casing (1191c679)
  • client-verifiedpermissions: Update endpoint ruleset parameters casing (48683fa6)
  • client-elastic-load-balancing: Update endpoint ruleset parameters casing (5455bbe8)
  • client-migrationhubstrategy: Update endpoint ruleset parameters casing (b5c0b4cc)
  • client-rtbfabric: Add support for custom rate limits. (5dafa724)
  • client-datazone: This release adds support for MLflow connections Creation in DataZone (1bd75f01)

... (truncated)

Changelog

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

3.917.0 (2025-10-24)

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

3.916.0 (2025-10-23)

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

3.914.0 (2025-10-21)

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

Commits

Updates mongoose from 8.19.1 to 8.19.2

Release notes

Sourced from mongoose's releases.

8.19.2 / 2025-10-20

  • perf(setDefaultsOnInsert): avoid computing all modified paths when running setDefaultsOnInsert and update validators, only calculate if there are defaults to set #15691 #15672
  • fix: correct handling of relative vs absolute paths with maps and subdocuments #15682 #15678 #15350
  • ci: add publish script with provenance #15684 #15680
Changelog

Sourced from mongoose's changelog.

8.19.2 / 2025-10-20

  • perf(setDefaultsOnInsert): avoid computing all modified paths when running setDefaultsOnInsert and update validators, only calculate if there are defaults to set #15691 #15672
  • fix: correct handling of relative vs absolute paths with maps and subdocuments #15682 #15678 #15350
  • ci: add publish script with provenance #15684

Bumps the dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.3` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.4` | `16.2.6` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.1` | `8.46.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.3` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.44` | `3.3.45` |
| [@types/archiver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/archiver) | `6.0.3` | `6.0.4` |
| [@azure/cosmos](https://github.com/Azure/azure-sdk-for-js) | `4.6.0` | `4.7.0` |
| [@elastic/elasticsearch](https://github.com/elastic/elasticsearch-js) | `9.1.1` | `9.2.0` |
| [@google-cloud/datastore](https://github.com/googleapis/nodejs-datastore) | `9.2.1` | `10.0.1` |
| [msw](https://github.com/mswjs/msw) | `2.11.5` | `2.11.6` |
| [@kurrent/kurrentdb-client](https://github.com/kurrent-io/KurrentDB-Client-NodeJS) | `1.0.4` | `1.1.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.913.0` | `3.917.0` |
| [mongoose](https://github.com/Automattic/mongoose) | `8.19.1` | `8.19.2` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.15.2` | `3.15.3` |
| [@types/amqplib](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/amqplib) | `0.10.7` | `0.10.8` |
| [redis](https://github.com/redis/node-redis) | `5.8.3` | `5.9.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.37.0` | `4.38.0` |
| [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) | `4.35.1` | `4.35.2` |


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

Updates `lint-staged` from 16.2.4 to 16.2.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.2.4...v16.2.6)

Updates `typescript-eslint` from 8.46.1 to 8.46.2
- [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.46.2/packages/typescript-eslint)

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

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

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

Updates `@azure/cosmos` from 4.6.0 to 4.7.0
- [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.6.0...@azure/cosmos_4.7.0)

Updates `@elastic/elasticsearch` from 9.1.1 to 9.2.0
- [Release notes](https://github.com/elastic/elasticsearch-js/releases)
- [Changelog](https://github.com/elastic/elasticsearch-js/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-js@v9.1.1...v9.2.0)

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 `msw` from 2.11.5 to 2.11.6
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.11.5...v2.11.6)

Updates `@kurrent/kurrentdb-client` from 1.0.4 to 1.1.0
- [Release notes](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/releases)
- [Changelog](https://github.com/kurrent-io/KurrentDB-Client-NodeJS/blob/master/CHANGELOG.md)
- [Commits](kurrent-io/KurrentDB-Client-NodeJS@v1.0.4...v1.1.0)

Updates `@aws-sdk/client-s3` from 3.913.0 to 3.917.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.917.0/clients/client-s3)

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

Updates `mysql2` from 3.15.2 to 3.15.3
- [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.15.2...v3.15.3)

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

Updates `redis` from 5.8.3 to 5.9.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/[email protected]@5.9.0)

Updates `selenium-webdriver` from 4.37.0 to 4.38.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.37.0...selenium-4.38.0)

Updates `@types/selenium-webdriver` from 4.35.1 to 4.35.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-version: 16.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/dockerode"
  dependency-version: 3.3.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/archiver"
  dependency-version: 6.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@azure/cosmos"
  dependency-version: 4.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@elastic/elasticsearch"
  dependency-version: 9.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: msw
  dependency-version: 2.11.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@kurrent/kurrentdb-client"
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.917.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-version: 8.19.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mysql2
  dependency-version: 3.15.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/amqplib"
  dependency-version: 0.10.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: redis
  dependency-version: 5.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: selenium-webdriver
  dependency-version: 4.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/selenium-webdriver"
  dependency-version: 4.35.2
  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 Oct 27, 2025
@netlify
Copy link

netlify bot commented Oct 27, 2025

Deploy Preview for testcontainers-node ready!

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

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