Bump the dependencies group with 12 updates
Bumps the dependencies group with 12 updates:
| Package | From | To |
|---|---|---|
| @eslint/js | 9.39.1 |
9.39.2 |
| @vitest/coverage-v8 | 3.2.4 |
4.0.15 |
| eslint | 9.39.1 |
9.39.2 |
| npm-check-updates | 19.1.2 |
19.2.0 |
| typescript-eslint | 8.48.1 |
8.49.0 |
| vitest | 3.2.4 |
4.0.15 |
| chromadb | 3.1.6 |
3.1.8 |
| @types/pg | 8.15.6 |
8.16.0 |
| @grpc/grpc-js | 1.14.2 |
1.14.3 |
| @google-cloud/datastore | 9.2.1 |
10.0.1 |
| @google-cloud/spanner | 8.2.2 |
8.3.1 |
| @aws-sdk/client-s3 | 3.946.0 |
3.948.0 |
Updates @eslint/js from 9.39.1 to 9.39.2
Commits
c43ce24chore: package.json update for@eslint/jsrelease- See full diff in compare view
Updates @vitest/coverage-v8 from 3.2.4 to 4.0.15
Release notes
Sourced from @vitest/coverage-v8's releases.
v4.0.15
🚀 Experimental Features
- cache: Add opt-out on a plugin level, fix internal root cache - by
@sheremet-vain vitest-dev/vitest#9154 (a68f7)- reporters: Print import duration breakdown - by
@sheremet-vain vitest-dev/vitest#9105 (122ff)🐞 Bug Fixes
- Keep built-in id as is in bun and deno - by
@sheremet-vain vitest-dev/vitest#9117 (075ab)- Use
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by@hi-ogawain vitest-dev/vitest#9121 (fd8bd)- Fix external behavior with
deps.optimizer- by@hi-ogawain vitest-dev/vitest#9125 (4c754)- Very minor typo in "Chrome DevTools Protocol" - by
@HowToTestFrontendin vitest-dev/vitest#9146 (20997)- browser: Run
toMatchScreenshotonly once when used withexpect.element- by@macariein vitest-dev/vitest#9132 (0d2e7)- coverage: Istanbul provider to not break source maps - by
@AriPerkkioin vitest-dev/vitest#9040 (e4ca9)- deps: Update dependency tinyexec to v1 - in vitest-dev/vitest#9122 (fd786)
- docs: Remove
--browser.providerfrom docs - by@sheremet-vain vitest-dev/vitest#9115 (120b3)- expect: Preserve
currentTestNamein extended matchers - by@macariein vitest-dev/vitest#9106 (e4345)- pool: Terminate workers on
CTRL+cforceful exits - by@AriPerkkioin vitest-dev/vitest#9140 (d57d8)- reporters: Show project in github reporter - by
@sheremet-vain vitest-dev/vitest#9138 (bb65e)- spy: Do not mock overriden method, if parent was automocked - by
@sheremet-vain vitest-dev/vitest#9116 (1a246)- web-worker: MessagePort objects passed to Worker.postMessage work when clone === "native" - by
@whitphxin vitest-dev/vitest#9118 (deee8)View changes on GitHub
v4.0.14
🚀 Experimental Features
- browser: Expose
utils.configurePrettyDOM- by@sheremet-vain vitest-dev/vitest#9103 (2cc34)- runner: Add full names to tasks - by
@macariein vitest-dev/vitest#9087 (821aa)- ui: Add tabbed failure view for
toMatchScreenshotwith comparison slider - by@macariein vitest-dev/vitest#8813 (c37c2)🐞 Bug Fixes
- Externalize before caching - by
@sheremet-vain vitest-dev/vitest#9077 (e1b2e)- Collect the duration of external imports - by
@sheremet-vain vitest-dev/vitest#9097 (3326c)- Rename
collecttoimport, removeprepare- by@sheremet-vain vitest-dev/vitest#9091 (1256b)- browser:
- Unsubscribe
onCancelon rpc destroy - by@AriPerkkioin vitest-dev/vitest#9088 (f5b72)- Revert the viewport scaling in non-ui mode #9018 - by
@sheremet-vain vitest-dev/vitest#9072 and vitest-dev/vitest#9018 (64502)- coverage:
- Invalidate circular modules correctly on rerun with coverage - by
@aicestin vitest-dev/vitest#9096 (6f22c)- expect:
- Allow function as standard schema - by
@hi-ogawain vitest-dev/vitest#9099 (ed8a2)- jsdom:
- Reuse abort signals if possible - by
@sheremet-vain vitest-dev/vitest#9090 (2c468)- pool:
- Init
VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by@AriPerkkioin vitest-dev/vitest#9085 (37918)- web-worker:
postMessageto send ports to workers - by@whitphxand@AriPerkkioin vitest-dev/vitest#9078 (9d176)
... (truncated)
Commits
eb1abf0chore: release v4.0.159ca74cfchore: release v4.0.14acc5152perf: replacedebugwithobug(#9057)73b54cechore: release v4.0.135aa84d5chore: release v4.0.12c3befb0chore: release v4.0.11259a3d1chore: release v4.0.1062fab24chore: release v4.0.946bfd09chore: release v4.0.8da8b93afix(deps): update all non-major dependencies (#8636)- 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 eslint from 9.39.1 to 9.39.2
Commits
92783249.39.2542266aBuild: changelog update for 9.39.27ca0af7chore: upgrade to@eslint/[email protected](#20394)c43ce24chore: package.json update for@eslint/jsrelease5705833fix: warn wheneslint-envconfiguration comments are found (#20381)506f154build: add .scss files entry to knip (#20391)4c9858eci: addv9.x-devbranch (#20382)- See full diff in compare view
Updates npm-check-updates from 19.1.2 to 19.2.0
Release notes
Sourced from npm-check-updates's releases.
v19.2.0
What's Changed
- Add --format dep
- Add interactive mode keyboard controls to docs by
@jsorefin raineorshine/npm-check-updates#1577- Spelling by
@jsorefin raineorshine/npm-check-updates#1578New Contributors
@jsorefmade their first contribution in raineorshine/npm-check-updates#1577Full Changelog: https://github.com/raineorshine/npm-check-updates/compare/v19.1.2...v19.2.0
Commits
Updates typescript-eslint from 8.48.1 to 8.49.0
Release notes
Sourced from typescript-eslint's releases.
v8.49.0
8.49.0 (2025-12-08)
🚀 Features
- eslint-plugin: use
Intl.Segmenterinstead ofgraphemer(#11804)🩹 Fixes
- deps: update dependency prettier to v3.7.2 (#11820)
❤️ Thank You
- Justin McBride
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.49.0 (2025-12-08)
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
864595achore(release): publish 8.49.032b7e89chore(deps): update dependency@vitest/eslint-pluginto v1.5.1 (#11816)- See full diff in compare view
Updates vitest from 3.2.4 to 4.0.15
Release notes
Sourced from vitest's releases.
v4.0.15
🚀 Experimental Features
- cache: Add opt-out on a plugin level, fix internal root cache - by
@sheremet-vain vitest-dev/vitest#9154 (a68f7)- reporters: Print import duration breakdown - by
@sheremet-vain vitest-dev/vitest#9105 (122ff)🐞 Bug Fixes
- Keep built-in id as is in bun and deno - by
@sheremet-vain vitest-dev/vitest#9117 (075ab)- Use
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by@hi-ogawain vitest-dev/vitest#9121 (fd8bd)- Fix external behavior with
deps.optimizer- by@hi-ogawain vitest-dev/vitest#9125 (4c754)- Very minor typo in "Chrome DevTools Protocol" - by
@HowToTestFrontendin vitest-dev/vitest#9146 (20997)- browser: Run
toMatchScreenshotonly once when used withexpect.element- by@macariein vitest-dev/vitest#9132 (0d2e7)- coverage: Istanbul provider to not break source maps - by
@AriPerkkioin vitest-dev/vitest#9040 (e4ca9)- deps: Update dependency tinyexec to v1 - in vitest-dev/vitest#9122 (fd786)
- docs: Remove
--browser.providerfrom docs - by@sheremet-vain vitest-dev/vitest#9115 (120b3)- expect: Preserve
currentTestNamein extended matchers - by@macariein vitest-dev/vitest#9106 (e4345)- pool: Terminate workers on
CTRL+cforceful exits - by@AriPerkkioin vitest-dev/vitest#9140 (d57d8)- reporters: Show project in github reporter - by
@sheremet-vain vitest-dev/vitest#9138 (bb65e)- spy: Do not mock overriden method, if parent was automocked - by
@sheremet-vain vitest-dev/vitest#9116 (1a246)- web-worker: MessagePort objects passed to Worker.postMessage work when clone === "native" - by
@whitphxin vitest-dev/vitest#9118 (deee8)View changes on GitHub
v4.0.14
🚀 Experimental Features
- browser: Expose
utils.configurePrettyDOM- by@sheremet-vain vitest-dev/vitest#9103 (2cc34)- runner: Add full names to tasks - by
@macariein vitest-dev/vitest#9087 (821aa)- ui: Add tabbed failure view for
toMatchScreenshotwith comparison slider - by@macariein vitest-dev/vitest#8813 (c37c2)🐞 Bug Fixes
- Externalize before caching - by
@sheremet-vain vitest-dev/vitest#9077 (e1b2e)- Collect the duration of external imports - by
@sheremet-vain vitest-dev/vitest#9097 (3326c)- Rename
collecttoimport, removeprepare- by@sheremet-vain vitest-dev/vitest#9091 (1256b)- browser:
- Unsubscribe
onCancelon rpc destroy - by@AriPerkkioin vitest-dev/vitest#9088 (f5b72)- Revert the viewport scaling in non-ui mode #9018 - by
@sheremet-vain vitest-dev/vitest#9072 and vitest-dev/vitest#9018 (64502)- coverage:
- Invalidate circular modules correctly on rerun with coverage - by
@aicestin vitest-dev/vitest#9096 (6f22c)- expect:
- Allow function as standard schema - by
@hi-ogawain vitest-dev/vitest#9099 (ed8a2)- jsdom:
- Reuse abort signals if possible - by
@sheremet-vain vitest-dev/vitest#9090 (2c468)- pool:
- Init
VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by@AriPerkkioin vitest-dev/vitest#9085 (37918)- web-worker:
postMessageto send ports to workers - by@whitphxand@AriPerkkioin vitest-dev/vitest#9078 (9d176)
... (truncated)
Commits
eb1abf0chore: release v4.0.15a68f74efeat(cache): add opt-out on a plugin level, fix internal root cache (#9154)122ff32feat(reporters): print import duration breakdown (#9105)0d2e7e3fix(browser): runtoMatchScreenshotonly once when used with `expect.elemen...d57d8bffix(pool): terminate workers onCTRL+cforceful exits (#9140)bb65e15fix(reporters): show project in github reporter (#9138)52b242bchore(deps): update all non-major dependencies (#9133)4c75492fix: fix external behavior withdeps.optimizer(#9125)a5d98fdrefactor(vitest): get current test name from task property (#9120)fd8bd6dfix: useoptimizeDeps.rolldownOptionsto fix depreated warning + fix `ssr.e...- 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 chromadb from 3.1.6 to 3.1.8
Updates @types/pg from 8.15.6 to 8.16.0
Commits
- See full diff in compare view
Updates @grpc/grpc-js from 1.14.2 to 1.14.3
Release notes
Sourced from @grpc/grpc-js's releases.
@grpc/grpc-js1.14.3
- Send halfClose immediately after messages to prevent late halfClose issues with Envoy (#3031 contributed by
@serkanerip)
Commits
ccd29b2Merge pull request #3032 from murgatroid99/grpc-js_retry_half_close_1.149ea15cegrpc-js: Bump version to 1.14.34d387d4Use nextMessageToSend for early half-close88a083dremove halfCloseSent fieldf6895cbSend halfClose immediately after messages to prevent late halfClose issues wi...37f2817revert changes4e26a27half close right after write- 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
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
nullvalues (#1330) (5c0ddbc)Miscellaneous Chores
Changelog
Sourced from @google-cloud/datastore's changelog.
10.0.1 (2025-05-08)
Bug Fixes
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
nullvalues (#1330) (5c0ddbc)Miscellaneous Chores
Commits
e974dbbchore(main): release 10.0.1 (#1392)ec91e14fix: Fix the compiler error blocking the release (#1391)cc8764cchore(main): release 10.0.0 (#1362)55934dafix: More error visibility in nodejs-datastore (#1389)43c3472chore!: migrate to Node 18 (#1384)a18c169fix(doc): Fix param descriptions for filters (#1346)d1d399atest: Initialize gax stream (#1368)5c0ddbcfix: not check sub-property existence fornullvalues (#1330)ea17528test: Mock server for testing (#1213)09b76cadocs: Ensure all parameters in the documentation have a type and a descriptio...- See full diff in compare view
Updates @google-cloud/spanner from 8.2.2 to 8.3.1
Release notes
Sourced from @google-cloud/spanner's releases.
v8.3.1
8.3.1 (2025-11-19)
Bug Fixes
- Remove Console logging (e673acd)
v8.3.0
8.3.0 (2025-11-11)
Features
- Exposing AutoscalingConfig in InstancePartition (#2449) (2defcc8)
- Multiplexed session as default session mode (#2451) (9ef0565)
Bug Fixes
Changelog
Sourced from @google-cloud/spanner's changelog.
8.3.1 (2025-11-19)
Bug Fixes
- Remove Console logging (e673acd)
8.3.0 (2025-11-11)
Features
- Exposing AutoscalingConfig in InstancePartition (#2449) (2defcc8)
- Multiplexed session as default session mode (#2451) (9ef0565)
Bug Fixes
Commits
2ab372achore(main): release 8.3.1 (#2468)e673acdchore: Revert Console log (#2467)8d939f5README: update readme for session modes (#2456)74bf6cdchore(main): release 8.3.0 (#2447)9ef0565feat: multiplexed session as default session mode (#2451)8f2581dchore: Add spanner configuration in logs, Update Metrics documentation (#2455)b5c2d4fchore(python): remove configure_previous_major_version_branches (#2454)4cbed94fix(deps): update dependency google-gax to v5.0.4 (#2430)2ebbdafchore(deps): update dependency jsdoc-fresh to v5 (#2433)db53e29chore(deps): update dependency jsdoc-region-tag to v4 (#2434)- Additional commits viewable in compare view
Updates @aws-sdk/client-s3 from 3.946.0 to 3.948.0
Release notes
Sourced from @aws-sdk/client-s3's releases.
v3.948.0
3.948.0(2025-12-09)
Chores
New Features
- clients: update client endpoints as of 2025-12-09 (012e1f9a)
- client-mgn: Added parameters encryption, IPv4/IPv6 protocol configuration, and enhanced tagging support for replication operations. (a0a347c6)
- client-guardduty: Adding support for Ec2LaunchTemplate Version field (4903763d)
- client-appsync: Update Event API to require EventConfig parameter in creation and update requests. (6298ec44)
- client-route-53: Amazon Route 53 now supports the EU (Germany) Region (eusc-de-east-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region (c21e90bc)
- client-account: This release adds a new API (GetGovCloudAccountInformation) used to retrieve information about a linked GovCloud account from the standard AWS partition. (ae9e6fce)
- client-ivs-realtime: Token Exchange introduces seamless token exchange capabilities for IVS RTX, enabling customers to upgrade or downgrade token capabilities and update token attributes within the IVS client SDK without forcing clients to disconnect and reconnect. (db225910)
For list of updated packages, view updated-packages.md in assets-3.948.0.zip
v3.947.0
3.947.0(2025-12-08)
Chores
- codegen: service closure knowledge index (#7554) (731dbfef)
- core/client: emit warning for Node.js 18.x end-of-support (#7540) (fee7ba1d)
Documentation Changes
New Features
- clients: update client endpoints as of 2025-12-08 (7e0d61b2)
- client-cost-explorer: Add support for Cost Category resource associations including filtering by resource type on ListCostCategoryDefinitions and new ListCostCategoryResourceAssociations API. (011b4f65)
- client-sesv2: Update Mail Manager Archive ARN validation (18c203b2)
- client-redshift-serverless: Added GetIdentityCenterAuthToken API to retrieve encrypted authentication tokens for Identity Center integrated serverless workgroups. This API enables programmatic access to secure Identity Center tokens with proper error handling and parameter validation across supported SDK languages. (c3d27769)
- client-identitystore: Updating AWS Identity Store APIs to support Attribute Extensions capability, with the first release adding Enterprise Attributes. This launch aligns Identity Store APIs with SCIM for enterprise attributes, reducing cases when customers are forced to use SCIM due to lack of SigV4 API support. (14887fde)
- client-rds: Adding support for tagging RDS Instance/Cluster Automated Backups (41b9a139)
- client-partnercentral-selling: Deal Sizing Service for AI-based deal size estimation with AWS service-level breakdown, supporting Expansion and Migration deals across Technology, and Reseller partner cohorts, including Pricing Calculator AddOn for MAP deals and funding incentives. (867598e2)
- client-rolesanywhere: Increases certificate string length for trust anchor source data to support ML-DSA certificates. (481b863e)
- client-ec2: Amazon EC2 P6-B300 instances provide 8x NVIDIA Blackwell Ultra GPUs with 2.1 TB high bandwidth GPU memory, 6.4 Tbps EFA networking, 300 Gbps dedicated ENA throughput, and 4 TB of system memory. Amazon EC2 C8a instances are powered by 5th Gen AMD EPYC processors with a maximum frequency of 4.5 GHz. (229ff011)
Tests
... (truncated)
Changelog
Sourced from @aws-sdk/client-s3's changelog.
3.948.0 (2025-12-09)
Note: Version bump only for package
@aws-sdk/client-s33.947.0 (2025-12-08)
Note: Version bump only for package
@aws-sdk/client-s3
Commits
c6e71bfPublish v3.948.0656bd00Publish v3.947.0731dbfechore(codegen): service closure knowledge index (#7554)- See full diff 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the s...
Description has been truncated
Deploy Preview for testcontainers-node ready!
| Name | Link |
|---|---|
| Latest commit | 15da42a692bbb1f3fdd101e39910090df6f5fdcf |
| Latest deploy log | https://app.netlify.com/projects/testcontainers-node/deploys/6942d6a4a46c8d00080cc6c8 |
| Deploy Preview | https://deploy-preview-1199--testcontainers-node.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.