From b23caeaa8b5bf84b0b9a3cda4f53ef55005f5c6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:39:06 +0000 Subject: [PATCH] chore(deps): update angular-cli monorepo to v17.1.2 --- examples/bazel/package.json | 2 +- .../sanity-esbuild-app-esm/package.json | 4 +- .../sanity-esbuild-app/package.json | 4 +- .../full-cycle-app/package.json | 4 +- .../sanity-app-esm/package.json | 4 +- .../custom-webpack/sanity-app/package.json | 4 +- examples/jest/multiple-apps/package.json | 4 +- examples/jest/simple-app/package.json | 4 +- examples/timestamp/package.json | 4 +- yarn.lock | 240 +++++++++++++++--- 10 files changed, 220 insertions(+), 54 deletions(-) diff --git a/examples/bazel/package.json b/examples/bazel/package.json index db3d93efd..7796fee69 100644 --- a/examples/bazel/package.json +++ b/examples/bazel/package.json @@ -7,6 +7,6 @@ "private": true, "devDependencies": { "@angular-builders/bazel": "workspace:*", - "@angular/cli": "17.1.1" + "@angular/cli": "17.1.2" } } diff --git a/examples/custom-esbuild/sanity-esbuild-app-esm/package.json b/examples/custom-esbuild/sanity-esbuild-app-esm/package.json index 24c6c91b5..3b75d6fbe 100644 --- a/examples/custom-esbuild/sanity-esbuild-app-esm/package.json +++ b/examples/custom-esbuild/sanity-esbuild-app-esm/package.json @@ -29,8 +29,8 @@ }, "devDependencies": { "@angular-builders/custom-esbuild": "workspace:*", - "@angular-devkit/build-angular": "17.1.1", - "@angular/cli": "17.1.1", + "@angular-devkit/build-angular": "17.1.2", + "@angular/cli": "17.1.2", "@angular/compiler-cli": "17.1.1", "@angular/language-service": "17.1.1", "@types/jasmine": "5.1.2", diff --git a/examples/custom-esbuild/sanity-esbuild-app/package.json b/examples/custom-esbuild/sanity-esbuild-app/package.json index a6c60c744..278c7d1b1 100644 --- a/examples/custom-esbuild/sanity-esbuild-app/package.json +++ b/examples/custom-esbuild/sanity-esbuild-app/package.json @@ -26,8 +26,8 @@ }, "devDependencies": { "@angular-builders/custom-esbuild": "workspace:*", - "@angular-devkit/build-angular": "17.1.1", - "@angular/cli": "17.1.1", + "@angular-devkit/build-angular": "17.1.2", + "@angular/cli": "17.1.2", "@angular/compiler-cli": "17.1.1", "@angular/language-service": "17.1.1", "@types/jasmine": "5.1.2", diff --git a/examples/custom-webpack/full-cycle-app/package.json b/examples/custom-webpack/full-cycle-app/package.json index 6ddad9177..ba47c8337 100644 --- a/examples/custom-webpack/full-cycle-app/package.json +++ b/examples/custom-webpack/full-cycle-app/package.json @@ -26,8 +26,8 @@ }, "devDependencies": { "@angular-builders/custom-webpack": "workspace:*", - "@angular-devkit/build-angular": "17.1.1", - "@angular/cli": "17.1.1", + "@angular-devkit/build-angular": "17.1.2", + "@angular/cli": "17.1.2", "@angular/compiler-cli": "17.1.1", "@angular/language-service": "17.1.1", "@types/jasmine": "5.1.4", diff --git a/examples/custom-webpack/sanity-app-esm/package.json b/examples/custom-webpack/sanity-app-esm/package.json index 804524260..0e4ad2833 100644 --- a/examples/custom-webpack/sanity-app-esm/package.json +++ b/examples/custom-webpack/sanity-app-esm/package.json @@ -30,8 +30,8 @@ }, "devDependencies": { "@angular-builders/custom-webpack": "workspace:*", - "@angular-devkit/build-angular": "17.1.1", - "@angular/cli": "17.1.1", + "@angular-devkit/build-angular": "17.1.2", + "@angular/cli": "17.1.2", "@angular/compiler-cli": "17.1.1", "@cypress/schematic": "2.5.1", "@types/jasmine": "5.1.4", diff --git a/examples/custom-webpack/sanity-app/package.json b/examples/custom-webpack/sanity-app/package.json index 3190409ee..020089410 100644 --- a/examples/custom-webpack/sanity-app/package.json +++ b/examples/custom-webpack/sanity-app/package.json @@ -26,8 +26,8 @@ }, "devDependencies": { "@angular-builders/custom-webpack": "workspace:*", - "@angular-devkit/build-angular": "17.1.1", - "@angular/cli": "17.1.1", + "@angular-devkit/build-angular": "17.1.2", + "@angular/cli": "17.1.2", "@angular/compiler-cli": "17.1.1", "@angular/language-service": "17.1.1", "@types/jasmine": "5.1.4", diff --git a/examples/jest/multiple-apps/package.json b/examples/jest/multiple-apps/package.json index 14f465d58..1d378a177 100644 --- a/examples/jest/multiple-apps/package.json +++ b/examples/jest/multiple-apps/package.json @@ -26,8 +26,8 @@ }, "devDependencies": { "@angular-builders/jest": "workspace:*", - "@angular-devkit/build-angular": "17.1.1", - "@angular/cli": "17.1.1", + "@angular-devkit/build-angular": "17.1.2", + "@angular/cli": "17.1.2", "@angular/compiler-cli": "17.1.1", "@angular/language-service": "17.1.1", "@types/jasmine": "5.1.4", diff --git a/examples/jest/simple-app/package.json b/examples/jest/simple-app/package.json index f8cab77a0..9c733559c 100644 --- a/examples/jest/simple-app/package.json +++ b/examples/jest/simple-app/package.json @@ -28,8 +28,8 @@ }, "devDependencies": { "@angular-builders/jest": "workspace:*", - "@angular-devkit/build-angular": "17.1.1", - "@angular/cli": "17.1.1", + "@angular-devkit/build-angular": "17.1.2", + "@angular/cli": "17.1.2", "@angular/compiler-cli": "17.1.1", "@angular/language-service": "17.1.1", "@types/jasmine": "5.1.4", diff --git a/examples/timestamp/package.json b/examples/timestamp/package.json index a14f796d2..bdfdaa017 100644 --- a/examples/timestamp/package.json +++ b/examples/timestamp/package.json @@ -27,8 +27,8 @@ }, "devDependencies": { "@angular-builders/timestamp": "workspace:*", - "@angular-devkit/build-angular": "17.1.1", - "@angular/cli": "17.1.1", + "@angular-devkit/build-angular": "17.1.2", + "@angular/cli": "17.1.2", "@angular/compiler-cli": "17.1.1", "@angular/language-service": "17.1.1", "@cypress/schematic": "2.5.1", diff --git a/yarn.lock b/yarn.lock index f009a890e..cfd30273b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -117,7 +117,130 @@ __metadata: languageName: node linkType: hard -"@angular-devkit/build-angular@npm:17.1.1, @angular-devkit/build-angular@npm:^17.0.0, @angular-devkit/build-angular@npm:^17.1.0": +"@angular-devkit/architect@npm:0.1701.2": + version: 0.1701.2 + resolution: "@angular-devkit/architect@npm:0.1701.2" + dependencies: + "@angular-devkit/core": 17.1.2 + rxjs: 7.8.1 + checksum: c1ee9a063ca4f782d3a31db9452091aa26a0c96a57863951961bde4c4872ff1feb327cf7e899b5700a5f6c2abc1b161af1bfcf80e321a0132e3bce157b0358fb + languageName: node + linkType: hard + +"@angular-devkit/build-angular@npm:17.1.2": + version: 17.1.2 + resolution: "@angular-devkit/build-angular@npm:17.1.2" + dependencies: + "@ampproject/remapping": 2.2.1 + "@angular-devkit/architect": 0.1701.2 + "@angular-devkit/build-webpack": 0.1701.2 + "@angular-devkit/core": 17.1.2 + "@babel/core": 7.23.7 + "@babel/generator": 7.23.6 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + "@babel/plugin-transform-async-generator-functions": 7.23.7 + "@babel/plugin-transform-async-to-generator": 7.23.3 + "@babel/plugin-transform-runtime": 7.23.7 + "@babel/preset-env": 7.23.7 + "@babel/runtime": 7.23.7 + "@discoveryjs/json-ext": 0.5.7 + "@ngtools/webpack": 17.1.2 + "@vitejs/plugin-basic-ssl": 1.0.2 + ansi-colors: 4.1.3 + autoprefixer: 10.4.16 + babel-loader: 9.1.3 + babel-plugin-istanbul: 6.1.1 + browserslist: ^4.21.5 + copy-webpack-plugin: 11.0.0 + critters: 0.0.20 + css-loader: 6.8.1 + esbuild: 0.19.11 + esbuild-wasm: 0.19.11 + fast-glob: 3.3.2 + http-proxy-middleware: 2.0.6 + https-proxy-agent: 7.0.2 + inquirer: 9.2.12 + jsonc-parser: 3.2.0 + karma-source-map-support: 1.4.0 + less: 4.2.0 + less-loader: 11.1.0 + license-webpack-plugin: 4.0.2 + loader-utils: 3.2.1 + magic-string: 0.30.5 + mini-css-extract-plugin: 2.7.6 + mrmime: 2.0.0 + open: 8.4.2 + ora: 5.4.1 + parse5-html-rewriting-stream: 7.0.0 + picomatch: 3.0.1 + piscina: 4.2.1 + postcss: 8.4.33 + postcss-loader: 7.3.4 + resolve-url-loader: 5.0.0 + rxjs: 7.8.1 + sass: 1.69.7 + sass-loader: 13.3.3 + semver: 7.5.4 + source-map-loader: 5.0.0 + source-map-support: 0.5.21 + terser: 5.26.0 + text-table: 0.2.0 + tree-kill: 1.2.2 + tslib: 2.6.2 + undici: 6.2.1 + vite: 5.0.12 + watchpack: 2.4.0 + webpack: 5.89.0 + webpack-dev-middleware: 6.1.1 + webpack-dev-server: 4.15.1 + webpack-merge: 5.10.0 + webpack-subresource-integrity: 5.1.0 + peerDependencies: + "@angular/compiler-cli": ^17.0.0 + "@angular/localize": ^17.0.0 + "@angular/platform-server": ^17.0.0 + "@angular/service-worker": ^17.0.0 + "@web/test-runner": ^0.18.0 + browser-sync: ^3.0.2 + jest: ^29.5.0 + jest-environment-jsdom: ^29.5.0 + karma: ^6.3.0 + ng-packagr: ^17.0.0 + protractor: ^7.0.0 + tailwindcss: ^2.0.0 || ^3.0.0 + typescript: ">=5.2 <5.4" + dependenciesMeta: + esbuild: + optional: true + peerDependenciesMeta: + "@angular/localize": + optional: true + "@angular/platform-server": + optional: true + "@angular/service-worker": + optional: true + "@web/test-runner": + optional: true + browser-sync: + optional: true + jest: + optional: true + jest-environment-jsdom: + optional: true + karma: + optional: true + ng-packagr: + optional: true + protractor: + optional: true + tailwindcss: + optional: true + checksum: 567d4f52f7ff05ee0906ee933891736512582f3f5d0896a237da6e951b53d9f2f19e748fdb089bf228045059626dd370bc778a3a12f2dce3b5573a5a021f296d + languageName: node + linkType: hard + +"@angular-devkit/build-angular@npm:^17.0.0, @angular-devkit/build-angular@npm:^17.1.0": version: 17.1.1 resolution: "@angular-devkit/build-angular@npm:17.1.1" dependencies: @@ -243,6 +366,19 @@ __metadata: languageName: node linkType: hard +"@angular-devkit/build-webpack@npm:0.1701.2": + version: 0.1701.2 + resolution: "@angular-devkit/build-webpack@npm:0.1701.2" + dependencies: + "@angular-devkit/architect": 0.1701.2 + rxjs: 7.8.1 + peerDependencies: + webpack: ^5.30.0 + webpack-dev-server: ^4.0.0 + checksum: 2e95d5ee27b666e87de94172ab581d2d5491d9b13e564d5491846ff399d733de174bc8d2f9a638da66c72ab843b0960fb7231991ed9ff9242b27cbf1a70b1495 + languageName: node + linkType: hard + "@angular-devkit/core@npm:17.1.1, @angular-devkit/core@npm:^17.0.0, @angular-devkit/core@npm:^17.1.0": version: 17.1.1 resolution: "@angular-devkit/core@npm:17.1.1" @@ -262,16 +398,35 @@ __metadata: languageName: node linkType: hard -"@angular-devkit/schematics@npm:17.1.1": - version: 17.1.1 - resolution: "@angular-devkit/schematics@npm:17.1.1" +"@angular-devkit/core@npm:17.1.2": + version: 17.1.2 + resolution: "@angular-devkit/core@npm:17.1.2" dependencies: - "@angular-devkit/core": 17.1.1 + ajv: 8.12.0 + ajv-formats: 2.1.1 + jsonc-parser: 3.2.0 + picomatch: 3.0.1 + rxjs: 7.8.1 + source-map: 0.7.4 + peerDependencies: + chokidar: ^3.5.2 + peerDependenciesMeta: + chokidar: + optional: true + checksum: 67ee132ebfbf16fa089ea8312269f698bd9ad7d457d19aad1f8ef875755a778c0f4259cbc57cf7db7415becf942e77b2888babb53d0b10a56a3d698f4b6c14c5 + languageName: node + linkType: hard + +"@angular-devkit/schematics@npm:17.1.2": + version: 17.1.2 + resolution: "@angular-devkit/schematics@npm:17.1.2" + dependencies: + "@angular-devkit/core": 17.1.2 jsonc-parser: 3.2.0 magic-string: 0.30.5 ora: 5.4.1 rxjs: 7.8.1 - checksum: 5eecacc0fc15fc2e7d51365811844f876ed0fc8c57a100e3e5a9145e138739e0d64dd9115c0636d6617f8c6f54578f63d999ac1929440e09848cb4d97d2a2a0a + checksum: 21ec120a7bc773d822114dd3486ed4db21a42cd2986f035648e07eb47c1887c32086d7e08dc96eed5243cc28ea9f95e12f839ea8cd1de3a1a5ecc61c1dc7aa4f languageName: node linkType: hard @@ -286,14 +441,14 @@ __metadata: languageName: node linkType: hard -"@angular/cli@npm:17.1.1": - version: 17.1.1 - resolution: "@angular/cli@npm:17.1.1" +"@angular/cli@npm:17.1.2": + version: 17.1.2 + resolution: "@angular/cli@npm:17.1.2" dependencies: - "@angular-devkit/architect": 0.1701.1 - "@angular-devkit/core": 17.1.1 - "@angular-devkit/schematics": 17.1.1 - "@schematics/angular": 17.1.1 + "@angular-devkit/architect": 0.1701.2 + "@angular-devkit/core": 17.1.2 + "@angular-devkit/schematics": 17.1.2 + "@schematics/angular": 17.1.2 "@yarnpkg/lockfile": 1.1.0 ansi-colors: 4.1.3 ini: 4.1.1 @@ -310,7 +465,7 @@ __metadata: yargs: 17.7.2 bin: ng: bin/ng.js - checksum: 78d4b34c51e049aff564c63e8130f216bec8b6bd7604930cb2589347eee8c7ca3b3b88ddc0329580b9d0dc7e9ac769ed36ce13f73807081f02620cac83bc75f5 + checksum: 3ec90fa9f9a642525250b64228e10de6e4789f59081f1fccafd6d5bbeff43effaa3e1298d8104c2994f48f015baffbe13efa27ed805bdce298a7fe7886ca66e9 languageName: node linkType: hard @@ -3233,6 +3388,17 @@ __metadata: languageName: node linkType: hard +"@ngtools/webpack@npm:17.1.2": + version: 17.1.2 + resolution: "@ngtools/webpack@npm:17.1.2" + peerDependencies: + "@angular/compiler-cli": ^17.0.0 + typescript: ">=5.2 <5.4" + webpack: ^5.54.0 + checksum: 8834fd2e3b6a08effc5923f6d7821106c194faa5f6f13cee07a4e2084c19774e8facf4ed04473fc389abc5ebbbce4d90fbf32fe6d859332dce9a4649ac1c2525 + languageName: node + linkType: hard + "@nodelib/fs.scandir@npm:2.1.5": version: 2.1.5 resolution: "@nodelib/fs.scandir@npm:2.1.5" @@ -3770,14 +3936,14 @@ __metadata: languageName: node linkType: hard -"@schematics/angular@npm:17.1.1": - version: 17.1.1 - resolution: "@schematics/angular@npm:17.1.1" +"@schematics/angular@npm:17.1.2": + version: 17.1.2 + resolution: "@schematics/angular@npm:17.1.2" dependencies: - "@angular-devkit/core": 17.1.1 - "@angular-devkit/schematics": 17.1.1 + "@angular-devkit/core": 17.1.2 + "@angular-devkit/schematics": 17.1.2 jsonc-parser: 3.2.0 - checksum: 2cc56570e15a07d8bc845af4d49efbb7dc1a701d27d0e42585a5f218686d65a888bc56661823f6e231eee06f6774950235b7bacdd52b1234cb375014cb5e7f9d + checksum: c343b9753b72b66d82895ab167e2dd6abad75ac48483f11094818081a93ceb81decc6f571a23562bd7ecf4716579bcde168d0c3da61f2afc619b72a736424689 languageName: node linkType: hard @@ -5237,7 +5403,7 @@ __metadata: resolution: "bazel-example@workspace:examples/bazel" dependencies: "@angular-builders/bazel": "workspace:*" - "@angular/cli": 17.1.1 + "@angular/cli": 17.1.2 languageName: unknown linkType: soft @@ -8423,9 +8589,9 @@ __metadata: resolution: "full-cycle-app@workspace:examples/custom-webpack/full-cycle-app" dependencies: "@angular-builders/custom-webpack": "workspace:*" - "@angular-devkit/build-angular": 17.1.1 + "@angular-devkit/build-angular": 17.1.2 "@angular/animations": 17.1.1 - "@angular/cli": 17.1.1 + "@angular/cli": 17.1.2 "@angular/common": 17.1.1 "@angular/compiler": 17.1.1 "@angular/compiler-cli": 17.1.1 @@ -11763,9 +11929,9 @@ __metadata: resolution: "multiple-apps@workspace:examples/jest/multiple-apps" dependencies: "@angular-builders/jest": "workspace:*" - "@angular-devkit/build-angular": 17.1.1 + "@angular-devkit/build-angular": 17.1.2 "@angular/animations": 17.1.1 - "@angular/cli": 17.1.1 + "@angular/cli": 17.1.2 "@angular/common": 17.1.1 "@angular/compiler": 17.1.1 "@angular/compiler-cli": 17.1.1 @@ -14072,9 +14238,9 @@ __metadata: resolution: "sanity-app-esm@workspace:examples/custom-webpack/sanity-app-esm" dependencies: "@angular-builders/custom-webpack": "workspace:*" - "@angular-devkit/build-angular": 17.1.1 + "@angular-devkit/build-angular": 17.1.2 "@angular/animations": 17.1.1 - "@angular/cli": 17.1.1 + "@angular/cli": 17.1.2 "@angular/common": 17.1.1 "@angular/compiler": 17.1.1 "@angular/compiler-cli": 17.1.1 @@ -14106,9 +14272,9 @@ __metadata: resolution: "sanity-app@workspace:examples/custom-webpack/sanity-app" dependencies: "@angular-builders/custom-webpack": "workspace:*" - "@angular-devkit/build-angular": 17.1.1 + "@angular-devkit/build-angular": 17.1.2 "@angular/animations": 17.1.1 - "@angular/cli": 17.1.1 + "@angular/cli": 17.1.2 "@angular/common": 17.1.1 "@angular/compiler": 17.1.1 "@angular/compiler-cli": 17.1.1 @@ -14141,9 +14307,9 @@ __metadata: resolution: "sanity-esbuild-app-esm@workspace:examples/custom-esbuild/sanity-esbuild-app-esm" dependencies: "@angular-builders/custom-esbuild": "workspace:*" - "@angular-devkit/build-angular": 17.1.1 + "@angular-devkit/build-angular": 17.1.2 "@angular/animations": 17.1.1 - "@angular/cli": 17.1.1 + "@angular/cli": 17.1.2 "@angular/common": 17.1.1 "@angular/compiler": 17.1.1 "@angular/compiler-cli": 17.1.1 @@ -14176,9 +14342,9 @@ __metadata: resolution: "sanity-esbuild-app@workspace:examples/custom-esbuild/sanity-esbuild-app" dependencies: "@angular-builders/custom-esbuild": "workspace:*" - "@angular-devkit/build-angular": 17.1.1 + "@angular-devkit/build-angular": 17.1.2 "@angular/animations": 17.1.1 - "@angular/cli": 17.1.1 + "@angular/cli": 17.1.2 "@angular/common": 17.1.1 "@angular/compiler": 17.1.1 "@angular/compiler-cli": 17.1.1 @@ -14531,9 +14697,9 @@ __metadata: resolution: "simple-app@workspace:examples/jest/simple-app" dependencies: "@angular-builders/jest": "workspace:*" - "@angular-devkit/build-angular": 17.1.1 + "@angular-devkit/build-angular": 17.1.2 "@angular/animations": 17.1.1 - "@angular/cli": 17.1.1 + "@angular/cli": 17.1.2 "@angular/common": 17.1.1 "@angular/compiler": 17.1.1 "@angular/compiler-cli": 17.1.1 @@ -15423,9 +15589,9 @@ __metadata: resolution: "timestamp-example@workspace:examples/timestamp" dependencies: "@angular-builders/timestamp": "workspace:*" - "@angular-devkit/build-angular": 17.1.1 + "@angular-devkit/build-angular": 17.1.2 "@angular/animations": 17.1.1 - "@angular/cli": 17.1.1 + "@angular/cli": 17.1.2 "@angular/common": 17.1.1 "@angular/compiler": 17.1.1 "@angular/compiler-cli": 17.1.1