Skip to content

Commit

Permalink
v11.1.2-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 31, 2021
1 parent ff9dcc6 commit 248b341
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "11.1.1"
"version": "11.1.2-canary.0"
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "11.1.1",
"version": "11.1.2-canary.0",
"keywords": [
"react",
"next",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-next/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-next",
"version": "11.1.1",
"version": "11.1.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": "11.1.1",
"@next/eslint-plugin-next": "11.1.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
@@ -1,6 +1,6 @@
{
"name": "@next/eslint-plugin-next",
"version": "11.1.1",
"version": "11.1.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
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "11.1.1",
"version": "11.1.2-canary.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "11.1.1",
"version": "11.1.2-canary.0",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "11.1.1",
"version": "11.1.2-canary.0",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "11.1.1",
"version": "11.1.2-canary.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "11.1.1",
"version": "11.1.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
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "11.1.1",
"version": "11.1.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
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "11.1.1",
"version": "11.1.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
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "11.1.1",
"version": "11.1.2-canary.0",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -66,10 +66,10 @@
"dependencies": {
"@babel/runtime": "7.15.3",
"@hapi/accept": "5.0.2",
"@next/env": "11.1.1",
"@next/polyfill-module": "11.1.1",
"@next/react-dev-overlay": "11.1.1",
"@next/react-refresh-utils": "11.1.1",
"@next/env": "11.1.2-canary.0",
"@next/polyfill-module": "11.1.2-canary.0",
"@next/react-dev-overlay": "11.1.2-canary.0",
"@next/react-refresh-utils": "11.1.2-canary.0",
"@node-rs/helper": "1.2.1",
"assert": "2.0.0",
"ast-types": "0.13.2",
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": "11.1.1",
"@next/polyfill-nomodule": "11.1.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
@@ -1,6 +1,6 @@
{
"name": "@next/react-dev-overlay",
"version": "11.1.1",
"version": "11.1.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
@@ -1,6 +1,6 @@
{
"name": "@next/react-refresh-utils",
"version": "11.1.1",
"version": "11.1.2-canary.0",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down

1 comment on commit 248b341

@ijjk
Copy link
Member Author

@ijjk ijjk commented on 248b341 Aug 31, 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 increase ⚠️
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
buildDuration 17.4s 16.1s -1.3s
buildDurationCached 3.5s 3.4s -124ms
nodeModulesSize 61.7 MB 61.7 MB ⚠️ +532 B
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
/ failed reqs 0 0
/ total time (seconds) 3.097 3.047 -0.05
/ avg req/sec 807.34 820.4 +13.06
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.899 1.982 ⚠️ +0.08
/error-in-render avg req/sec 1316.42 1261.45 ⚠️ -54.97
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
745.HASH.js gzip 179 B 179 B
framework-HASH.js gzip 42.2 kB 42.2 kB
main-HASH.js gzip 23.3 kB 23.3 kB ⚠️ +8 B
webpack-HASH.js gzip 1.45 kB 1.45 kB
Overall change 67.2 kB 67.2 kB ⚠️ +8 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
polyfills-a4..dd70.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
_app-HASH.js gzip 979 B 979 B
_error-HASH.js gzip 194 B 194 B
amp-HASH.js gzip 312 B 312 B
css-HASH.js gzip 329 B 329 B
dynamic-HASH.js gzip 2.67 kB 2.67 kB
head-HASH.js gzip 351 B 351 B
hooks-HASH.js gzip 918 B 918 B
image-HASH.js gzip 4.14 kB 4.14 kB
index-HASH.js gzip 261 B 261 B
link-HASH.js gzip 1.66 kB 1.66 kB
routerDirect..HASH.js gzip 318 B 318 B
script-HASH.js gzip 387 B 387 B
withRouter-HASH.js gzip 320 B 320 B
bb14e60e810b..30f.css gzip 125 B 125 B
Overall change 13 kB 13 kB
Client Build Manifests
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
_buildManifest.js gzip 491 B 491 B
Overall change 491 B 491 B
Rendered Page Sizes Overall decrease ✓
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
index.html gzip 540 B 540 B
link.html gzip 553 B 552 B -1 B
withRouter.html gzip 534 B 533 B -1 B
Overall change 1.63 kB 1.63 kB -2 B

Diffs

Diff for main-HASH.js
@@ -1087,7 +1087,7 @@
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "11.1.1";
+      var version = "11.1.2-canary.0";
       exports.version = version;
 
       var looseToArray = function looseToArray(input) {
Diff for index.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-69c88c9b7ac9adce1967.js"
+      src="/_next/static/chunks/main-bd3afd17b4793ca3f90a.js"
       defer=""
     ></script>
     <script
Diff for link.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-69c88c9b7ac9adce1967.js"
+      src="/_next/static/chunks/main-bd3afd17b4793ca3f90a.js"
       defer=""
     ></script>
     <script
Diff for withRouter.html
@@ -19,7 +19,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-69c88c9b7ac9adce1967.js"
+      src="/_next/static/chunks/main-bd3afd17b4793ca3f90a.js"
       defer=""
     ></script>
     <script

Webpack 4 Mode (Increase detected ⚠️)
General Overall increase ⚠️
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
buildDuration 13.5s 13.4s -54ms
buildDurationCached 5.6s 5.4s -152ms
nodeModulesSize 61.7 MB 61.7 MB ⚠️ +532 B
Page Load Tests Overall increase ✓
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
/ failed reqs 0 0
/ total time (seconds) 3.086 2.858 -0.23
/ avg req/sec 810.05 874.79 +64.74
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 2.058 2.023 -0.03
/error-in-render avg req/sec 1214.92 1235.85 +20.93
Client Bundles (main, webpack, commons) Overall increase ⚠️
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
16.HASH.js gzip 186 B 186 B
677f882d2ed8..HASH.js gzip 14.1 kB 14.1 kB
framework.HASH.js gzip 41.9 kB 41.9 kB
main-HASH.js gzip 10.7 kB 10.7 kB ⚠️ +9 B
webpack-HASH.js gzip 1.19 kB 1.19 kB
Overall change 68.1 kB 68.1 kB ⚠️ +9 B
Legacy Client Bundles (polyfills)
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
polyfills-a4..dd70.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
_app-HASH.js gzip 964 B 964 B
_error-HASH.js gzip 3.8 kB 3.8 kB
amp-HASH.js gzip 552 B 552 B
css-HASH.js gzip 333 B 333 B
dynamic-HASH.js gzip 2.87 kB 2.87 kB
head-HASH.js gzip 3.06 kB 3.06 kB
hooks-HASH.js gzip 924 B 924 B
index-HASH.js gzip 231 B 231 B
link-HASH.js gzip 1.64 kB 1.64 kB
routerDirect..HASH.js gzip 298 B 298 B
script-HASH.js gzip 3.03 kB 3.03 kB
withRouter-HASH.js gzip 295 B 295 B
30809af5c834..565.css gzip 125 B 125 B
Overall change 18.1 kB 18.1 kB
Client Build Manifests
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
_buildManifest.js gzip 500 B 500 B
Overall change 500 B 500 B
Rendered Page Sizes Overall increase ⚠️
vercel/next.js canary v11.1.1 vercel/next.js refs/tags/v11.1.2-canary.0 Change
index.html gzip 584 B 585 B ⚠️ +1 B
link.html gzip 597 B 598 B ⚠️ +1 B
withRouter.html gzip 578 B 579 B ⚠️ +1 B
Overall change 1.76 kB 1.76 kB ⚠️ +3 B

Diffs

Diff for main-HASH.js
@@ -1566,7 +1566,7 @@ _N_E = (window["webpackJsonp_N_E"] = window["webpackJsonp_N_E"] || []).push([
         document.getElementById("__NEXT_DATA__").textContent
       );
       window.__NEXT_DATA__ = data;
-      var version = "11.1.1";
+      var version = "11.1.2-canary.0";
       exports.version = version;
 
       var looseToArray = function looseToArray(input) {
Diff for index.html
@@ -23,7 +23,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-9635890bbba7214d32db.js"
+      src="/_next/static/chunks/main-69f41f886e782a5f5d85.js"
       defer=""
     ></script>
     <script
Diff for link.html
@@ -23,7 +23,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-9635890bbba7214d32db.js"
+      src="/_next/static/chunks/main-69f41f886e782a5f5d85.js"
       defer=""
     ></script>
     <script
Diff for withRouter.html
@@ -23,7 +23,7 @@
       defer=""
     ></script>
     <script
-      src="/_next/static/chunks/main-9635890bbba7214d32db.js"
+      src="/_next/static/chunks/main-69f41f886e782a5f5d85.js"
       defer=""
     ></script>
     <script

Please sign in to comment.