chore(deps): update dependency @sveltejs/kit to v2.8.1 #470

Merged
nemunaire merged 1 commits from renovate/sveltejs-kit-2.x-lockfile into master 2024-11-21 09:00:14 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies minor 2.7.0 -> 2.8.1

Release Notes

sveltejs/kit (@​sveltejs/kit)

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)


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | devDependencies | minor | [`2.7.0` -> `2.8.1`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.7.0/2.8.1) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.8.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#281) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.0...@sveltejs/kit@2.8.1) ##### 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 ([#&#8203;11613](https://github.com/sveltejs/kit/pull/11613)) - fix: support HTTP/2 in dev and production. Revert the changes from [#&#8203;12907](https://github.com/sveltejs/kit/pull/12907) to downgrade HTTP/2 to TLS as now being unnecessary ([#&#8203;12989](https://github.com/sveltejs/kit/pull/12989)) ### [`v2.8.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#280) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.7...@sveltejs/kit@2.8.0) ##### Minor Changes - feat: add helper to identify `ActionFailure` objects ([#&#8203;12878](https://github.com/sveltejs/kit/pull/12878)) ### [`v2.7.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#277) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.6...@sveltejs/kit@2.7.7) ##### Patch Changes - fix: update link in JSDoc ([#&#8203;12963](https://github.com/sveltejs/kit/pull/12963)) ### [`v2.7.6`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#276) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.5...@sveltejs/kit@2.7.6) ##### Patch Changes - fix: update broken links in JSDoc ([#&#8203;12960](https://github.com/sveltejs/kit/pull/12960)) ### [`v2.7.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#275) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.4...@sveltejs/kit@2.7.5) ##### Patch Changes - fix: warn on invalid cookie name characters ([#&#8203;12806](https://github.com/sveltejs/kit/pull/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 ([#&#8203;12907](https://github.com/sveltejs/kit/pull/12907)) ### [`v2.7.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#274) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.3...@sveltejs/kit@2.7.4) ##### Patch Changes - fix: ensure element is focused after subsequent clicks of the same hash link ([#&#8203;12866](https://github.com/sveltejs/kit/pull/12866)) - fix: avoid preload if event default was prevented for `touchstart` and `mousedown` events ([#&#8203;12887](https://github.com/sveltejs/kit/pull/12887)) - fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page ([#&#8203;12866](https://github.com/sveltejs/kit/pull/12866)) ### [`v2.7.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#273) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.2...@sveltejs/kit@2.7.3) ##### Patch Changes - fix: include importer in illegal import error message ([#&#8203;12820](https://github.com/sveltejs/kit/pull/12820)) - fix: don't try reading assets directly that aren't present ([#&#8203;12876](https://github.com/sveltejs/kit/pull/12876)) - fix: decode non-latin characters when previewing prerendered pages ([#&#8203;12874](https://github.com/sveltejs/kit/pull/12874)) - fix: better error message when a `Result` is returned from a form action ([#&#8203;12829](https://github.com/sveltejs/kit/pull/12829)) - docs: update URLs for new svelte.dev site ([#&#8203;12857](https://github.com/sveltejs/kit/pull/12857)) ### [`v2.7.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#272) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.1...@sveltejs/kit@2.7.2) ##### Patch Changes - fix: use absolute links in JSDoc comments ([#&#8203;12718](https://github.com/sveltejs/kit/pull/12718)) ### [`v2.7.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#271) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.0...@sveltejs/kit@2.7.1) ##### Patch Changes - chore: upgrade to sirv 3.0 ([#&#8203;12796](https://github.com/sveltejs/kit/pull/12796)) - fix: warn when form action responses are lost because SSR is off ([#&#8203;12063](https://github.com/sveltejs/kit/pull/12063)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-10-14 22:52:41 +00:00
chore(deps): update dependency @sveltejs/kit to v2.7.1
All checks were successful
continuous-integration/drone/push Build is passing
86ab9a2a2a
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 86ab9a2a2a to c8b271f7e0 2024-10-20 00:08:13 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.7.1 to chore(deps): update dependency @sveltejs/kit to v2.7.2 2024-10-20 00:08:20 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from c8b271f7e0 to 9d5eb0571c 2024-10-25 12:43:04 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.7.2 to chore(deps): update dependency @sveltejs/kit to v2.7.3 2024-10-25 12:43:10 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 9d5eb0571c to 6acdac40e5 2024-11-01 17:47:12 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.7.3 to chore(deps): update dependency @sveltejs/kit to v2.7.4 2024-11-01 17:47:12 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 6acdac40e5 to 3ba72f55ed 2024-11-05 01:44:49 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.7.4 to chore(deps): update dependency @sveltejs/kit to v2.7.5 2024-11-05 01:44:55 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 3ba72f55ed to c4fdb7b927 2024-11-05 19:44:02 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.7.5 to chore(deps): update dependency @sveltejs/kit to v2.7.7 2024-11-05 19:44:09 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from c4fdb7b927 to 1e4189a11f 2024-11-07 01:45:34 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.7.7 to chore(deps): update dependency @sveltejs/kit to v2.8.0 2024-11-07 01:45:40 +00:00
renovate-bot force-pushed renovate/sveltejs-kit-2.x-lockfile from 1e4189a11f to 378bc048d2 2024-11-15 13:51:57 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency @sveltejs/kit to v2.8.0 to chore(deps): update dependency @sveltejs/kit to v2.8.1 2024-11-15 13:52:00 +00:00
nemunaire merged commit 07043bd692 into master 2024-11-21 09:00:14 +00:00
nemunaire deleted branch renovate/sveltejs-kit-2.x-lockfile 2024-11-21 09:00:14 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fic/server#470
No description provided.