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:
^3.0.1
->^3.0.2
^4.0.1
->^4.0.3
^15.2.3
->^15.2.4
^6.10.9
->^6.11.2
2.0.5
->2.1.1
^8.57.0
->^8.57.1
^14.2.5
->^14.2.13
^13.5.4
->^13.5.5
^2.5.1
->^2.5.2
^4.20.0
->^4.22.4
^5.31.5
->^5.33.0
5.5.3
->5.6.2
2.0.5
->2.1.1
Release Notes
vercel/edge-runtime (@edge-runtime/types)
v3.0.2
Compare Source
Patch Changes
6a869f12121f80cc6490ec2b81484453672b7b6b
]:vercel/edge-runtime (@edge-runtime/vm)
v4.0.3
Compare Source
Patch Changes
v4.0.2
Compare Source
Patch Changes
6a869f12121f80cc6490ec2b81484453672b7b6b
]:rollup/plugins (@rollup/plugin-node-resolve)
v15.2.4
2024-09-22
Updates
sanity-io/pkg-utils (@sanity/pkg-utils)
v6.11.2
Compare Source
Bug Fixes
v6.11.1
Compare Source
Bug Fixes
v6.11.0
Compare Source
Features
v6.10.12
Compare Source
Bug Fixes
v6.10.11
Compare Source
Bug Fixes
v6.10.10
Compare Source
Bug Fixes
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.0
Compare Source
This release makes another big change to the Browser Mode by introducing locators API:
You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the
page
object from@vitest/browser/context
.🚀 Features
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)--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)vi.advanceTimersToNextFrame
- by @bnjm and @sheremet-va in https://github.com/vitest-dev/vitest/issues/6347 (8ff63)🐞 Bug Fixes
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
and@vitest/*
versions don't match - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6317 (e662c)vitenode
for uncovered files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6044 (da52d)performance.now
instead ofDate.now
for duration - by @LuciNyan in https://github.com/vitest-dev/vitest/issues/6382 (fe489)toMatchInlineSnapshot
updates at the same location - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6332 (1606f)typecheck.include
overlaps withinclude
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6256 (153ff)View changes on GitHub
eslint/eslint (eslint)
v8.57.1
Compare Source
vercel/next.js (next)
v14.2.13
Compare Source
v14.2.12
Compare Source
v14.2.11
Compare Source
nock/nock (nock)
v13.5.5
Compare Source
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)
v2.5.2
Compare Source
Bug Fixes
rollup/rollup (rollup)
v4.22.4
Compare Source
2024-09-21
Bug Fixes
Pull Requests
v4.22.3
Compare Source
2024-09-21
Bug Fixes
Pull Requests
v4.22.2
Compare Source
2024-09-20
Bug Fixes
Pull Requests
v4.22.1
Compare Source
2024-09-20
Bug Fixes
Pull Requests
v4.22.0
Compare Source
2024-09-19
Features
Bug Fixes
Pull Requests
AggregateError
,FinalizationRegistry
,WeakRef
to knownGlobals (@re-taro)v4.21.3
Compare Source
2024-09-12
Bug Fixes
Pull Requests
v4.21.2
Compare Source
2024-08-30
Bug Fixes
Pull Requests
v4.21.1
Compare Source
2024-08-26
Bug Fixes
closeWatcher
hook is called when watch mode is aborted via Ctrl+C (#5618)import.meta.url
in compact mode (#5624)Pull Requests
v4.21.0
Compare Source
2024-08-18
Features
Pull Requests
noConflict
option in REPL. (@7086cmd)terser/terser (terser)
v5.33.0
Compare Source
reduce_vars
improved when dealing with hoisted function definitions (#1544)v5.32.0
Compare Source
import("module")
can now be input and output from ESTree AST (#1557)BigInt
literals can now be input and output from ESTree AST (#1555)typeof
an object or array (typeof {}
andtypeof []
) can now be statically evaluated. (#1546)v5.31.6
Compare Source
case
when the expression is a sequence (comma) expressionmicrosoft/TypeScript (typescript)
v5.6.2
Compare Source
v5.5.4
: TypeScript 5.5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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 has been generated by Mend Renovate using a curated preset maintained by . View repository job log here