Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to v14.0.1 (#349)
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 |
|---|---|---|---|---|---|
|
[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)
([source](https://togithub.com/vercel/next.js)) | [`14.0.0` ->
`14.0.1`](https://renovatebot.com/diffs/npm/eslint-config-next/14.0.0/14.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [next](https://nextjs.org)
([source](https://togithub.com/vercel/next.js)) | [`14.0.0` ->
`14.0.1`](https://renovatebot.com/diffs/npm/next/14.0.0/14.0.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/next.js (eslint-config-next)</summary>

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

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.0.0...v14.0.1)

##### Core Changes

- Add Next.js 14 codemods to CLI output.:
[#&#8203;57552](https://togithub.com/vercel/next.js/issues/57552)
- OpenTelemetry: propagate a configured context(s) to root requests:
[#&#8203;57084](https://togithub.com/vercel/next.js/issues/57084)
- debug: Add tags to next build traces to track build configuration in
the .next/trace file:
[#&#8203;56965](https://togithub.com/vercel/next.js/issues/56965)
- \[Traces] Await the flush of the trace write stream to make sure trace
file is written:
[#&#8203;57641](https://togithub.com/vercel/next.js/issues/57641)
- Add node-pty to externals list:
[#&#8203;57640](https://togithub.com/vercel/next.js/issues/57640)
- fix: move logging config validation out of experimental:
[#&#8203;57530](https://togithub.com/vercel/next.js/issues/57530)
- Update font data:
[#&#8203;57728](https://togithub.com/vercel/next.js/issues/57728)
- Support viewport export via TS Plugin:
[#&#8203;57554](https://togithub.com/vercel/next.js/issues/57554)
- Fix: Build compilation warning when using middleware:
[#&#8203;57685](https://togithub.com/vercel/next.js/issues/57685)
- chore: Update flight-client-entry-plugin.ts typo:
[#&#8203;57734](https://togithub.com/vercel/next.js/issues/57734)
- Improve error for missing default export in dynamic metadata routes:
[#&#8203;57711](https://togithub.com/vercel/next.js/issues/57711)
- fix gsp tracing issue:
[#&#8203;57766](https://togithub.com/vercel/next.js/issues/57766)
- fix(turbopack): don't match empty route groups:
[#&#8203;57647](https://togithub.com/vercel/next.js/issues/57647)
- Update React from
[`8c8ee9e`](https://togithub.com/vercel/next.js/commit/8c8ee9ee6) to
[`0c63487`](https://togithub.com/vercel/next.js/commit/0c6348758) and
types: [#&#8203;57772](https://togithub.com/vercel/next.js/issues/57772)

##### Documentation Changes

- Add missing dot in codemod command:
[#&#8203;57536](https://togithub.com/vercel/next.js/issues/57536)
- docs(fix): example text unescaped entities:
[#&#8203;57255](https://togithub.com/vercel/next.js/issues/57255)
- doc: Clarify built-in support for sass after installation:
[#&#8203;57279](https://togithub.com/vercel/next.js/issues/57279)
- Update docs with a Good to know box about using redirect in client
components:
[#&#8203;56966](https://togithub.com/vercel/next.js/issues/56966)
- docs: fix 02-dynamic-routes.mdx:
[#&#8203;57029](https://togithub.com/vercel/next.js/issues/57029)
- Fix incorrect link in GTM docs:
[#&#8203;57547](https://togithub.com/vercel/next.js/issues/57547)
- Fix typos:
[#&#8203;57592](https://togithub.com/vercel/next.js/issues/57592)
- Add apostrophe 07-error-handling.mdx:
[#&#8203;57626](https://togithub.com/vercel/next.js/issues/57626)
- Fix: codemods.mdx Incorrect heading structure of next-og-import,
meta…: [#&#8203;57605](https://togithub.com/vercel/next.js/issues/57605)
- Typo fix, version "13" to "14":
[#&#8203;57723](https://togithub.com/vercel/next.js/issues/57723)
- Fix Google Tag Manager URL in Third Party Libraries documentation:
[#&#8203;57731](https://togithub.com/vercel/next.js/issues/57731)

##### Example Changes

- Fix: Call cookies function from route to flag as dynamic:
[#&#8203;57494](https://togithub.com/vercel/next.js/issues/57494)
- (Examples) Add `with-youtube-embed` example:
[#&#8203;57367](https://togithub.com/vercel/next.js/issues/57367)
- (Examples) Add `with-google-maps-embed` example:
[#&#8203;57365](https://togithub.com/vercel/next.js/issues/57365)
- update [@&#8203;types/react](https://togithub.com/types/react) version
in examples:
[#&#8203;57259](https://togithub.com/vercel/next.js/issues/57259)
- docs: fix broken link to demo:
[#&#8203;57229](https://togithub.com/vercel/next.js/issues/57229)
- (example update) Update example with-Clerk:
[#&#8203;57050](https://togithub.com/vercel/next.js/issues/57050)
- active-class-name example style js has not taken effect:
[#&#8203;56136](https://togithub.com/vercel/next.js/issues/56136)
- add inngest next.js example:
[#&#8203;56049](https://togithub.com/vercel/next.js/issues/56049)
- fix inngest example for 3.x sdk:
[#&#8203;57712](https://togithub.com/vercel/next.js/issues/57712)

##### Misc Changes

- update manifest:
[#&#8203;57523](https://togithub.com/vercel/next.js/issues/57523)
- update next/third-parties to use Next 14 or 13 as a peer dependency,
instead of just 13:
[#&#8203;57515](https://togithub.com/vercel/next.js/issues/57515)
- Modify tailwindcss related dependency of `create-next-app`:
[#&#8203;57262](https://togithub.com/vercel/next.js/issues/57262)
- Remove extra CI step and lock Node.js version:
[#&#8203;57769](https://togithub.com/vercel/next.js/issues/57769)

##### Credits

Huge thanks to
[@&#8203;dijonmusters](https://togithub.com/dijonmusters),
[@&#8203;sokra](https://togithub.com/sokra),
[@&#8203;philwolstenholme](https://togithub.com/philwolstenholme),
[@&#8203;IgorKowalczyk](https://togithub.com/IgorKowalczyk),
[@&#8203;housseindjirdeh](https://togithub.com/housseindjirdeh),
[@&#8203;Zoe-Bot](https://togithub.com/Zoe-Bot),
[@&#8203;HanCiHu](https://togithub.com/HanCiHu),
[@&#8203;JackHowa](https://togithub.com/JackHowa),
[@&#8203;goncy](https://togithub.com/goncy),
[@&#8203;hirotomoyamada](https://togithub.com/hirotomoyamada),
[@&#8203;pveyes](https://togithub.com/pveyes),
[@&#8203;yeskunall](https://togithub.com/yeskunall),
[@&#8203;vinaykulk621](https://togithub.com/vinaykulk621),
[@&#8203;ChendayUP](https://togithub.com/ChendayUP),
[@&#8203;leerob](https://togithub.com/leerob),
[@&#8203;dvoytenko](https://togithub.com/dvoytenko),
[@&#8203;mknichel](https://togithub.com/mknichel),
[@&#8203;ijjk](https://togithub.com/ijjk),
[@&#8203;hmaesta](https://togithub.com/hmaesta),
[@&#8203;ajz003](https://togithub.com/ajz003),
[@&#8203;its-kunal](https://togithub.com/its-kunal),
[@&#8203;joelhooks](https://togithub.com/joelhooks),
[@&#8203;blurrah](https://togithub.com/blurrah),
[@&#8203;tariknh](https://togithub.com/tariknh),
[@&#8203;Vinlock](https://togithub.com/Vinlock),
[@&#8203;Nayeem-XTREME](https://togithub.com/Nayeem-XTREME),
[@&#8203;aziyatali](https://togithub.com/aziyatali),
[@&#8203;aspehler](https://togithub.com/aspehler),
[@&#8203;huozhi](https://togithub.com/huozhi),
[@&#8203;ztanner](https://togithub.com/ztanner),
[@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony),
[@&#8203;moka-ayumu](https://togithub.com/moka-ayumu), and
[@&#8203;gnoff](https://togithub.com/gnoff) for helping!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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/sebald/pattern-analyzer).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent 26b4786 commit ec72e77
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 66 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dayjs": "1.11.10",
"kysely": "0.26.3",
"mysql2": "3.6.3",
"next": "14.0.0",
"next": "14.0.1",
"nextjs-google-analytics": "^2.3.3",
"p-limit": "4.0.0",
"query-string": "^8.1.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"autoprefixer": "10.4.16",
"dotenv": "16.3.1",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"eslint-config-next": "14.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.31",
Expand Down
Loading

1 comment on commit ec72e77

@vercel
Copy link

@vercel vercel bot commented on ec72e77 Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.