Skip to content

Commit

Permalink
Update dependency @sveltejs/kit to v1.0.13 (#1200)
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)) | [`1.0.11` ->
`1.0.13`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/1.0.11/1.0.13)
|
[![age](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.0.13/compatibility-slim/1.0.11)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.0.13/confidence-slim/1.0.11)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sveltejs/kit</summary>

###
[`v1.0.13`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#&#8203;1013)

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

##### Patch Changes

- chore: separate generated from non-generated server code
([#&#8203;8429](https://togithub.com/sveltejs/kit/pull/8429))

###
[`v1.0.12`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#&#8203;1012)

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

##### Patch Changes

- fix: make prerendered endpoint callable from non-prerendered server
load ([#&#8203;8453](https://togithub.com/sveltejs/kit/pull/8453))

- docs: add links to http status codes
([#&#8203;8480](https://togithub.com/sveltejs/kit/pull/8480))

- fix: prerender page when prerender set to 'auto' and ssr set to true
([#&#8203;8481](https://togithub.com/sveltejs/kit/pull/8481))

- fix: prevent false positive warnings for fetch uses in firefox
([#&#8203;8456](https://togithub.com/sveltejs/kit/pull/8456))

- fix: check version on node fetch fail
([#&#8203;8487](https://togithub.com/sveltejs/kit/pull/8487))

- fix: avoid unnecessary $page store updates
([#&#8203;8457](https://togithub.com/sveltejs/kit/pull/8457))

</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://app.renovatebot.com/dashboard#github/defenseunicorns/zarf).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEwMC4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2023
1 parent bba0a98 commit 587e126
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@playwright/test": "1.29.1",
"@sveltejs/adapter-static": "1.0.1",
"@sveltejs/kit": "1.0.11",
"@sveltejs/kit": "1.0.13",
"@sveltejs/package": "1.0.2",
"@testing-library/svelte": "3.2.2",
"@tsconfig/svelte": "3.0.0",
Expand Down

0 comments on commit 587e126

Please sign in to comment.