Skip to content

Commit

Permalink
v10.2.2-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed May 19, 2021
1 parent 935a66d commit 42a62f4
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": "10.2.1"
"version": "10.2.2-canary.0"
}
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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "^10.1.3",
"@next/eslint-plugin-next": "10.2.2-canary.0",
"@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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "10.2.1",
"version": "10.2.2-canary.0",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -64,10 +64,10 @@
"dependencies": {
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.2",
"@next/env": "10.2.1",
"@next/polyfill-module": "10.2.1",
"@next/react-dev-overlay": "10.2.1",
"@next/react-refresh-utils": "10.2.1",
"@next/env": "10.2.2-canary.0",
"@next/polyfill-module": "10.2.2-canary.0",
"@next/react-dev-overlay": "10.2.2-canary.0",
"@next/react-refresh-utils": "10.2.2-canary.0",
"@opentelemetry/api": "0.14.0",
"assert": "2.0.0",
"ast-types": "0.13.2",
Expand Down Expand Up @@ -151,7 +151,7 @@
"@babel/preset-typescript": "7.12.7",
"@babel/traverse": "^7.12.10",
"@babel/types": "7.12.12",
"@next/polyfill-nomodule": "10.2.1",
"@next/polyfill-nomodule": "10.2.2-canary.0",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
"@taskr/watch": "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": "10.2.1",
"version": "10.2.2-canary.0",
"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": "10.2.1",
"version": "10.2.2-canary.0",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down

1 comment on commit 42a62f4

@ijjk
Copy link
Member Author

@ijjk ijjk commented on 42a62f4 May 19, 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 Server Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
buildDuration 14.9s 13.6s -1.4s
buildDurationCached 4.3s 4.1s -177ms
nodeModulesSize 46.7 MB 46.7 MB ⚠️ +4.02 kB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.614 2.584 -0.03
/ avg req/sec 956.32 967.43 +11.11
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.451 1.553 ⚠️ +0.1
/error-in-render avg req/sec 1722.9 1609.39 ⚠️ -113.51
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
framework-HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 19.4 kB 19.4 kB ⚠️ +9 B
webpack-HASH.js gzip 994 B 994 B
Overall change 59.7 kB 59.7 kB ⚠️ +9 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 1.02 kB 1.02 kB
_error-HASH.js gzip 3.06 kB 3.06 kB
amp-HASH.js gzip 526 B 526 B
css-HASH.js gzip 334 B 334 B
hooks-HASH.js gzip 890 B 890 B
index-HASH.js gzip 262 B 262 B
link-HASH.js gzip 1.65 kB 1.65 kB
routerDirect..HASH.js gzip 331 B 331 B
withRouter-HASH.js gzip 329 B 329 B
bb14e60e810b..30f.css gzip 125 B 125 B
Overall change 8.54 kB 8.54 kB
Client Build Manifests
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 390 B 390 B
Overall change 390 B 390 B
Rendered Page Sizes Overall increase ⚠️
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
index.html gzip 559 B 561 B ⚠️ +2 B
link.html gzip 569 B 569 B
withRouter.html gzip 556 B 557 B ⚠️ +1 B
Overall change 1.68 kB 1.69 kB ⚠️ +3 B

Diffs

Diff for main-HASH.js
@@ -850,7 +850,7 @@
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "10.2.1";
+      var version = "10.2.2-canary.0";
       exports.version = version;
 
       var looseToArray = function looseToArray(input) {
Diff for index.html
@@ -17,7 +17,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/main-d89832c2059557dd074e.js"
+      href="/_next/static/chunks/main-1833d06d3b267edeabe6.js"
       as="script"
     />
     <link
@@ -56,7 +56,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/main-d89832c2059557dd074e.js"
+      src="/_next/static/chunks/main-1833d06d3b267edeabe6.js"
       async=""
     ></script>
     <script
Diff for link.html
@@ -17,7 +17,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/main-d89832c2059557dd074e.js"
+      href="/_next/static/chunks/main-1833d06d3b267edeabe6.js"
       as="script"
     />
     <link
@@ -61,7 +61,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/main-d89832c2059557dd074e.js"
+      src="/_next/static/chunks/main-1833d06d3b267edeabe6.js"
       async=""
     ></script>
     <script
Diff for withRouter.html
@@ -17,7 +17,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/main-d89832c2059557dd074e.js"
+      href="/_next/static/chunks/main-1833d06d3b267edeabe6.js"
       as="script"
     />
     <link
@@ -56,7 +56,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/main-d89832c2059557dd074e.js"
+      src="/_next/static/chunks/main-1833d06d3b267edeabe6.js"
       async=""
     ></script>
     <script

Serverless Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
buildDuration 17.4s 15.7s -1.7s
buildDurationCached 5.3s 4.9s -457ms
nodeModulesSize 46.7 MB 46.7 MB ⚠️ +4.02 kB
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
framework-HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 19.4 kB 19.4 kB ⚠️ +9 B
webpack-HASH.js gzip 994 B 994 B
Overall change 59.7 kB 59.7 kB ⚠️ +9 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 1.02 kB 1.02 kB
_error-HASH.js gzip 3.06 kB 3.06 kB
amp-HASH.js gzip 526 B 526 B
css-HASH.js gzip 334 B 334 B
hooks-HASH.js gzip 890 B 890 B
index-HASH.js gzip 262 B 262 B
link-HASH.js gzip 1.65 kB 1.65 kB
routerDirect..HASH.js gzip 331 B 331 B
withRouter-HASH.js gzip 329 B 329 B
bb14e60e810b..30f.css gzip 125 B 125 B
Overall change 8.54 kB 8.54 kB
Client Build Manifests
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 390 B 390 B
Overall change 390 B 390 B
Serverless bundles Overall decrease ✓
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
_error.js 17 kB 16.9 kB -77 B
404.html 2.42 kB 2.42 kB
500.html 2.41 kB 2.41 kB
amp.amp.html 10.8 kB 10.8 kB
amp.html 1.61 kB 1.61 kB
css.html 1.79 kB 1.79 kB
hooks.html 1.67 kB 1.67 kB
index.js 17.3 kB 17.2 kB -77 B
link.js 17.6 kB 17.4 kB -137 B
routerDirect.js 17.5 kB 17.4 kB -135 B
withRouter.js 17.6 kB 17.4 kB -135 B
Overall change 108 kB 107 kB -561 B

Webpack 4 Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
buildDuration 12.6s 12.3s -293ms
buildDurationCached 5.2s 4.9s -317ms
nodeModulesSize 46.7 MB 46.7 MB ⚠️ +4.02 kB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.592 2.717 ⚠️ +0.13
/ avg req/sec 964.6 920.14 ⚠️ -44.46
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.442 1.515 ⚠️ +0.07
/error-in-render avg req/sec 1734.04 1650.21 ⚠️ -83.83
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
677f882d2ed8..HASH.js gzip 13.3 kB 13.3 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 7.25 kB 7.26 kB ⚠️ +9 B
webpack-HASH.js gzip 751 B 751 B
Overall change 60.3 kB 60.3 kB ⚠️ +9 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 1.28 kB 1.28 kB
_error-HASH.js gzip 3.74 kB 3.74 kB
amp-HASH.js gzip 536 B 536 B
css-HASH.js gzip 339 B 339 B
hooks-HASH.js gzip 887 B 887 B
index-HASH.js gzip 227 B 227 B
link-HASH.js gzip 1.64 kB 1.64 kB
routerDirect..HASH.js gzip 303 B 303 B
withRouter-HASH.js gzip 302 B 302 B
e025d2764813..52f.css gzip 125 B 125 B
Overall change 9.38 kB 9.38 kB
Client Build Manifests
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 420 B 420 B
Overall change 420 B 420 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary v10.2.1 vercel/next.js refs/heads/canary Change
index.html gzip 614 B 612 B -2 B
link.html gzip 621 B 620 B -1 B
withRouter.html gzip 606 B 606 B
Overall change 1.84 kB 1.84 kB -3 B

Diffs

Diff for main-HASH.js
@@ -417,7 +417,7 @@ _N_E = (window["webpackJsonp_N_E"] = window["webpackJsonp_N_E"] || []).push([
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "10.2.1";
+      var version = "10.2.2-canary.0";
       exports.version = version;
 
       var looseToArray = function looseToArray(input) {
Diff for index.html
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/main-4c8f6cce7189f0e65d8d.js"
+      href="/_next/static/chunks/main-7a12484b42c078057ad0.js"
       as="script"
     />
     <link
@@ -65,7 +65,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/main-4c8f6cce7189f0e65d8d.js"
+      src="/_next/static/chunks/main-7a12484b42c078057ad0.js"
       async=""
     ></script>
     <script
Diff for link.html
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/main-4c8f6cce7189f0e65d8d.js"
+      href="/_next/static/chunks/main-7a12484b42c078057ad0.js"
       as="script"
     />
     <link
@@ -70,7 +70,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/main-4c8f6cce7189f0e65d8d.js"
+      src="/_next/static/chunks/main-7a12484b42c078057ad0.js"
       async=""
     ></script>
     <script
Diff for withRouter.html
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/main-4c8f6cce7189f0e65d8d.js"
+      href="/_next/static/chunks/main-7a12484b42c078057ad0.js"
       as="script"
     />
     <link
@@ -65,7 +65,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/main-4c8f6cce7189f0e65d8d.js"
+      src="/_next/static/chunks/main-7a12484b42c078057ad0.js"
       async=""
     ></script>
     <script

Please sign in to comment.