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

Merged
nemunaire merged 1 commits from renovate/sveltejs-kit-2.x-lockfile into master 2025-01-04 16:13:30 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies minor 2.12.1 -> 2.15.1

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)


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 | Type | Update | Change | |---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | devDependencies | minor | [`2.12.1` -> `2.15.1`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.12.1/2.15.1) | --- ### 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)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4yIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-12-17 10:47:07 +00:00
chore(deps): update dependency @sveltejs/kit to v2.12.1
All checks were successful
continuous-integration/drone/push Build is passing
0e4a5a3a4d
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 0e4a5a3a4d to ab0a33f11a 2024-12-17 13:58:13 +00:00 Compare
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:44:55 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from ab0a33f11a to d2410f5705 2024-12-19 05:44:57 +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:46:16 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from d2410f5705 to 104e108353 2024-12-19 15:46:17 +00:00 Compare
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 104e108353 to ed2af558f1 2024-12-21 17:45:32 +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 17:45:38 +00:00
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:47:01 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from ed2af558f1 to 98b9742a29 2024-12-22 13:47:01 +00:00 Compare
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 98b9742a29 to f3addb3dbc 2024-12-22 17:49:07 +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 17:49:13 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from f3addb3dbc to d489ced9f3 2024-12-27 03:46:08 +00:00 Compare
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:46:14 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from d489ced9f3 to b81c5abecb 2025-01-04 11:40:45 +00:00 Compare
nemunaire merged commit 6b9283f7ca into master 2025-01-04 16:13:30 +00:00
nemunaire deleted branch renovate/sveltejs-kit-2.x-lockfile 2025-01-04 16:13:31 +00:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fic/server#506
No description provided.