chore(deps): update non-major dependencies #397
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.56.1
6.1.0
->6.1.1
2.31.1
->2.47.1
6.1.2
->6.2.1
0.7.3
->0.8.0
0.7.3
->0.8.0
0.7.2
->0.8.0
0.7.3
->0.8.0
0.7.3
->0.8.0
6.6.4
->6.9.1
18.3.23
->18.3.26
8.39.1
->8.46.1
8.39.1
->8.46.1
5.0.1
->5.1.1
14.2.31
->14.2.33
0.4.20
->0.4.24
14.2.31
->14.2.33
3.18.1
->3.19.3
5.38.1
->5.40.2
4.3.1
->4.3.3
6.3.5
->6.4.0
2.11.8
->2.11.9
3.5.18
->3.5.22
4.5.1
->4.6.3
Release Notes
microsoft/playwright (@playwright/test)
v1.56.1
Compare Source
Highlights
#37871 chore: allow local-network-access permission in chromium
#37891 fix(agents): remove workspaceFolder ref from vscode mcp
#37759 chore: rename agents to test agents
#37757 chore(mcp): fallback to cwd when resolving test config
Browser Versions
v1.56.0
Compare Source
Playwright Agents
Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:
Run
npx playwright init-agents
with your client of choice to generate the latest agent definitions:Learn more about Playwright Agents
New APIs
--test-list
and--test-list-invert
to allow manual specification of specific tests from a fileUI Mode and HTML Reporter
'html'
reporter to disable the "Copy prompt" button'html'
reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list--update-snapshots
optionsBreaking Changes
Miscellaneous
input
placeholder
PLAYWRIGHT_TEST
to Playwright worker processes to allow discriminating on testing statusBrowser Versions
v1.55.1
Compare Source
Highlights
#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#37147 - [Regression]: Internal error: step id not found.
#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#37137 - Revert "fix(a11y): track inert elements as hidden".
#37532 - chore: do not use -k option
Browser Versions
This version was also tested against the following stable channels:
v1.55.0
Compare Source
New APIs
Codegen
toBeVisible()
assertions: Codegen can now generate automatictoBeVisible()
assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.Breaking Changes
Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
sveltejs/kit (@sveltejs/adapter-auto)
v6.1.1
Compare Source
Patch Changes
sveltejs/kit (@sveltejs/kit)
v2.47.1
Compare Source
Patch Changes
fix: allow
read
to be used at the top-level of remote function files (#14672)fix: more robust remote files generation (#14682)
v2.47.0
Compare Source
Minor Changes
signal
property to request (#14715)Patch Changes
v2.46.5
Compare Source
Patch Changes
form
remote functions'fields.set
triggers reactivity (#14661)v2.46.4
Compare Source
Patch Changes
untrack
function (#14658)v2.46.3
Compare Source
Patch Changes
fix: merge
field.set(...)
calls (#14651)fix: don't automatically reset form after an enhanced submission (#14626)
fix: normalize path strings when updating field values (#14649)
v2.46.2
Compare Source
Patch Changes
env
modules (#14637)v2.46.1
Compare Source
Patch Changes
fix: use
$derived
for form fields (#14621)docs: remove
@example
blocks to allow docs to deploy (#14636)fix: require a value with
submit
andhidden
fields (#14635)fix: delete hydration cache on effect teardown (#14611)
v2.46.0
Compare Source
Minor Changes
Patch Changes
fix: wait a tick before collecting form data for validation (#14631)
fix: prevent code execution order issues around SvelteKit's
env
modules (#14632)v2.45.0
Compare Source
Minor Changes
form.for(id)
now implicitly sets id on form object (#14623)Patch Changes
fetch
in remote function without emitting a warning (#14610)v2.44.0
Compare Source
Minor Changes
feat: expose
event.route
andevent.url
to remote functions (#14606)breaking: update experimental
form
API (#14481)Patch Changes
v2.43.8
Compare Source
Patch Changes
fix: HMR for
query
(#14587)fix: avoid client modules while traversing dependencies to prevent FOUC during dev (#14577)
fix: skip prebundling of .remote.js files (#14583)
fix: more robust remote file pattern matching (#14578)
v2.43.7
Compare Source
Patch Changes
fix: correctly type the
result
ofform
remote functions that do not accept data (#14573)fix: force remote module chunks to isolate themselves (#14571)
v2.43.6
Compare Source
Patch Changes
fix: ensure cache key is consistent between client/server (#14563)
fix: keep resolve relative to initial base during prerender (#14533)
fix: avoid including
HEAD
twice when an unhandled HTTP method is used in a request to a+server
handler that has both aGET
handler and aHEAD
handler (#14564)fix: smoothscroll to deep link (#14569)
v2.43.5
Compare Source
Patch Changes
resolve(...)
outside an event context (#14532)v2.43.4
Compare Source
Patch Changes
v2.43.3
Compare Source
Patch Changes
fix: Webcontainer AsyncLocalStorage workaround (#14521)
fix: include the value of form submitters on
form
remote functions (#14475)v2.43.2
Compare Source
Patch Changes
fix: ensure rendering starts off synchronously (#14517)
fix: keep serialized remote data alive until navigation (#14508)
v2.43.1
Compare Source
Patch Changes
v2.43.0
Compare Source
Minor Changes
Patch Changes
fix: ensure
__SVELTEKIT_PAYLOAD__.data
is accessed safely (#14491)fix: create separate cache entries for non-exported remote function queries (#14499)
v2.42.2
Compare Source
Patch Changes
fix: prevent loops in postbuild analysis phase (#14450)
fix: handle nested object fields in form data (#14469)
fix: robustify form helper types (#14463)
fix: avoid running the
init
hook during builds if there's nothing to prerender (#14464)fix: ensure SSR rendering gets request store context (#14476)
v2.42.1
Compare Source
Patch Changes
v2.42.0
Compare Source
Minor Changes
feat: enhance remote form functions with schema support,
input
andissues
properties (#14383)breaking: remote form functions get passed a parsed POJO instead of a
FormData
object now (#14383)v2.41.0
Compare Source
Minor Changes
%sveltekit.version%
toapp.html
(#12132)Patch Changes
fix: allow remote functions to return custom types serialized with
transport
hooks (#14435)fix: fulfil
beforeNavigate
complete
when redirected (#12896)v2.40.0
Compare Source
Minor Changes
event
property on popstate/link/form navigation (#14307)Patch Changes
fix: respect
replaceState
/keepFocus
/noScroll
when a navigation results in a redirect (#14424)fix: invalidate preload cache when invalidateAll is true (#14420)
v2.39.1
Compare Source
Patch Changes
v2.39.0
Compare Source
Minor Changes
Patch Changes
fix: layout load data not serialized on error page (#14395)
fix: fail prerendering when remote function fails (#14365)
fix: treat handle hook redirect as part of remote function call as json redirect (#14362)
v2.38.1
Compare Source
Patch Changes
fix: enable redirects from queries (#14400)
fix: remove empty nodes from serialized server load data (#14404)
fix: allow commands from within endpoints (#14343)
v2.38.0
Compare Source
Minor Changes
query.batch
(#14272)v2.37.1
Compare Source
Patch Changes
fix: serialize server
load
data before passing to universalload
, to handle mutations and promises (#14298)fix: resolve_route prevent dropping a trailing slash of id (#14294)
fix: assign correct status code to form submission error on the client (#14345)
fix: un-proxy
form.result
(#14346)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.2.1
Compare Source
Patch Changes
fix: remove unscopable global styles warning (#1223)
Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#1225)
v6.2.0
Compare Source
Minor Changes
optimization.inlineConst
by default to ensure treeshaking works with esm-env in svelte (#1207)v6.1.4
Compare Source
Patch Changes
fix: allow preprocess plugin to run twice (#1206)
fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)
replace kleur dependency with builtin node:utils styleText (#1210)
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.8.0
Compare Source
Version 0.8.0 - 10/11/25, 12:03 AM
Changes
Feat
be4f045
) by Alejandro Aburto S.Fix
4a8bdea
) by @SheraffChore
dfbb669
) by renovate[bot]41139a6
) by renovate[bot]570caec
) by renovate[bot]4d92c18
) by Lachlan Collinsd77dbce
) by renovate[bot]635ffb0
(#206) (e69e6f8
) by renovate[bot]Packages
v0.7.7
Compare Source
Version 0.7.7 - 9/20/25, 9:35 AM
Changes
Fix
978d050
) by @SheraffPackages
v0.7.6
Compare Source
Version 0.7.6 - 9/20/25, 9:30 AM
Changes
Fix
18831e0
) by @Sheraff27f254f
) by @Sheraff3f804fd
) by @SheraffChore
03229c8
) by renovate[bot]905b08e
) by renovate[bot]Docs
d91fb07
) by SarahPackages
v0.7.5
Compare Source
Version 0.7.5 - 9/8/25, 8:21 PM
Changes
Fix
shallow
object comparison (#227) (001d23d
) by @jerelmillerChore
4fd5a7a
) by renovate[bot]7b13ed5
) by renovate[bot]Packages
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.9.1
Compare Source
Bug Fixes
Node
error (nodejs) (#707) (0ff8904)v6.9.0
Compare Source
Features
v6.8.0
Compare Source
Features
v6.7.0
Compare Source
Features
t
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.