ssssota / svelte-exmarkdown

Svelte component to render markdown.
https://ssssota.github.io/svelte-exmarkdown
MIT License
177 stars 6 forks source link

chore(deps): update dependency @sveltejs/kit to v2 - autoclosed #131

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) ^1.23.0 -> ^2.0.0 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit) ### [`v2.0.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#200) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.30.3...@sveltejs/kit@2.0.0) ##### Major Changes - breaking: remove top-level promise awaiting ([#​11176](https://togithub.com/sveltejs/kit/pull/11176)) - breaking: prevent use of dynamic env vars during prerendering, serve env vars dynamically ([#​11277](https://togithub.com/sveltejs/kit/pull/11277)) - breaking: remove deprecated `use:enhance` callback values ([#​11282](https://togithub.com/sveltejs/kit/pull/11282)) - breaking: turn `error` and `redirect` into commands ([#​11165](https://togithub.com/sveltejs/kit/pull/11165)) - breaking: the type for `depends` now requires a `:` as part of the string ([#​11201](https://togithub.com/sveltejs/kit/pull/11201)) - breaking: remove baseUrl fallback from generated tsconfig ([#​11294](https://togithub.com/sveltejs/kit/pull/11294)) - breaking: fail if route with +page and +server is marked prerenderable ([#​11256](https://togithub.com/sveltejs/kit/pull/11256)) - breaking: remove `resolvePath` in favour of `resolveRoute` from `$app/paths` ([#​11265](https://togithub.com/sveltejs/kit/pull/11265)) - breaking: drop support for Svelte 3 ([#​11168](https://togithub.com/sveltejs/kit/pull/11168)) - breaking: require Vite 5.0.3+ ([#​11122](https://togithub.com/sveltejs/kit/pull/11122)) - breaking: generate `__data.json` files as sibling to `.html` files ([#​11269](https://togithub.com/sveltejs/kit/pull/11269)) - breaking: fail if +page and +server have mismatched config ([#​11256](https://togithub.com/sveltejs/kit/pull/11256)) - breaking: error if form without multipart/form-data enctype contains a file input ([#​11282](https://togithub.com/sveltejs/kit/pull/11282)) - breaking: require paths pass to preloadCode to be prefixed with basepath ([#​11259](https://togithub.com/sveltejs/kit/pull/11259)) - breaking: `@sveltejs/vite-plugin-svelte` is now a peer dependency and will need to be installed in each project using SvelteKit ([#​11184](https://togithub.com/sveltejs/kit/pull/11184)) - breaking: stop re-exporting vitePreprocess ([#​11297](https://togithub.com/sveltejs/kit/pull/11297)) - breaking: require path option when setting/deleting/serializing cookies ([#​11240](https://togithub.com/sveltejs/kit/pull/11240)) - breaking: tighten up error handling ([#​11289](https://togithub.com/sveltejs/kit/pull/11289)) - breaking: remove state option from goto in favor of shallow routing ([#​11307](https://togithub.com/sveltejs/kit/pull/11307)) - breaking: disallow external navigation with `goto` ([#​11207](https://togithub.com/sveltejs/kit/pull/11207)) - breaking: upgrade to TypeScript 5. Default `moduleResolution` to `bundler` in user projects to be permissive in consuming and `NodeNext` when running `package` to be strict in distributing ([#​11160](https://togithub.com/sveltejs/kit/pull/11160)) - breaking: undefined is no longer a valid value for paths.relative ([#​11185](https://togithub.com/sveltejs/kit/pull/11185)) - breaking: require Node 18.13 or newer ([#​11172](https://togithub.com/sveltejs/kit/pull/11172)) - breaking: fix path resolution ([#​11276](https://togithub.com/sveltejs/kit/pull/11276)) - breaking: remove `dangerZone.trackServerFetches` ([#​11235](https://togithub.com/sveltejs/kit/pull/11235)) ##### Minor Changes - feat: add untrack to load ([#​11311](https://togithub.com/sveltejs/kit/pull/11311)) - feat: implement shallow routing ([#​11307](https://togithub.com/sveltejs/kit/pull/11307)) - feat: provide SvelteKit html typings ([#​11222](https://togithub.com/sveltejs/kit/pull/11222)) - feat: redact internal stack trace when reporting config errors ([#​11292](https://togithub.com/sveltejs/kit/pull/11292)) - feat: allow for fine grained invalidation of search params ([#​11258](https://togithub.com/sveltejs/kit/pull/11258)) ##### Patch Changes - fix: prerender optional parameters as empty when `entries` contains `'*'` ([#​11178](https://togithub.com/sveltejs/kit/pull/11178)) - fix: resolve route config correctly ([#​11256](https://togithub.com/sveltejs/kit/pull/11256)) - fix: import Svelte types from svelte/compiler ([#​11188](https://togithub.com/sveltejs/kit/pull/11188)) - fix: reset invalid resources after a successful invalidation ([#​11268](https://togithub.com/sveltejs/kit/pull/11268)) - fix: Adjust fail method and ActionFailure type ([#​11260](https://togithub.com/sveltejs/kit/pull/11260)) - chore(deps): upgrade cookies dependency ([#​11189](https://togithub.com/sveltejs/kit/pull/11189)) ### [`v1.30.3`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1303) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.30.2...@sveltejs/kit@1.30.3) ##### Patch Changes - fix: correct documentation for beforeNavigate ([#​11300](https://togithub.com/sveltejs/kit/pull/11300)) ### [`v1.30.2`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1302) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.30.1...@sveltejs/kit@1.30.2) ##### Patch Changes - fix: revert recent 'correctly return 415' and 'correctly return 404' changes ([#​11295](https://togithub.com/sveltejs/kit/pull/11295)) ### [`v1.30.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1301) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.30.0...@sveltejs/kit@1.30.1) ##### Patch Changes - fix: prerendered root page with `paths.base` config uses correct trailing slash option ([#​10763](https://togithub.com/sveltejs/kit/pull/10763)) - fix: correctly return 404 when a form action is not found ([#​11278](https://togithub.com/sveltejs/kit/pull/11278)) ### [`v1.30.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1300) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.29.1...@sveltejs/kit@1.30.0) ##### Minor Changes - feat: inline `response.arrayBuffer()` during ssr ([#​10535](https://togithub.com/sveltejs/kit/pull/10535)) ##### Patch Changes - fix: allow `"false"` value for preload link options ([#​10555](https://togithub.com/sveltejs/kit/pull/10555)) - fix: call worker `unref` instead of `terminate` ([#​10120](https://togithub.com/sveltejs/kit/pull/10120)) - fix: correctly analyse exported server API methods during build ([#​11019](https://togithub.com/sveltejs/kit/pull/11019)) - fix: avoid error when back navigating before page is initialized ([#​10636](https://togithub.com/sveltejs/kit/pull/10636)) - fix: allow service-worker.js to import assets ([#​9285](https://togithub.com/sveltejs/kit/pull/9285)) - fix: distinguish better between not-found and internal-error ([#​11131](https://togithub.com/sveltejs/kit/pull/11131)) ### [`v1.29.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1291) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.29.0...@sveltejs/kit@1.29.1) ##### Patch Changes - fix: correctly return 415 when unexpected content types are submitted to actions ([#​11255](https://togithub.com/sveltejs/kit/pull/11255)) - chore: deprecate `preloadCode` calls with multiple arguments ([#​11266](https://togithub.com/sveltejs/kit/pull/11266)) ### [`v1.29.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1290) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.28.0...@sveltejs/kit@1.29.0) ##### Minor Changes - feat: add `resolveRoute` to `$app/paths`, deprecate `resolvePath` ([#​11261](https://togithub.com/sveltejs/kit/pull/11261)) ### [`v1.28.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1280) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.27.7...@sveltejs/kit@1.28.0) ##### Minor Changes - chore: deprecate top level promise await behaviour ([#​11175](https://togithub.com/sveltejs/kit/pull/11175)) ##### Patch Changes - fix: resolve relative cookie paths before storing ([#​11253](https://togithub.com/sveltejs/kit/pull/11253)) - chore: deprecate cookies.set/delete without path option ([#​11237](https://togithub.com/sveltejs/kit/pull/11237)) - fix: make sure promises from fetch handle errors ([#​11228](https://togithub.com/sveltejs/kit/pull/11228)) ### [`v1.27.7`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1277) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.27.6...@sveltejs/kit@1.27.7) ##### Patch Changes - fix: set runes option in generated root ([#​11111](https://togithub.com/sveltejs/kit/pull/11111)) - fix: retain URL query string for trailing slash redirects to prerendered pages ([#​11142](https://togithub.com/sveltejs/kit/pull/11142)) ### [`v1.27.6`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1276) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.27.5...@sveltejs/kit@1.27.6) ##### Patch Changes - fix: use runes in generated root when detecting Svelte 5 ([#​11028](https://togithub.com/sveltejs/kit/pull/11028)) - fix: correctly prerender pages that use browser globals and have SSR turned off ([#​11032](https://togithub.com/sveltejs/kit/pull/11032)) - fix: correctly show 404 for prerendered dynamic routes when navigating client-side without a root layout server load ([#​11025](https://togithub.com/sveltejs/kit/pull/11025)) ### [`v1.27.5`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1275) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.27.4...@sveltejs/kit@1.27.5) ##### Patch Changes - fix: add vite.config.js to included files in generated tsconfig ([#​10788](https://togithub.com/sveltejs/kit/pull/10788)) - fix: cache location.origin on startup ([#​11004](https://togithub.com/sveltejs/kit/pull/11004)) ### [`v1.27.4`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1274) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.27.3...@sveltejs/kit@1.27.4) ##### Patch Changes - fix: generate `__data.json` for prerendered pages when SSR is turned off ([#​10988](https://togithub.com/sveltejs/kit/pull/10988)) - chore: add experimental compatibility for Svelte 5 ([#​11002](https://togithub.com/sveltejs/kit/pull/11002)) ### [`v1.27.3`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1273) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.27.2...@sveltejs/kit@1.27.3) ##### Patch Changes - fix: use correct environment file for rendering spa fallback page ([#​10963](https://togithub.com/sveltejs/kit/pull/10963)) ### [`v1.27.2`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1272) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.27.1...@sveltejs/kit@1.27.2) ##### Patch Changes - fix: missing `File` Node polyfill for Node version 18.11.0+ ([#​10948](https://togithub.com/sveltejs/kit/pull/10948)) ### [`v1.27.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1271) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.27.0...@sveltejs/kit@1.27.1) ##### Patch Changes - fix: only apply some polyfills below node 18.11 ([#​10920](https://togithub.com/sveltejs/kit/pull/10920)) ### [`v1.27.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1270) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.26.0...@sveltejs/kit@1.27.0) ##### Minor Changes - feat: add `invalidateAll` boolean option to `enhance` callback ([#​9889](https://togithub.com/sveltejs/kit/pull/9889)) ### [`v1.26.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1260) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.25.2...@sveltejs/kit@1.26.0) ##### Minor Changes - feat: infer route parameter type from matcher's guard check if applicable ([#​10755](https://togithub.com/sveltejs/kit/pull/10755)) ##### Patch Changes - fix: basic mime type handling for prerendered pages in preview ([#​10851](https://togithub.com/sveltejs/kit/pull/10851)) - chore: use just a single library (mrmime) for mime type handling ([#​10851](https://togithub.com/sveltejs/kit/pull/10851)) - chore: bump undici to address security issue ([#​10885](https://togithub.com/sveltejs/kit/pull/10885)) - fix: follow whatwg fetch spec for handling redirect loops ([#​10857](https://togithub.com/sveltejs/kit/pull/10857)) - fix: use `window.fetch` in `load` functions to allow libraries to patch it ([#​10009](https://togithub.com/sveltejs/kit/pull/10009)) - chore(deps): update dependency undici to ~5.26.0 ([#​10860](https://togithub.com/sveltejs/kit/pull/10860)) ### [`v1.25.2`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1252) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.25.1...@sveltejs/kit@1.25.2) ##### Patch Changes - fix: correctly update `$page.url.hash` when navigating history ([#​10843](https://togithub.com/sveltejs/kit/pull/10843)) - fix: strip virtual module prefix from error messages ([#​10776](https://togithub.com/sveltejs/kit/pull/10776)) - fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered ([#​10727](https://togithub.com/sveltejs/kit/pull/10727)) - fix: only remove Vite manifest when copying files ([#​10782](https://togithub.com/sveltejs/kit/pull/10782)) ### [`v1.25.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1251) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.25.0...@sveltejs/kit@1.25.1) ##### Patch Changes - fix: correct line numbers in stack trace ([#​10769](https://togithub.com/sveltejs/kit/pull/10769)) - fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint ([#​10565](https://togithub.com/sveltejs/kit/pull/10565)) - fix: allow optional param in middle of route ([#​10736](https://togithub.com/sveltejs/kit/pull/10736)) - chore: update `undici` ([#​10641](https://togithub.com/sveltejs/kit/pull/10641)) ### [`v1.25.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1250) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.24.1...@sveltejs/kit@1.25.0) ##### Minor Changes - feat: add server endpoint catch-all method handler `fallback` ([#​9755](https://togithub.com/sveltejs/kit/pull/9755)) ##### Patch Changes - fix: allow calling `fetch` for any scheme ([#​10699](https://togithub.com/sveltejs/kit/pull/10699)) ### [`v1.24.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1241) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.24.0...@sveltejs/kit@1.24.1) ##### Patch Changes - fix: mark aborted/cancelled navigation as handled ([#​10666](https://togithub.com/sveltejs/kit/pull/10666)) ### [`v1.24.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1240) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.23.1...@sveltejs/kit@1.24.0) ##### Minor Changes - feat: onNavigate lifecycle function ([#​9605](https://togithub.com/sveltejs/kit/pull/9605)) ##### Patch Changes - fix: Use Proxy to track usage of client side load `event.route` ([#​10576](https://togithub.com/sveltejs/kit/pull/10576)) ### [`v1.23.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1231) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@1.23.0...@sveltejs/kit@1.23.1) ##### Patch Changes - fix: process globs in `pkg.workspaces` ([#​10625](https://togithub.com/sveltejs/kit/pull/10625))

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.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 9 months ago

⚠️ No Changeset found

Latest commit: 65b69913d547bf8b4e46063188aee5448f82664c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR