fix(deps): update all non-major dependencies #1183
Open
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.31.0
->^9.32.0
~8.2.0
->~8.3.4
^2.25.1
->^2.27.0
^22.16.5
->^22.17.0
^9.31.0
->^9.32.0
^17.21.0
->^17.21.3
~1.54.1
->~1.54.2
10.13.1
->10.14.0
^5.36.13
->^5.37.2
^1.3.0
->^1.3.1
^5.8.3
->^5.9.2
^7.0.5
->^7.0.6
Release Notes
eslint/eslint (@eslint/js)
v9.32.0
Compare Source
sveltejs/eslint-config (@sveltejs/eslint-config)
v8.3.4
Compare Source
Patch Changes
91aefb6744437155861020693417c0cd29bc287d
)v8.3.3
Compare Source
Patch Changes
v8.3.2
Compare Source
Patch Changes
v8.3.1
Compare Source
Patch Changes
v8.3.0
Compare Source
Minor Changes
sveltejs/kit (@sveltejs/kit)
v2.27.0
Compare Source
Minor Changes
v2.26.1
Compare Source
Patch Changes
fix: posixify internal app server path (#14049)
fix: ignore route groups when generating typed routes (#14050)
v2.26.0
Compare Source
Minor Changes
feat: better type-safety for
page.route.id
,page.params
,page.url.pathname
and various other places (#13864)feat:
resolve(...)
andasset(...)
helpers for resolving paths (#13864)feat: Add
$app/types
module withAsset
,RouteId
,Pathname
,ResolvedPathname
RouteParams<T>
andLayoutParams<T>
(#13864)v2.25.2
Compare Source
Patch Changes
eslint/eslint (eslint)
v9.32.0
Compare Source
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.21.3
Compare Source
🩹 Fixes
v17.21.2
Compare Source
🧹 Chores
v17.21.1
Compare Source
🩹 Fixes
microsoft/playwright (playwright-core)
v1.54.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm (pnpm)
v10.14.0
Compare Source
Minor Changes
Added support for JavaScript runtime resolution
Declare Node.js, Deno, or Bun in
devEngines.runtime
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.devEngines.runtime
setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.Related PR: #9755.
Add
--cpu
,--libc
, and--os
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.pnpm install
to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.sveltejs/svelte (svelte)
v5.37.2
Compare Source
Patch Changes
fix: double event processing in firefox due to event object being garbage collected (#16527)
fix: add bindable dimension attributes types to SVG and MathML elements (#16525)
fix: correctly differentiate static fields before emitting
duplicate_class_field
(#16526)fix: prevent last_propagated_event from being DCE'd (#16538)
v5.37.1
Compare Source
Patch Changes
chore: remove some todos (#16515)
fix: allow await expressions inside
{#await ...}
argument (#16514)fix:
append_styles
in an effect to make them available on mount (#16509)chore: remove
parser.template_untrimmed
(#16511)fix: always inject styles when compiling as a custom element (#16509)
v5.37.0
Compare Source
Minor Changes
compileModule
(#16362)Patch Changes
v5.36.17
Compare Source
Patch Changes
fix: throw on duplicate class field declarations (#16502)
fix: add types for
part
attribute to svg attributes (#16499)v5.36.16
Compare Source
Patch Changes
fix: don't update a focused input with values from its own past (#16491)
fix: don't destroy effect roots created inside of deriveds (#16492)
v5.36.15
Compare Source
Patch Changes
v5.36.14
Compare Source
Patch Changes
fix: keep input in sync when binding updated via effect (#16482)
fix: rename form accept-charset attribute (#16478)
fix: prevent infinite async loop (#16482)
fix: exclude derived writes from effect abort and rescheduling (#16482)
sveltejs/svelte-eslint-parser (svelte-eslint-parser)
v1.3.1
Compare Source
Patch Changes
1350734
Thanks @ota-meshi! - fix:$derived
argument expression to apply correct type information tothis
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
vitejs/vite (vite)
v7.0.6
Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
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.