Skip to content

Commit

Permalink
v12.0.2-canary.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 28, 2021
1 parent 59712b1 commit ee062ae
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "12.0.2-canary.6"
"version": "12.0.2-canary.7"
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"keywords": [
"react",
"next",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-next",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"description": "ESLint configuration used by NextJS.",
"main": "index.js",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"directory": "packages/eslint-config-next"
},
"dependencies": {
"@next/eslint-plugin-next": "12.0.2-canary.6",
"@next/eslint-plugin-next": "12.0.2-canary.7",
"@rushstack/eslint-patch": "^1.0.6",
"@typescript-eslint/parser": "^4.20.0",
"eslint-import-resolver-node": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/eslint-plugin-next",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"description": "ESLint plugin for NextJS.",
"main": "lib/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-bundle-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
"main": "dist/polyfill-module.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-nomodule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -67,10 +67,10 @@
"dependencies": {
"@babel/runtime": "7.15.4",
"@hapi/accept": "5.0.2",
"@next/env": "12.0.2-canary.6",
"@next/polyfill-module": "12.0.2-canary.6",
"@next/react-dev-overlay": "12.0.2-canary.6",
"@next/react-refresh-utils": "12.0.2-canary.6",
"@next/env": "12.0.2-canary.7",
"@next/polyfill-module": "12.0.2-canary.7",
"@next/react-dev-overlay": "12.0.2-canary.7",
"@next/react-refresh-utils": "12.0.2-canary.7",
"@node-rs/helper": "1.2.1",
"acorn": "8.5.0",
"assert": "2.0.0",
Expand Down Expand Up @@ -154,7 +154,7 @@
"@babel/traverse": "7.15.0",
"@babel/types": "7.15.0",
"@napi-rs/cli": "1.1.0",
"@next/polyfill-nomodule": "12.0.2-canary.6",
"@next/polyfill-nomodule": "12.0.2-canary.7",
"@peculiar/webcrypto": "1.1.7",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/react-dev-overlay",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"description": "A development-only overlay for developing React applications.",
"repository": {
"url": "vercel/next.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-refresh-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/react-refresh-utils",
"version": "12.0.2-canary.6",
"version": "12.0.2-canary.7",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down

1 comment on commit ee062ae

@ijjk
Copy link
Member Author

@ijjk ijjk commented on ee062ae Oct 28, 2021

Choose a reason for hiding this comment

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

Stats from current release

Default Build (Increase detected ⚠️)
General Overall decrease ✓
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
buildDuration 21.2s 21.3s ⚠️ +105ms
buildDurationCached 4.4s 4.3s -125ms
nodeModulesSize 207 MB 198 MB -8.74 MB
Page Load Tests Overall increase ✓
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 3.461 3.511 ⚠️ +0.05
/ avg req/sec 722.25 712.05 ⚠️ -10.2
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.704 1.673 -0.03
/error-in-render avg req/sec 1467.38 1494.18 +26.8
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
450.HASH.js gzip 179 B 179 B
framework-HASH.js gzip 42.2 kB 42.2 kB
main-HASH.js gzip 28 kB 28 kB ⚠️ +7 B
webpack-HASH.js gzip 1.45 kB 1.45 kB
Overall change 71.9 kB 71.9 kB ⚠️ +7 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
polyfills-a4..dd70.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 1.23 kB 1.23 kB
_error-HASH.js gzip 194 B 194 B
amp-HASH.js gzip 312 B 312 B
css-HASH.js gzip 327 B 327 B
dynamic-HASH.js gzip 2.38 kB 2.38 kB
head-HASH.js gzip 350 B 350 B
hooks-HASH.js gzip 635 B 635 B
image-HASH.js gzip 4.44 kB 4.44 kB
index-HASH.js gzip 263 B 263 B
link-HASH.js gzip 1.87 kB 1.87 kB
routerDirect..HASH.js gzip 321 B 321 B
script-HASH.js gzip 383 B 383 B
withRouter-HASH.js gzip 318 B 318 B
334f979574ae..6f4.css gzip 106 B 106 B
Overall change 13.1 kB 13.1 kB
Client Build Manifests
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 459 B 459 B
Overall change 459 B 459 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
index.html gzip 535 B 533 B -2 B
link.html gzip 547 B 546 B -1 B
withRouter.html gzip 527 B 527 B
Overall change 1.61 kB 1.61 kB -3 B

Diffs

Diff for main-HASH.js
@@ -522,7 +522,7 @@
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "12.0.1";
+      var version = "12.0.2-canary.7";
       exports.version = version;
       var looseToArray = function(input) {
         return [].slice.call(input);
Diff for index.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-8e0014116b43e18a.js"
+      src="/_next/static/chunks/main-8b83db514be41833.js"
       defer=""
     ></script>
     <script
Diff for link.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-8e0014116b43e18a.js"
+      src="/_next/static/chunks/main-8b83db514be41833.js"
       defer=""
     ></script>
     <script
Diff for withRouter.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-8e0014116b43e18a.js"
+      src="/_next/static/chunks/main-8b83db514be41833.js"
       defer=""
     ></script>
     <script

Default Build with SWC (Increase detected ⚠️)
General Overall decrease ✓
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
buildDuration 18.1s 17.8s -250ms
buildDurationCached 4.3s 4.4s ⚠️ +97ms
nodeModulesSize 207 MB 198 MB -8.74 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 3.547 3.524 -0.02
/ avg req/sec 704.87 709.44 +4.57
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.653 1.711 ⚠️ +0.06
/error-in-render avg req/sec 1512.48 1461.52 ⚠️ -50.96
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
450.HASH.js gzip 179 B 179 B
framework-HASH.js gzip 42.2 kB 42.3 kB ⚠️ +87 B
main-HASH.js gzip 28.2 kB 28.2 kB ⚠️ +36 B
webpack-HASH.js gzip 1.43 kB 1.43 kB
Overall change 72 kB 72.1 kB ⚠️ +123 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
polyfills-a4..dd70.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages Overall increase ⚠️
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 1.22 kB 1.22 kB ⚠️ +2 B
_error-HASH.js gzip 180 B 180 B
amp-HASH.js gzip 305 B 305 B
css-HASH.js gzip 321 B 321 B
dynamic-HASH.js gzip 2.38 kB 2.38 kB ⚠️ +2 B
head-HASH.js gzip 342 B 342 B
hooks-HASH.js gzip 621 B 622 B ⚠️ +1 B
image-HASH.js gzip 4.46 kB 4.46 kB ⚠️ +1 B
index-HASH.js gzip 256 B 256 B
link-HASH.js gzip 1.9 kB 1.91 kB ⚠️ +1 B
routerDirect..HASH.js gzip 314 B 314 B
script-HASH.js gzip 375 B 375 B
withRouter-HASH.js gzip 309 B 309 B
334f979574ae..6f4.css gzip 106 B 106 B
Overall change 13.1 kB 13.1 kB ⚠️ +7 B
Client Build Manifests Overall increase ⚠️
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 459 B 460 B ⚠️ +1 B
Overall change 459 B 460 B ⚠️ +1 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary v12.0.1 vercel/next.js refs/heads/canary Change
index.html gzip 535 B 534 B -1 B
link.html gzip 547 B 547 B
withRouter.html gzip 529 B 528 B -1 B
Overall change 1.61 kB 1.61 kB -2 B

Diffs

Diff for main-HASH.js
@@ -522,7 +522,7 @@
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "12.0.1";
+      var version = "12.0.2-canary.7";
       exports.version = version;
       var looseToArray = function(input) {
         return [].slice.call(input);
Diff for index.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-8e0014116b43e18a.js"
+      src="/_next/static/chunks/main-8b83db514be41833.js"
       defer=""
     ></script>
     <script
Diff for link.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-8e0014116b43e18a.js"
+      src="/_next/static/chunks/main-8b83db514be41833.js"
       defer=""
     ></script>
     <script
Diff for withRouter.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-8e0014116b43e18a.js"
+      src="/_next/static/chunks/main-8b83db514be41833.js"
       defer=""
     ></script>
     <script

Please sign in to comment.