Skip to content

Commit

Permalink
v11.0.2-canary.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 28, 2021
1 parent 5b2c845 commit d11589d
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": "11.0.2-canary.2"
"version": "11.0.2-canary.3"
}
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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"@next/eslint-plugin-next": "11.0.2-canary.3",
"@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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -65,10 +65,10 @@
"dependencies": {
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.2",
"@next/env": "11.0.2-canary.2",
"@next/polyfill-module": "11.0.2-canary.2",
"@next/react-dev-overlay": "11.0.2-canary.2",
"@next/react-refresh-utils": "11.0.2-canary.2",
"@next/env": "11.0.2-canary.3",
"@next/polyfill-module": "11.0.2-canary.3",
"@next/react-dev-overlay": "11.0.2-canary.3",
"@next/react-refresh-utils": "11.0.2-canary.3",
"assert": "2.0.0",
"ast-types": "0.13.2",
"browserify-zlib": "0.2.0",
Expand Down Expand Up @@ -152,7 +152,7 @@
"@babel/preset-typescript": "7.12.7",
"@babel/traverse": "^7.12.10",
"@babel/types": "7.12.12",
"@next/polyfill-nomodule": "11.0.2-canary.2",
"@next/polyfill-nomodule": "11.0.2-canary.3",
"@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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"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": "11.0.2-canary.2",
"version": "11.0.2-canary.3",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down

1 comment on commit d11589d

@ijjk
Copy link
Member Author

@ijjk ijjk commented on d11589d Jun 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 Server Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
buildDuration 11.7s 11.2s -431ms
buildDurationCached 2.8s 2.8s -17ms
nodeModulesSize 49.2 MB 49.2 MB ⚠️ +5.94 kB
Page Load Tests Overall increase ✓
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.046 2.095 ⚠️ +0.05
/ avg req/sec 1221.74 1193.34 ⚠️ -28.4
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.187 1.131 -0.06
/error-in-render avg req/sec 2107.03 2211.18 +104.15
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
framework-HASH.js gzip 42 kB 42 kB
main-HASH.js gzip 20.2 kB 20.2 kB ⚠️ +8 B
webpack-HASH.js gzip 810 B 810 B
Overall change 63 kB 63 kB ⚠️ +8 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v11.0.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 Overall decrease ✓
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 801 B 801 B
_error-HASH.js gzip 3.17 kB 3.17 kB
amp-HASH.js gzip 527 B 527 B
css-HASH.js gzip 330 B 329 B -1 B
hooks-HASH.js gzip 903 B 903 B
index-HASH.js gzip 263 B 263 B
link-HASH.js gzip 1.65 kB 1.65 kB
routerDirect..HASH.js gzip 322 B 322 B
withRouter-HASH.js gzip 320 B 320 B
bb14e60e810b..30f.css gzip 125 B 125 B
Overall change 8.41 kB 8.41 kB -1 B
Client Build Manifests Overall decrease ✓
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 392 B 391 B -1 B
Overall change 392 B 391 B -1 B
Rendered Page Sizes Overall increase ⚠️
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
index.html gzip 523 B 523 B
link.html gzip 532 B 534 B ⚠️ +2 B
withRouter.html gzip 515 B 515 B
Overall change 1.57 kB 1.57 kB ⚠️ +2 B

Diffs

Diff for _buildManifest.js
@@ -7,7 +7,7 @@ self.__BUILD_MANIFEST = {
   "/amp": ["static\u002Fchunks\u002Fpages\u002Famp-7f1c918feab47667356f.js"],
   "/css": [
     "static\u002Fcss\u002F59de118426c393f58653.css",
-    "static\u002Fchunks\u002Fpages\u002Fcss-9892f9ef9b6f15db85a5.js"
+    "static\u002Fchunks\u002Fpages\u002Fcss-fc196f2ef04da4c7630f.js"
   ],
   "/hooks": [
     "static\u002Fchunks\u002Fpages\u002Fhooks-4e38b05900fed34fcf34.js"
Diff for css-HASH.js
@@ -12,7 +12,7 @@
         5893
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
-        9662
+        5964
       );
       /* harmony import */ var _css_module_css__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/ __webpack_require__.n(
         _css_module_css__WEBPACK_IMPORTED_MODULE_1__
@@ -47,7 +47,7 @@
       /***/
     },
 
-    /***/ 9662: /***/ function(module) {
+    /***/ 5964: /***/ function(module) {
       // extracted by mini-css-extract-plugin
       module.exports = { helloWorld: "css_helloWorld__2Fhmt" };
Diff for main-HASH.js
@@ -861,7 +861,7 @@
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "11.0.1";
+      var version = "11.0.2-canary.3";
       exports.version = version;
 
       var looseToArray = function looseToArray(input) {
@@ -4163,7 +4163,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                             // any time without notice.
 
                             if (
-                              !(!options._h && this.onlyAHashChange(cleanedAs))
+                              !(
+                                !options._h &&
+                                this.onlyAHashChange(cleanedAs) &&
+                                !localeChange
+                              )
                             ) {
                               _context.next = 34;
                               break;
Diff for index.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-df0ee279b75c0a2cab5c.js"
+      src="/_next/static/chunks/main-8f906611271bee13dd61.js"
       defer=""
     ></script>
     <script
Diff for link.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-df0ee279b75c0a2cab5c.js"
+      src="/_next/static/chunks/main-8f906611271bee13dd61.js"
       defer=""
     ></script>
     <script
Diff for withRouter.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-df0ee279b75c0a2cab5c.js"
+      src="/_next/static/chunks/main-8f906611271bee13dd61.js"
       defer=""
     ></script>
     <script

Serverless Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
buildDuration 12.8s 12.6s -144ms
buildDurationCached 3.7s 3.8s ⚠️ +55ms
nodeModulesSize 49.2 MB 49.2 MB ⚠️ +5.94 kB
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
framework-HASH.js gzip 42 kB 42 kB
main-HASH.js gzip 20.2 kB 20.2 kB ⚠️ +8 B
webpack-HASH.js gzip 810 B 810 B
Overall change 63 kB 63 kB ⚠️ +8 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v11.0.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 Overall decrease ✓
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 801 B 801 B
_error-HASH.js gzip 3.17 kB 3.17 kB
amp-HASH.js gzip 527 B 527 B
css-HASH.js gzip 330 B 329 B -1 B
hooks-HASH.js gzip 903 B 903 B
index-HASH.js gzip 263 B 263 B
link-HASH.js gzip 1.65 kB 1.65 kB
routerDirect..HASH.js gzip 322 B 322 B
withRouter-HASH.js gzip 320 B 320 B
bb14e60e810b..30f.css gzip 125 B 125 B
Overall change 8.41 kB 8.41 kB -1 B
Client Build Manifests Overall decrease ✓
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 392 B 391 B -1 B
Overall change 392 B 391 B -1 B
Serverless bundles Overall decrease ✓
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
_error.js 16.9 kB 16.9 kB
404.html 1.98 kB 1.98 kB
500.html 1.96 kB 1.96 kB
amp.amp.html 10.8 kB 10.8 kB
amp.html 1.17 kB 1.17 kB
css.html 1.35 kB 1.35 kB
hooks.html 1.23 kB 1.23 kB
index.js 17.2 kB 17.2 kB
link.js 17.5 kB 17.5 kB -2 B
routerDirect.js 17.3 kB 17.3 kB
withRouter.js 17.3 kB 17.3 kB
Overall change 105 kB 105 kB -2 B

Webpack 4 Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
buildDuration 10s 9.9s -79ms
buildDurationCached 4s 4s -54ms
nodeModulesSize 49.2 MB 49.2 MB ⚠️ +5.94 kB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.034 2.069 ⚠️ +0.04
/ avg req/sec 1229.11 1208.56 ⚠️ -20.55
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.133 1.16 ⚠️ +0.03
/error-in-render avg req/sec 2205.61 2154.87 ⚠️ -50.74
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
677f882d2ed8..HASH.js gzip 13.3 kB 13.3 kB ⚠️ +1 B
framework.HASH.js gzip 41.8 kB 41.8 kB
main-HASH.js gzip 7.99 kB 7.99 kB ⚠️ +8 B
webpack-HASH.js gzip 757 B 757 B
Overall change 63.8 kB 63.9 kB ⚠️ +9 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v11.0.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 v11.0.1 vercel/next.js refs/heads/canary Change
_app-HASH.js gzip 1.07 kB 1.07 kB
_error-HASH.js gzip 3.84 kB 3.84 kB
amp-HASH.js gzip 536 B 536 B
css-HASH.js gzip 333 B 333 B
hooks-HASH.js gzip 910 B 910 B
index-HASH.js gzip 227 B 227 B
link-HASH.js gzip 1.64 kB 1.64 kB
routerDirect..HASH.js gzip 295 B 295 B
withRouter-HASH.js gzip 292 B 292 B
e025d2764813..52f.css gzip 125 B 125 B
Overall change 9.28 kB 9.28 kB
Client Build Manifests
vercel/next.js canary v11.0.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 increase ⚠️
vercel/next.js canary v11.0.1 vercel/next.js refs/heads/canary Change
index.html gzip 568 B 568 B
link.html gzip 581 B 581 B
withRouter.html gzip 560 B 561 B ⚠️ +1 B
Overall change 1.71 kB 1.71 kB ⚠️ +1 B

Diffs

Diff for 677f882d2ed8..c4df.HASH.js
@@ -2008,7 +2008,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
                             // any time without notice.
 
                             if (
-                              !(!options._h && this.onlyAHashChange(cleanedAs))
+                              !(
+                                !options._h &&
+                                this.onlyAHashChange(cleanedAs) &&
+                                !localeChange
+                              )
                             ) {
                               _context.next = 34;
                               break;
Diff for main-HASH.js
@@ -645,7 +645,7 @@ _N_E = (window["webpackJsonp_N_E"] = window["webpackJsonp_N_E"] || []).push([
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "11.0.1";
+      var version = "11.0.2-canary.3";
       exports.version = version;
 
       var looseToArray = function looseToArray(input) {
Diff for index.html
@@ -19,11 +19,11 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.10dc0cc4d695b58d50be.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.9a1893c4ef103bfe8e76.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-e1db6a2e43d9ae140160.js"
+      src="/_next/static/chunks/main-5fe230066a128d134dd7.js"
       defer=""
     ></script>
     <script
Diff for link.html
@@ -19,11 +19,11 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.10dc0cc4d695b58d50be.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.9a1893c4ef103bfe8e76.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-e1db6a2e43d9ae140160.js"
+      src="/_next/static/chunks/main-5fe230066a128d134dd7.js"
       defer=""
     ></script>
     <script
Diff for withRouter.html
@@ -19,11 +19,11 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.10dc0cc4d695b58d50be.js"
+      src="/_next/static/chunks/677f882d2ed86fa3467b8979053c1a4c3f8bc4df.9a1893c4ef103bfe8e76.js"
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-e1db6a2e43d9ae140160.js"
+      src="/_next/static/chunks/main-5fe230066a128d134dd7.js"
       defer=""
     ></script>
     <script

Please sign in to comment.