Skip to content

Commit

Permalink
chore(deps): update dependency @sveltejs/kit to ^2.3.0 (#2374)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@sveltejs/kit](https://kit.svelte.dev)
([source](https://togithub.com/sveltejs/kit/tree/HEAD/packages/kit)) |
[`^2.2.0` ->
`^2.3.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.2.0/2.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sveltejs%2fkit/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sveltejs%2fkit/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary>

###
[`v2.3.0`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#230)

[Compare
Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@2.2.2...@sveltejs/kit@2.3.0)

##### Minor Changes

- feat: add `reroute` hook
([#&#8203;11537](https://togithub.com/sveltejs/kit/pull/11537))

###
[`v2.2.2`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#222)

[Compare
Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@2.2.1...@sveltejs/kit@2.2.2)

##### Patch Changes

- fix: only add nonce to `style-src` CSP directive when `unsafe-inline`
is not present
([#&#8203;11575](https://togithub.com/sveltejs/kit/pull/11575))

###
[`v2.2.1`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#221)

[Compare
Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@2.2.0...@sveltejs/kit@2.2.1)

##### Patch Changes

- feat: add CSP support for style-src-elem
([#&#8203;11562](https://togithub.com/sveltejs/kit/pull/11562))

- fix: address CSP conflicts with sha/nonce during dev
([#&#8203;11562](https://togithub.com/sveltejs/kit/pull/11562))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 10, 2024
1 parent c283ce6 commit 1d733c0
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 765 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@sveltejs/kit": "^2.2.0",
"@sveltejs/kit": "^2.3.0",
"@types/fs-extra": "^11.0.4",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
Expand Down
Loading

0 comments on commit 1d733c0

Please sign in to comment.