Skip to content

Commit 2212f5d

Browse files
Bump serve from 14.2.1 to 14.2.4 (#12785)
Bumps [serve](https://github.com/vercel/serve) from 14.2.1 to 14.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/serve/releases">serve's releases</a>.</em></p> <blockquote> <h2>14.2.4</h2> <h3>Patches</h3> <ul> <li>Bump <code>serve-handler</code>, <code>vitest</code>, and `typescript: <a href="https://redirect.github.com/vercel/serve/issues/812">#812</a></li> </ul> <h2>14.2.3</h2> <h3>Patches</h3> <ul> <li>Bump <code>@zeit/schemas</code> to <code>2.36.0</code>: <a href="https://redirect.github.com/vercel/serve/issues/803">#803</a></li> </ul> <h2>14.2.2</h2> <h3>Patches</h3> <ul> <li>fix: Update ajv from 8.11.0 to 8.12.0: <a href="https://redirect.github.com/vercel/serve/issues/796">#796</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/legobeat"><code>@​legobeat</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/serve/commit/dd5393882e25caae9793dad614270383ae41eb80"><code>dd53938</code></a> 14.2.4</li> <li><a href="https://github.com/vercel/serve/commit/67d75e01fdd34f39033f2bf996a6d8ebfaedbc6f"><code>67d75e0</code></a> Bump <code>serve-handler</code>, <code>vitest</code>, and <code>typescript</code> (<a href="https://redirect.github.com/vercel/serve/issues/812">#812</a>)</li> <li><a href="https://github.com/vercel/serve/commit/d06104a2de569b1bef57f567f853ab3cfd0024e4"><code>d06104a</code></a> X handle has changed (<a href="https://redirect.github.com/vercel/serve/issues/805">#805</a>)</li> <li><a href="https://github.com/vercel/serve/commit/c8b7436b8b6e8db5279357638a6556ea7a562a6c"><code>c8b7436</code></a> 14.2.3</li> <li><a href="https://github.com/vercel/serve/commit/183554ef36640974f9ab4e609384a847aac4b525"><code>183554e</code></a> Bump <code>@zeit/schemas</code> to <code>2.36.0</code> (<a href="https://redirect.github.com/vercel/serve/issues/803">#803</a>)</li> <li><a href="https://github.com/vercel/serve/commit/28a466734f60f16e2f1a051ea5b63cdbe3c4a0fc"><code>28a4667</code></a> 14.2.2</li> <li><a href="https://github.com/vercel/serve/commit/921151371b66bea8bef7d12197db5accda0bcc62"><code>9211513</code></a> fix: Update <code>ajv</code> from 8.11.0 to 8.12.0 (<a href="https://redirect.github.com/vercel/serve/issues/796">#796</a>)</li> <li><a href="https://github.com/vercel/serve/commit/1ea55b1b5004f468159b54775e4fb3090fedbb2b"><code>1ea55b1</code></a> Lock PNPM version to 7 (<a href="https://redirect.github.com/vercel/serve/issues/782">#782</a>)</li> <li>See full diff in <a href="https://github.com/vercel/serve/compare/14.2.1...14.2.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serve&package-manager=npm_and_yarn&previous-version=14.2.1&new-version=14.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 356c1bc commit 2212f5d

File tree

2 files changed

+17
-33
lines changed

2 files changed

+17
-33
lines changed

pnpm-lock.yaml

Lines changed: 16 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polaris-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"react-dom": "^18.2.0",
115115
"rimraf": "^3.0.0",
116116
"sass-loader": "^12.4.0",
117-
"serve": "^14.2.0",
117+
"serve": "^14.2.4",
118118
"storybook": "^8.4.1",
119119
"transitions-all-settled": "^0.3.0",
120120
"vite": "^4.5.3",

0 commit comments

Comments
 (0)