Update all non-major dependencies #130
Merged
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:
22.15.29
->22.17.1
^3.1.4
->^3.2.4
3.5.16
->3.5.18
16.1.0
->16.1.5
4.17.2
->4.36.0
10.11.0
->10.14.0
19.0.3
->19.0.4
5.8.3
->5.9.2
3.1.4
->3.2.4
3.5.16
->3.5.18
5.99.9
->5.101.1
Release Notes
vitest-dev/vitest (@vitest/coverage-istanbul)
v3.2.4
Compare Source
🐞 Bug Fixes
vitest run --watch
should 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)minWorkers
when onlymaxWorkers
specified - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8110 (14dc0)task.meta
should 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.3
Compare Source
🚀 Features
🐞 Bug Fixes
expect.any
return 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)View changes on GitHub
v3.2.2
Compare Source
🚀 Features
🐞 Bug Fixes
createTesters
call on the main thread - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8101 (142c7)vitest-browser-*
packages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8103 (247ef)toEqual
- by @dubzzz in https://github.com/vitest-dev/vitest/issues/8094 (02ec8)dot
reporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7994 (6db9f)View changes on GitHub
v3.2.1
Compare Source
🐞 Bug Fixes
DeeplyAllowMatchers
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8078 (30ab4)View changes on GitHub
v3.2.0
Compare Source
🚀 Features
ctx.signal
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7878 (e761f)test.name
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7809 (4af5d)vi.mockObject
to automock any object - by @hi-ogawa and @sheremet-va in https://github.com/vitest-dev/vitest/issues/7761 (465bd)watchTriggerPatterns
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7778 (a0675)workspace
in favor ofprojects
- by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7923 (41beb)sequence.groupOrder
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7852 (d1a1d)connect
option forplaywright
browser provider - by @egfx-notifications and @sheremet-va in https://github.com/vitest-dev/vitest/issues/7915 (029c0)screenshot.save
option - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7777 (d9f51)onWritePath
option togithub-actions
- by @nwalters512 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8015 (abd3b)🐞 Bug Fixes
micromatch
withpicomatch
- by @sapphi-red in https://github.com/vitest-dev/vitest/issues/7951 (df076)any
types toAsymmetricMatcher<unknown>
, withDeeplyAllowMatchers<T>
- by @JoshuaKGoldberg in https://github.com/vitest-dev/vitest/issues/7016 (8ec44)stack
properties - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7995 (330f9)toJSON
serialisation - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8053 (3bdf0)upload
files relative to the project root - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8042 (b9a31)this
type tolocators.extend
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8069 (70fb0)--silent
values properly - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8055 (8fad7)@types/chai
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7937 (525f5)vitest list
command - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7933 (ba6da)__vite_ssr_exportName__
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7925 (76091)getWorkerMemoryLimit
priority for vmForks - by @pengooseDev in https://github.com/vitest-dev/vitest/issues/7960 (5a91e)View changes on GitHub
vuejs/core (@vue/compiler-sfc)
v3.5.18
Compare Source
Bug Fixes
v-pre
(#12556) (21b685a)v-bind
dynamic argument content correctly (#12554) (d3af67e)v3.5.17
Compare Source
Bug Fixes
InEntity
state (#13362) (f05a8d6)__v_skip
flag toDep
to prevent reactive conversion (#12804) (e8d8f5f), closes #12803vOnce
andvSlot
(#13343) (762fae4)lint-staged/lint-staged (lint-staged)
v16.1.5
Compare Source
Patch Changes
4e3ce22
Thanks @srsatt! - Detect the git repo's top-level directory correctly when in a worktree.v16.1.4
Compare Source
Patch Changes
90b37b0
Thanks @iiroj! - Add anothertypes
field topackage.json
to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.v16.1.3
Compare Source
Patch Changes
7ea700b
Thanks @dword-design! - Add thetypes
field topackage.json
to make sure NPM detects lint-staged includes built-in TypeScript type definitions.v16.1.2
Compare Source
Patch Changes
#1570
a7c0c88
Thanks @ItsNickBarry! - When using--diff-filter
with theD
option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit add
likefatal: pathspec 'deleted-file' did not match any files
.38f942e
Thanks @iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
to console output.v16.1.1
Compare Source
Patch Changes
#1565
3686977
Thanks @iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash
.#1571
02299a9
Thanks @iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.#1563
bc61c74
Thanks @iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stash
option. This happened because--no-stash
implied--no-hide-partially-staged
, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.The previous (incorrect) behavior can still be achieved by using both options
--no-stash --no-hide-partially-staged
at the same time.streamich/memfs (memfs)
v4.36.0
Compare Source
Features
v4.35.0
Compare Source
Bug Fixes
Features
v4.34.0
Compare Source
Features
v4.33.0
Compare Source
Bug Fixes
Features
4.32.1 (2025-08-01)
Bug Fixes
v4.32.1
Compare Source
Bug Fixes
Features
4.32.1 (2025-08-01)
Bug Fixes
v4.32.0
Compare Source
Bug Fixes
Features
4.32.1 (2025-08-01)
Bug Fixes
v4.31.0
Compare Source
Features
4.30.1 (2025-08-01)
Bug Fixes
v4.30.1
Compare Source
Features
4.30.1 (2025-08-01)
Bug Fixes
v4.30.0
Compare Source
Features
4.30.1 (2025-08-01)
Bug Fixes
v4.29.0
Compare Source
Features
4.28.1 (2025-08-01)
Bug Fixes
v4.28.1
Compare Source
Features
4.28.1 (2025-08-01)
Bug Fixes
v4.28.0
Compare Source
Features
4.28.1 (2025-08-01)
Bug Fixes
v4.27.0
Compare Source
Bug Fixes
Features
[
v4.26.0
](https://redirect.gitConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.