fix(deps): update all non-major dependencies #1139
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:
^9.28.0
->^9.29.0
^2.21.3
->^2.21.5
^0.7.0
->^0.7.2
^22.15.30
->^22.15.32
20.19.0
->20.19.1
^9.28.0
->^9.29.0
^17.19.0
->^17.20.0
^3.9.1
->^3.9.2
^16.1.0
->^16.1.2
~1.52.0
->~1.53.0
^8.5.4
->^8.5.5
^1.89.1
->^1.89.2
^5.33.18
->^5.34.3
^8.33.1
->^8.34.0
^7.0.0-beta.0
->^7.0.0-beta.1
^3.2.2
->^3.2.3
Release Notes
eslint/eslint (@eslint/js)
v9.29.0
Compare Source
sveltejs/kit (@sveltejs/kit)
v2.21.5
Compare Source
Patch Changes
fix: correctly set the sequential focus navigation point when using hash routing (#13884)
fix: regression when resetting focus and the URL hash contains selector combinators or separators (#13884)
v2.21.4
Compare Source
Patch Changes
jshttp/cookie (@sveltejs/kit>cookie@<0.7.0)
v0.7.2
Compare Source
Fixed
hasOwnProperty
(#177)bc38ffd
v0.7.1
: 0.7.1Compare Source
Fixed
serialize
without options, useobj.hasOwnProperty
when parsing (#172)eslint/eslint (eslint)
v9.29.0
Compare Source
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.20.0
Compare Source
🌟 Features
await using
(#447) (88dea92)sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.9.2
Compare Source
Patch Changes
5df1121
Thanks @zachstence! - fix false positives for regular components in valid-compile/custom_element_props_identifierlint-staged/lint-staged (lint-staged)
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.microsoft/playwright (playwright-core)
v1.53.0
Compare Source
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter:
New option in
'html'
reporter to set the title of a specific test run:Miscellaneous
New option
kind
in testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
npx playwright install --list
will now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
postcss/postcss (postcss)
v8.5.5
Compare Source
package.json
→exports
compatibility with some tools (by @JounQin).sass/dart-sass (sass)
v1.89.2
Compare Source
Embedded Host
buf
dependency.sveltejs/svelte (svelte)
v5.34.3
Compare Source
Patch Changes
fix: don't eagerly execute deriveds on resume (#16150)
fix: prevent memory leaking signals in legacy mode (#16145)
fix: don't define
error.message
if it's not configurable (#16149)v5.34.2
Compare Source
Patch Changes
fix: add missing typings for some dimension bindings (#16142)
fix: prune typescript class field declarations (#16154)
v5.34.1
Compare Source
Patch Changes
v5.34.0
Compare Source
Minor Changes
$inspect.trace
(#16060)Patch Changes
fix: add
command
andcommandfor
toHTMLButtonAttributes
(#16117)fix: better
$inspect.trace()
output (#16131)fix: properly hydrate dynamic css props components and remove element removal (#16118)
v5.33.19
Compare Source
Patch Changes
is_flushing
ifflushSync
is called and there's no scheduled effect (#16119)typescript-eslint/typescript-eslint (typescript-eslint)
v8.34.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v7.0.0-beta.1
Compare Source
Object
variable in ssr transformed code (#19996) (fceff60), closes #19996.then(m => m.a)
(#20117) (7b7410a), closes #20117build.rollupOptions.input
resolution with rollup (#20080) (9759c29), closes #20080preprocessorOptions.sass
(fix #20150) ( (7db56be), closes #20150 #20166useDefineForClassFields
test (#20143) (d90796e), closes #20143vitest-dev/vitest (vitest)
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
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 was generated by Mend Renovate. View the repository job log.