Skip to content

Commit

Permalink
v10.1.3-canary.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 1, 2021
1 parent 0ad805f commit 95b9839
Show file tree
Hide file tree
Showing 15 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.1.3-canary.0"
"version": "10.1.3-canary.1"
}
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.1.3-canary.0",
"version": "10.1.3-canary.1",
"keywords": [
"react",
"next",
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.1.3-canary.0",
"version": "10.1.3-canary.1",
"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.1.3-canary.0",
"version": "10.1.3-canary.1",
"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.1.3-canary.0",
"version": "10.1.3-canary.1",
"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.1.3-canary.0",
"version": "10.1.3-canary.1",
"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.1.3-canary.0",
"version": "10.1.3-canary.1",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-google-analytics",
"version": "10.1.3-canary.0",
"version": "10.1.3-canary.1",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-google-analytics"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-sentry",
"version": "10.1.3-canary.0",
"version": "10.1.3-canary.1",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-sentry"
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.1.3-canary.0",
"version": "10.1.3-canary.1",
"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.1.3-canary.0",
"version": "10.1.3-canary.1",
"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.1.3-canary.0",
"version": "10.1.3-canary.1",
"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.1.3-canary.0",
"version": "10.1.3-canary.1",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -62,10 +62,10 @@
"dependencies": {
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.1",
"@next/env": "10.1.3-canary.0",
"@next/polyfill-module": "10.1.3-canary.0",
"@next/react-dev-overlay": "10.1.3-canary.0",
"@next/react-refresh-utils": "10.1.3-canary.0",
"@next/env": "10.1.3-canary.1",
"@next/polyfill-module": "10.1.3-canary.1",
"@next/react-dev-overlay": "10.1.3-canary.1",
"@next/react-refresh-utils": "10.1.3-canary.1",
"@opentelemetry/api": "0.14.0",
"assert": "2.0.0",
"ast-types": "0.13.2",
Expand Down Expand Up @@ -146,7 +146,7 @@
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@babel/types": "7.12.12",
"@next/polyfill-nomodule": "10.1.3-canary.0",
"@next/polyfill-nomodule": "10.1.3-canary.1",
"@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.1.3-canary.0",
"version": "10.1.3-canary.1",
"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.1.3-canary.0",
"version": "10.1.3-canary.1",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down

1 comment on commit 95b9839

@ijjk
Copy link
Member Author

@ijjk ijjk commented on 95b9839 Apr 1, 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.1.2 vercel/next.js refs/heads/canary Change
buildDuration 13.7s 13.8s ⚠️ +54ms
nodeModulesSize 45.9 MB 45.9 MB ⚠️ +16.7 kB
Page Load Tests Overall increase ✓
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.509 2.34 -0.17
/ avg req/sec 996.48 1068.22 +71.74
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.643 1.679 ⚠️ +0.04
/error-in-render avg req/sec 1521.26 1488.6 ⚠️ -32.66
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
677f882d2ed8..7edd.js gzip 13.4 kB 13.4 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 7.12 kB 7.12 kB ⚠️ +5 B
webpack-HASH.js gzip 751 B 751 B
Overall change 60.2 kB 60.2 kB ⚠️ +5 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.1.2 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.1.2 vercel/next.js refs/heads/canary Change
_app-8fbabfc..6440.js gzip 1.28 kB 1.28 kB
_error-af59f..582f.js gzip 3.46 kB 3.46 kB
amp-9716187d..0aa8.js gzip 536 B 536 B
hooks-107e90..74c7.js gzip 888 B 888 B
index-ac435c..ecf2.js gzip 227 B 227 B
link-c31053f..c329.js gzip 1.64 kB 1.64 kB
routerDirect..dc9d.js gzip 303 B 303 B
withRouter-6..0e02.js gzip 302 B 302 B
Overall change 8.64 kB 8.64 kB
Client Build Manifests
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 370 B 370 B
Overall change 370 B 370 B
Rendered Page Sizes
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
index.html gzip 612 B 612 B
link.html gzip 620 B 620 B
withRouter.html gzip 607 B 607 B
Overall change 1.84 kB 1.84 kB

Diffs

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

Serverless Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
buildDuration 16s 16.4s ⚠️ +389ms
nodeModulesSize 45.9 MB 45.9 MB ⚠️ +16.7 kB
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
677f882d2ed8..7edd.js gzip 13.4 kB 13.4 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 7.12 kB 7.12 kB ⚠️ +5 B
webpack-HASH.js gzip 751 B 751 B
Overall change 60.2 kB 60.2 kB ⚠️ +5 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.1.2 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.1.2 vercel/next.js refs/heads/canary Change
_app-8fbabfc..6440.js gzip 1.28 kB 1.28 kB
_error-af59f..582f.js gzip 3.46 kB 3.46 kB
amp-9716187d..0aa8.js gzip 536 B 536 B
hooks-107e90..74c7.js gzip 888 B 888 B
index-ac435c..ecf2.js gzip 227 B 227 B
link-c31053f..c329.js gzip 1.64 kB 1.64 kB
routerDirect..dc9d.js gzip 303 B 303 B
withRouter-6..0e02.js gzip 302 B 302 B
Overall change 8.64 kB 8.64 kB
Client Build Manifests
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 370 B 370 B
Overall change 370 B 370 B
Serverless bundles Overall increase ⚠️
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
_error.js 1.36 MB 1.36 MB ⚠️ +664 B
404.html 2.67 kB 2.67 kB
500.html 2.65 kB 2.65 kB
amp.amp.html 10.7 kB 10.7 kB
amp.html 1.86 kB 1.86 kB
hooks.html 1.92 kB 1.92 kB
index.js 1.36 MB 1.36 MB ⚠️ +664 B
link.js 1.42 MB 1.42 MB ⚠️ +664 B
routerDirect.js 1.41 MB 1.41 MB ⚠️ +664 B
withRouter.js 1.41 MB 1.41 MB ⚠️ +664 B
Overall change 6.99 MB 6.99 MB ⚠️ +3.32 kB

Webpack 5 Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
buildDuration 16.6s 16.3s -302ms
nodeModulesSize 45.9 MB 45.9 MB ⚠️ +16.7 kB
Page Load Tests Overall increase ✓
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.436 2.447 ⚠️ +0.01
/ avg req/sec 1026.44 1021.72 ⚠️ -4.72
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.671 1.622 -0.05
/error-in-render avg req/sec 1496.02 1541.01 +44.99
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
597-e27c5352..db8c.js gzip 13.3 kB 13.3 kB
778-a4568938..e1f5.js gzip 7.04 kB 7.05 kB ⚠️ +8 B
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 151 B 151 B
webpack-HASH.js gzip 993 B 993 B
Overall change 60.8 kB 60.8 kB ⚠️ +8 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.1.2 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.1.2 vercel/next.js refs/heads/canary Change
_app-5cc66b2..6f03.js gzip 1.3 kB 1.3 kB
_error-b58c1..9b8e.js gzip 3.4 kB 3.4 kB
amp-89a5460c..567f.js gzip 558 B 558 B
hooks-8c2e74..be37.js gzip 924 B 924 B
index-fec729..83b2.js gzip 243 B 243 B
link-dd34d9b..0ade.js gzip 1.66 kB 1.66 kB
routerDirect..5759.js gzip 336 B 336 B
withRouter-1..98bf.js gzip 334 B 334 B
Overall change 8.76 kB 8.76 kB
Client Build Manifests
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 349 B 349 B
Overall change 349 B 349 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary v10.1.2 vercel/next.js refs/heads/canary Change
index.html gzip 610 B 609 B -1 B
link.html gzip 616 B 614 B -2 B
withRouter.html gzip 604 B 604 B
Overall change 1.83 kB 1.83 kB -3 B

Diffs

Diff for main-HASH.js
@@ -267,7 +267,7 @@ _N_E = (window.webpackJsonp_N_E = window.webpackJsonp_N_E || []).push([
         k = r("nOHt"),
         M = JSON.parse(document.getElementById("__NEXT_DATA__").textContent);
       window.__NEXT_DATA__ = M;
-      t.version = "10.1.2";
+      t.version = "10.1.3-canary.1";
       var R = function(e) {
           return [].slice.call(e);
         },
Diff for index.html
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/main-95f2fef47466cc3127b6.js"
+      href="/_next/static/chunks/main-719b3b2bddc5d22e25be.js"
       as="script"
     />
     <link
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "z19_XQTXFuy3krvy-gWNf",
+        "buildId": "8-rESJRal8AXuz_oG5cFq",
         "isFallback": false,
         "gip": true
       }
@@ -65,7 +65,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/main-95f2fef47466cc3127b6.js"
+      src="/_next/static/chunks/main-719b3b2bddc5d22e25be.js"
       async=""
     ></script>
     <script
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/z19_XQTXFuy3krvy-gWNf/_buildManifest.js"
+      src="/_next/static/8-rESJRal8AXuz_oG5cFq/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/z19_XQTXFuy3krvy-gWNf/_ssgManifest.js"
+      src="/_next/static/8-rESJRal8AXuz_oG5cFq/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/main-95f2fef47466cc3127b6.js"
+      href="/_next/static/chunks/main-719b3b2bddc5d22e25be.js"
       as="script"
     />
     <link
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "z19_XQTXFuy3krvy-gWNf",
+        "buildId": "8-rESJRal8AXuz_oG5cFq",
         "isFallback": false,
         "gip": true
       }
@@ -70,7 +70,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/main-95f2fef47466cc3127b6.js"
+      src="/_next/static/chunks/main-719b3b2bddc5d22e25be.js"
       async=""
     ></script>
     <script
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/z19_XQTXFuy3krvy-gWNf/_buildManifest.js"
+      src="/_next/static/8-rESJRal8AXuz_oG5cFq/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/z19_XQTXFuy3krvy-gWNf/_ssgManifest.js"
+      src="/_next/static/8-rESJRal8AXuz_oG5cFq/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -22,7 +22,7 @@
     />
     <link
       rel="preload"
-      href="/_next/static/chunks/main-95f2fef47466cc3127b6.js"
+      href="/_next/static/chunks/main-719b3b2bddc5d22e25be.js"
       as="script"
     />
     <link
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "z19_XQTXFuy3krvy-gWNf",
+        "buildId": "8-rESJRal8AXuz_oG5cFq",
         "isFallback": false,
         "gip": true
       }
@@ -65,7 +65,7 @@
       async=""
     ></script>
     <script
-      src="/_next/static/chunks/main-95f2fef47466cc3127b6.js"
+      src="/_next/static/chunks/main-719b3b2bddc5d22e25be.js"
       async=""
     ></script>
     <script
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/z19_XQTXFuy3krvy-gWNf/_buildManifest.js"
+      src="/_next/static/8-rESJRal8AXuz_oG5cFq/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/z19_XQTXFuy3krvy-gWNf/_ssgManifest.js"
+      src="/_next/static/8-rESJRal8AXuz_oG5cFq/_ssgManifest.js"
       async=""
     ></script>
   </body>

Please sign in to comment.