From 72e0fd258e5e7241833f5f56eb61f46ba5901e0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:41:11 +0000 Subject: [PATCH] chore(deps): update dependency @sveltejs/kit to ^2.9.1 (#2810) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://redirect.github.com/sveltejs/kit/tree/HEAD/packages/kit)) | [`^2.8.0` -> `^2.9.1`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.8.0/2.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sveltejs%2fkit/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sveltejs%2fkit/2.8.0/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.8.0/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
sveltejs/kit (@​sveltejs/kit) ### [`v2.9.1`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#291) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.9.0...@sveltejs/kit@2.9.1) ##### Patch Changes - fix: correctly match route groups preceding optional parameters ([#​13099](https://redirect.github.com/sveltejs/kit/pull/13099)) ### [`v2.9.0`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#290) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.5...@sveltejs/kit@2.9.0) ##### Minor Changes - feat: Vite 6 support ([#​12270](https://redirect.github.com/sveltejs/kit/pull/12270)) ##### Patch Changes - fix: transform link\[rel='shortcut icon'] and link\[rel='apple-touch-icon'] to be absolute to avoid console error when navigating ([#​13077](https://redirect.github.com/sveltejs/kit/pull/13077)) ### [`v2.8.5`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#285) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.4...@sveltejs/kit@2.8.5) ##### Patch Changes - fix: don't hydrate when falling back to error page ([#​13056](https://redirect.github.com/sveltejs/kit/pull/13056)) ### [`v2.8.4`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#284) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.3...@sveltejs/kit@2.8.4) ##### Patch Changes - fix: update inline css url generation for FOUC prevention in dev ([#​13007](https://redirect.github.com/sveltejs/kit/pull/13007)) ### [`v2.8.3`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#283) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.2...@sveltejs/kit@2.8.3) ##### Patch Changes - fix: ensure error messages are escaped ([#​13050](https://redirect.github.com/sveltejs/kit/pull/13050)) - fix: escape values included in dev 404 page ([#​13039](https://redirect.github.com/sveltejs/kit/pull/13039)) ### [`v2.8.2`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#282) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.1...@sveltejs/kit@2.8.2) ##### Patch Changes - fix: prevent duplicate fetch request when using Request with load function's fetch ([#​13023](https://redirect.github.com/sveltejs/kit/pull/13023)) - fix: do not override default cookie decoder to allow users to override the `cookie` library version ([#​13037](https://redirect.github.com/sveltejs/kit/pull/13037)) ### [`v2.8.1`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#281) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.0...@sveltejs/kit@2.8.1) ##### Patch Changes - fix: only add nonce to `script-src-elem`, `style-src-attr` and `style-src-elem` CSP directives when `unsafe-inline` is not present ([#​11613](https://redirect.github.com/sveltejs/kit/pull/11613)) - fix: support HTTP/2 in dev and production. Revert the changes from [#​12907](https://redirect.github.com/sveltejs/kit/pull/12907) to downgrade HTTP/2 to TLS as now being unnecessary ([#​12989](https://redirect.github.com/sveltejs/kit/pull/12989))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/fwouts/previewjs). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- framework-plugins/svelte/package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json index 216964d6fd4..89e6fb4a04d 100644 --- a/framework-plugins/svelte/package.json +++ b/framework-plugins/svelte/package.json @@ -41,7 +41,7 @@ "@previewjs/core": "workspace:*", "@previewjs/iframe": "workspace:*", "@previewjs/testing": "workspace:*", - "@sveltejs/kit": "^2.8.0", + "@sveltejs/kit": "^2.9.1", "@types/fs-extra": "^11.0.4", "pino": "^9.5.0", "pino-pretty": "^11.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b94ba1b0bbb..95caf9ee34a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2342,8 +2342,8 @@ importers: specifier: workspace:* version: link:../../testing '@sveltejs/kit': - specifier: ^2.8.0 - version: 2.8.0(@sveltejs/vite-plugin-svelte@4.0.2(svelte@5.10.0)(vite@6.0.3(@types/node@20.17.9)(jiti@2.3.3)(less@4.1.3)(terser@5.36.0)))(svelte@5.10.0)(vite@6.0.3(@types/node@20.17.9)(jiti@2.3.3)(less@4.1.3)(terser@5.36.0)) + specifier: ^2.9.1 + version: 2.9.1(@sveltejs/vite-plugin-svelte@4.0.2(svelte@5.10.0)(vite@6.0.3(@types/node@20.17.9)(jiti@2.3.3)(less@4.1.3)(terser@5.36.0)))(svelte@5.10.0)(vite@6.0.3(@types/node@20.17.9)(jiti@2.3.3)(less@4.1.3)(terser@5.36.0)) '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -8308,14 +8308,14 @@ packages: svelte: ^3.54.0 vite: ^4.0.0 - '@sveltejs/kit@2.8.0': - resolution: {integrity: sha512-HCiWupCuKJQ3aPaC4Xc6lpPdjOOnoGzEiYjOqMqppdtfGtY2ABrx932Vw66ZwS2RGXc0BmZvFvNq5SzqlmDVLg==} + '@sveltejs/kit@2.9.1': + resolution: {integrity: sha512-D+yH3DTvvkjXdl3Xv7akKmolrArDZRtsFv3nlxJPjlIKsZEpkkInnomKJuAql2TrNGJ2dJMGBO1YYgVn2ILmag==} engines: {node: '>=18.13'} hasBin: true peerDependencies: - '@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 + '@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0 svelte: ^4.0.0 || ^5.0.0-next.0 - vite: ^5.0.3 + vite: ^5.0.3 || ^6.0.0 '@sveltejs/vite-plugin-svelte-inspector@1.0.1': resolution: {integrity: sha512-8ZXgDbAL1b2o7WHxnPsbkxTzZiZhMwOsCI/GFti3zFlh8unqJtUsgwRQV/XSULFcqkbZXz5v6MqMLSUpl3VKaA==} @@ -34221,13 +34221,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@sveltejs/kit@2.8.0(@sveltejs/vite-plugin-svelte@4.0.2(svelte@5.10.0)(vite@6.0.3(@types/node@20.17.9)(jiti@2.3.3)(less@4.1.3)(terser@5.36.0)))(svelte@5.10.0)(vite@6.0.3(@types/node@20.17.9)(jiti@2.3.3)(less@4.1.3)(terser@5.36.0))': + '@sveltejs/kit@2.9.1(@sveltejs/vite-plugin-svelte@4.0.2(svelte@5.10.0)(vite@6.0.3(@types/node@20.17.9)(jiti@2.3.3)(less@4.1.3)(terser@5.36.0)))(svelte@5.10.0)(vite@6.0.3(@types/node@20.17.9)(jiti@2.3.3)(less@4.1.3)(terser@5.36.0))': dependencies: '@sveltejs/vite-plugin-svelte': 4.0.2(svelte@5.10.0)(vite@6.0.3(@types/node@20.17.9)(jiti@2.3.3)(less@4.1.3)(terser@5.36.0)) '@types/cookie': 0.6.0 cookie: 0.6.0 devalue: 5.1.1 - esm-env: 1.0.0 + esm-env: 1.2.1 import-meta-resolve: 4.1.0 kleur: 4.1.5 magic-string: 0.30.12