From 5ab80c8ffd8b83ec13e319398f31831f9fc7b69e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Oct 2021 07:23:48 +0000 Subject: [PATCH] build: update all non-major dependencies --- package.json | 12 ++-- packages/angular/cli/package.json | 2 +- .../angular_devkit/build_angular/package.json | 6 +- .../build_optimizer/package.json | 2 +- .../angular_devkit/build_webpack/package.json | 2 +- packages/ngtools/webpack/package.json | 2 +- yarn.lock | 66 +++++++++++++++---- 7 files changed, 68 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 6888d64749a7..0f9c7d8c80df 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ ] }, "resolutions": { - "**/@types/copy-webpack-plugin/webpack": "5.57.1", + "**/@types/copy-webpack-plugin/webpack": "5.58.0", "ajv-formats/ajv": "8.6.3" }, "devDependencies": { @@ -88,7 +88,7 @@ "@babel/runtime": "7.15.4", "@babel/template": "7.15.4", "@bazel/bazelisk": "1.10.1", - "@bazel/buildifier": "4.2.1", + "@bazel/buildifier": "4.2.2", "@bazel/jasmine": "4.3.0", "@bazel/typescript": "4.3.0", "@discoveryjs/json-ext": "0.5.5", @@ -173,12 +173,12 @@ "license-webpack-plugin": "3.0.0", "loader-utils": "2.0.0", "magic-string": "0.25.7", - "mini-css-extract-plugin": "2.4.1", + "mini-css-extract-plugin": "2.4.2", "minimatch": "3.0.4", "minimist": "^1.2.0", - "ng-packagr": "13.0.0-next.6", + "ng-packagr": "13.0.0-next.8", "node-fetch": "^2.2.0", - "open": "8.2.1", + "open": "8.3.0", "ora": "5.4.1", "pacote": "12.0.0", "parse5-html-rewriting-stream": "6.0.1", @@ -219,7 +219,7 @@ "typescript": "4.4.3", "verdaccio": "5.1.6", "verdaccio-auth-memory": "^10.0.0", - "webpack": "5.57.1", + "webpack": "5.58.0", "webpack-dev-middleware": "5.2.1", "webpack-dev-server": "4.3.1", "webpack-merge": "5.8.0", diff --git a/packages/angular/cli/package.json b/packages/angular/cli/package.json index 9efe60b16195..82b1a75d6ebd 100644 --- a/packages/angular/cli/package.json +++ b/packages/angular/cli/package.json @@ -37,7 +37,7 @@ "jsonc-parser": "3.0.0", "npm-package-arg": "8.1.5", "npm-pick-manifest": "6.1.1", - "open": "8.2.1", + "open": "8.3.0", "ora": "5.4.1", "pacote": "12.0.0", "resolve": "1.20.0", diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 515f89639899..c3eca1385eca 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -41,9 +41,9 @@ "less-loader": "10.0.1", "license-webpack-plugin": "3.0.0", "loader-utils": "2.0.0", - "mini-css-extract-plugin": "2.4.1", + "mini-css-extract-plugin": "2.4.2", "minimatch": "3.0.4", - "open": "8.2.1", + "open": "8.3.0", "ora": "5.4.1", "parse5-html-rewriting-stream": "6.0.1", "piscina": "3.1.0", @@ -65,7 +65,7 @@ "text-table": "0.2.0", "tree-kill": "1.2.2", "tslib": "2.3.1", - "webpack": "5.57.1", + "webpack": "5.58.0", "webpack-dev-middleware": "5.2.1", "webpack-dev-server": "4.3.1", "webpack-merge": "5.8.0", diff --git a/packages/angular_devkit/build_optimizer/package.json b/packages/angular_devkit/build_optimizer/package.json index dd181e1851e1..ed45343af080 100644 --- a/packages/angular_devkit/build_optimizer/package.json +++ b/packages/angular_devkit/build_optimizer/package.json @@ -22,6 +22,6 @@ } }, "devDependencies": { - "webpack": "5.57.1" + "webpack": "5.58.0" } } diff --git a/packages/angular_devkit/build_webpack/package.json b/packages/angular_devkit/build_webpack/package.json index 7a1ee3d29412..5abda79313a6 100644 --- a/packages/angular_devkit/build_webpack/package.json +++ b/packages/angular_devkit/build_webpack/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@angular-devkit/core": "0.0.0", "node-fetch": "2.6.1", - "webpack": "5.57.1" + "webpack": "5.58.0" }, "peerDependencies": { "webpack": "^5.30.0", diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 519fb1e751ab..c21067ae0730 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -31,6 +31,6 @@ "@angular/compiler": "13.0.0-next.14", "@angular/compiler-cli": "13.0.0-next.14", "typescript": "4.4.3", - "webpack": "5.57.1" + "webpack": "5.58.0" } } diff --git a/yarn.lock b/yarn.lock index 8babd2e01531..8e1e7370a1c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1199,7 +1199,12 @@ resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.10.1.tgz#46236a43ad58e310c55247f866da0dc6083c3d8b" integrity sha512-IHszNzBO2UrUy6YtsSAsZtnU6I6qpzXGkWdEvGoMxLgJnDsEnsIYniDCUjvjU1KAP+A03eepmCHlyFcRHMSxRA== -"@bazel/buildifier@4.2.1", "@bazel/buildifier@^4.0.1": +"@bazel/buildifier@4.2.2": + version "4.2.2" + resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-4.2.2.tgz#cdc0b560dc68368bc5d1e82377cf0abc7ba66a85" + integrity sha512-BGgd3vv+JiAAIPKzMp0avB0v3HwqokFN6sd60F19spaK0XstLP7IZrUcPGaRS+oKcYzYSQ6MGKVNqkP3161ipg== + +"@bazel/buildifier@^4.0.1": version "4.2.1" resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-4.2.1.tgz#2ea4c0d5015a1f36174a139e8953c4eec509564e" integrity sha512-eMBw//leW3xIbDrylsFKC7ejOMKAja2Z3BmQ5Zan/h7s/C+F2cMz3UFJhSVZRl4AaN3bXVvTNMz385abaTK/tA== @@ -7053,10 +7058,10 @@ min-indent@^1.0.0: resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== -mini-css-extract-plugin@2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.1.tgz#3f3eb6576fb29dd00c423c365e6d3aa59c48ca2a" - integrity sha512-97R1JD3GCG7wN5DNM6JrJMxnWNGf2oDlwRgoDc4HOQ5GprahF98mvcPvDMTb5eI1n3vmmMzCpbXH8tpcnr/Nmw== +mini-css-extract-plugin@2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.2.tgz#b3508191ea479388a4715018c99dd3e6dd40d2d2" + integrity sha512-ZmqShkn79D36uerdED+9qdo1ZYG8C1YsWvXu0UMJxurZnSdgz7gQKO2EGv8T55MhDqG3DYmGtizZNpM/UbTlcA== dependencies: schema-utils "^3.1.0" @@ -7262,10 +7267,10 @@ next-tick@~1.0.0: resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= -ng-packagr@13.0.0-next.6: - version "13.0.0-next.6" - resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-13.0.0-next.6.tgz#5e318fb38b63a6d7bced93fbbd87cdd5933d5234" - integrity sha512-wqxAloy5xV6sHKlOpZtSr0YniscZpi2gnqYN1iZQjpURqi6oosfi7fF3TyNzn/WGlMgYseXspzBypSqzbqnI8g== +ng-packagr@13.0.0-next.8: + version "13.0.0-next.8" + resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-13.0.0-next.8.tgz#ebb4592101dcc09f713991228c28204dde6c5b54" + integrity sha512-2C+2fudb6Eftv9CdLkOdF2SongDWHNy4tit39y0Xi3Qzl7Asvek9kgpADHV4lSeIHIYdRFdvskGANPO18fHyow== dependencies: "@rollup/plugin-commonjs" "^21.0.0" "@rollup/plugin-json" "^4.1.0" @@ -7602,7 +7607,16 @@ onetime@^5.1.0, onetime@^5.1.2: dependencies: mimic-fn "^2.1.0" -open@8.2.1, open@^8.0.9: +open@8.3.0: + version "8.3.0" + resolved "https://registry.yarnpkg.com/open/-/open-8.3.0.tgz#fdef1cdfe405e60dec8ebd18889e7e812f39c59f" + integrity sha512-7INcPWb1UcOwSQxAXTnBJ+FxVV4MPs/X++FWWBtgY69/J5lc+tCteMt/oFK1MnkyHC4VILLa9ntmwKTwDR4Q9w== + dependencies: + define-lazy-prop "^2.0.0" + is-docker "^2.1.1" + is-wsl "^2.2.0" + +open@^8.0.9: version "8.2.1" resolved "https://registry.yarnpkg.com/open/-/open-8.2.1.tgz#82de42da0ccbf429bc12d099dad2e0975e14e8af" integrity sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ== @@ -10761,7 +10775,37 @@ webpack-subresource-integrity@5.0.0: dependencies: typed-assert "^1.0.8" -webpack@5.57.1, webpack@^5.1.0, webpack@^5.38.1: +webpack@5.58.0, webpack@^5.1.0: + version "5.58.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.58.0.tgz#9ec621cf8534f23c25e779e7c35dfde1211d5ccb" + integrity sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ== + dependencies: + "@types/eslint-scope" "^3.7.0" + "@types/estree" "^0.0.50" + "@webassemblyjs/ast" "1.11.1" + "@webassemblyjs/wasm-edit" "1.11.1" + "@webassemblyjs/wasm-parser" "1.11.1" + acorn "^8.4.1" + acorn-import-assertions "^1.7.6" + browserslist "^4.14.5" + chrome-trace-event "^1.0.2" + enhanced-resolve "^5.8.3" + es-module-lexer "^0.9.0" + eslint-scope "5.1.1" + events "^3.2.0" + glob-to-regexp "^0.4.1" + graceful-fs "^4.2.4" + json-parse-better-errors "^1.0.2" + loader-runner "^4.2.0" + mime-types "^2.1.27" + neo-async "^2.6.2" + schema-utils "^3.1.0" + tapable "^2.1.1" + terser-webpack-plugin "^5.1.3" + watchpack "^2.2.0" + webpack-sources "^3.2.0" + +webpack@^5.38.1: version "5.57.1" resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.57.1.tgz#ead5ace2c17ecef2ae8126f143bfeaa7f55eab44" integrity sha512-kHszukYjTPVfCOEyrUthA3jqJwduY/P3eO8I0gMNOZGIQWKAwZftxmp5hq6paophvwo9NoUrcZOecs9ulOyyTg==