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

Open
renovate-bot wants to merge 1 commits from renovate/sveltejs-kit-2.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies minor 2.11.1 -> 2.14.0

Release Notes

sveltejs/kit (@​sveltejs/kit)

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)

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.11.1` -> `2.14.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.11.1/2.14.0) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`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)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4yIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
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
All checks were successful
continuous-integration/drone/push Build is passing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sveltejs-kit-2.x-lockfile:renovate/sveltejs-kit-2.x-lockfile
git checkout renovate/sveltejs-kit-2.x-lockfile
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
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: fic/server#506
No description provided.