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.0v1.4.8->v1.4.9^2.44.1->^2.45.1^0.30.11->^0.30.12~1.48.0->~1.48.19.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.3Release Notes
sveltejs/kit (@sveltejs/adapter-node)
v5.2.7Compare Source
Patch Changes
chore: upgrade to sirv 3.0 (#12796)
Updated dependencies [
dbc9c9486f962af7dbd9123d12d8a6829700d00f,96642d234d1f5e961e919da725a1f6188e8aba2c]:sveltejs/kit (@sveltejs/kit)
v2.7.1Compare 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.0Compare 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.0Compare Source
Minor Changes
changesets/action (changesets/action)
v1.4.9Compare Source
Patch Changes
57ab80cThanks @benmccann! - Improve error message when attempting to publish without publish script definedsveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.45.1Compare Source
Patch Changes
457521aThanks @ota-meshi! - fix: update svelte-eslint-parser to v0.42v2.45.0Compare Source
Minor Changes
#870
b0373beThanks @mikededo! - feat(html-closing-bracket-new-line): addhtml-closing-bracket-new-linerule#868
edf99d3Thanks @mikededo! - feat(no-inspect): addno-inspectrulePatch Changes
cf6c842Thanks @KuSh! - chore: Avoid using deprecated FlatConfig eslint typerich-harris/magic-string (magic-string)
v0.30.12Compare Source
Performance Improvements
microsoft/playwright (playwright-core)
v1.48.1Compare Source
pnpm/pnpm (pnpm)
v9.12.2Compare Source
sass/dart-sass (sass)
v1.79.5Compare Source
Changes to how
selector.unify()and@extendcombine 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-linearanddisplay-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/watcherto 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 undefinedoptionsparameter, asthe types indicate.
Embedded Sass
sveltejs/svelte (svelte)
v5.0.0-next.268Compare 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.267Compare 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.266Compare 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.265Compare 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.namewhen migrating<svelte:self>(#13544)fix: strip BOM character from input (#13548)
sveltejs/language-tools (svelte-check)
v4.0.5Compare Source
sveltejs/svelte-eslint-parser (svelte-eslint-parser)
v0.42.0Compare Source
Minor Changes
3119299Thanks @ota-meshi! - feat: improve props typePatch Changes
7c556caThanks @ota-meshi! - fix: error in snippets with type annotationstypescript-eslint/typescript-eslint (typescript-eslint)
v8.9.0Compare 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.9Compare Source
Please refer to CHANGELOG.md for details.
svitejs/vitefu (vitefu)
v1.0.3Compare Source
vitest-dev/vitest (vitest)
v2.1.3Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.jsinstead of/__vitest_msw__- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObjectdiff - 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-globinstead oftinyglobbyin 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.