chore(deps): update non-major dependencies #397
+469
−354
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:
1.54.2
->1.55.0
2.31.1
->2.37.0
6.1.2
->6.1.3
0.7.3
->0.7.4
0.7.3
->0.7.4
0.7.2
->0.7.4
0.7.3
->0.7.4
0.7.3
->0.7.4
6.6.4
->6.8.0
18.3.23
->18.3.24
8.39.1
->8.41.0
8.39.1
->8.41.0
5.0.1
->5.1.1
14.2.31
->14.2.32
14.2.31
->14.2.32
5.38.1
->5.38.6
3.5.18
->3.5.20
Release Notes
microsoft/playwright (@playwright/test)
v1.55.0
Compare Source
sveltejs/kit (@sveltejs/kit)
v2.37.0
Compare Source
Minor Changes
feat: automatically resolve
query.refresh()
promises on the server (#14332)feat: allow query.set() to be called on the server (#14304)
Patch Changes
fix: disable CSRF checks in dev (#14335)
fix: allow redirects to external URLs from within form functions (#14329)
fix: add type definitions for
query.set()
method to override the value of a remote query function (#14303)fix: ensure uniqueness of
form.for(...)
across form functions (#14327)v2.36.3
Compare Source
Patch Changes
fix: bump devalue (#14323)
chore: consolidate dev checks to use
esm-env
instead of a__SVELTEKIT_DEV__
global (#14308)fix: reset form inputs by default when using remote form functions (#14322)
v2.36.2
Compare Source
Patch Changes
chore: make config deprecation warnings more visible (#14281)
chore: remove redundant Not Found error message (#14289)
chore: deprecate
csrf.checkOrigin
in favour ofcsrf.trustedOrigins: ['*']
(#14281)v2.36.1
Compare Source
Patch Changes
$app/navigation
works in test files (#14195)v2.36.0
Compare Source
Minor Changes
csrf.trustedOrigins
configuration (#14021)Patch Changes
fix: correctly decode custom types streamed from a server load function (#14261)
fix: add trailing slash pathname when generating typed routes (#14065)
v2.35.0
Compare Source
Minor Changes
Patch Changes
v2.34.1
Compare Source
Patch Changes
fix: support multiple cookies with the same name across different paths and domains (
b2c5d02
)fix: add link header when preloading font (#14200)
fix:
cookies.get(...)
returnsundefined
for a just-deleted cookie (b2c5d02
)fix: load env before prerender (
c5f7139
)v2.34.0
Compare Source
Minor Changes
env
access during prerender (#14243)Patch Changes
fix: clone
fetch
responses so that headers are mutable (#13942)fix: serialize server
load
data before passing to universalload
, to handle mutations (#14268)fix: allow
asset(...)
to be used with imported assets (#14270)v2.33.1
Compare Source
Patch Changes
fix: make paths in .css assets relative (#14262)
fix: avoid copying SSR stylesheets to client assets (#13069)
v2.33.0
Compare Source
Minor Changes
Patch Changes
fix: use correct flag for server tracing (#14250)
fix: correct type names for new
handleUnseenRoutes
option (#14254)chore: Better docs and error message for missing
@opentelemetry/api
dependency (#14250)v2.32.0
Compare Source
Minor Changes
response.body
stream data as base64 in page (#11473)Patch Changes
.remote.ts
files are used without theexperimental.remoteFunctions
flag (#14225)sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v6.1.3
Compare Source
Patch Changes
api.filter
and deprecateapi.idFilter
to avoid confusingfilter.id = idFilter.id
assignments when used as hybrid filter in other plugins (#1199)TanStack/store (@tanstack/react-store)
v0.7.4
Compare Source
Version 0.7.4 - 8/22/25, 9:57 AM
Changes
Fix
46f8d9a
) by Corbin CrutchleyChore
8173467
) by renovate[bot]b5a1d90
) by renovate[bot]1d13232
) by renovate[bot]759e37b
) by Lachlan Collins4cb0166
) by renovate[bot]a679bc9
) by renovate[bot]ace391e
) by renovate[bot]Packages
testing-library/jest-dom (@testing-library/jest-dom)
v6.8.0
Compare Source
v6.7.0
Compare Source
Features
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.41.0
Compare Source
🩹 Fixes
You can read about our versioning strategy and releases on our website.
v8.40.0
Compare Source
🚀 Features
EnumMember
(#11232)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.41.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.40.0
Compare Source
This was a version bump only for parser 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-plugin-vue (@vitejs/plugin-vue-jsx)
v5.1.1
Bug Fixes
v5.1.0
Features
optimizeDeps.rolldownOptions.transform.jsx: 'preserve'
(#650) (c4b9878)Bug Fixes
Miscellaneous Chores
Build System
vercel/next.js (eslint-config-next)
v14.2.32
Compare Source
Core Changes
Credits
Huge thanks to @ztanner for helping!
vercel/next.js (next)
v14.2.32
Compare Source
sveltejs/svelte (svelte)
v5.38.6
Compare Source
Patch Changes
flushSync
while flushing effects (#16674)v5.38.5
Compare Source
Patch Changes
v5.38.3
Compare Source
Patch Changes
fix: ensure correct order of template effect values (#16655)
fix: allow async
{@​const}
in more places (#16643)fix: properly catch top level await errors (#16619)
perf: prune effects without dependencies (#16625)
fix: only emit
for_await_track_reactivity_loss
in async mode (#16644)v5.38.2
Compare Source
Patch Changes
perf: run blocks eagerly during flush instead of aborting (#16631)
fix: don't clone non-proxies in
$inspect
(#16617)fix: avoid recursion error when tagging circular references (#16622)
vuejs/core (vue)
v3.5.20
Compare Source
Bug Fixes
v3.5.19
Compare Source
Bug Fixes
__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__
flag is enabled (#13777) (439e1a5), closes #13744PublicInstanceProxyHandlers.has
(#13507) (d7283f3)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, 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.