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 v1.0.13 #238

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) 1.0.0-next.139 -> 1.0.13 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v1.0.13

Compare Source

Patch Changes
  • chore: separate generated from non-generated server code (#​8429)

v1.0.12

Compare Source

Patch Changes
  • fix: make prerendered endpoint callable from non-prerendered server load (#​8453)

  • docs: add links to http status codes (#​8480)

  • fix: prerender page when prerender set to 'auto' and ssr set to true (#​8481)

  • fix: prevent false positive warnings for fetch uses in firefox (#​8456)

  • fix: check version on node fetch fail (#​8487)

  • fix: avoid unnecessary $page store updates (#​8457)

v1.0.11

Compare Source

Patch Changes
  • feat: warn that hydration may break if comments are removed from HTML (#​8423)
  • fix: ignore <a> elements with no href attribute when refocusing after navigation (#​8418)
  • fix: invalidate dependencies implicitly added by fetch in server load functions (#​8420)

v1.0.10

Compare Source

Patch Changes
  • fix: skip inline cache when vary header is present (#​8406)

v1.0.9

Compare Source

Patch Changes
  • fix: add assetFileNames to worker rollup options (#​8384)

v1.0.8

Compare Source

Patch Changes
  • feat: error in dev mode if global fetch is used with relative URL (#​8370)
  • fix: disable illegal import detection when running unit tests (#​8365)
  • fix: only prerender a given dependency once (#​8376)
  • fix: updated.check() type changed to Promise<boolean> (#​8400)
  • fix: don't strip body in no-cors mode on the server (#​8412)
  • fix: quote 'script' in CSP directives (#​8372)
  • fix: correctly compare route ids for load change detection (#​8399)
  • fix: don't add nonce attribute to <link> elements (#​8369)

v1.0.7

Compare Source

Patch Changes
  • fix: ignore *.test.js and *.spec.js files in params directory (#​8250)

v1.0.6

Compare Source

Patch Changes
  • fix: guarantee that $page.route has the correct shape (#​8359)

v1.0.5

Compare Source

Patch Changes
  • fix: update typings of event.platform to be possibly undefined (#​8232)

v1.0.3

Compare Source

Patch Changes
  • feat: include submitter's value when progressively enhancing <form method="get"> (#​8273)

v1.0.2

Compare Source

Patch Changes
  • fix: correct filterSerializedResponseHeaders error message (#​8348)
  • fix: correct form action redirect status code (#​8210)

v1.0.1

Compare Source

Patch Changes
  • chore: separate generated from non-generated server code (#​8429)

v1.0.0

Compare Source

Major Changes

First major release, see below for the history of changes that lead up to this.
Starting from now all releases follow semver and changes will be listed as Major/Minor/Patch

v1.0.0-next.589

Compare Source

Patch Changes
  • breaking: remove warnings/errors about removed/changed APIs (#​8019)

v1.0.0-next.588

Compare Source

Patch Changes
  • fix: remove obsolete generated types correctly (#​8149)

v1.0.0-next.587

Compare Source

Patch Changes
  • breaking: prerender shells when ssr false and prerender not false (#​8131)

v1.0.0-next.586

Compare Source

Patch Changes
  • fix: don't de/encode initial and explicit string headers (#​8113)

v1.0.0-next.585

Compare Source

Patch Changes
  • fix: remove unused elements from default error component (#​8110)

v1.0.0-next.584

Compare Source

Patch Changes
  • fix: load errorTemplate from correct location (#​8096)
  • More robust manifest error recovery (#​8095)

v1.0.0-next.583

Compare Source

Patch Changes
  • restart vite dev-server on svelte config change (#​8087)
  • Set correct $page.status when using enhance and result is of type 'error' (#​8073)
  • fix: ensure export conditions are resolve through Vite (#​8092)
  • fix: don't crash Vite dev server on manifest error (#​8093)

v1.0.0-next.582

Compare Source

Patch Changes
  • fix: improve split between Vite plugins (#​8055)
  • fix: set Vite base URL (#​8046)
  • add declaration for vitePreprocess reexport (#​8053)

v1.0.0-next.581

Compare Source

Patch Changes

v1.0.0-next.580

Compare Source

Patch Changes
  • breaking: throw an error on invalid load response (#​8003)
  • fix: allow SvelteKit to be used without bundling (#​7950)

v1.0.0-next.579

Compare Source

Patch Changes
  • breaking: update svelte peerDependency to ^3.54.0 (#​7543)
  • update esbuild to ^0.16.3 (#​7543)
  • breaking: upgrade to Vite 4 (#​7543)

v1.0.0-next.578

Compare Source

Patch Changes
  • fix: respect fetch cache option (#​8024)
  • breaking: rename invalid() to fail() and ValidationError to ActionFailure (#​8012)
  • breaking: replace automatic fallback generation with builder.generateFallback(fallback) (#​8013)

v1.0.0-next.577

Compare Source

Patch Changes
  • breaking: add embedded option, turned off by default (#​7969)

v1.0.0-next.576

Compare Source

Patch Changes
  • breaking: make sveltekit() return a promise of array of Vite plugins (#​7994)

v1.0.0-next.575

Compare Source

Patch Changes
  • fix: throw error when using enhance on GET forms (#​7948)
  • breaking: strip __data.json from url (#​7979)

v1.0.0-next.574

Compare Source

Patch Changes
  • feat: split Vite plugin in two (#​7990)

v1.0.0-next.573

Compare Source

Patch Changes
  • fix: adjust ActionData type (#​7962)
  • breaking: disallow unknown exports (except when starting with an underscore) from +(layout|page)(.server)?.js and +server.js files (#​7878)
  • fix: continuous optionals should not throw conflict error (#​7939)
  • fix enhance error message when form action doesn't exist or csrf is enabled (#​7958)

v1.0.0-next.572

Compare Source

Minor Changes
  • Checks that element is not null before reading getAttribute (#​7930)
Patch Changes
  • chore: update magic-string (#​7931)
  • add $app and $env to optimizeDeps.exclude so that libraries using these work correctly when prebundled (#​7933)
  • reload dev page on change of app.html (#​7944)

v1.0.0-next.571

Compare Source

Patch Changes
  • fix: use searchParams for x-sveltekit-invalidated (#​7912)
  • fix: correct Vite config merging with force option (#​7911)
  • fix: rebuild manifest when client hooks or param matcher file is added/removed (#​7915)

v1.0.0-next.570

Compare Source

Patch Changes
  • Remove prepublishOnly script (#​7893)

v1.0.0-next.567

Compare Source

Patch Changes
  • Co-locate synthetic types with other Kit types (#​7864)

v1.0.0-next.566

Compare Source

Patch Changes

v1.0.0-next.565

Compare Source

Patch Changes
  • breaking: Replace data-sveltekit-prefetch with -preload-code and -preload-data (#​7776)
  • breaking: Rename prefetch to preloadData and prefetchRoutes to preloadCode (#​7776)

v1.0.0-next.564

Compare Source

Patch Changes
  • chore: upgrade undici (#​7830)
  • Make $page.url resilient against mutations (#​7827)

v1.0.0-next.563

Compare Source

Patch Changes
  • feat: allow handleError to return a promise (#​7780)
  • breaking: remove format option from generateManifest(...) (#​7820)

v1.0.0-next.562

Compare Source

Patch Changes
  • fix: handle redirects in handle hook while processing data request (#​7797)
  • Make touchstart listener passive (#​7818)
  • breaking: remove getStaticDirectory() from builder API (#​7809)
  • Make console.warn wrapper named rather than anonymous (#​7811)

v1.0.0-next.561

Compare Source

Patch Changes
  • Upgrade vite-plugin-svelte to ^1.3.1 (#​7760)

v1.0.0-next.560

Compare Source

Patch Changes
  • breaking: Rename prerendering to building, remove config.kit.prerender.enabled (#​7762)

v1.0.0-next.559

Compare Source

Patch Changes
  • Roll over non-matching optional parameters instead of 404ing (#​7753)
  • fix: enable Vite's modulePreload.polyfill (#​7770)

v1.0.0-next.557

Compare Source

Patch Changes
  • external fetch calls: ensure serialized cookie values are url-encoded [#​7736] (#​7736)

v1.0.0-next.556

Compare Source

Patch Changes
  • fix: preserve Vite CLI opts (#​7749)

v1.0.0-next.555

Compare Source

Patch Changes
  • Made config.kit.outDir able to be located in node_modules (#​7707)

v1.0.0-next.554

Compare Source

Patch Changes
  • create stronger types for dynamically generated env modules (#​7735)
  • breaking: Make trailingSlash a page option, rather than configuration (#​7719)
  • Handle hash links with non-ASCII characters when prerendering (#​7729)
  • Ignore popstate events from outside the router (#​7721)

v1.0.0-next.553

Compare Source

Patch Changes
  • Prevent Vite from nuking logs on startup (#​7724)

v1.0.0-next.552

Compare Source

Patch Changes
  • Don't hardcode version in client bundle (#​7694)
  • Allow .d.ts files to have a + prefix (#​7682)
  • Expose version from $app/environment (#​7689)
  • fix: export HttpError/Redirect interface (#​7701)
  • fix: don't preload fonts by default (#​7704)
  • Always set Accept and Accept-Language headers when making a self-request (#​7722)
  • fix: adjust interfaces to fix type errors (#​7718)

v1.0.0-next.551

Compare Source

Patch Changes
  • Add Access-Control-Allow-Origin: * to static assets in dev (#​7688)
  • Ignore presence of keepfocus and noscroll in goto options if correctly-cased options are also present (#​7678)

v1.0.0-next.550

Compare Source

Patch Changes
  • feat: preload fonts and add preload customization (#​4963)

v1.0.0-next.549

Compare Source

Patch Changes
  • Always apply Node polyfills (#​7675)

v1.0.0-next.548

Compare Source

Patch Changes
  • Only apply polyfills where necessary (#​7668)

v1.0.0-next.547

Compare Source

Patch Changes
  • fix: safely join url segments in manifest (#​7653)
  • breaking: use devalue to (de)serialize action data (#​7494)
  • Warn if %sveltekit.body% is direct child of <body> (#​7652)

v1.0.0-next.546

Compare Source

Patch Changes
  • fix outdated config error (#​7649)
  • breaking: use hex/unicode escape sequences for encoding special characters in route directory names (#​7644)
  • fix beforeNavigate description — routeId -> route.id (#​7643)

v1.0.0-next.545

Compare Source

Patch Changes
  • fix: prerendering path and layout fixes (#​7639)
  • fix: add Promise return type to the enhance action (#​7629)

v1.0.0-next.544

Compare Source

Patch Changes
  • breaking: narrow down possible status codes for redirects to 300-308 (#​7615)
  • feat: add fallback component for layouts without one (#​7619)

v1.0.0-next.543

Compare Source

Patch Changes
  • Don't print search params error when prerendering fallback page (#​7598)
  • allow async function for enhance action parameter (#​7608)
  • Run service worker during development (#​7597)
  • feat: support throwing redirect in handle (#​7612)
  • Workaround for the DOM clobbering for use:enhance (#​7599)
  • fix: don't cache prefetch errors (#​7610)

v1.0.0-next.542

Compare Source

Patch Changes
  • Add support for linking to tags (#​7596)
  • breaking: don't run beforeNavigate during redirects (#​7588)
  • fix: respect autofocus following navigation or enhanced form submit (#​6643)

v1.0.0-next.541

Compare Source

Minor Changes
  • fix: don't clean build and output directories when using --watch (#​7516)
Patch Changes
  • fix: handle expected errors thrown in handle hook correctly (#​7566)

v1.0.0-next.540

Compare Source

Patch Changes
  • Serve prerendered non-page files when running preview (#​7576)
  • fix: caching takes now into account the body payload (#​7546)
  • fix: handle locked readable stream when reading body (#​7565)
  • fix: prefetch should ignore links ignored by the router (#​7580)
  • fix: migration error when using $page.routeId (#​7574)
  • prevent loading of illegal modules in the browser, rather than during SSR (#​7507)
  • fix: prevent double decoding of path segment (#​7550)

v1.0.0-next.539

Compare Source

Patch Changes
  • Omit prerendered routes from server manifest (#​7541)

v1.0.0-next.538

Compare Source

Patch Changes
  • feat: enable caching for __data.json requests (#​7532)
  • fix: prevent double decoding of params (#​7521)
  • fix: take into account Request input when serializing fetch data (#​7531)
  • fix: better cookie warning checks (#​7528)

v1.0.0-next.537

Compare Source

Patch Changes
  • feat: better navigation interfaces (#​7529)

v1.0.0-next.536

Compare Source

Patch Changes
  • custom aliases resolved in service worker builds (#​7500)

v1.0.0-next.535

Compare Source

Patch Changes
  • breaking: call beforeNavigate once with type unload on external navigation, rename type 'load' to 'enter' and type 'unload' to 'leave', add 'willUnload' property (#​6813)

v1.0.0-next.534

Compare Source

Patch Changes
  • breaking: more consistent casing for goto options (#​7502)
  • breaking: replace routeId with route.id (#​7450)
  • Fix nullish data node reference (#​7503)

v1.0.0-next.533

Compare Source

Patch Changes
  • fix: bump required Vite version and address warning (#​7491)

v1.0.0-next.532

Compare Source

Patch Changes

v1.0.0-next.531

Compare Source

Patch Changes
  • breaking: change config.kit.prerender.onError to handleHttpError, and check for invalid fragment links (#​7375)
  • fix escaping bug in crawler (#​7375)

v1.0.0-next.530

Compare Source

Patch Changes
  • fix: fetch erroring on Cloudflare (#​7453)
  • Only simulate CORS errors for shared load functions (#​7454)

v1.0.0-next.529

Compare Source

Patch Changes
  • fix: better type generation for load functions with different return values (#​7425)
  • fix: correctly strip data suffix at root page (#​7445)
  • update dependencies (#​7355)

v1.0.0-next.528

Compare Source

Patch Changes
  • Restore req.url to req.originalUrl in dev and preview (#​7343)

v1.0.0-next.527

Compare Source

Patch Changes
  • fix: harmonize cookie path and add dev time warnings (#​7416)
  • feat: add invalidateAll option to goto (#​7407)

v1.0.0-next.526

Compare Source

Patch Changes
  • declare function type with named syntax (#​7396)
  • fix: optional params can be undefined (#​7379)
  • fix: support undici 5.12.0 and pin it (#​7412)
  • chore: upgrade to vite-plugin-svelte 1.1.0 and enable prebundleSvelteLibraries (#​7388)
  • Show more descriptive error if data returned from load is a non-POJO (#​7386)

v1.0.0-next.525

Compare Source

Patch Changes
  • Always avoid caching form submission on enhanced forms (#​7350)

v1.0.0-next.524

Compare Source

Patch Changes
  • fix: get type gen working again (#​7370)
  • fix: don't run matchers for empty optional params (#​7346)

v1.0.0-next.523

Compare Source

Patch Changes
  • fix: split route ids into correct segments (#​7367)

v1.0.0-next.522

Compare Source

Patch Changes
  • docs: rewrite load docs (#​7174)
  • breaking: Prefix all route IDs with / (#​7338)

v1.0.0-next.521

Compare Source

Patch Changes
  • feat: add reset option to update method of enhance (#​7326)
  • breaking: remove global fetch override when prerendering (#​7318)
  • Improve error message when prefetching fails (#​7314)

v1.0.0-next.520

Compare Source

Patch Changes
  • fix: ensure serialized headers check is always applied (#​7221)

v1.0.0-next.519

Compare Source

Patch Changes
  • breaking: throw error when routes conflict (#​7051)
  • feat: implement optional route params (#​7051)

v1.0.0-next.518

Compare Source

Patch Changes
  • Enable removal of non-browser code from client builds (#​7296)
  • feat: more info about prerendering errors, add strict option to adapter-static (#​7264)

v1.0.0-next.517

Compare Source

Patch Changes
  • fix: more informative serialization error messages (#​7303)
  • fix: add $types to includes for better DX (#​7301)

v1.0.0-next.516

Compare Source

Patch Changes
  • fix: better navigation protocol check (#​7067)
  • fix: forward cookie headers on etag response (#​7256)
  • Properly resolve absolute paths to relative on server build (#​7252)

v1.0.0-next.515

Compare Source

Patch Changes
  • Account for relative path to routes in config.kit.files.routes (#​7223)
  • Use config.kit.paths.base prefix for static assets (#​4448)

v1.0.0-next.514

Compare Source

Patch Changes
  • add helpful error message for throw invalid() in form actions (#​7225)

v1.0.0-next.513

Compare Source

Patch Changes
  • Transfer server data as devalue-encoded JSON (#​7177)
  • fix: remove groups from segments for adapters (#​7222)

v1.0.0-next.512

Compare Source

Patch Changes
  • Fix parsing content-type header for actions (#​7195)
  • fix: reset form in use:enhance after successful submit (#​7207)
  • fix: auto-update commented PageError (#​7189)

v1.0.0-next.511

Compare Source

Patch Changes
  • perf: render head links before other content (#​7160)

v1.0.0-next.510

Compare Source

Patch Changes

v1.0.0-next.509

Compare Source

Patch Changes
  • Apply define config to service worker (#​7140)
  • chore: Skip removing HTTP/2 pseudo-headers, which is no longer necessary with undici (#​7142)
  • bump devalue to version 4 (#​7147)

v1.0.0-next.508

Compare Source

Patch Changes
  • chore: Upgrade undici so that we can use its multipart form data parsing instead of node-fetch's (#​7131)

v1.0.0-next.507

Compare Source

Patch Changes
  • Allow TypedArray request bodies in fetch in load (#​7065)
  • Use FormData polyfill from undici rather than node-fetch (#​7065)

v1.0.0-next.506

Compare Source

Patch Changes
  • Default to insecure cookies when serving on http://localhost (#​7090)
  • docs: explain ramifications of base path (#​7095)
  • fix: decode routeIds in headers for prerendering (#​7097)
  • feat: provide update to use:enhance callback (#​7083)

v1.0.0-next.505

Compare Source

Patch Changes
  • fix: handle form action returning nothing; handle page.(server).js without load functions (#​7050)
  • fix: add RequestEvent to $types when +layout.server.js present (#​7063)

v1.0.0-next.504

Compare Source

Patch Changes
  • Add the submitter value with name to formData for use:enhance (#​7012)

v1.0.0-next.503

Compare Source

Patch Changes
  • Added form property to $page store (#​6986)
  • Throw an error if prerenderable routes are not prerendered (#​6974)

v1.0.0-next.502

Compare Source

Patch Changes
  • fix: prevent data types from becoming type never, notice moved/deleted files (#​7002)
  • Allow ActionData to be undefined (#​6994)
  • Respect config.kit.env.dir when running vite preview (#​7001)
  • Only run postinstall script if package.json exists (#​6998)
  • Use custom x-sveltekit-action header to route enhanced form submissions to +page.server.js over +server.js (#​6997)

v1.0.0-next.501

Compare Source

Patch Changes
  • fix: unwrap promises for load function data on the client (#​6972)

v1.0.0-next.500

Compare Source

Patch Changes
  • Allow prerendered pages to link to non-prerenderable endpoints (#​6977)
  • fix: handle SPA root data loading error (#​6918)

v1.0.0-next.499

Compare Source

Patch Changes
  • breaking: rename App.PageError to App.Error (#​6963)

v1.0.0-next.498

Compare Source

Patch Changes
  • chdir before attempting postinstall (#​6969)

v1.0.0-next.497

Compare Source

Patch Changes
  • Add origin header for non-GET and external requests made with server-side fetch (#​6901)

v1.0.0-next.496

Compare Source

Patch Changes
  • fix: update page status when applying action (#​6942)
  • fix: apply redirect/error logic for use:enhance (#​6828)

v1.0.0-next.495

Compare Source

Patch Changes
  • Run svelte-kit sync in all workspace directories during postinstall (#​6949)

v1.0.0-next.494

Compare Source

Patch Changes
  • Fix fetch type (#​6955)
  • Add csp wasm-unsafe-eval keyword (#​6958)
  • Register service worker with relative URL (#​6954)

v1.0.0-next.493

Compare Source

Patch Changes
  • fix: allow missing routes folder (#​6944)
  • Only forward set-cookie headers for internal fetches (#​6923)

v1.0.0-next.492

Compare Source

Patch Changes
  • fix: add missing depends function to ServerLoadEvent type (#​6935)
  • Redact error message if getRequest fails (#​6936)
  • Add cookies.serialize method (#​6925)
  • Always apply cookies, not just for matched routes (#​6925)
  • fix: tighten up navigation and invalidation logic (#​6924)
  • Respond with 413 if request body is too large (#​6936)

v1.0.0-next.491

Compare Source

Patch Changes

v1.0.0-next.490

Compare Source

Patch Changes
  • fix write_types on windows using posixify() (#​6913)

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 is behind base branch, 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 requested a review from C0ZEN as a code owner September 26, 2024 22:24
@renovate renovate bot assigned C0ZEN Sep 26, 2024
Copy link
Author

renovate bot commented Sep 26, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @sonia-corporation/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/svelte
npm ERR!   dev svelte@"3.41.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer svelte@"^3.54.0" from @sveltejs/[email protected]
npm ERR! node_modules/@sveltejs/kit
npm ERR!   dev @sveltejs/kit@"1.0.13" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-09-26T22_23_41_758Z-debug.log

Copy link

codeclimate bot commented Sep 26, 2024

Code Climate has analyzed commit b8d2a9b and detected 0 issues on this pull request.

View more on Code Climate.

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.

1 participant