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

Update dependency @sveltejs/kit to v1.30.4 #6

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2023

This PR contains the following updates:

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

Release Notes

sveltejs/kit (@​sveltejs/kit)

v1.30.4

Compare Source

Patch Changes
  • chore(deps): upgrade and unpin undici (#​11860)

v1.30.3

Compare Source

Patch Changes
  • fix: correct documentation for beforeNavigate (#​11300)

v1.30.2

Compare Source

Patch Changes
  • fix: revert recent 'correctly return 415' and 'correctly return 404' changes (#​11295)

v1.30.1

Compare Source

Patch Changes
  • fix: prerendered root page with paths.base config uses correct trailing slash option (#​10763)

  • fix: correctly return 404 when a form action is not found (#​11278)

v1.30.0

Compare Source

Minor Changes
  • feat: inline response.arrayBuffer() during ssr (#​10535)
Patch Changes
  • fix: allow "false" value for preload link options (#​10555)

  • fix: call worker unref instead of terminate (#​10120)

  • fix: correctly analyse exported server API methods during build (#​11019)

  • fix: avoid error when back navigating before page is initialized (#​10636)

  • fix: allow service-worker.js to import assets (#​9285)

  • fix: distinguish better between not-found and internal-error (#​11131)

v1.29.1

Compare Source

Patch Changes
  • fix: correctly return 415 when unexpected content types are submitted to actions (#​11255)

  • chore: deprecate preloadCode calls with multiple arguments (#​11266)

v1.29.0

Compare Source

Minor Changes
  • feat: add resolveRoute to $app/paths, deprecate resolvePath (#​11261)

v1.28.0

Compare Source

Minor Changes
  • chore: deprecate top level promise await behaviour (#​11175)
Patch Changes
  • fix: resolve relative cookie paths before storing (#​11253)

  • chore: deprecate cookies.set/delete without path option (#​11237)

  • fix: make sure promises from fetch handle errors (#​11228)

v1.27.7

Compare Source

Patch Changes
  • fix: set runes option in generated root (#​11111)

  • fix: retain URL query string for trailing slash redirects to prerendered pages (#​11142)

v1.27.6

Compare Source

Patch Changes
  • fix: use runes in generated root when detecting Svelte 5 (#​11028)

  • fix: correctly prerender pages that use browser globals and have SSR turned off (#​11032)

  • fix: correctly show 404 for prerendered dynamic routes when navigating client-side without a root layout server load (#​11025)

v1.27.5

Compare Source

Patch Changes
  • fix: add vite.config.js to included files in generated tsconfig (#​10788)

  • fix: cache location.origin on startup (#​11004)

v1.27.4

Compare Source

Patch Changes
  • fix: generate __data.json for prerendered pages when SSR is turned off (#​10988)

  • chore: add experimental compatibility for Svelte 5 (#​11002)

v1.27.3

Compare Source

Patch Changes
  • fix: use correct environment file for rendering spa fallback page (#​10963)

v1.27.2

Compare Source

Patch Changes
  • fix: missing File Node polyfill for Node version 18.11.0+ (#​10948)

v1.27.1

Compare Source

Patch Changes
  • fix: only apply some polyfills below node 18.11 (#​10920)

v1.27.0

Compare Source

Minor Changes
  • feat: add invalidateAll boolean option to enhance callback (#​9889)

v1.26.0

Compare Source

Minor Changes
  • feat: infer route parameter type from matcher's guard check if applicable (#​10755)
Patch Changes
  • fix: basic mime type handling for prerendered pages in preview (#​10851)

  • chore: use just a single library (mrmime) for mime type handling (#​10851)

  • chore: bump undici to address security issue (#​10885)

  • fix: follow whatwg fetch spec for handling redirect loops (#​10857)

  • fix: use window.fetch in load functions to allow libraries to patch it (#​10009)

  • chore(deps): update dependency undici to ~5.26.0 (#​10860)

v1.25.2

Compare Source

Patch Changes
  • fix: correctly update $page.url.hash when navigating history (#​10843)

  • fix: strip virtual module prefix from error messages (#​10776)

  • fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#​10727)

  • fix: only remove Vite manifest when copying files (#​10782)

v1.25.1

Compare Source

Patch Changes
  • fix: correct line numbers in stack trace (#​10769)

  • fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint (#​10565)

  • fix: allow optional param in middle of route (#​10736)

  • chore: update undici (#​10641)

v1.25.0

Compare Source

Minor Changes
  • feat: add server endpoint catch-all method handler fallback (#​9755)
Patch Changes
  • fix: allow calling fetch for any scheme (#​10699)

v1.24.1

Compare Source

Patch Changes
  • fix: mark aborted/cancelled navigation as handled (#​10666)

v1.24.0

Compare Source

Minor Changes
  • feat: onNavigate lifecycle function (#​9605)
Patch Changes
  • fix: Use Proxy to track usage of client side load event.route (#​10576)

v1.23.1

Compare Source

Patch Changes
  • fix: process globs in pkg.workspaces (#​10625)

v1.23.0

Compare Source

Minor Changes
  • feat: add warning for mistyped route filenames (#​10558)

  • feat: accept URL in redirect (#​10570)

Patch Changes
  • fix: adjust the type of Navigation["type"] (#​10599)

  • fix: allow logging $page.url during prerendering (#​10567)

v1.22.6

Compare Source

Patch Changes
  • fix: correctly restore trailing slash in url pathname for data requests (#​10475)

  • fix: load trailing slash option from server even when there's no load function (#​10475)

v1.22.5

Compare Source

Patch Changes
  • fix: make server assets available during vite preview (#​10511)

  • chore: upgrade undici to 5.23.0 (#​10240)

v1.22.4

Compare Source

Patch Changes
  • fix: prevent duplicate module preload (#​10442)

  • docs: Elaborate on credentialed fetch behaviour (#​10421)

v1.22.3

Compare Source

Patch Changes
  • fix: gracefully handle server endpoints that return Responses with immutable Headers (#​10367)

v1.22.2

Compare Source

Patch Changes
  • fix: wait a tick before announcing new page title (#​10363)

  • feat: more helpful error for preview if build output doesn't exist (#​10337)

v1.22.1

Compare Source

Patch Changes
  • perf: only have Vite generate relative paths when required (#​10287)

v1.22.0

Compare Source

Minor Changes
  • feat: add HEAD server method (#​9753)

  • feat: support caching of responses with Vary header (except for Vary: *) (#​9993)

Patch Changes
  • fix: avoid running load function on invalid requests (#​9752)

  • fix: update page store when URL hash is changed from the address bar (#​10202)

  • fix: include Vary: Accept header to fix browser caching of adjacent pages and endpoints (#​9993)

v1.21.0

Compare Source

Minor Changes
  • feat: add event.isSubRequest boolean indicating whether this is a call to one of the app's own APIs during SSR (or prerendering) (#​10170)

  • feat: add privatePrefix to config.kit.env (#​9996)

  • feat: export VERSION from @sveltejs/kit (#​9969)

Patch Changes
  • docs: update inline NavigationType documentation (#​10269)

  • perf: cache dynamic imports of nodes (#​10080)

v1.20.5

Compare Source

Patch Changes
  • fix: batch synchronous invalidate invocations (#​10145)

  • fix: allow rest params to be empty in resolvePath (#​10146)

  • fix: correctly close dialogs when form is enhanced (#​10093)

  • fix: precompress filter (#​10185)

v1.20.4

Compare Source

Patch Changes
  • fix: remove reference to tiny-glob from postinstall script (#​10174)

v1.20.3

Compare Source

Patch Changes
  • chore: remove tiny-glob as a dependency (#​10166)

  • fix: don't import types from svelte/internal (#​10172)

  • fix: don't skip rest parameter's matcher when there is a non-matching optional parameter (#​10020)

  • fix: ensure fetch respects headers from provided Request (#​10136)

v1.20.2

Compare Source

Patch Changes
  • fix: ensure optional routes with matchers and catch-all match correctly (#​9987)

  • fix: disallow actions export from a +layout.server file (#​10046)

  • fix: remove scrollbars from default error page (#​10059)

v1.20.1

Compare Source

Patch Changes
  • fix: don't copy public folder in service worker build (#​10082)

v1.20.0

Compare Source

Minor Changes

v1.19.0

Compare Source

Minor Changes
  • feat: allow link options to be set to "true" and "false" (#​10039)

  • feat: add resolvePath export for building relative paths from route IDs and parameters (#​9949)

Patch Changes
  • fix: prevent history change when clicking same hash link (#​10032)

  • fix: gracefully handle server endpoints that return Responses with immutable Headers when prerendering (#​10030)

  • fix: do not add content-security-policy meta element if content is empty (#​10026)

  • docs: correct ResolveOptions['preload'] inline documentation (#​10037)

  • fix: avoid creating update check timer on the server (#​10015)


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 Update dependency @sveltejs/kit to v1.22.2 Update dependency @sveltejs/kit to v1.22.3 Jul 12, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from f319e4a to 817a277 Compare July 12, 2023 17:53
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 817a277 to 8132603 Compare August 1, 2023 01:14
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.22.3 Update dependency @sveltejs/kit to v1.22.4 Aug 1, 2023
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.22.4 Update dependency @sveltejs/kit to v1.22.5 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 8132603 to 50c864f Compare August 11, 2023 05:04
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.22.5 Update dependency @sveltejs/kit to v1.22.6 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 50c864f to 3f86c3a Compare August 15, 2023 05:30
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.22.6 Update dependency @sveltejs/kit to v1.23.0 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 3f86c3a to 6929397 Compare August 25, 2023 05:48
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.23.0 Update dependency @sveltejs/kit to v1.24.0 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 6929397 to e33024e Compare August 30, 2023 02:46
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.24.0 Update dependency @sveltejs/kit to v1.24.1 Sep 5, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from e33024e to 5960ff2 Compare September 5, 2023 17:53
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.24.1 Update dependency @sveltejs/kit to v1.25.0 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 5960ff2 to 6420575 Compare September 13, 2023 05:34
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.25.0 Update dependency @sveltejs/kit to v1.25.1 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 6420575 to 707cb2e Compare September 25, 2023 02:12
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.25.1 Update dependency @sveltejs/kit to v1.25.2 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 707cb2e to 6af873b Compare October 10, 2023 02:41
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 6af873b to ff02e6a Compare October 18, 2023 18:01
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.25.2 Update dependency @sveltejs/kit to v1.26.0 Oct 18, 2023
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.26.0 Update dependency @sveltejs/kit to v1.27.0 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch 2 times, most recently from 0042289 to 209575a Compare October 26, 2023 02:54
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.27.0 Update dependency @sveltejs/kit to v1.27.1 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 209575a to 09a397c Compare October 31, 2023 08:52
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.27.1 Update dependency @sveltejs/kit to v1.27.2 Oct 31, 2023
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.27.2 Update dependency @sveltejs/kit to v1.27.3 Nov 4, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 09a397c to 745b3ba Compare November 4, 2023 02:28
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.27.3 Update dependency @sveltejs/kit to v1.27.4 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from 745b3ba to 172e944 Compare November 10, 2023 05:13
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.27.4 Update dependency @sveltejs/kit to v1.27.5 Nov 12, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch 2 times, most recently from a9942ba to df3efef Compare November 15, 2023 08:16
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.27.5 Update dependency @sveltejs/kit to v1.27.6 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from df3efef to d1dccdb Compare December 5, 2023 23:25
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.27.6 Update dependency @sveltejs/kit to v1.27.7 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from d1dccdb to ad3502c Compare December 11, 2023 08:21
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.27.7 Update dependency @sveltejs/kit to v1.28.0 Dec 11, 2023
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.28.0 Update dependency @sveltejs/kit to v1.29.0 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch 2 times, most recently from 55ec17e to f51454f Compare December 15, 2023 08:48
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.29.0 Update dependency @sveltejs/kit to v1.30.3 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/sveltejs-kit-1.x-lockfile branch from f51454f to 26bdb1c Compare February 17, 2024 05:59
@renovate renovate bot changed the title Update dependency @sveltejs/kit to v1.30.3 Update dependency @sveltejs/kit to v1.30.4 Feb 17, 2024
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