chore(deps): update all dependencies #55
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:
20.11.25
->20.11.30
1.3.1
->1.4.0
2.4.4
->2.4.5
13.7.0
->14.3.1
5.4.2
->5.4.3
5.1.5
->5.2.3
1.3.1
->1.4.0
2.0.6
->2.0.7
Release Notes
vitest-dev/vitest (@vitest/coverage-v8)
v1.4.0
Compare Source
🚀 Features
not
- by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5294 (b9d37)--project
option - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5295 (201bd)shuffle.files
andshuffle.tests
options - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5281 (356db)cache.dir
option - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5229 (d7e8b)--changed
option - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5314 (600b4)clearScreen
cli flag - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5241 (e1735)🐞 Bug Fixes
--project
option - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5265 (d1a06)--inspect-brk
to pause before execution - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5355 (e77c5)magic-string
tooptimizeDeps.include
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5278 (8f04e)reportsDirectory
from removing user's project - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5376 (07ec3)toContain/toMatch
assertion error - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5267 (8ee59)defines
to supportundefined
values - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5284 (5b58b)onConsoleLog
return type - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5337 (6d1b1)beforeAll
andafterAll
- by @fenghan34 in https://github.com/vitest-dev/vitest/issues/5288 (ce5ca)@vitest/coverage-v8
are used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5250 (29f98)View changes on GitHub
vuejs/test-utils (@vue/test-utils)
v2.4.5
Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.4.4...v2.4.5
capricorn86/happy-dom (happy-dom)
v14.3.1
Compare Source
v14.3.0
Compare Source
v14.2.1
Compare Source
v14.2.0
Compare Source
🎨 Features
:is()
and:where()
- By @capricorn86 in task #1333v14.1.2
Compare Source
👷♂️ Patch fixes
Object.getOwnPropertyDescriptors(window)
to read which properties to register globally, but getters and setters are defined on the prototypeGlobalWindow
now defines the properties on the instance when it is constructedv14.1.1
Compare Source
v14.1.0
Compare Source
🎨 Features
handleDisabledFileLoadingAsSuccess
, that can be used for triggering a "load" event instead of an "error" event when file loading is disabled - By @capricorn86 in task #1334v14.0.0
Compare Source
💣 Breaking Changes
v13.10.1
Compare Source
v13.10.0
Compare Source
🎨 Features
v13.9.0
Compare Source
v13.8.6
Compare Source
👷♂️ Patch fixes
v13.8.5
Compare Source
👷♂️ Patch fixes
HTMLElementConfig
- By @danbentley in task #1306v13.8.4
Compare Source
👷♂️ Patch fixes
HTMLLinkElement.href
,HTMLImageElement.src
andHTMLScriptElement.src
- By @capricorn86 in task #1135v13.8.3
Compare Source
👷♂️ Patch fixes
<li>
,<h1>
or<table>
) doesn't allow itself as direct descendant when parsing HTML, but should allow itself as descendant when it is not at first level - By @capricorn86 in task #1039v13.8.2
Compare Source
v13.8.1
Compare Source
v13.8.0
Compare Source
🎨 Features
v13.7.8
Compare Source
v13.7.7
Compare Source
v13.7.6
Compare Source
v13.7.5
Compare Source
👷♂️ Patch fixes
v13.7.4
Compare Source
v13.7.3
Compare Source
v13.7.2
Compare Source
v13.7.1
Compare Source
👷♂️ Patch fixes
Response.clone()
- By @cprecioso in task #1216Microsoft/TypeScript (typescript)
v5.4.3
: TypeScript 5.4.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
vitejs/vite (vite)
v5.2.3
optimizeDeps.include
glob syntax for./*
exports (#16230) (f184c80), closes #16230prepareStackTrace
(#16220) (dad7f4f), closes #16220utf8
replaced withutf-8
(#16232) (9800c73), closes #16232v5.2.2
v5.2.1
v5.2.0
,
inside query parameter of image URI in srcset property (#16081) (50caf67), closes #16081@shikiji/vitepress-twoslash
(#16168) (6f8a320), closes #16168v5.1.7
Compare Source
Please refer to CHANGELOG.md for details.
v5.1.6
Compare Source
vuejs/language-tools (vue-tsc)
v2.0.7
Compare Source
Features
@vue/language-plugin-pug
in doctorBug Fixes
defineSlots
allows empty params (#4093) - thanks @EvertvdwdefineModel
emits type on-demand (#4052) - thanks @so1vev-for
(#3859) - thanks @so1veOther Changes
tsl
linter and auto fix workflow (#4100)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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. View repository job log here.