Skip to content

Commit

Permalink
chore(deps): update dependency @sveltejs/kit to ^1.23.0 (#1960)
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://github.com/sveltejs/kit)) | [`^1.22.6` ->
`^1.23.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/1.22.6/1.23.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltejs%2fkit/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sveltejs%2fkit/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sveltejs%2fkit/1.22.6/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltejs%2fkit/1.22.6/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.23.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#1230)

[Compare
Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@1.22.6...@sveltejs/kit@1.23.0)

##### Minor Changes

- feat: add warning for mistyped route filenames
([#&#8203;10558](https://github.com/sveltejs/kit/pull/10558))

- feat: accept `URL` in `redirect`
([#&#8203;10570](https://github.com/sveltejs/kit/pull/10570))

##### Patch Changes

- fix: adjust the type of `Navigation["type"]`
([#&#8203;10599](https://github.com/sveltejs/kit/pull/10599))

- fix: allow logging `$page.url` during prerendering
([#&#8203;10567](https://github.com/sveltejs/kit/pull/10567))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent c0ca3cc commit b984c26
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 80 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": "^1.22.6",
"@sveltejs/kit": "^1.23.0",
"@types/fs-extra": "^11.0.1",
"pino": "^8.15.0",
"pino-pretty": "^10.2.0",
Expand Down
107 changes: 28 additions & 79 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b984c26

Please sign in to comment.