Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to v14.2.3 (#620)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config)
([source](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next))
| devDependencies | patch | [`14.2.2` ->
`14.2.3`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.2/14.2.3)
|
| [next](https://nextjs.org)
([source](https://github.com/vercel/next.js)) | dependencies | patch |
[`14.2.2` ->
`14.2.3`](https://renovatebot.com/diffs/npm/next/14.2.2/14.2.3) |

---

### Release Notes

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

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

[Compare
Source](https://github.com/vercel/next.js/compare/v14.2.2...v14.2.3)

> \[!NOTE]\
> This release is backporting bug fixes. It does **not** include all
pending features/changes on canary.

##### Core Changes

- Fix: resolve mixed re-exports module as cjs
([#&#8203;64681](https://github.com/vercel/next.js/issues/64681))
- fix: mixing namespace import and named import client components
([#&#8203;64809](https://github.com/vercel/next.js/issues/64809))
- Fix mixed exports in server component with barrel optimization
([#&#8203;64894](https://github.com/vercel/next.js/issues/64894))
- Fix next/image usage in
mdx([#&#8203;64875](https://github.com/vercel/next.js/issues/64875))
- fix(fetch-cache): fix additional typo, add type & data validation
([#&#8203;64799](https://github.com/vercel/next.js/issues/64799))
- prevent erroneous route interception during lazy fetch
([#&#8203;64692](https://github.com/vercel/next.js/issues/64692))
- fix root page revalidation when redirecting in a server action
([#&#8203;64730](https://github.com/vercel/next.js/issues/64730))
- fix: remove traceparent from cachekey should not remove traceparent
from original object
([#&#8203;64727](https://github.com/vercel/next.js/issues/64727))
- Clean-up fetch metrics tracking
([#&#8203;64746](https://github.com/vercel/next.js/issues/64746))

##### Credits

Huge thanks to [@&#8203;huozhi](https://github.com/huozhi),
[@&#8203;samcx](https://github.com/samcx),
[@&#8203;ztanner](https://github.com/ztanner),
[@&#8203;Jeffrey-Zutt](https://github.com/Jeffrey-Zutt), and
[@&#8203;ijjk](https://github.com/ijjk) for helping!

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMzMy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
simonknittel and renovate-bot committed May 2, 2024
1 parent 48e7a60 commit 4ba44be
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
104 changes: 52 additions & 52 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"leva": "0.9.35",
"lodash": "4.17.21",
"lorem-ipsum": "2.0.8",
"next": "14.2.2",
"next": "14.2.3",
"next-auth": "4.24.7",
"openai": "4.38.3",
"react": "18.2.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"autoprefixer": "10.4.19",
"csv": "6.3.8",
"eslint": "8.57.0",
"eslint-config-next": "14.2.2",
"eslint-config-next": "14.2.3",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
Expand Down

0 comments on commit 4ba44be

Please sign in to comment.