chore(deps): update all non-major dependencies #578
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:
^4.6.0
->^4.7.0
^4.20250109.0
->^4.20250214.0
^0.2.15
->^0.2.17
^8.1.0
->^8.1.1
^22.10.7
->^22.13.4
^1.34.3
->^1.34.4
^2.1.8
->^2.1.9
>=0.2.1
->>=0.2.4
^0.2.1
->^0.2.4
^9.18.0
->^9.20.1
^1.13.1
->^1.15.0
^5.4.2
->^5.5.0
^1.0.31
->^1.0.34
^6.12.0
->^6.13.0
^1.6.4
->^1.6.6
9.15.4
->9.15.5
^3.4.2
->^3.5.1
^7.4.4
->^7.5.2
^3.101.0
->^3.109.2
Release Notes
Azure/azure-sdk-for-js (@azure/identity)
v4.7.0
Compare Source
cloudflare/workerd (@cloudflare/workers-types)
v4.20250214.0
Compare Source
v4.20250204.0
Compare Source
v4.20250129.0
Compare Source
v4.20250124.3
Compare Source
v4.20250121.0
Compare Source
electric-sql/pglite (@electric-sql/pglite)
v0.2.17
Compare Source
Patch Changes
6bdd74e
: listen and unlisten case sensitivity behaviour aligned to default PostgreSQL behaviour'f94d591
: added clone() method to pglite API. clones an instance such that it can be reused (for example running tests on existing data without readding all data)v0.2.16
Compare Source
Patch Changes
c36fd09
: Improvements to parsing results received from pge037883
: Fixed PGliteWorkerOptions typed6b981b
: Fix the return type of the.transaction
method17e7664
: Export the base filesystem to enable creating custom file systems. NOTE: This is a work-in-progress API, it is not stable, and may change significantly in future!118ba3e
: Add affectedRows for COPY commandd93c1bb
: AddrefreshArrayTypes()
call to re-sync newly created complex array columns, like enumsddd4a68
: Removes postgis extension which leads to a smaller build of the packagef3f1103
: Refactor the protocol message parse code to be simpler and easer to follow67fb2aa
: feat: add support for loading compressed dumps via loadDataDir that are not labeled with mimetypenetlify/blobs (@netlify/blobs)
v8.1.1
Compare Source
Bug Fixes
upstash/upstash-redis (@upstash/redis)
v1.34.4
Compare Source
What's Changed
Features:
Fixes:
New Contributors
Full Changelog: upstash/redis-js@v1.34.3...v1.34.4
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.9
Compare Source
🚨 Breaking Changes
coverage.ignoreEmptyLines
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5543 (31994)pool
to'forks'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5047 (7f8f9)--merge-reports
to support coverage - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5736 (b7438)🚀 Features
--output-json
- by @Joristdh in https://github.com/vitest-dev/vitest/issues/5745 (0766b)parseAst
,parseAstAsync
from vite - by @sheremet-va (f645e)click
event - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5777 (839c3)page.screenshot
method - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5853 (81c42)userEvent
methods, addfill
anddragAndDrop
events - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5882 (4dbea)expect.dom
method and bundlejest-dom
matchers with@vitest/browser
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5910 (3a96a)tripleClick
to interactive api - by @userquin in https://github.com/vitest-dev/vitest/issues/5987 (200a4)userEvent.upload
in playwright provider - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6442 (cf148)--inspect
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6433 (0499a)--inspect-brk
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6434 (7ab0f)transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)thresholds.<glob>.100
option - by @thor-juhasz and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6174 (f6845)--exclude-after-remap
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6309 (5932a){ spy: true }
instead of a factory - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6289 (95f02)test.for
- by @hi-ogawa and @sheremet-va in https://github.com/vitest-dev/vitest/issues/5861 (c2380)vi.advanceTimersToNextFrame
- by @bnjm and @sheremet-va in https://github.com/vitest-dev/vitest/issues/6347 (8ff63)🐞 Bug Fixes
--exclude
option - by @fregante in https://github.com/vitest-dev/vitest/issues/5782 (d6700)--inspect-brk
stop on Windows - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6110 (f8519)require
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6159 (807a2)testNamePattern
adds leading space - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6186 (073a5)index
file - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6266 (081cf)expect.getState().testPath
always returns correct path - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6472 (ac698)Vitest.setServer
to postconfigureServer
hook to enable import analysis for workspace config loading - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6584 (e7f35)toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)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.