Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @sveltejs/kit to v2.13.0 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2024

This PR contains the following updates:

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

Release Notes

sveltejs/kit (@​sveltejs/kit)

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)

v2.9.0

Compare Source

Minor Changes
Patch Changes
  • fix: transform link[rel='shortcut icon'] and link[rel='apple-touch-icon'] to be absolute to avoid console error when navigating (#​13077)

v2.8.5

Compare Source

Patch Changes
  • fix: don't hydrate when falling back to error page (#​13056)

v2.8.4

Compare Source

Patch Changes
  • fix: update inline css url generation for FOUC prevention in dev (#​13007)

v2.8.3

Compare Source

Patch Changes
  • fix: ensure error messages are escaped (#​13050)

  • fix: escape values included in dev 404 page (#​13039)

v2.8.2

Compare Source

Patch Changes
  • fix: prevent duplicate fetch request when using Request with load function's fetch (#​13023)

  • fix: do not override default cookie decoder to allow users to override the cookie library version (#​13037)

v2.8.1

Compare Source

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)

  • fix: support HTTP/2 in dev and production. Revert the changes from #​12907 to downgrade HTTP/2 to TLS as now being unnecessary (#​12989)

v2.8.0

Compare Source

Minor Changes
  • feat: add helper to identify ActionFailure objects (#​12878)

v2.7.7

Compare Source

Patch Changes

v2.7.6

Compare Source

Patch Changes
  • fix: update broken links in JSDoc (#​12960)

v2.7.5

Compare Source

Patch Changes
  • fix: warn on invalid cookie name characters (#​12806)

  • fix: when using @vitejs/plugin-basic-ssl, set a no-op proxy config to downgrade from HTTP/2 to TLS since undici does not yet enable HTTP/2 by default (#​12907)

v2.7.4

Compare Source

Patch Changes
  • fix: ensure element is focused after subsequent clicks of the same hash link (#​12866)

  • fix: avoid preload if event default was prevented for touchstart and mousedown events (#​12887)

  • fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page (#​12866)

v2.7.3

Compare Source

Patch Changes
  • fix: include importer in illegal import error message (#​12820)

  • fix: don't try reading assets directly that aren't present (#​12876)

  • fix: decode non-latin characters when previewing prerendered pages (#​12874)

  • fix: better error message when a Result is returned from a form action (#​12829)

  • docs: update URLs for new svelte.dev site (#​12857)

v2.7.2

Compare Source

Patch Changes
  • fix: use absolute links in JSDoc comments (#​12718)

v2.7.1

Compare Source

Patch Changes
  • chore: upgrade to sirv 3.0 (#​12796)

  • fix: warn when form action responses are lost because SSR is off (#​12063)

v2.7.0

Compare Source

Minor Changes
  • feat: update service worker when new version is detected (#​12448)
Patch Changes
  • fix: correctly handle relative paths when fetching assets on the server (#​12113)

  • fix: decode non ASCII anchor hashes when scrolling into view (#​12699)

  • fix: page response missing CSP and Link headers when return promise in load (#​12418)

v2.6.4

Compare Source

Patch Changes
  • fix: only preload links that have a different URL than the current page (#​12773)

  • fix: revert change to replace version in generateBundle (#​12779)

  • fix: catch stack trace fixing errors thrown in web containers (#​12775)

  • fix: use absolute links in JSDoc comments (#​12772)

v2.6.3

Compare Source

Patch Changes
  • fix: ensure a changing version doesn't affect the hashes for chunks without any actual code changes (#​12700)

  • fix: prevent crash when logging URL search params in a server load function (#​12763)

  • chore: revert update dependency cookie to ^0.7.0 (#​12767)

v2.6.2

Compare Source

Patch Changes
  • chore(deps): update dependency cookie to ^0.7.0 (#​12746)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.5.26 chore(deps): update dependency @sveltejs/kit to v2.5.27 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from 7e24867 to a366aee Compare September 17, 2024 17:19
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.5.27 chore(deps): update dependency @sveltejs/kit to v2.5.28 Sep 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.5.28 chore(deps): update dependency @sveltejs/kit to v2.6.0 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from a366aee to 397654f Compare September 27, 2024 01:21
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.6.0 chore(deps): update dependency @sveltejs/kit to v2.6.1 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from c2160cb to f978242 Compare October 1, 2024 13:24
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.6.1 chore(deps): update dependency @sveltejs/kit to v2.6.1 - autoclosed Oct 1, 2024
@renovate renovate bot closed this Oct 1, 2024
@renovate renovate bot deleted the renovate/sveltejs-kit-2.x branch October 1, 2024 16:28
@renovate renovate bot restored the renovate/sveltejs-kit-2.x branch October 6, 2024 06:16
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.6.1 - autoclosed chore(deps): update dependency @sveltejs/kit to v2.6.1 Oct 6, 2024
@renovate renovate bot reopened this Oct 6, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from f978242 to 943040c Compare October 6, 2024 06:16
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.6.1 chore(deps): update dependency @sveltejs/kit to v2.6.2 Oct 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.6.2 chore(deps): update dependency @sveltejs/kit to v2.6.3 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from 244baa4 to 27ea27b Compare October 9, 2024 11:10
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.6.3 chore(deps): update dependency @sveltejs/kit to v2.6.4 Oct 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.6.4 chore(deps): update dependency @sveltejs/kit to v2.7.0 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 27ea27b to 988aca7 Compare October 11, 2024 15:08
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.7.0 chore(deps): update dependency @sveltejs/kit to v2.7.1 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 988aca7 to 6dda853 Compare October 14, 2024 22:42
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.7.1 chore(deps): update dependency @sveltejs/kit to v2.7.2 Oct 20, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 6dda853 to 603ac7b Compare October 20, 2024 00:22
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.7.2 chore(deps): update dependency @sveltejs/kit to v2.7.3 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 603ac7b to 7262ea9 Compare October 25, 2024 14:31
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.7.3 chore(deps): update dependency @sveltejs/kit to v2.7.4 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from bb6f7bd to 9acc867 Compare November 7, 2024 04:38
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.8.0 chore(deps): update dependency @sveltejs/kit to v2.8.1 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 9acc867 to 675c9a6 Compare November 13, 2024 19:17
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 675c9a6 to 8bb8108 Compare November 22, 2024 22:32
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.8.1 chore(deps): update dependency @sveltejs/kit to v2.8.2 Nov 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.8.2 chore(deps): update dependency @sveltejs/kit to v2.8.3 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 8bb8108 to f84e96c Compare November 25, 2024 07:54
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.8.3 chore(deps): update dependency @sveltejs/kit to v2.8.4 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from f84e96c to 66e374a Compare November 25, 2024 23:20
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.8.4 chore(deps): update dependency @sveltejs/kit to v2.8.5 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from 5bfeb26 to 0d9738d Compare November 29, 2024 22:34
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.8.5 chore(deps): update dependency @sveltejs/kit to v2.9.0 Nov 29, 2024
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.9.0 chore(deps): update dependency @sveltejs/kit to v2.9.1 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from 6903296 to 5c091dc Compare December 10, 2024 15:48
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.9.1 chore(deps): update dependency @sveltejs/kit to v2.10.1 Dec 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.10.1 chore(deps): update dependency @sveltejs/kit to v2.11.0 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch 2 times, most recently from 6292a9e to 2d142d9 Compare December 13, 2024 01:24
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.11.0 chore(deps): update dependency @sveltejs/kit to v2.11.1 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 2d142d9 to 0c63450 Compare December 16, 2024 16:30
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.11.1 chore(deps): update dependency @sveltejs/kit to v2.12.0 Dec 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.12.0 chore(deps): update dependency @sveltejs/kit to v2.12.1 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 0c63450 to 61c727e Compare December 16, 2024 19:52
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.12.1 chore(deps): update dependency @sveltejs/kit to v2.12.2 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 61c727e to 5794954 Compare December 19, 2024 07:29
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.12.2 chore(deps): update dependency @sveltejs/kit to v2.13.0 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 5794954 to 9425fe5 Compare December 19, 2024 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants