Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @sveltejs/kit to v1.2.2 #1235

Merged
merged 1 commit into from
Jan 21, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) 1.0.13 -> 1.2.2 age adoption passing confidence

Release Notes

sveltejs/kit

v1.2.2

Compare Source

Patch Changes
  • fix: focus management after navigation (#​8466)

v1.2.1

Compare Source

Patch Changes
  • feat: throw error if cookie exceeds size limit (#​8591)

v1.2.0

Compare Source

Minor Changes
  • feat: add text(...) helper for generating text responses (#​8371)

  • feat: enable access to public env within app.html (#​8449)

  • fix: add Content-Length header to SvelteKit-generated responses (#​8371)

v1.1.4

Compare Source

Patch Changes
  • fix: squelch unknown prop warning for +error.svelte components (#​8593)

v1.1.3

Compare Source

Patch Changes
  • docs: explain how to add ambient typings (#​8558)

  • fix: ignore target="_blank" links (#​8563)

v1.1.2

Compare Source

Patch Changes
  • fix: correct link in types documentation (#​8557)

  • fix: correctly detect changed data (#​8377)

  • fix: only generate type definitions with sync command (#​8552)

  • fix: remove baseUrl to prevent wrong TypeScript auto imports if possible (#​8568)

v1.1.1

Compare Source

Patch Changes

v1.1.0

Compare Source

Minor Changes
  • feat: warn when usage of page options in .svelte files or missing <slot /> in layout is detected (#​8475)
Patch Changes
  • fix: exit postbuild step with code 0 (#​8514)

  • fix: only run missing page check in dev mode (#​8515)

  • fix: avoid input name clobbering form method check (#​8471)

  • fix: exclude service worker from tsconfig (#​8508)

  • fix: provide better error message in case of missing +page.svelte (#​8478)


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) January 21, 2023 04:21
@renovate renovate bot merged commit db03d5f into main Jan 21, 2023
@renovate renovate bot deleted the renovate/sveltejs-kit-1.x branch January 21, 2023 04:47
Noxsios pushed a commit that referenced this pull request Mar 8, 2023
[![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.13` ->
`1.2.2`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/1.0.13/1.2.2)
|
[![age](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.2.2/compatibility-slim/1.0.13)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@sveltejs%2fkit/1.2.2/confidence-slim/1.0.13)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Patch Changes

- fix: focus management after navigation
([#&#8203;8466](https://togithub.com/sveltejs/kit/pull/8466))

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

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

##### Patch Changes

- feat: throw error if cookie exceeds size limit
([#&#8203;8591](https://togithub.com/sveltejs/kit/pull/8591))

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

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

##### Minor Changes

- feat: add `text(...)` helper for generating text responses
([#&#8203;8371](https://togithub.com/sveltejs/kit/pull/8371))

- feat: enable access to public env within app.html
([#&#8203;8449](https://togithub.com/sveltejs/kit/pull/8449))

- fix: add `Content-Length` header to SvelteKit-generated responses
([#&#8203;8371](https://togithub.com/sveltejs/kit/pull/8371))

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

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

##### Patch Changes

- fix: squelch unknown prop warning for `+error.svelte` components
([#&#8203;8593](https://togithub.com/sveltejs/kit/pull/8593))

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

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

##### Patch Changes

- docs: explain how to add ambient typings
([#&#8203;8558](https://togithub.com/sveltejs/kit/pull/8558))

- fix: ignore `target="_blank"` links
([#&#8203;8563](https://togithub.com/sveltejs/kit/pull/8563))

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

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

##### Patch Changes

- fix: correct link in types documentation
([#&#8203;8557](https://togithub.com/sveltejs/kit/pull/8557))

- fix: correctly detect changed data
([#&#8203;8377](https://togithub.com/sveltejs/kit/pull/8377))

- fix: only generate type definitions with `sync` command
([#&#8203;8552](https://togithub.com/sveltejs/kit/pull/8552))

- fix: remove baseUrl to prevent wrong TypeScript auto imports if
possible ([#&#8203;8568](https://togithub.com/sveltejs/kit/pull/8568))

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

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

##### Patch Changes

- chore: upgrade devalue
([#&#8203;8520](https://togithub.com/sveltejs/kit/pull/8520))

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

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

##### Minor Changes

- feat: warn when usage of page options in `.svelte` files or missing
`<slot />` in layout is detected
([#&#8203;8475](https://togithub.com/sveltejs/kit/pull/8475))

##### Patch Changes

- fix: exit postbuild step with code 0
([#&#8203;8514](https://togithub.com/sveltejs/kit/pull/8514))

- fix: only run missing page check in dev mode
([#&#8203;8515](https://togithub.com/sveltejs/kit/pull/8515))

- fix: avoid input name clobbering form method check
([#&#8203;8471](https://togithub.com/sveltejs/kit/pull/8471))

- fix: exclude service worker from tsconfig
([#&#8203;8508](https://togithub.com/sveltejs/kit/pull/8508))

- fix: provide better error message in case of missing `+page.svelte`
([#&#8203;8478](https://togithub.com/sveltejs/kit/pull/8478))

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant