Skip to content

Commit fa29297

Browse files
authored
chore(deps): update nextjs monorepo to v14.0.1 (#41)
[![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://github.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://github.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://github.com/vercel/next.js/compare/v14.0.0...v14.0.1) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.0...v14.0.1) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v14.0.1`](https://github.com/vercel/next.js/compare/v14.0.0...v14.0.1) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.0...v14.0.1) </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 these updates again. --- - [x] <!-- 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/SHABIN-K/toss). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2 parents 4e5587b + e5c1409 commit fa29297

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

package-lock.json

+52-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@emotion/styled": "^11.11.0",
1616
"@mui/lab": "^5.0.0-alpha.150",
1717
"@mui/material": "^5.14.15",
18-
"next": "14.0.0",
18+
"next": "14.0.1",
1919
"react": "^18",
2020
"react-dom": "^18",
2121
"sonner": "^1.0.3",
@@ -27,7 +27,7 @@
2727
"@commitlint/cz-commitlint": "^18.2.0",
2828
"autoprefixer": "^10",
2929
"eslint": "^8",
30-
"eslint-config-next": "14.0.0",
30+
"eslint-config-next": "14.0.1",
3131
"husky": "^8.0.0",
3232
"lint-staged": "^15.0.2",
3333
"postcss": "^8",

0 commit comments

Comments
 (0)