Skip to content

Commit

Permalink
bump(deps): update dependency next to v13.4.16 (#560)
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 |
|---|---|---|---|---|---|
| [next](https://nextjs.org)
([source](https://togithub.com/vercel/next.js)) | [`13.4.13` ->
`13.4.16`](https://renovatebot.com/diffs/npm/next/13.4.13/13.4.16) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/next/13.4.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/13.4.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/13.4.13/13.4.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/13.4.13/13.4.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/next.js (next)</summary>

###
[`v13.4.16`](https://togithub.com/vercel/next.js/releases/tag/v13.4.16)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v13.4.15...v13.4.16)

##### Core Changes

- Concept: test mode for Playwright and similar integration tools:
[#&#8203;52520](https://togithub.com/vercel/next.js/issues/52520)
- Turbopack: fix hiding node_modules warnings in error overlay.:
[#&#8203;54022](https://togithub.com/vercel/next.js/issues/54022)
- ci(next-swc): print glibc version when build:
[#&#8203;54026](https://togithub.com/vercel/next.js/issues/54026)
- Adjust internal action proxy export:
[#&#8203;54004](https://togithub.com/vercel/next.js/issues/54004)

##### Documentation Changes

- Update 05-client-side-rendering.mdx with latest tanstack query
version:
[#&#8203;54009](https://togithub.com/vercel/next.js/issues/54009)
- Open Graph Image font declaration moved to correct place:
[#&#8203;53998](https://togithub.com/vercel/next.js/issues/53998)
- Update opengraph-image.mdx: Fix typo:
[#&#8203;54020](https://togithub.com/vercel/next.js/issues/54020)

##### Misc Changes

- Remove extra label from runner:
[#&#8203;54002](https://togithub.com/vercel/next.js/issues/54002)
- add standalone testcase for ipv6 hostnames:
[#&#8203;53999](https://togithub.com/vercel/next.js/issues/53999)
- release: add release log generation script:
[#&#8203;54006](https://togithub.com/vercel/next.js/issues/54006)
- test(ci): refine test suite name unique:
[#&#8203;54013](https://togithub.com/vercel/next.js/issues/54013)
- Leverage previous swc build images:
[#&#8203;54027](https://togithub.com/vercel/next.js/issues/54027)
- chore: mark build folder indexable:
[#&#8203;54029](https://togithub.com/vercel/next.js/issues/54029)
- Move turbo outside of build for docker swc builds:
[#&#8203;54035](https://togithub.com/vercel/next.js/issues/54035)

##### Credits

Huge thanks to [@&#8203;ijjk](https://togithub.com/ijjk),
[@&#8203;ztanner](https://togithub.com/ztanner),
[@&#8203;huozhi](https://togithub.com/huozhi),
[@&#8203;lacymorrow](https://togithub.com/lacymorrow),
[@&#8203;dvoytenko](https://togithub.com/dvoytenko),
[@&#8203;kylemcd](https://togithub.com/kylemcd),
[@&#8203;kwonoj](https://togithub.com/kwonoj),
[@&#8203;tibi1220](https://togithub.com/tibi1220),
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith), and
[@&#8203;shuding](https://togithub.com/shuding) for helping!

###
[`v13.4.15`](https://togithub.com/vercel/next.js/releases/tag/v13.4.15)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v13.4.13...v13.4.15)

##### Core Changes

- Fix action failures due to state tree encoding:
[#&#8203;53655](https://togithub.com/vercel/next.js/issues/53655)
- Initial HMR Nexturbo API implementation:
[#&#8203;52950](https://togithub.com/vercel/next.js/issues/52950)
- Turbopack: add edge app routes :
[#&#8203;53387](https://togithub.com/vercel/next.js/issues/53387)
- Turbopack: Hide Turbo Engine internals:
[#&#8203;53007](https://togithub.com/vercel/next.js/issues/53007)
- add unit test case for next.rs api:
[#&#8203;53679](https://togithub.com/vercel/next.js/issues/53679)
- Fix not-found rendering in production with edge:
[#&#8203;53687](https://togithub.com/vercel/next.js/issues/53687)
- fix(next/image): don't call ReactDOM.preload if missing, such as jest:
[#&#8203;53443](https://togithub.com/vercel/next.js/issues/53443)
- Add docs page for uncaught DynamicServerErrors:
[#&#8203;53402](https://togithub.com/vercel/next.js/issues/53402)
- Consolidate Server and Routing process into one process:
[#&#8203;53523](https://togithub.com/vercel/next.js/issues/53523)
- fix: Update outdated transform imports lucide-react:
[#&#8203;53697](https://togithub.com/vercel/next.js/issues/53697)
- Update font data:
[#&#8203;53759](https://togithub.com/vercel/next.js/issues/53759)
- Add warnings for static generation bail outs:
[#&#8203;53761](https://togithub.com/vercel/next.js/issues/53761)
- Sort root entries per pageExtensions config for consistency:
[#&#8203;53769](https://togithub.com/vercel/next.js/issues/53769)
- improve error message for conflicting parallel segments:
[#&#8203;53803](https://togithub.com/vercel/next.js/issues/53803)
- Add `changeFrequency` and `priority` attributes to sitemaps:
[#&#8203;48484](https://togithub.com/vercel/next.js/issues/48484)
- Ensure we set cache-control: no-cache for actions:
[#&#8203;53824](https://togithub.com/vercel/next.js/issues/53824)
- Reuse RenderWorker type:
[#&#8203;53782](https://togithub.com/vercel/next.js/issues/53782)
- fix: normalize backslash in `getStaticPaths()` for windows:
[#&#8203;53876](https://togithub.com/vercel/next.js/issues/53876)
- Delete errorneous empty content length header:
[#&#8203;53843](https://togithub.com/vercel/next.js/issues/53843)
- Turbopack: more tests and bugfixes for next.rs api:
[#&#8203;53809](https://togithub.com/vercel/next.js/issues/53809)
- Add `@heroicons/react` to `modularizeImports`:
[#&#8203;53902](https://togithub.com/vercel/next.js/issues/53902)
- Turbopack: Fix debugging in napi for next-api:
[#&#8203;53889](https://togithub.com/vercel/next.js/issues/53889)
- Fix/match resource:
[#&#8203;53796](https://togithub.com/vercel/next.js/issues/53796)
- Use summary_large_image as twitter card if images present by default:
[#&#8203;53919](https://togithub.com/vercel/next.js/issues/53919)
- Turbopack: Emit whether server or client assets changed:
[#&#8203;53879](https://togithub.com/vercel/next.js/issues/53879)
- Limit sharp's concurrency:
[#&#8203;53385](https://togithub.com/vercel/next.js/issues/53385)
- enable [@&#8203;vercel/og](https://togithub.com/vercel/og) support for
turbopack:
[#&#8203;53917](https://togithub.com/vercel/next.js/issues/53917)
- feat(image): DataURL placeholder support for <Image />:
[#&#8203;53442](https://togithub.com/vercel/next.js/issues/53442)
- Recover not found errors from flight data to render with proper
boundary:
[#&#8203;53703](https://togithub.com/vercel/next.js/issues/53703)
- Update React to `18.3.0-canary-1a001dac6-20230812`:
[#&#8203;53881](https://togithub.com/vercel/next.js/issues/53881)
- add "expect" to list of forbidden IPC headers:
[#&#8203;53947](https://togithub.com/vercel/next.js/issues/53947)
- Update swc runners config:
[#&#8203;53939](https://togithub.com/vercel/next.js/issues/53939)
- Better IPv6 support for `next-server`:
[#&#8203;53131](https://togithub.com/vercel/next.js/issues/53131)

##### Documentation Changes

- Update 11-middleware.mdx: Added Switcher:
[#&#8203;53977](https://togithub.com/vercel/next.js/issues/53977)
- Fix doc grammatical errors:
[#&#8203;53672](https://togithub.com/vercel/next.js/issues/53672)
- Fix a link in incrementalCacheHandlerPath.mdx:
[#&#8203;53718](https://togithub.com/vercel/next.js/issues/53718)
- Fix typo in data fetching documentation:
[#&#8203;53772](https://togithub.com/vercel/next.js/issues/53772)
- Docs: Add option for fetching data using route handlers - from the
client:
[#&#8203;53793](https://togithub.com/vercel/next.js/issues/53793)
- docs: Add more information about Server Actions:
[#&#8203;53805](https://togithub.com/vercel/next.js/issues/53805)
- docs: document cache tagging mechanism:
[#&#8203;53806](https://togithub.com/vercel/next.js/issues/53806)
- chore(docs): add missing "try it out":
[#&#8203;53815](https://togithub.com/vercel/next.js/issues/53815)
- docs: Opting out of scrolling with `next/link` and `useRouter`.:
[#&#8203;53804](https://togithub.com/vercel/next.js/issues/53804)
- chore(docs): note cache-control header for preview/draft mode:
[#&#8203;53825](https://togithub.com/vercel/next.js/issues/53825)
- Include instructions for `bun` package manager:
[#&#8203;53590](https://togithub.com/vercel/next.js/issues/53590)
- Docs: Update confusing wording in intercepting routes:
[#&#8203;53854](https://togithub.com/vercel/next.js/issues/53854)
- (docs) Fixes Server Actions example:
[#&#8203;53920](https://togithub.com/vercel/next.js/issues/53920)
- fix typo:
[#&#8203;53908](https://togithub.com/vercel/next.js/issues/53908)
- Docs: fix pnpm command for saving dev deps
([#&#8203;53937](https://togithub.com/vercel/next.js/issues/53937)):
[#&#8203;53938](https://togithub.com/vercel/next.js/issues/53938)
- The extra word 'the' has been deleted:
[#&#8203;53951](https://togithub.com/vercel/next.js/issues/53951)

##### Example Changes

- \[Examples] Update Example Prepr CMS:
[#&#8203;49224](https://togithub.com/vercel/next.js/issues/49224)
- Update to with-supertokens example app:
[#&#8203;53434](https://togithub.com/vercel/next.js/issues/53434)
- docs(with-stripe-typescript): Update README demo link:
[#&#8203;53662](https://togithub.com/vercel/next.js/issues/53662)
- (example) update github-pages example:
[#&#8203;52168](https://togithub.com/vercel/next.js/issues/52168)
- chore: add light/dark mode theme detection to image component example:
[#&#8203;53760](https://togithub.com/vercel/next.js/issues/53760)

##### Misc Changes

- Remove tsconfig extending for
[@&#8203;next/thrid-parties](https://togithub.com/next/thrid-parties)
package:
[#&#8203;53991](https://togithub.com/vercel/next.js/issues/53991)
- Make next as dependency of `@next/third-parties` package:
[#&#8203;53996](https://togithub.com/vercel/next.js/issues/53996)
- update eslint config:
[#&#8203;53637](https://togithub.com/vercel/next.js/issues/53637)
- enable more test cases for next.rs api:
[#&#8203;53670](https://togithub.com/vercel/next.js/issues/53670)
- fix(node): pnpm 8.6 needs node 16.14:
[#&#8203;53677](https://togithub.com/vercel/next.js/issues/53677)
- fix(create-next-app): fix CI defaults (default to typescript):
[#&#8203;53686](https://togithub.com/vercel/next.js/issues/53686)
- fix azure test cases:
[#&#8203;53692](https://togithub.com/vercel/next.js/issues/53692)
- Adding GoogleMaps and Youtube embed components:
[#&#8203;52909](https://togithub.com/vercel/next.js/issues/52909)
- Update env variable for fonts data workflow:
[#&#8203;53701](https://togithub.com/vercel/next.js/issues/53701)
- Move next-rs API tests from unit to e2e:
[#&#8203;53771](https://togithub.com/vercel/next.js/issues/53771)
- test(turbo): allow to run test with --experimental-turbo:
[#&#8203;53396](https://togithub.com/vercel/next.js/issues/53396)
- chore(actions): exclude drafts from PR notificiation:
[#&#8203;53669](https://togithub.com/vercel/next.js/issues/53669)
- Update runner labels:
[#&#8203;53925](https://togithub.com/vercel/next.js/issues/53925)
- Update `swc_core` to `v0.79.55`:
[#&#8203;53831](https://togithub.com/vercel/next.js/issues/53831)
- \[chore] Upgrade playwright to 1.35.1:
[#&#8203;53875](https://togithub.com/vercel/next.js/issues/53875)
- Update turbo env handling:
[#&#8203;53970](https://togithub.com/vercel/next.js/issues/53970)

##### Credits

Huge thanks to
[@&#8203;iamarpitpatidar](https://togithub.com/iamarpitpatidar),
[@&#8203;pythagoras-yamamoto](https://togithub.com/pythagoras-yamamoto),
[@&#8203;alexkirsz](https://togithub.com/alexkirsz),
[@&#8203;sokra](https://togithub.com/sokra),
[@&#8203;jsteele-stripe](https://togithub.com/jsteele-stripe),
[@&#8203;tknickman](https://togithub.com/tknickman),
[@&#8203;gaojude](https://togithub.com/gaojude),
[@&#8203;styfle](https://togithub.com/styfle),
[@&#8203;janicklas-ralph](https://togithub.com/janicklas-ralph),
[@&#8203;huozhi](https://togithub.com/huozhi),
[@&#8203;ijjk](https://togithub.com/ijjk),
[@&#8203;vinaykulk621](https://togithub.com/vinaykulk621),
[@&#8203;balazsorban44](https://togithub.com/balazsorban44),
[@&#8203;ztanner](https://togithub.com/ztanner),
[@&#8203;timneutkens](https://togithub.com/timneutkens),
[@&#8203;ericfennis](https://togithub.com/ericfennis),
[@&#8203;JohnAdib](https://togithub.com/JohnAdib),
[@&#8203;MiLk](https://togithub.com/MiLk),
[@&#8203;kwonoj](https://togithub.com/kwonoj),
[@&#8203;delbaoliveira](https://togithub.com/delbaoliveira),
[@&#8203;leerob](https://togithub.com/leerob),
[@&#8203;LuudJanssen](https://togithub.com/LuudJanssen),
[@&#8203;lucasconstantino](https://togithub.com/lucasconstantino),
[@&#8203;davecarlson](https://togithub.com/davecarlson),
[@&#8203;colinhacks](https://togithub.com/colinhacks),
[@&#8203;shuding](https://togithub.com/shuding),
[@&#8203;jridgewell](https://togithub.com/jridgewell),
[@&#8203;jantimon](https://togithub.com/jantimon),
[@&#8203;Banbarashik](https://togithub.com/Banbarashik),
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony),
[@&#8203;kdy1](https://togithub.com/kdy1),
[@&#8203;dvoytenko](https://togithub.com/dvoytenko),
[@&#8203;arturbien](https://togithub.com/arturbien),
[@&#8203;gnoff](https://togithub.com/gnoff),
[@&#8203;hsrvms](https://togithub.com/hsrvms), and
[@&#8203;DuCanhGH](https://togithub.com/DuCanhGH),
[@&#8203;tim-hanssen](https://togithub.com/tim-hanssen),
[@&#8203;Aryan9592](https://togithub.com/Aryan9592), and
[@&#8203;rishabhpoddar](https://togithub.com/rishabhpoddar) for helping!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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://developer.mend.io/github/levaintech/contented).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent 72e2e90 commit a76124f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
88 changes: 44 additions & 44 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 packages/contented-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clsx": "1.2.1",
"lodash": "4.17.21",
"mermaid": "10.3.0",
"next": "13.4.13",
"next": "13.4.16",
"next-sitemap": "4.2.2",
"postcss": "8.4.27",
"react": "18.2.0",
Expand Down

0 comments on commit a76124f

Please sign in to comment.