sveltejs/kit (@sveltejs/kit)
### [`v2.8.1`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#281)
[Compare Source](https://redirect.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 ([#11613](https://redirect.github.com/sveltejs/kit/pull/11613))
- fix: support HTTP/2 in dev and production. Revert the changes from [#12907](https://redirect.github.com/sveltejs/kit/pull/12907) to downgrade HTTP/2 to TLS as now being unnecessary ([#12989](https://redirect.github.com/sveltejs/kit/pull/12989))
### [`v2.8.0`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#280)
[Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.7...@sveltejs/kit@2.8.0)
##### Minor Changes
- feat: add helper to identify `ActionFailure` objects ([#12878](https://redirect.github.com/sveltejs/kit/pull/12878))
### [`v2.7.7`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#277)
[Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.6...@sveltejs/kit@2.7.7)
##### Patch Changes
- fix: update link in JSDoc ([#12963](https://redirect.github.com/sveltejs/kit/pull/12963))
### [`v2.7.6`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#276)
[Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.5...@sveltejs/kit@2.7.6)
##### Patch Changes
- fix: update broken links in JSDoc ([#12960](https://redirect.github.com/sveltejs/kit/pull/12960))
### [`v2.7.5`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#275)
[Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.4...@sveltejs/kit@2.7.5)
##### Patch Changes
- fix: warn on invalid cookie name characters ([#12806](https://redirect.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 ([#12907](https://redirect.github.com/sveltejs/kit/pull/12907))
### [`v2.7.4`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#274)
[Compare Source](https://redirect.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 ([#12866](https://redirect.github.com/sveltejs/kit/pull/12866))
- fix: avoid preload if event default was prevented for `touchstart` and `mousedown` events ([#12887](https://redirect.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 ([#12866](https://redirect.github.com/sveltejs/kit/pull/12866))
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 contains the following updates:
2.7.3
->2.8.1
Release Notes
sveltejs/kit (@sveltejs/kit)
### [`v2.8.1`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#281) [Compare Source](https://redirect.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 ([#11613](https://redirect.github.com/sveltejs/kit/pull/11613)) - fix: support HTTP/2 in dev and production. Revert the changes from [#12907](https://redirect.github.com/sveltejs/kit/pull/12907) to downgrade HTTP/2 to TLS as now being unnecessary ([#12989](https://redirect.github.com/sveltejs/kit/pull/12989)) ### [`v2.8.0`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#280) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.7...@sveltejs/kit@2.8.0) ##### Minor Changes - feat: add helper to identify `ActionFailure` objects ([#12878](https://redirect.github.com/sveltejs/kit/pull/12878)) ### [`v2.7.7`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#277) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.6...@sveltejs/kit@2.7.7) ##### Patch Changes - fix: update link in JSDoc ([#12963](https://redirect.github.com/sveltejs/kit/pull/12963)) ### [`v2.7.6`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#276) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.5...@sveltejs/kit@2.7.6) ##### Patch Changes - fix: update broken links in JSDoc ([#12960](https://redirect.github.com/sveltejs/kit/pull/12960)) ### [`v2.7.5`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#275) [Compare Source](https://redirect.github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.4...@sveltejs/kit@2.7.5) ##### Patch Changes - fix: warn on invalid cookie name characters ([#12806](https://redirect.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 ([#12907](https://redirect.github.com/sveltejs/kit/pull/12907)) ### [`v2.7.4`](https://redirect.github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#274) [Compare Source](https://redirect.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 ([#12866](https://redirect.github.com/sveltejs/kit/pull/12866)) - fix: avoid preload if event default was prevented for `touchstart` and `mousedown` events ([#12887](https://redirect.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 ([#12866](https://redirect.github.com/sveltejs/kit/pull/12866))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 was generated by Mend Renovate. View the repository job log.