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.16.1 #228

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

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

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)

v2.15.2

Compare Source

Patch Changes
  • fix: correctly notify page store subscribers (#​13205)

  • fix: prerender data when there is no server load but the trailingSlash option is set from the server (#​13262)

  • fix: correctly remove navigation callbacks when returning function in onNavigate (#​13241)

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)

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)

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.

Copy link

vercel bot commented Dec 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
code-block-embed ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2025 9:03am

Copy link

codesandbox bot commented Dec 9, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@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 from 3dff044 to 76aae9b Compare December 9, 2024 21:34
@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 force-pushed the renovate/sveltejs-kit-2.x branch from 76aae9b to e71af5a Compare December 10, 2024 16:20
@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 from e71af5a to dbac023 Compare December 12, 2024 17:42
@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 12, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from dbac023 to 1d9a6d4 Compare December 12, 2024 22:58
@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 force-pushed the renovate/sveltejs-kit-2.x branch from 1d9a6d4 to f3eb439 Compare December 16, 2024 15:18
@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 f3eb439 to 7287b0a Compare December 16, 2024 21:10
@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 7287b0a to 9f6a709 Compare December 19, 2024 06:31
@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 9f6a709 to df00b77 Compare December 19, 2024 15:20
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.13.0 chore(deps): update dependency @sveltejs/kit to v2.14.0 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from df00b77 to ce2c3dd Compare December 21, 2024 19:33
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.14.0 chore(deps): update dependency @sveltejs/kit to v2.14.1 Dec 22, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from ce2c3dd to 466df99 Compare December 22, 2024 14:22
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.14.1 chore(deps): update dependency @sveltejs/kit to v2.15.0 Dec 22, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 466df99 to c230dd1 Compare December 22, 2024 18:31
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.15.0 chore(deps): update dependency @sveltejs/kit to v2.15.1 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from c230dd1 to da33725 Compare December 27, 2024 05:15
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from da33725 to 38a314c Compare January 7, 2025 23:09
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.15.1 chore(deps): update dependency @sveltejs/kit to v2.15.2 Jan 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.15.2 chore(deps): update dependency @sveltejs/kit to v2.15.3 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 38a314c to 20b797f Compare January 15, 2025 14:42
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from 20b797f to fea2d9f Compare January 17, 2025 13:42
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.15.3 chore(deps): update dependency @sveltejs/kit to v2.16.0 Jan 17, 2025
@renovate renovate bot changed the title chore(deps): update dependency @sveltejs/kit to v2.16.0 chore(deps): update dependency @sveltejs/kit to v2.16.1 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/sveltejs-kit-2.x branch from fea2d9f to f1a5368 Compare January 21, 2025 10:14
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