Bump @sveltejs/kit from 1.14.0 to 1.15.2 #5

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/sveltejs/kit-1.15.2 into master
dependabot[bot] commented 2023-04-07 12:40:59 -07:00 (Migrated from github.com)

Bumps @sveltejs/kit from 1.14.0 to 1.15.2.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.15.2

Patch Changes

  • fix: address security advisory CVE-2023-29008 by doing a case-insensitive comparison when checking header value (ba436c66)

@​sveltejs/kit@​1.15.1

Patch Changes

  • fix: pin undici to 5.20.0 (#9591)

  • fix: address security advisory CVE-2023-29003 by including text/plain and PUT/PATCH/DELETE requests in set of blocked cross-origin requests for CSRF protection (bb2253d5)

@​sveltejs/kit@​1.15.0

Minor Changes

  • feat: expose stronger typed SubmitFunction through ./$types (#9201)

Patch Changes

  • fix: throw error when file can't be found in Vite manifest (#9558)

  • fix: make error.message enumerable when sending ssrLoadModule error to client (#9440)

  • fix: pass publicDir Vite config in SSR (#9565)

  • fix: balance parentheses in error about wrong content type for action (#9513)

Changelog

Sourced from @​sveltejs/kit's changelog.

1.15.2

Patch Changes

  • fix: address security advisory CVE-2023-29008 by doing a case-insensitive comparison when checking header value (ba436c66)

1.15.1

Patch Changes

  • fix: pin undici to 5.20.0 (#9591)

  • fix: address security advisory CVE-2023-29003 by including text/plain and PUT/PATCH/DELETE requests in set of blocked cross-origin requests for CSRF protection (bb2253d5)

1.15.0

Minor Changes

  • feat: expose stronger typed SubmitFunction through ./$types (#9201)

Patch Changes

  • fix: throw error when file can't be found in Vite manifest (#9558)

  • fix: make error.message enumerable when sending ssrLoadModule error to client (#9440)

  • fix: pass publicDir Vite config in SSR (#9565)

  • fix: balance parentheses in error about wrong content type for action (#9513)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.14.0 to 1.15.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​sveltejs/kit</code><a href="https://github.com/1"><code>@​1</code></a>.15.2</h2> <h3>Patch Changes</h3> <ul> <li>fix: address security advisory CVE-2023-29008 by doing a case-insensitive comparison when checking header value (<a href="https://github.com/sveltejs/kit/commit/ba436c6685e751d968a960fbda65f24cf7a82e9f"><code>ba436c66</code></a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/1"><code>@​1</code></a>.15.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: pin undici to 5.20.0 (<a href="https://redirect.github.com/sveltejs/kit/pull/9591">#9591</a>)</p> </li> <li> <p>fix: address security advisory CVE-2023-29003 by including <code>text/plain</code> and <code>PUT</code>/<code>PATCH</code>/<code>DELETE</code> requests in set of blocked cross-origin requests for CSRF protection (<a href="https://github.com/sveltejs/kit/commit/bb2253d51d00aba2e4353952d4fb0dcde6c77123"><code>bb2253d5</code></a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/1"><code>@​1</code></a>.15.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: expose stronger typed <code>SubmitFunction</code> through <code>./$types</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/9201">#9201</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: throw error when file can't be found in Vite manifest (<a href="https://redirect.github.com/sveltejs/kit/pull/9558">#9558</a>)</p> </li> <li> <p>fix: make <code>error.message</code> enumerable when sending <code>ssrLoadModule</code> error to client (<a href="https://redirect.github.com/sveltejs/kit/pull/9440">#9440</a>)</p> </li> <li> <p>fix: pass <code>publicDir</code> Vite config in SSR (<a href="https://redirect.github.com/sveltejs/kit/pull/9565">#9565</a>)</p> </li> <li> <p>fix: balance parentheses in error about wrong content type for action (<a href="https://redirect.github.com/sveltejs/kit/pull/9513">#9513</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s changelog</a>.</em></p> <blockquote> <h2>1.15.2</h2> <h3>Patch Changes</h3> <ul> <li>fix: address security advisory <a href="https://github.com/sveltejs/kit/security/advisories/GHSA-gv7g-x59x-wf8f">CVE-2023-29008</a> by doing a case-insensitive comparison when checking header value (<a href="https://github.com/sveltejs/kit/commit/ba436c6685e751d968a960fbda65f24cf7a82e9f"><code>ba436c66</code></a>)</li> </ul> <h2>1.15.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: pin undici to 5.20.0 (<a href="https://redirect.github.com/sveltejs/kit/pull/9591">#9591</a>)</p> </li> <li> <p>fix: address security advisory <a href="https://github.com/sveltejs/kit/security/advisories/GHSA-5p75-vc5g-8rv2">CVE-2023-29003</a> by including <code>text/plain</code> and <code>PUT</code>/<code>PATCH</code>/<code>DELETE</code> requests in set of blocked cross-origin requests for CSRF protection (<a href="https://github.com/sveltejs/kit/commit/bb2253d51d00aba2e4353952d4fb0dcde6c77123"><code>bb2253d5</code></a>)</p> </li> </ul> <h2>1.15.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: expose stronger typed <code>SubmitFunction</code> through <code>./$types</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/9201">#9201</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: throw error when file can't be found in Vite manifest (<a href="https://redirect.github.com/sveltejs/kit/pull/9558">#9558</a>)</p> </li> <li> <p>fix: make <code>error.message</code> enumerable when sending <code>ssrLoadModule</code> error to client (<a href="https://redirect.github.com/sveltejs/kit/pull/9440">#9440</a>)</p> </li> <li> <p>fix: pass <code>publicDir</code> Vite config in SSR (<a href="https://redirect.github.com/sveltejs/kit/pull/9565">#9565</a>)</p> </li> <li> <p>fix: balance parentheses in error about wrong content type for action (<a href="https://redirect.github.com/sveltejs/kit/pull/9513">#9513</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/kit/commit/ffd918f406ecd5a73d28cbadff7f344ea97dfed6"><code>ffd918f</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/9601">#9601</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/ba436c6685e751d968a960fbda65f24cf7a82e9f"><code>ba436c6</code></a> Merge pull request from GHSA-gv7g-x59x-wf8f</li> <li><a href="https://github.com/sveltejs/kit/commit/a3fc44faca0277ac832f781e60c715e35de2b864"><code>a3fc44f</code></a> chore: update changelog with published CVE</li> <li><a href="https://github.com/sveltejs/kit/commit/c226f4f36cb5770b090f08ac2469595525b58784"><code>c226f4f</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/9599">#9599</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/bb2253d51d00aba2e4353952d4fb0dcde6c77123"><code>bb2253d</code></a> Merge pull request from GHSA-5p75-vc5g-8rv2</li> <li><a href="https://github.com/sveltejs/kit/commit/0e4b9b1ca85f389e7e74c6d7f41d482fee31a21f"><code>0e4b9b1</code></a> fix: pin undici to 5.20.0 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/9591">#9591</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/6b6f4565c9f1486cb43e921113f145e001078090"><code>6b6f456</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/9554">#9554</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/1d174778fbb9820820adb271847f87c31585bb96"><code>1d17477</code></a> fix: throw error when file can't be found in Vite manifest (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/9558">#9558</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/80e95e2600266782689699dc9cc4e1781a45b1d6"><code>80e95e2</code></a> fix: balance parentheses in error about wrong content type for action (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/9513">#9513</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/5fa78207b9a5fc2a84919fabc876c0f4e015fe38"><code>5fa7820</code></a> fix: pass publicDir in ssr (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/9565">#9565</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.15.2/packages/kit">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=1.14.0&new-version=1.15.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sciactive/nymph.io/network/alerts). </details>> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This pull request has changes conflicting with the target branch.
  • package-lock.json
  • package.json
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/sveltejs/kit-1.15.2:dependabot/npm_and_yarn/sveltejs/kit-1.15.2
git switch dependabot/npm_and_yarn/sveltejs/kit-1.15.2

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/npm_and_yarn/sveltejs/kit-1.15.2
git switch dependabot/npm_and_yarn/sveltejs/kit-1.15.2
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/sveltejs/kit-1.15.2
git switch dependabot/npm_and_yarn/sveltejs/kit-1.15.2
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/sveltejs/kit-1.15.2
git switch master
git merge --squash dependabot/npm_and_yarn/sveltejs/kit-1.15.2
git switch master
git merge --ff-only dependabot/npm_and_yarn/sveltejs/kit-1.15.2
git switch master
git merge dependabot/npm_and_yarn/sveltejs/kit-1.15.2
git push origin master
Sign in to join this conversation.
No description provided.