chore(deps): update all non-major dependencies #992
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:
^5.2.6
->^5.2.7
^2.6.4
->^2.7.1
^1.1.0
->^1.2.0
v1.4.8
->v1.4.9
^2.44.1
->^2.45.1
^0.30.11
->^0.30.12
~1.48.0
->~1.48.1
9.12.1
->9.12.2
^1.79.4
->^1.79.5
^5.0.0-next.264
->^5.0.0-next.268
^5.0.0-next.264
->^5.0.0-next.268
^4.0.4
->^4.0.5
^0.41.1
->^0.42.0
^8.8.1
->^8.9.0
^5.4.8
->^5.4.9
^1.0.2
->^1.0.3
^2.1.2
->^2.1.3
Release Notes
sveltejs/kit (@sveltejs/adapter-node)
v5.2.7
Compare Source
Patch Changes
chore: upgrade to sirv 3.0 (#12796)
Updated dependencies [
dbc9c9486f962af7dbd9123d12d8a6829700d00f
,96642d234d1f5e961e919da725a1f6188e8aba2c
]:sveltejs/kit (@sveltejs/kit)
v2.7.1
Compare Source
Patch Changes
chore: upgrade to sirv 3.0 (#12796)
fix: warn when form action responses are lost because SSR is off (#12063)
v2.7.0
Compare Source
Minor Changes
Patch Changes
fix: correctly handle relative paths when fetching assets on the server (#12113)
fix: decode non ASCII anchor hashes when scrolling into view (#12699)
fix: page response missing CSP and Link headers when return promise in
load
(#12418)svitejs/changesets-changelog-github-compact (@svitejs/changesets-changelog-github-compact)
v1.2.0
Compare Source
Minor Changes
changesets/action (changesets/action)
v1.4.9
Compare Source
Patch Changes
57ab80c
Thanks @benmccann! - Improve error message when attempting to publish without publish script definedsveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.45.1
Compare Source
Patch Changes
457521a
Thanks @ota-meshi! - fix: update svelte-eslint-parser to v0.42v2.45.0
Compare Source
Minor Changes
#870
b0373be
Thanks @mikededo! - feat(html-closing-bracket-new-line): addhtml-closing-bracket-new-line
rule#868
edf99d3
Thanks @mikededo! - feat(no-inspect): addno-inspect
rulePatch Changes
cf6c842
Thanks @KuSh! - chore: Avoid using deprecated FlatConfig eslint typerich-harris/magic-string (magic-string)
v0.30.12
Compare Source
Performance Improvements
microsoft/playwright (playwright-core)
v1.48.1
Compare Source
pnpm/pnpm (pnpm)
v9.12.2
Compare Source
sass/dart-sass (sass)
v1.79.5
Compare Source
Changes to how
selector.unify()
and@extend
combine selectors:The relative order of pseudo-classes (like
:hover
) and pseudo-elements(like
::before
) within each original selector is now preserved whenthey're combined.
Pseudo selectors are now consistently placed at the end of the combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the
newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to
srgb-linear
anddisplay-p3
.Potentially breaking bug fix:
math.unit()
now wraps multiple denominatorunits in parentheses. For example,
px/(em*em)
instead ofpx/em*em
.Command-Line Interface
@parcel/watcher
to watch the filesystem when running from JavaScript andnot using
--poll
. This should mitigate more frequent failures users havebeen seeing since version 4.0.0 of Chokidar, our previous watching tool, was
released.
JS API
SassColor.interpolate()
to allow an undefinedoptions
parameter, asthe types indicate.
Embedded Sass
sveltejs/svelte (svelte)
v5.0.0-next.268
Compare Source
Patch Changes
breaking: disallow state mutations in logic block expression (#13625)
breaking: stronger enumerated types (#13624)
chore: improve runtime performance of derived signals (#13626)
v5.0.0-next.267
Compare Source
Patch Changes
fix: ensure inserted code is preserved during migration (#13617)
fix: ensure each block consistency to internal mutations to the collection (#13614)
chore: improve derived ownership model (#13623)
fix: ensure await block scope transforms are isolated (#13622)
v5.0.0-next.266
Compare Source
Patch Changes
feat: add hidden until-found and beforematch (#13612)
fix: ensure local prop value is read during teardown (#13611)
fix: take snippets into account when scoping CSS (#13589)
breaking: scope
:not(...)
selectors (#13568)breaking: scope
:has(...)
selectors (#13567)v5.0.0-next.265
Compare Source
Patch Changes
fix: ensure source and filename are known to compileModule's source map (#13546)
fix: cleanup non-branch effects created inside block effects (#13600)
fix: do no rerun the each block when array change from empty to empty (#13553)
fix: ensure effects destroy owned deriveds upon teardown (#13563)
fix: ensure proxied arrays correctly update their length upon deletions (#13549)
fix: avoid assigning input.value if the value is the same to fix
minlength
(#13574)fix: use
analysis.name
when migrating<svelte:self>
(#13544)fix: strip BOM character from input (#13548)
sveltejs/language-tools (svelte-check)
v4.0.5
Compare Source
sveltejs/svelte-eslint-parser (svelte-eslint-parser)
v0.42.0
Compare Source
Minor Changes
3119299
Thanks @ota-meshi! - feat: improve props typePatch Changes
7c556ca
Thanks @ota-meshi! - fix: error in snippets with type annotationstypescript-eslint/typescript-eslint (typescript-eslint)
v8.9.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)
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
svitejs/vitefu (vitefu)
v1.0.3
Compare Source
vitest-dev/vitest (vitest)
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObject
diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6620 (d289e)<empty line>
logs when interleavingconsole.log/error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6644 (9ece3)fast-glob
instead oftinyglobby
in Vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6688 (70baa)🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.