Bump next from 13.2.1 to 13.2.2 #510

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/next-13.2.2 into main
dependabot[bot] commented 2023-03-01 08:01:48 +00:00 (Migrated from github.com)

Bumps next from 13.2.1 to 13.2.2.

Release notes

Sourced from next's releases.

v13.2.2

Core Changes

  • fix(ts): correctly augment next when typedRoutes: true: #46332
  • feat(cssnano-simple): merge into next repo: #46380
  • Dedupe next/font preload tags: #46354
  • Print command for current packet manager in @​next/font warning: #46359
  • Loader refactoring: #46304
  • Support server-only inside pages/api: #46328
  • fix: improve next.config.js validation for images prop: #46326
  • Revert "Support server-only inside pages/api": #46388
  • Add relative app dir field: #46393
  • test(integration): properly pipe turbopack binary stdouts: #46382
  • chore: improve error when exporting metadata from client component: #46334
  • Update server reference syntax and tests: #46389
  • Fix SWC error wrongly formatted : #46412
  • Fix(typedRoutes): replaced readFile + replaceAll, hid utils types, fixed duplication in type Route, fixed route groups on Windows: #46378
  • Ensure fetch fields are detected with RequestInit: #46398
  • Ensure SERVER_REFERENCE_MANIFEST is included in output files: #46420
  • Fix duplicate link type asset generation: #46421
  • chore: show large data warning once per page on prod: #46323
  • fixed spelling mistake: #46446
  • Fix(typedRoutes): export createServer from 'next/types/index.d.ts': #46462
  • chore: Loss of precision due to Date now amplification: #46344
  • Fix next/font/google config not being used: #46484
  • Add @​latest to next/font codemod warning: #46486
  • Add error for styled-jsx in Server Component: #46482
  • Refactor style loader code: #46490
  • Fix SWC's auto_cjs handling: #46448
  • Add theme color media support for metadata: #46502
  • Fix(typedRoutes): fixed 'next' imports on TS < 5.0: #46507
  • fix: codemod should preserve type only import: #46512
  • Add interactive-widget optional property to Viewport type: #46506
  • Update router filter to be less sensitive: #46515
  • Update fetch cache internal handling: #46522
  • Upgrade precompiled react packages: #46365
  • fix(error-overlay): hide "Learn more" when up-to-date: #46488
  • Refactor route types to include rewrites and redirects: #46327
  • Added bcrypt to the serverComponentsExternalPackages auto-optOut list: #46532
  • feat: add support for the src folder for the instrumentation hook: #46529
  • Fix viewport typing and refactor constants: #46569
  • Fix shared entries/invalidators module scope: #46533
  • Fix CSS imports not included in entries with a custom extension: #46571
  • fix: should not warn when image unmounts: #46567
  • fix: generate next-env.d.ts file during next lint command: #46249
  • Fix infinite invalidations loop in app dir (#46526)
  • Use og:image instead of og:image:url: #46570
  • Fix usage of textDecoder to not break utf8 characters: #46564
  • Fix app client child entry not being disposed when deleting the file: #46583
  • Fix: canonical should allow relative urls: #46584

... (truncated)

Commits

Dependabot compatibility score

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 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)
Bumps [next](https://github.com/vercel/next.js) from 13.2.1 to 13.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v13.2.2</h2> <h3>Core Changes</h3> <ul> <li>fix(ts): correctly augment <code>next</code> when <code>typedRoutes: true</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46332">#46332</a></li> <li>feat(cssnano-simple): merge into next repo: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46380">#46380</a></li> <li>Dedupe next/font preload tags: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46354">#46354</a></li> <li>Print command for current packet manager in <code>@​next/font</code> warning: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46359">#46359</a></li> <li>Loader refactoring: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46304">#46304</a></li> <li>Support <code>server-only</code> inside pages/api: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46328">#46328</a></li> <li>fix: improve next.config.js validation for <code>images</code> prop: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46326">#46326</a></li> <li>Revert &quot;Support <code>server-only</code> inside pages/api&quot;: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46388">#46388</a></li> <li>Add relative app dir field: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46393">#46393</a></li> <li>test(integration): properly pipe turbopack binary stdouts: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46382">#46382</a></li> <li>chore: improve error when exporting metadata from client component: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46334">#46334</a></li> <li>Update server reference syntax and tests: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46389">#46389</a></li> <li>Fix SWC error wrongly formatted : <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46412">#46412</a></li> <li>Fix(typedRoutes): replaced <code>readFile</code> + <code>replaceAll</code>, hid utils types, fixed duplication in type <code>Route</code>, fixed route groups on Windows: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46378">#46378</a></li> <li>Ensure fetch fields are detected with RequestInit: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46398">#46398</a></li> <li>Ensure SERVER_REFERENCE_MANIFEST is included in output files: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46420">#46420</a></li> <li>Fix duplicate link type asset generation: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46421">#46421</a></li> <li>chore: show large data warning once per page on prod: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46323">#46323</a></li> <li>fixed spelling mistake: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46446">#46446</a></li> <li>Fix(typedRoutes): export createServer from 'next/types/index.d.ts': <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46462">#46462</a></li> <li>chore: Loss of precision due to Date now amplification: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46344">#46344</a></li> <li>Fix next/font/google config not being used: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46484">#46484</a></li> <li>Add <a href="https://github.com/latest"><code>@​latest</code></a> to next/font codemod warning: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46486">#46486</a></li> <li>Add error for styled-jsx in Server Component: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46482">#46482</a></li> <li>Refactor style loader code: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46490">#46490</a></li> <li>Fix SWC's auto_cjs handling: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46448">#46448</a></li> <li>Add theme color media support for metadata: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46502">#46502</a></li> <li>Fix(typedRoutes): fixed 'next' imports on TS &lt; 5.0: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46507">#46507</a></li> <li>fix: codemod should preserve type only import: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46512">#46512</a></li> <li>Add interactive-widget optional property to Viewport type: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46506">#46506</a></li> <li>Update router filter to be less sensitive: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46515">#46515</a></li> <li>Update fetch cache internal handling: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46522">#46522</a></li> <li>Upgrade precompiled react packages: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46365">#46365</a></li> <li>fix(error-overlay): hide &quot;Learn more&quot; when up-to-date: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46488">#46488</a></li> <li>Refactor route types to include rewrites and redirects: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46327">#46327</a></li> <li>Added bcrypt to the serverComponentsExternalPackages auto-optOut list: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46532">#46532</a></li> <li>feat: add support for the src folder for the instrumentation hook: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46529">#46529</a></li> <li>Fix viewport typing and refactor constants: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46569">#46569</a></li> <li>Fix shared entries/invalidators module scope: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46533">#46533</a></li> <li>Fix CSS imports not included in entries with a custom extension: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46571">#46571</a></li> <li>fix: should not warn when image unmounts: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46567">#46567</a></li> <li>fix: generate next-env.d.ts file during next lint command: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46249">#46249</a></li> <li>Fix infinite invalidations loop in app dir (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46526">#46526</a>)</li> <li>Use og:image instead of og:image:url: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46570">#46570</a></li> <li>Fix usage of textDecoder to not break utf8 characters: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46564">#46564</a></li> <li>Fix app client child entry not being disposed when deleting the file: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46583">#46583</a></li> <li>Fix: canonical should allow relative urls: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46584">#46584</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/5d48d7e6ed2431b4f014c99204538f695ee35947"><code>5d48d7e</code></a> v13.2.2</li> <li><a href="https://github.com/vercel/next.js/commit/250a2f59b3d3f7acadea7b6478e1e83c33400e51"><code>250a2f5</code></a> v13.2.2-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/b5f92c444b24c746093ca1be21020c659eeebf01"><code>b5f92c4</code></a> Fix: canonical should allow relative urls (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46584">#46584</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/5532b6a93fe1d64c999ba3201cb10cd49315e8f6"><code>5532b6a</code></a> Fix app client child entry not being disposed when deleting the file (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46583">#46583</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/11494c30024c010523bdc7c27b772695c4c37c54"><code>11494c3</code></a> Fix usage of textDecoder to not break utf8 characters (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46564">#46564</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/4b705a5473320a9f047683abad80793c27f3eea5"><code>4b705a5</code></a> Use og:image instead of og:image:url (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46570">#46570</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/89a9bd9f74140e2017d2043ca5b7d1bdfa464a02"><code>89a9bd9</code></a> v13.2.2-canary.4</li> <li><a href="https://github.com/vercel/next.js/commit/b6b7933377e44137cb51a0674a79a4e8204f0c06"><code>b6b7933</code></a> fix: generate next-env.d.ts file during next lint command (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46249">#46249</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/18dc09bf552c97646fc05d76757a103cef1bdb9e"><code>18dc09b</code></a> fix: should not warn when image unmounts (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46567">#46567</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/9edf2d3d1f31ae180117416fb3c62219295b88a0"><code>9edf2d3</code></a> Fix CSS imports not included in entries with a custom extension (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/46571">#46571</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v13.2.1...v13.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=13.2.1&new-version=13.2.2)](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 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>
dependabot[bot] commented 2023-03-01 09:52:45 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: go-bds/Maneger#510
No description provided.