chore(deps): update all non-major dependencies #634
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.8.0->^1.9.0^4.2.0->^4.4.1^4.3.0->^4.4.1^13.3.0->^13.3.1^4.6.0->^4.10.1^4.9.1->^4.10.1^4.9.0->^4.10.0^12.26.0->^12.27.0^4.20250427.0->^4.20250620.0>=0.9.0->>=0.10.0^0.3.0->^0.3.3^0.15.4->^0.15.9^2.2.0->^2.3.0^8.2.5->^8.2.6^22.15.2->^22.15.32^1.34.3->^1.35.0^1.34.8->^1.35.0>=0.27.1->>=0.27.3^1.0.0->^1.1.1^3.1.2->^3.2.4^11.9.1->^11.10.0>=0.2.1->>=0.3.2^9.25.1->^9.29.0^6.0.0->^6.0.1^1.15.2->^1.15.3^6.2.1->^6.2.2^5.4.2->^5.6.1^6.16.0->^6.17.010.8.0->10.12.2^3.5.3->^3.6.0^0.2.30->^0.3.10^7.4.4->^7.7.3^7.6.0->^7.7.3^3.1.2->^3.2.4^4.13.2->^4.20.5Release Notes
Azure/azure-sdk-for-js (@azure/app-configuration)
v1.9.0Compare Source
cloudflare/workerd (@cloudflare/workers-types)
v4.20250620.0Compare Source
v4.20250619.0Compare Source
v4.20250618.0Compare Source
v4.20250617.0Compare Source
v4.20250614.0Compare Source
v4.20250613.0Compare Source
v4.20250612.0Compare Source
v4.20250610.0Compare Source
v4.20250607.0Compare Source
v4.20250606.0Compare Source
v4.20250605.0Compare Source
v4.20250604.0Compare Source
v4.20250603.0Compare Source
v4.20250601.0Compare Source
v4.20250531.0Compare Source
v4.20250529.0Compare Source
v4.20250528.0Compare Source
v4.20250525.0Compare Source
v4.20250524.0Compare Source
v4.20250523.0Compare Source
v4.20250522.0Compare Source
v4.20250521.0Compare Source
v4.20250520.0Compare Source
v4.20250519.0Compare Source
v4.20250517.0Compare Source
v4.20250515.0Compare Source
v4.20250514.0Compare Source
v4.20250513.0Compare Source
v4.20250510.0Compare Source
v4.20250509.0Compare Source
v4.20250508.0Compare Source
v4.20250507.0Compare Source
v4.20250506.0Compare Source
v4.20250505.0Compare Source
v4.20250504.0Compare Source
v4.20250503.0Compare Source
v4.20250502.0Compare Source
v4.20250430.0Compare Source
v4.20250429.0Compare Source
v4.20250428.0Compare Source
denoland/denokv (@deno/kv)
v0.10.0Compare Source
electric-sql/pglite (@electric-sql/pglite)
v0.3.3Patch Changes
ea2c7c7: pg_ivm extensionv0.3.2Patch Changes
e2c654b: automatic fallback fromcmadata transfer container tofilefor large queries, and fix errors that could result in a "memory access out of bounds" error.v0.3.1Compare Source
Patch Changes
713364e: Fix a bug in the live plugin that could result in an error when unsubscribing from a live querylibsql/libsql-client-ts (@libsql/client)
v0.15.9Compare Source
libsqlpackage.v0.15.8Compare Source
v0.15.7Compare Source
libsqlpackage.v0.15.6Compare Source
libsqlpackage.v0.15.5Compare Source
libsqlpackage.upstash/upstash-redis (@upstash/redis)
v1.35.0Compare Source
What's Changed
Features:
Fixes:
Full Changelog: upstash/redis-js@v1.34.9...v1.35.0
v1.34.9Compare Source
What's Changed
Fixes:
Full Changelog: upstash/redis-js@v1.34.8...v1.34.9
v1.34.8Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.34.7...v1.34.8
v1.34.7Compare Source
What's Changed
Features:
Fixes:
Full Changelog: upstash/redis-js@v1.34.6...v1.34.7
v1.34.6Compare Source
What's Changed
New Contributors
Full Changelog: upstash/redis-js@v1.34.5...v1.34.6
v1.34.5Compare Source
What's Changed
Full Changelog: upstash/redis-js@v1.34.4...v1.34.5
v1.34.4Compare Source
What's Changed
Features:
Fixes:
New Contributors
Full Changelog: upstash/redis-js@v1.34.3...v1.34.4
vercel/storage (@vercel/blob)
v0.27.3Compare Source
Patch Changes
f88d80b: Fix documentation links in README and types, no functional changesv0.27.2Compare Source
Patch Changes
54ce5f8: Allow all special characters to be used as pathname.You can now use all the characters you want in pathname even the ones that have
special meaning in urls like
%!'()@​{}[]#and it will work as expected.vitest-dev/vitest (@vitest/coverage-v8)
v3.2.4Compare Source
🐞 Bug Fixes
vitest run --watchshould be watch-mode - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8128 (657e8)--shard x/<count>exceeds count of test files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8112 (8a18c)minWorkerswhen onlymaxWorkersspecified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.metashould be available in custom reporter's errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8115 (27df6)View changes on GitHub
v3.2.3Compare Source
🚀 Features
🐞 Bug Fixes
expect.anyreturn type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8129 (47514)process.send()- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8125 (dfe81)Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.