Skip to content

Commit

Permalink
feat(nextjs): bump up Next.js v12.1.0 (#9020)
Browse files Browse the repository at this point in the history
* feat(nextjs): feat(nextjs): bump up nextjs v12.1.0

bump up next.js and eslint-config-next to v12.1.0
ISSUES CLOSED: #9018

Co-authored-by: kobori.hikaru <kobori.hikaru@a-hikkoshi.co.jp>
Co-authored-by: kirjai <9858620+kirjai@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 18, 2022
1 parent ef1fc88 commit f8c614d
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 627 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -141,7 +141,7 @@
"ejs": "^3.1.5",
"enhanced-resolve": "^5.8.3",
"eslint": "8.7.0",
"eslint-config-next": "12.0.7",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
Expand Down Expand Up @@ -187,7 +187,7 @@
"mime": "2.4.4",
"mini-css-extract-plugin": "~2.4.7",
"minimatch": "3.0.4",
"next": "12.0.7",
"next": "^12.1.0",
"next-sitemap": "^1.6.108",
"ng-packagr": "~13.2.0",
"ngrx-store-freeze": "0.2.4",
Expand Down Expand Up @@ -308,4 +308,4 @@
"**/xmlhttprequest-ssl": "~1.6.2",
"immer": "~9.0.6"
}
}
}
13 changes: 13 additions & 0 deletions packages/next/migrations.json
Expand Up @@ -207,6 +207,19 @@
"alwaysAddToPackageJson": false
}
}
},
"13.9.0": {
"version": "13.9.0-beta.0",
"packages": {
"next": {
"version": "12.1.0",
"alwaysAddToPackageJson": false
},
"eslint-config-next": {
"version": "12.1.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/next/package.json
Expand Up @@ -30,7 +30,7 @@
"migrations": "./migrations.json"
},
"peerDependencies": {
"next": "^12.0.0"
"next": "^12.1.0"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.14.5",
Expand All @@ -43,7 +43,7 @@
"@nrwl/workspace": "*",
"@svgr/webpack": "^6.1.2",
"chalk": "4.1.0",
"eslint-config-next": "^12.0.0",
"eslint-config-next": "^12.1.0",
"fs-extra": "^9.1.0",
"url-loader": "^4.1.1",
"tsconfig-paths": "^3.9.0",
Expand Down
Expand Up @@ -11,7 +11,8 @@
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"resolveJsonModule": true,
"isolatedModules": true
"isolatedModules": true,
"incremental": true
},
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "next-env.d.ts"],
"exclude": ["node_modules"]
Expand Down
4 changes: 2 additions & 2 deletions packages/next/src/utils/versions.ts
@@ -1,7 +1,7 @@
export const nxVersion = '*';

export const nextVersion = '12.0.7';
export const eslintConfigNextVersion = '12.0.7';
export const nextVersion = '12.1.0';
export const eslintConfigNextVersion = '12.1.0';
export const sassVersion = '1.43.2';
export const lessLoader = '10.2.0';
export const stylusLoader = '6.2.0';
Expand Down

1 comment on commit f8c614d

@vercel
Copy link

@vercel vercel bot commented on f8c614d Feb 18, 2022

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.