chore(deps): update dependency @sveltejs/kit to v2.16.1 #514

Merged
nemunaire merged 1 commits from renovate/sveltejs-kit-2.x-lockfile into master 2025-01-23 18:40:47 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies minor 2.15.2 -> 2.16.1

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.16.1

Compare Source

Patch Changes
  • fix: avoid overwriting headers for sub-requests made while loading the error page (#​13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#​13354)

  • fix: correctly handle relative anchors when using the hash router (#​13356)

v2.16.0

Compare Source

Minor Changes
  • feat: add ability to invalidate a custom identifier on goto() (#​13256)

  • feat: remove the postinstall script to support pnpm 10 (#​13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
        tsconfig.json:2:12:
          2 │   "extends": "./.svelte-kit/tsconfig.json",
            ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
  • feat: provide PageProps and LayoutProps types (#​13308)

Patch Changes
  • perf: shorten chunk file names (#​13003)

  • fix: strip internal data before passing URL to reroute (#​13092)

  • fix: support absolute URLs and reroutes with data-sveltekit-preload-code="viewport" (#​12217)

  • fix: use current window.fetch for server load fetch requests (#​13315)

  • fix: resolve symlinks when handling routes (#​12740)

  • fix: prevent infinite reload when using the hash router and previewing /index.html (#​13296)

  • fix: service worker base path in dev mode (#​12577)

  • chore: error during development when using use:enhance with +server (#​13197)

  • chore: add most common status codes to redirect() JS documentation (#​13301)

  • fix: correctly link to assets inlined by the inlineStyleThreshold option (#​13068)

  • fix: fall back to importing dynamic dependencies relative to SvelteKit package (#​12532)

  • fix: use arrow function types over bound funcs (#​12955)

  • fix: correctly navigate when hash router is enabled and the browser encodes extra hashes (#​13321)

v2.15.3

Compare Source

Patch Changes
  • fix: fix race-condition when not using SSR when pressing back before initial load (#​12925)

  • fix: remove ":$" from virtual module ids to allow dev server to work with proxies (#​12157)

  • fix: upgrade esm-env to remove warning when NODE_ENV is not set (#​13291)

  • fix: handle Redirect thrown from root layout load function when client-side navigating to a non-existent page (#​12005)

  • fix: make param matchers generated type import end with .js (#​13286)


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.15.2` -> `2.16.1`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.15.2/2.16.1) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.16.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2161) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.16.0...@sveltejs/kit@2.16.1) ##### Patch Changes - fix: avoid overwriting headers for sub-requests made while loading the error page ([#&#8203;13341](https://github.com/sveltejs/kit/pull/13341)) - fix: correctly resolve index file entrypoints such as `src/service-worker/index.js` ([#&#8203;13354](https://github.com/sveltejs/kit/pull/13354)) - fix: correctly handle relative anchors when using the hash router ([#&#8203;13356](https://github.com/sveltejs/kit/pull/13356)) ### [`v2.16.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2160) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.15.3...@sveltejs/kit@2.16.0) ##### Minor Changes - feat: add ability to invalidate a custom identifier on `goto()` ([#&#8203;13256](https://github.com/sveltejs/kit/pull/13256)) - feat: remove the `postinstall` script to support pnpm 10 ([#&#8203;13304](https://github.com/sveltejs/kit/pull/13304)) NOTE: users should add `"prepare": "svelte-kit sync`" to their `package.json` in order to avoid the following warning upon first running Vite: ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json] tsconfig.json:2:12: 2 │ "extends": "./.svelte-kit/tsconfig.json", ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - feat: provide `PageProps` and `LayoutProps` types ([#&#8203;13308](https://github.com/sveltejs/kit/pull/13308)) ##### Patch Changes - perf: shorten chunk file names ([#&#8203;13003](https://github.com/sveltejs/kit/pull/13003)) - fix: strip internal data before passing URL to `reroute` ([#&#8203;13092](https://github.com/sveltejs/kit/pull/13092)) - fix: support absolute URLs and reroutes with `data-sveltekit-preload-code="viewport"` ([#&#8203;12217](https://github.com/sveltejs/kit/pull/12217)) - fix: use current `window.fetch` for server load fetch requests ([#&#8203;13315](https://github.com/sveltejs/kit/pull/13315)) - fix: resolve symlinks when handling routes ([#&#8203;12740](https://github.com/sveltejs/kit/pull/12740)) - fix: prevent infinite reload when using the hash router and previewing `/index.html` ([#&#8203;13296](https://github.com/sveltejs/kit/pull/13296)) - fix: service worker base path in dev mode ([#&#8203;12577](https://github.com/sveltejs/kit/pull/12577)) - chore: error during development when using `use:enhance` with `+server` ([#&#8203;13197](https://github.com/sveltejs/kit/pull/13197)) - chore: add most common status codes to `redirect()` JS documentation ([#&#8203;13301](https://github.com/sveltejs/kit/pull/13301)) - fix: correctly link to assets inlined by the `inlineStyleThreshold` option ([#&#8203;13068](https://github.com/sveltejs/kit/pull/13068)) - fix: fall back to importing dynamic dependencies relative to SvelteKit package ([#&#8203;12532](https://github.com/sveltejs/kit/pull/12532)) - fix: use arrow function types over bound funcs ([#&#8203;12955](https://github.com/sveltejs/kit/pull/12955)) - fix: correctly navigate when hash router is enabled and the browser encodes extra hashes ([#&#8203;13321](https://github.com/sveltejs/kit/pull/13321)) ### [`v2.15.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2153) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.15.2...@sveltejs/kit@2.15.3) ##### Patch Changes - fix: fix race-condition when not using SSR when pressing back before initial load ([#&#8203;12925](https://github.com/sveltejs/kit/pull/12925)) - fix: remove ":$" from virtual module ids to allow dev server to work with proxies ([#&#8203;12157](https://github.com/sveltejs/kit/pull/12157)) - fix: upgrade esm-env to remove warning when NODE_ENV is not set ([#&#8203;13291](https://github.com/sveltejs/kit/pull/13291)) - fix: handle `Redirect` thrown from root layout load function when client-side navigating to a non-existent page ([#&#8203;12005](https://github.com/sveltejs/kit/pull/12005)) - fix: make param matchers generated type import end with `.js` ([#&#8203;13286](https://github.com/sveltejs/kit/pull/13286)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4wIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-01-18 12:40:47 +00:00
chore(deps): update dependency @sveltejs/kit to v2.16.0
All checks were successful
continuous-integration/drone/push Build is passing
bbf49a9c88
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from bbf49a9c88 to 62dbf0c7b8 2025-01-21 14:40:52 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.16.0 to chore(deps): update dependency @sveltejs/kit to v2.16.1 2025-01-21 14:41:05 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 62dbf0c7b8 to 460678cb4b 2025-01-21 14:59:06 +00:00 Compare
nemunaire merged commit 89b7710544 into master 2025-01-23 18:40:47 +00:00
nemunaire deleted branch renovate/sveltejs-kit-2.x-lockfile 2025-01-23 18:40:47 +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#514
No description provided.