chore(deps): update dependency @sveltejs/kit to v2.15.1 #604

Merged
nemunaire merged 1 commit from renovate/sveltejs-kit-2.x-lockfile into master 2025-01-04 11:06:21 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) 2.9.0 -> 2.15.1 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.15.1

Compare Source

Patch Changes
  • fix: add CSP hashes/nonces to inline styles when using bundleStrategy: 'inline' (#​13232)

  • fix: silence dev/prod warning during sync (#​13244)

v2.15.0

Compare Source

Minor Changes
  • feat: add bundleStrategy: 'inline' option (#​13193)

v2.14.1

Compare Source

Patch Changes
  • fix: do not mutate URL during reroute logic (#​13222)

v2.14.0

Compare Source

Minor Changes
  • feat: add hash-based routing option (#​13191)
Patch Changes
  • fix: create new URL when calling goto(...), to handle case where URL is mutated (#​13196)

v2.13.0

Compare Source

Minor Changes
  • feat: add bundleStrategy: 'split' | 'single' option (#​13173)

v2.12.2

Compare Source

Patch Changes
  • fix: correctly resolve no hooks file when a similarly named directory exists (#​13188)

  • fix: correctly resolve $app/state on the server with Vite 5 (#​13192)

v2.12.1

Compare Source

Patch Changes
  • fix: replace navigating.current.<x> with navigating.<x> (#​13174)

v2.12.0

Compare Source

Minor Changes
Patch Changes
  • chore: specify the route ID in the error message during development when making a form action request to a route without form actions (#​13167)

v2.11.1

Compare Source

Patch Changes
  • fix: adhere to Vite build.minify setting when building the service worker (#​13143)

v2.11.0

Compare Source

Minor Changes
  • feat: transport custom types across the server/client boundary (#​13149)
Patch Changes
  • fix: correctly resolve hooks file when a similarly named directory exists (#​13144)

v2.10.1

Compare Source

Patch Changes
  • fix: export init hook from get_hooks (#​13136)

v2.10.0

Compare Source

Minor Changes
  • feat: server and client init hook (#​13103)
Patch Changes
  • fix: prevent hooks exported from hooks.js from overwriting hooks from hooks.server.js (#​13104)

v2.9.1

Compare Source

Patch Changes
  • fix: correctly match route groups preceding optional parameters (#​13099)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | [`2.9.0` -> `2.15.1`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.9.0/2.15.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sveltejs%2fkit/2.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sveltejs%2fkit/2.9.0/2.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.9.0/2.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.15.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2151) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.15.0...@sveltejs/kit@2.15.1) ##### Patch Changes - fix: add CSP hashes/nonces to inline styles when using `bundleStrategy: 'inline'` ([#&#8203;13232](https://github.com/sveltejs/kit/pull/13232)) - fix: silence dev/prod warning during sync ([#&#8203;13244](https://github.com/sveltejs/kit/pull/13244)) ### [`v2.15.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2150) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.14.1...@sveltejs/kit@2.15.0) ##### Minor Changes - feat: add `bundleStrategy: 'inline'` option ([#&#8203;13193](https://github.com/sveltejs/kit/pull/13193)) ### [`v2.14.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2141) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.14.0...@sveltejs/kit@2.14.1) ##### Patch Changes - fix: do not mutate URL during reroute logic ([#&#8203;13222](https://github.com/sveltejs/kit/pull/13222)) ### [`v2.14.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2140) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.13.0...@sveltejs/kit@2.14.0) ##### Minor Changes - feat: add hash-based routing option ([#&#8203;13191](https://github.com/sveltejs/kit/pull/13191)) ##### Patch Changes - fix: create new URL when calling `goto(...)`, to handle case where URL is mutated ([#&#8203;13196](https://github.com/sveltejs/kit/pull/13196)) ### [`v2.13.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2130) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.12.2...@sveltejs/kit@2.13.0) ##### Minor Changes - feat: add `bundleStrategy: 'split' | 'single'` option ([#&#8203;13173](https://github.com/sveltejs/kit/pull/13173)) ### [`v2.12.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2122) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.12.1...@sveltejs/kit@2.12.2) ##### Patch Changes - fix: correctly resolve no hooks file when a similarly named directory exists ([#&#8203;13188](https://github.com/sveltejs/kit/pull/13188)) - fix: correctly resolve `$app/state` on the server with Vite 5 ([#&#8203;13192](https://github.com/sveltejs/kit/pull/13192)) ### [`v2.12.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2121) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.12.0...@sveltejs/kit@2.12.1) ##### Patch Changes - fix: replace `navigating.current.<x>` with `navigating.<x>` ([#&#8203;13174](https://github.com/sveltejs/kit/pull/13174)) ### [`v2.12.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2120) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.11.1...@sveltejs/kit@2.12.0) ##### Minor Changes - feat: add `$app/state` module ([#&#8203;13140](https://github.com/sveltejs/kit/pull/13140)) ##### Patch Changes - chore: specify the route ID in the error message during development when making a form action request to a route without form actions ([#&#8203;13167](https://github.com/sveltejs/kit/pull/13167)) ### [`v2.11.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2111) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.11.0...@sveltejs/kit@2.11.1) ##### Patch Changes - fix: adhere to Vite `build.minify` setting when building the service worker ([#&#8203;13143](https://github.com/sveltejs/kit/pull/13143)) ### [`v2.11.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2110) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.10.1...@sveltejs/kit@2.11.0) ##### Minor Changes - feat: transport custom types across the server/client boundary ([#&#8203;13149](https://github.com/sveltejs/kit/pull/13149)) ##### Patch Changes - fix: correctly resolve hooks file when a similarly named directory exists ([#&#8203;13144](https://github.com/sveltejs/kit/pull/13144)) ### [`v2.10.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2101) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.10.0...@sveltejs/kit@2.10.1) ##### Patch Changes - fix: export `init` hook from `get_hooks` ([#&#8203;13136](https://github.com/sveltejs/kit/pull/13136)) ### [`v2.10.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2100) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.9.1...@sveltejs/kit@2.10.0) ##### Minor Changes - feat: server and client `init` hook ([#&#8203;13103](https://github.com/sveltejs/kit/pull/13103)) ##### Patch Changes - fix: prevent hooks exported from `hooks.js` from overwriting hooks from `hooks.server.js` ([#&#8203;13104](https://github.com/sveltejs/kit/pull/13104)) ### [`v2.9.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#291) [Compare Source](https://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 ([#&#8203;13099](https://github.com/sveltejs/kit/pull/13099)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41Ny40IiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.10.1 to chore(deps): update dependency @sveltejs/kit to v2.11.0 2024-12-12 15:15:31 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 92b13d798f
Some checks are pending
continuous-integration/drone/push Build is running
to e1857f2edb
Some checks are pending
continuous-integration/drone/push Build is running
2024-12-12 15:15:32 +00:00
Compare
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from e1857f2edb
Some checks are pending
continuous-integration/drone/push Build is running
to 1b197a0a59
Some checks are pending
continuous-integration/drone/push Build is running
2024-12-12 16:15:45 +00:00
Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.11.0 to chore(deps): update dependency @sveltejs/kit to v2.11.1 2024-12-12 23:16:23 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 1b197a0a59
Some checks are pending
continuous-integration/drone/push Build is running
to 9b5a0b2f4d
Some checks reported errors
continuous-integration/drone/push Build was killed
2024-12-12 23:16:25 +00:00
Compare
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 9b5a0b2f4d
Some checks reported errors
continuous-integration/drone/push Build was killed
to 64ed24ff04 2024-12-16 15:16:35 +00:00
Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.11.1 to chore(deps): update dependency @sveltejs/kit to v2.12.0 2024-12-16 15:16:37 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 64ed24ff04 to bb64dc4d65
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-16 19:16:18 +00:00
Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.12.0 to chore(deps): update dependency @sveltejs/kit to v2.12.1 2024-12-16 19:16:20 +00:00
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.12.1 to chore(deps): update dependency @sveltejs/kit to v2.12.2 2024-12-19 05:16:33 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from bb64dc4d65
All checks were successful
continuous-integration/drone/push Build is passing
to d0a52c1008
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-19 05:16:34 +00:00
Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.12.2 to chore(deps): update dependency @sveltejs/kit to v2.13.0 2024-12-19 15:16:45 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from d0a52c1008
All checks were successful
continuous-integration/drone/push Build is passing
to d4165c7c5f
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-19 15:16:46 +00:00
Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.13.0 to chore(deps): update dependency @sveltejs/kit to v2.14.0 2024-12-21 18:16:29 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from d4165c7c5f
All checks were successful
continuous-integration/drone/push Build is passing
to b30cabcda3
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-21 18:16:30 +00:00
Compare
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from b30cabcda3
All checks were successful
continuous-integration/drone/push Build is passing
to 4651322793
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-22 13:17:17 +00:00
Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.14.0 to chore(deps): update dependency @sveltejs/kit to v2.14.1 2024-12-22 13:17:17 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 4651322793
All checks were successful
continuous-integration/drone/push Build is passing
to 94e6694571 2024-12-22 18:16:51 +00:00
Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.14.1 to chore(deps): update dependency @sveltejs/kit to v2.15.0 2024-12-22 18:16:52 +00:00
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.15.0 to chore(deps): update dependency @sveltejs/kit to v2.15.1 2024-12-27 03:17:17 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 94e6694571 to bb08554bf1
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-27 03:17:17 +00:00
Compare
nemunaire merged commit 9360491b69 into master 2025-01-04 11:06:21 +00:00
nemunaire deleted branch renovate/sveltejs-kit-2.x-lockfile 2025-01-04 11:06:22 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
happyDomain/happyDomain!604
No description provided.