From 2bf8e7f296752ea83fa1428b002b9c2f5f0db774 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 30 Jul 2024 05:11:26 +0000 Subject: [PATCH 1/4] build: update all non-major dependencies --- package.json | 16 +- packages/angular/build/package.json | 6 +- packages/angular/cli/package.json | 2 +- .../angular_devkit/build_angular/package.json | 6 +- .../angular_devkit/schematics/package.json | 2 +- .../schematics_cli/package.json | 2 +- yarn.lock | 412 +++++++++++------- 7 files changed, 275 insertions(+), 171 deletions(-) diff --git a/package.json b/package.json index 85b57aafdc8f..87b61728eae3 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@angular/platform-server": "18.2.0-next.2", "@angular/router": "18.2.0-next.2", "@angular/service-worker": "18.2.0-next.2", - "@babel/core": "7.24.9", + "@babel/core": "7.25.2", "@babel/generator": "7.25.0", "@babel/helper-annotate-as-pure": "7.24.7", "@babel/helper-split-export-declaration": "7.24.7", @@ -77,15 +77,15 @@ "@babel/plugin-transform-async-generator-functions": "7.25.0", "@babel/plugin-transform-async-to-generator": "7.24.7", "@babel/plugin-transform-runtime": "7.24.7", - "@babel/preset-env": "7.25.0", + "@babel/preset-env": "7.25.2", "@babel/runtime": "7.25.0", "@bazel/bazelisk": "1.19.0", "@bazel/buildifier": "7.1.2", "@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch", "@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch", "@discoveryjs/json-ext": "0.6.0", - "@inquirer/confirm": "3.1.18", - "@inquirer/prompts": "5.3.4", + "@inquirer/confirm": "3.1.19", + "@inquirer/prompts": "5.3.5", "@listr2/prompt-adapter-inquirer": "2.0.15", "@rollup/plugin-commonjs": "^26.0.0", "@rollup/plugin-node-resolve": "^13.0.5", @@ -112,8 +112,8 @@ "@types/yargs": "^17.0.20", "@types/yargs-parser": "^21.0.0", "@types/yarnpkg__lockfile": "^1.1.5", - "@typescript-eslint/eslint-plugin": "7.17.0", - "@typescript-eslint/parser": "7.17.0", + "@typescript-eslint/eslint-plugin": "7.18.0", + "@typescript-eslint/parser": "7.18.0", "@vitejs/plugin-basic-ssl": "1.1.0", "@web/test-runner": "^0.18.0", "@yarnpkg/lockfile": "1.1.0", @@ -141,7 +141,7 @@ "http-proxy": "^1.18.1", "http-proxy-middleware": "3.0.0", "https-proxy-agent": "7.0.5", - "husky": "9.1.3", + "husky": "9.1.4", "ini": "4.1.3", "istanbul-lib-instrument": "6.0.3", "jasmine": "^5.0.0", @@ -161,7 +161,7 @@ "lmdb": "3.0.12", "loader-utils": "3.3.1", "lodash": "^4.17.21", - "magic-string": "0.30.10", + "magic-string": "0.30.11", "mini-css-extract-plugin": "2.9.0", "mrmime": "2.0.0", "ng-packagr": "18.2.0-next.0", diff --git a/packages/angular/build/package.json b/packages/angular/build/package.json index a823cd1adef0..7a5825a191d0 100644 --- a/packages/angular/build/package.json +++ b/packages/angular/build/package.json @@ -20,11 +20,11 @@ "dependencies": { "@ampproject/remapping": "2.3.0", "@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER", - "@babel/core": "7.24.9", + "@babel/core": "7.25.2", "@babel/helper-annotate-as-pure": "7.24.7", "@babel/helper-split-export-declaration": "7.24.7", "@babel/plugin-syntax-import-attributes": "7.24.7", - "@inquirer/confirm": "3.1.18", + "@inquirer/confirm": "3.1.19", "@vitejs/plugin-basic-ssl": "1.1.0", "browserslist": "^4.23.0", "critters": "0.0.24", @@ -33,7 +33,7 @@ "https-proxy-agent": "7.0.5", "listr2": "8.2.4", "lmdb": "3.0.12", - "magic-string": "0.30.10", + "magic-string": "0.30.11", "mrmime": "2.0.0", "parse5-html-rewriting-stream": "7.0.0", "picomatch": "4.0.2", diff --git a/packages/angular/cli/package.json b/packages/angular/cli/package.json index 226a32b8f740..aeef4a956eba 100644 --- a/packages/angular/cli/package.json +++ b/packages/angular/cli/package.json @@ -25,7 +25,7 @@ "@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER", "@angular-devkit/core": "0.0.0-PLACEHOLDER", "@angular-devkit/schematics": "0.0.0-PLACEHOLDER", - "@inquirer/prompts": "5.3.4", + "@inquirer/prompts": "5.3.5", "@listr2/prompt-adapter-inquirer": "2.0.15", "@schematics/angular": "0.0.0-PLACEHOLDER", "@yarnpkg/lockfile": "1.1.0", diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 2b618f3c9d5a..5412eefe99a5 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -11,14 +11,14 @@ "@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER", "@angular-devkit/core": "0.0.0-PLACEHOLDER", "@angular/build": "0.0.0-PLACEHOLDER", - "@babel/core": "7.24.9", + "@babel/core": "7.25.2", "@babel/generator": "7.25.0", "@babel/helper-annotate-as-pure": "7.24.7", "@babel/helper-split-export-declaration": "7.24.7", "@babel/plugin-transform-async-generator-functions": "7.25.0", "@babel/plugin-transform-async-to-generator": "7.24.7", "@babel/plugin-transform-runtime": "7.24.7", - "@babel/preset-env": "7.25.0", + "@babel/preset-env": "7.25.2", "@babel/runtime": "7.25.0", "@discoveryjs/json-ext": "0.6.0", "@ngtools/webpack": "0.0.0-PLACEHOLDER", @@ -41,7 +41,7 @@ "less-loader": "12.2.0", "license-webpack-plugin": "4.0.2", "loader-utils": "3.3.1", - "magic-string": "0.30.10", + "magic-string": "0.30.11", "mini-css-extract-plugin": "2.9.0", "mrmime": "2.0.0", "open": "10.1.0", diff --git a/packages/angular_devkit/schematics/package.json b/packages/angular_devkit/schematics/package.json index 2dc5c46670e6..311d269e1e65 100644 --- a/packages/angular_devkit/schematics/package.json +++ b/packages/angular_devkit/schematics/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular-devkit/core": "0.0.0-PLACEHOLDER", "jsonc-parser": "3.3.1", - "magic-string": "0.30.10", + "magic-string": "0.30.11", "ora": "5.4.1", "rxjs": "7.8.1" } diff --git a/packages/angular_devkit/schematics_cli/package.json b/packages/angular_devkit/schematics_cli/package.json index ba21d3ea5538..97ca8aa5adc8 100644 --- a/packages/angular_devkit/schematics_cli/package.json +++ b/packages/angular_devkit/schematics_cli/package.json @@ -18,7 +18,7 @@ "dependencies": { "@angular-devkit/core": "0.0.0-PLACEHOLDER", "@angular-devkit/schematics": "0.0.0-PLACEHOLDER", - "@inquirer/prompts": "5.3.4", + "@inquirer/prompts": "5.3.5", "ansi-colors": "4.1.3", "symbol-observable": "4.0.0", "yargs-parser": "21.1.1" diff --git a/yarn.lock b/yarn.lock index a2a40d50287f..c22b8fef23cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -74,14 +74,14 @@ __metadata: "@angular-devkit/build-webpack": "npm:0.0.0-EXPERIMENTAL-PLACEHOLDER" "@angular-devkit/core": "npm:0.0.0-PLACEHOLDER" "@angular/build": "npm:0.0.0-PLACEHOLDER" - "@babel/core": "npm:7.24.9" + "@babel/core": "npm:7.25.2" "@babel/generator": "npm:7.25.0" "@babel/helper-annotate-as-pure": "npm:7.24.7" "@babel/helper-split-export-declaration": "npm:7.24.7" "@babel/plugin-transform-async-generator-functions": "npm:7.25.0" "@babel/plugin-transform-async-to-generator": "npm:7.24.7" "@babel/plugin-transform-runtime": "npm:7.24.7" - "@babel/preset-env": "npm:7.25.0" + "@babel/preset-env": "npm:7.25.2" "@babel/runtime": "npm:7.25.0" "@discoveryjs/json-ext": "npm:0.6.0" "@ngtools/webpack": "npm:0.0.0-PLACEHOLDER" @@ -105,7 +105,7 @@ __metadata: less-loader: "npm:12.2.0" license-webpack-plugin: "npm:4.0.2" loader-utils: "npm:3.3.1" - magic-string: "npm:0.30.10" + magic-string: "npm:0.30.11" mini-css-extract-plugin: "npm:2.9.0" mrmime: "npm:2.0.0" open: "npm:10.1.0" @@ -238,7 +238,7 @@ __metadata: dependencies: "@angular-devkit/core": "npm:0.0.0-PLACEHOLDER" "@angular-devkit/schematics": "npm:0.0.0-PLACEHOLDER" - "@inquirer/prompts": "npm:5.3.4" + "@inquirer/prompts": "npm:5.3.5" ansi-colors: "npm:4.1.3" symbol-observable: "npm:4.0.0" yargs-parser: "npm:21.1.1" @@ -253,7 +253,7 @@ __metadata: dependencies: "@angular-devkit/core": "npm:0.0.0-PLACEHOLDER" jsonc-parser: "npm:3.3.1" - magic-string: "npm:0.30.10" + magic-string: "npm:0.30.11" ora: "npm:5.4.1" rxjs: "npm:7.8.1" languageName: unknown @@ -396,11 +396,11 @@ __metadata: dependencies: "@ampproject/remapping": "npm:2.3.0" "@angular-devkit/architect": "npm:0.0.0-EXPERIMENTAL-PLACEHOLDER" - "@babel/core": "npm:7.24.9" + "@babel/core": "npm:7.25.2" "@babel/helper-annotate-as-pure": "npm:7.24.7" "@babel/helper-split-export-declaration": "npm:7.24.7" "@babel/plugin-syntax-import-attributes": "npm:7.24.7" - "@inquirer/confirm": "npm:3.1.18" + "@inquirer/confirm": "npm:3.1.19" "@vitejs/plugin-basic-ssl": "npm:1.1.0" browserslist: "npm:^4.23.0" critters: "npm:0.0.24" @@ -409,7 +409,7 @@ __metadata: https-proxy-agent: "npm:7.0.5" listr2: "npm:8.2.4" lmdb: "npm:3.0.12" - magic-string: "npm:0.30.10" + magic-string: "npm:0.30.11" mrmime: "npm:2.0.0" parse5-html-rewriting-stream: "npm:7.0.0" picomatch: "npm:4.0.2" @@ -528,7 +528,7 @@ __metadata: "@angular-devkit/architect": "npm:0.0.0-EXPERIMENTAL-PLACEHOLDER" "@angular-devkit/core": "npm:0.0.0-PLACEHOLDER" "@angular-devkit/schematics": "npm:0.0.0-PLACEHOLDER" - "@inquirer/prompts": "npm:5.3.4" + "@inquirer/prompts": "npm:5.3.5" "@listr2/prompt-adapter-inquirer": "npm:2.0.15" "@schematics/angular": "npm:0.0.0-PLACEHOLDER" "@yarnpkg/lockfile": "npm:1.1.0" @@ -652,7 +652,7 @@ __metadata: "@angular/platform-server": "npm:18.2.0-next.2" "@angular/router": "npm:18.2.0-next.2" "@angular/service-worker": "npm:18.2.0-next.2" - "@babel/core": "npm:7.24.9" + "@babel/core": "npm:7.25.2" "@babel/generator": "npm:7.25.0" "@babel/helper-annotate-as-pure": "npm:7.24.7" "@babel/helper-split-export-declaration": "npm:7.24.7" @@ -660,15 +660,15 @@ __metadata: "@babel/plugin-transform-async-generator-functions": "npm:7.25.0" "@babel/plugin-transform-async-to-generator": "npm:7.24.7" "@babel/plugin-transform-runtime": "npm:7.24.7" - "@babel/preset-env": "npm:7.25.0" + "@babel/preset-env": "npm:7.25.2" "@babel/runtime": "npm:7.25.0" "@bazel/bazelisk": "npm:1.19.0" "@bazel/buildifier": "npm:7.1.2" "@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch" "@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch" "@discoveryjs/json-ext": "npm:0.6.0" - "@inquirer/confirm": "npm:3.1.18" - "@inquirer/prompts": "npm:5.3.4" + "@inquirer/confirm": "npm:3.1.19" + "@inquirer/prompts": "npm:5.3.5" "@listr2/prompt-adapter-inquirer": "npm:2.0.15" "@rollup/plugin-commonjs": "npm:^26.0.0" "@rollup/plugin-node-resolve": "npm:^13.0.5" @@ -695,8 +695,8 @@ __metadata: "@types/yargs": "npm:^17.0.20" "@types/yargs-parser": "npm:^21.0.0" "@types/yarnpkg__lockfile": "npm:^1.1.5" - "@typescript-eslint/eslint-plugin": "npm:7.17.0" - "@typescript-eslint/parser": "npm:7.17.0" + "@typescript-eslint/eslint-plugin": "npm:7.18.0" + "@typescript-eslint/parser": "npm:7.18.0" "@vitejs/plugin-basic-ssl": "npm:1.1.0" "@web/test-runner": "npm:^0.18.0" "@yarnpkg/lockfile": "npm:1.1.0" @@ -724,7 +724,7 @@ __metadata: http-proxy: "npm:^1.18.1" http-proxy-middleware: "npm:3.0.0" https-proxy-agent: "npm:7.0.5" - husky: "npm:9.1.3" + husky: "npm:9.1.4" ini: "npm:4.1.3" istanbul-lib-instrument: "npm:6.0.3" jasmine: "npm:^5.0.0" @@ -744,7 +744,7 @@ __metadata: lmdb: "npm:3.0.12" loader-utils: "npm:3.3.1" lodash: "npm:^4.17.21" - magic-string: "npm:0.30.10" + magic-string: "npm:0.30.11" mini-css-extract-plugin: "npm:2.9.0" mrmime: "npm:2.0.0" ng-packagr: "npm:18.2.0-next.0" @@ -982,13 +982,20 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.24.8, @babel/compat-data@npm:^7.25.0": +"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.24.8": version: 7.25.0 resolution: "@babel/compat-data@npm:7.25.0" checksum: 10c0/2873df153aa0c60f9e63369320beb5fd9ca948552a06c77db1eb0687bd10a296c9fbf9996bd4b3c8137a78eba3a0f0edfc41b65f57fca8421e5c0c8bb13a813d languageName: node linkType: hard +"@babel/compat-data@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/compat-data@npm:7.25.2" + checksum: 10c0/5bf1f14d6e5f0d37c19543e99209ff4a94bb97915e1ce01e5334a144aa08cd56b6e62ece8135dac77e126723d63d4d4b96fc603a12c43b88c28f4b5e070270c5 + languageName: node + linkType: hard + "@babel/core@npm:7.24.9, @babel/core@npm:^7.12.3, @babel/core@npm:^7.16.0, @babel/core@npm:^7.23.9": version: 7.24.9 resolution: "@babel/core@npm:7.24.9" @@ -1012,6 +1019,29 @@ __metadata: languageName: node linkType: hard +"@babel/core@npm:7.25.2": + version: 7.25.2 + resolution: "@babel/core@npm:7.25.2" + dependencies: + "@ampproject/remapping": "npm:^2.2.0" + "@babel/code-frame": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.0" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-module-transforms": "npm:^7.25.2" + "@babel/helpers": "npm:^7.25.0" + "@babel/parser": "npm:^7.25.0" + "@babel/template": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.2" + "@babel/types": "npm:^7.25.2" + convert-source-map: "npm:^2.0.0" + debug: "npm:^4.1.0" + gensync: "npm:^1.0.0-beta.2" + json5: "npm:^2.2.3" + semver: "npm:^6.3.1" + checksum: 10c0/a425fa40e73cb72b6464063a57c478bc2de9dbcc19c280f1b55a3d88b35d572e87e8594e7d7b4880331addb6faef641bbeb701b91b41b8806cd4deae5d74f401 + languageName: node + linkType: hard + "@babel/generator@npm:7.25.0, @babel/generator@npm:^7.24.9, @babel/generator@npm:^7.25.0": version: 7.25.0 resolution: "@babel/generator@npm:7.25.0" @@ -1056,6 +1086,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-compilation-targets@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-compilation-targets@npm:7.25.2" + dependencies: + "@babel/compat-data": "npm:^7.25.2" + "@babel/helper-validator-option": "npm:^7.24.8" + browserslist: "npm:^4.23.1" + lru-cache: "npm:^5.1.1" + semver: "npm:^6.3.1" + checksum: 10c0/de10e986b5322c9f807350467dc845ec59df9e596a5926a3b5edbb4710d8e3b8009d4396690e70b88c3844fe8ec4042d61436dd4b92d1f5f75655cf43ab07e99 + languageName: node + linkType: hard + "@babel/helper-create-class-features-plugin@npm:^7.24.7": version: 7.25.0 resolution: "@babel/helper-create-class-features-plugin@npm:7.25.0" @@ -1144,6 +1187,20 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-transforms@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-module-transforms@npm:7.25.2" + dependencies: + "@babel/helper-module-imports": "npm:^7.24.7" + "@babel/helper-simple-access": "npm:^7.24.7" + "@babel/helper-validator-identifier": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.2" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/adaa15970ace0aee5934b5a633789b5795b6229c6a9cf3e09a7e80aa33e478675eee807006a862aa9aa517935d81f88a6db8a9f5936e3a2a40ec75f8062bc329 + languageName: node + linkType: hard + "@babel/helper-optimise-call-expression@npm:^7.24.7": version: 7.24.7 resolution: "@babel/helper-optimise-call-expression@npm:7.24.7" @@ -1247,7 +1304,7 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.24.8": +"@babel/helpers@npm:^7.24.8, @babel/helpers@npm:^7.25.0": version: 7.25.0 resolution: "@babel/helpers@npm:7.25.0" dependencies: @@ -1766,7 +1823,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-function-name@npm:^7.25.0": +"@babel/plugin-transform-function-name@npm:^7.25.1": version: 7.25.1 resolution: "@babel/plugin-transform-function-name@npm:7.25.1" dependencies: @@ -1791,14 +1848,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-literals@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/plugin-transform-literals@npm:7.24.7" +"@babel/plugin-transform-literals@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/plugin-transform-literals@npm:7.25.2" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/9f3f6f3831929cd2a977748c07addf9944d5cccb50bd3a24a58beb54f91f00d6cacd3d7831d13ffe1ad6f8aba0aefd7bca5aec65d63b77f39c62ad1f2d484a3e + checksum: 10c0/0796883217b0885d37e7f6d350773be349e469a812b6bf11ccf862a6edf65103d3e7c849529d65381b441685c12e756751d8c2489a0fd3f8139bb5ef93185f58 languageName: node linkType: hard @@ -2164,12 +2221,12 @@ __metadata: languageName: node linkType: hard -"@babel/preset-env@npm:7.25.0": - version: 7.25.0 - resolution: "@babel/preset-env@npm:7.25.0" +"@babel/preset-env@npm:7.25.2": + version: 7.25.2 + resolution: "@babel/preset-env@npm:7.25.2" dependencies: - "@babel/compat-data": "npm:^7.25.0" - "@babel/helper-compilation-targets": "npm:^7.24.8" + "@babel/compat-data": "npm:^7.25.2" + "@babel/helper-compilation-targets": "npm:^7.25.2" "@babel/helper-plugin-utils": "npm:^7.24.8" "@babel/helper-validator-option": "npm:^7.24.8" "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.25.0" @@ -2213,9 +2270,9 @@ __metadata: "@babel/plugin-transform-exponentiation-operator": "npm:^7.24.7" "@babel/plugin-transform-export-namespace-from": "npm:^7.24.7" "@babel/plugin-transform-for-of": "npm:^7.24.7" - "@babel/plugin-transform-function-name": "npm:^7.25.0" + "@babel/plugin-transform-function-name": "npm:^7.25.1" "@babel/plugin-transform-json-strings": "npm:^7.24.7" - "@babel/plugin-transform-literals": "npm:^7.24.7" + "@babel/plugin-transform-literals": "npm:^7.25.2" "@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7" "@babel/plugin-transform-member-expression-literals": "npm:^7.24.7" "@babel/plugin-transform-modules-amd": "npm:^7.24.7" @@ -2253,7 +2310,7 @@ __metadata: semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/a688c337b8fe9bd113e7a4a34ce2d7c19f13298aef919709e6f9301f2a2bc3e5299033de5d82f298ba71660577b2055ea4a8d4ced8d273b7ff2061c3a8e3b698 + checksum: 10c0/0b613b31cc78695391501dceded4127240ff4795b19b206560f9adb5cf87bc04eafea3a5727d314ac05b410d35e1973075636ae2ab9e56d798ea586c9fb22a96 languageName: node linkType: hard @@ -2312,6 +2369,21 @@ __metadata: languageName: node linkType: hard +"@babel/traverse@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/traverse@npm:7.25.2" + dependencies: + "@babel/code-frame": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.0" + "@babel/parser": "npm:^7.25.0" + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.2" + debug: "npm:^4.3.1" + globals: "npm:^11.1.0" + checksum: 10c0/1edcb602801d6ea577584e957a3f6ad48753c4ccb9373fce4c92ebfdee04833f5bd5f1b74758ab7d61fe66d6d83ffdd7c8d482f46199767feeaed6af7df2191e + languageName: node + linkType: hard + "@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.24.7, @babel/types@npm:^7.24.8, @babel/types@npm:^7.24.9, @babel/types@npm:^7.25.0, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": version: 7.25.0 resolution: "@babel/types@npm:7.25.0" @@ -2323,6 +2395,17 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/types@npm:7.25.2" + dependencies: + "@babel/helper-string-parser": "npm:^7.24.8" + "@babel/helper-validator-identifier": "npm:^7.24.7" + to-fast-properties: "npm:^2.0.0" + checksum: 10c0/e489435856be239f8cc1120c90a197e4c2865385121908e5edb7223cfdff3768cba18f489adfe0c26955d9e7bbb1fb10625bc2517505908ceb0af848989bd864 + languageName: node + linkType: hard + "@bazel/bazelisk@npm:1.19.0": version: 1.19.0 resolution: "@bazel/bazelisk@npm:1.19.0" @@ -2948,16 +3031,16 @@ __metadata: languageName: node linkType: hard -"@inquirer/checkbox@npm:^2.4.3": - version: 2.4.3 - resolution: "@inquirer/checkbox@npm:2.4.3" +"@inquirer/checkbox@npm:^2.4.4": + version: 2.4.4 + resolution: "@inquirer/checkbox@npm:2.4.4" dependencies: - "@inquirer/core": "npm:^9.0.6" + "@inquirer/core": "npm:^9.0.7" "@inquirer/figures": "npm:^1.0.5" "@inquirer/type": "npm:^1.5.1" ansi-escapes: "npm:^4.3.2" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/7fc8e3447c20f2deba1834003282140e3767c9a73d849125f968e0bb6648434d4c868d27aba82e647a99beff63bad535628476762fef4ee68e51ce12ec0f8216 + checksum: 10c0/9a3077b035733dc08e9ea4742478ceeada8151c70c17a59f23b895f03057c29d1ca99ff6c38c47bfd84a57b883041baa35e2dd4b2d5150d0c8a325c979496ad2 languageName: node linkType: hard @@ -2971,17 +3054,17 @@ __metadata: languageName: node linkType: hard -"@inquirer/confirm@npm:3.1.18, @inquirer/confirm@npm:^3.1.18": - version: 3.1.18 - resolution: "@inquirer/confirm@npm:3.1.18" +"@inquirer/confirm@npm:3.1.19, @inquirer/confirm@npm:^3.1.19": + version: 3.1.19 + resolution: "@inquirer/confirm@npm:3.1.19" dependencies: - "@inquirer/core": "npm:^9.0.6" + "@inquirer/core": "npm:^9.0.7" "@inquirer/type": "npm:^1.5.1" - checksum: 10c0/eb2e38afbbc751678ac5d8a21e4c7439e7a3f17b4db3bcf795a0135bc0a97f7c3ba18f5390e88bd36c058cb1194c48fca8e36cc10ef0a473f0ce381eb38bfd1e + checksum: 10c0/285bc69f5df9ca2b8e44417b8207cc8db386d3db3b1a0d5608cac0711f7927c7b569431424414e6a721ef9efafe88acfb1a1dfb50f7b93a2cd5def5b6f2cfdac languageName: node linkType: hard -"@inquirer/core@npm:^9.0.3, @inquirer/core@npm:^9.0.6": +"@inquirer/core@npm:^9.0.3": version: 9.0.6 resolution: "@inquirer/core@npm:9.0.6" dependencies: @@ -3002,25 +3085,46 @@ __metadata: languageName: node linkType: hard -"@inquirer/editor@npm:^2.1.18": - version: 2.1.18 - resolution: "@inquirer/editor@npm:2.1.18" +"@inquirer/core@npm:^9.0.7": + version: 9.0.7 + resolution: "@inquirer/core@npm:9.0.7" + dependencies: + "@inquirer/figures": "npm:^1.0.5" + "@inquirer/type": "npm:^1.5.1" + "@types/mute-stream": "npm:^0.0.4" + "@types/node": "npm:^22.0.0" + "@types/wrap-ansi": "npm:^3.0.0" + ansi-escapes: "npm:^4.3.2" + cli-spinners: "npm:^2.9.2" + cli-width: "npm:^4.1.0" + mute-stream: "npm:^1.0.0" + signal-exit: "npm:^4.1.0" + strip-ansi: "npm:^6.0.1" + wrap-ansi: "npm:^6.2.0" + yoctocolors-cjs: "npm:^2.1.2" + checksum: 10c0/6969b25982250da8cf1714af420ebc88fc51dabcce9ab54b724c6187a46ba5d839d54e22273687172c0baeef111a7790530feb4dfb51f5af58227c9b40c39511 + languageName: node + linkType: hard + +"@inquirer/editor@npm:^2.1.19": + version: 2.1.19 + resolution: "@inquirer/editor@npm:2.1.19" dependencies: - "@inquirer/core": "npm:^9.0.6" + "@inquirer/core": "npm:^9.0.7" "@inquirer/type": "npm:^1.5.1" external-editor: "npm:^3.1.0" - checksum: 10c0/21e858edaae7767fbbf9536977337074d534be7376fa9a28c04da19d9fd921db3d846cd29cc53c46b177586a8afe9f329a0cba7ebd1593fa59dd7017502b7319 + checksum: 10c0/ae33de4acb99708c549a1d12e09909cf6ef5e7dadf07f895817cdcc385fa91458052200bae53278723deed07f88c59b46c863e64146770a542787bea8229a35a languageName: node linkType: hard -"@inquirer/expand@npm:^2.1.18": - version: 2.1.18 - resolution: "@inquirer/expand@npm:2.1.18" +"@inquirer/expand@npm:^2.1.19": + version: 2.1.19 + resolution: "@inquirer/expand@npm:2.1.19" dependencies: - "@inquirer/core": "npm:^9.0.6" + "@inquirer/core": "npm:^9.0.7" "@inquirer/type": "npm:^1.5.1" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/f3d0ff9da3ac013a335e374845ba760d4f7adce4e43d2243998955c8391cacff553665960a0cfb1da25606f8425f47d8a991495942bba22114fee5e2d51bdfea + checksum: 10c0/f1a2382dd6d0f0023b1441e2b80a83335ee232aa49fa688fad911e1a2128d6dbcaaeab7ecf7544fb8608156a70829150f302d3b7cb9f517e6e43f7f3dddd872f languageName: node linkType: hard @@ -3031,88 +3135,88 @@ __metadata: languageName: node linkType: hard -"@inquirer/input@npm:^2.2.5": - version: 2.2.5 - resolution: "@inquirer/input@npm:2.2.5" +"@inquirer/input@npm:^2.2.6": + version: 2.2.6 + resolution: "@inquirer/input@npm:2.2.6" dependencies: - "@inquirer/core": "npm:^9.0.6" + "@inquirer/core": "npm:^9.0.7" "@inquirer/type": "npm:^1.5.1" - checksum: 10c0/2f0eb8d96077fd9da00b032c2b6dbb466a168c947718c98dd1d4a1d3ec7fc4ac1462c5b8d969ebf03a699d73c86ad548dea0efc0208d232ac29c956633df3873 + checksum: 10c0/f8ae5152980cb4f6b91df73036d067a65a5de776a3834120fc06ffef457cf8d16d9d57b116f8543a99a08e585b2adbb1c0eb156beb0c55fb56693502db412743 languageName: node linkType: hard -"@inquirer/number@npm:^1.0.6": - version: 1.0.6 - resolution: "@inquirer/number@npm:1.0.6" +"@inquirer/number@npm:^1.0.7": + version: 1.0.7 + resolution: "@inquirer/number@npm:1.0.7" dependencies: - "@inquirer/core": "npm:^9.0.6" + "@inquirer/core": "npm:^9.0.7" "@inquirer/type": "npm:^1.5.1" - checksum: 10c0/fa8fabe03073bbac9a0fdc8770d97e249224e460ce344c40c361816ecbc8e0426d1a15351492fe108e3ce7953366d49cbfa8607122e720e32bf204c4b4ae1d1f + checksum: 10c0/7ab0ca5fd08cfa39cb76d15e56739ef6a5701df5a14002b1f2d2959c252fedb1000ed9ff5911015b5e058f6146cd6929a97a6f3b0d14e45112cb605b54bc8373 languageName: node linkType: hard -"@inquirer/password@npm:^2.1.18": - version: 2.1.18 - resolution: "@inquirer/password@npm:2.1.18" +"@inquirer/password@npm:^2.1.19": + version: 2.1.19 + resolution: "@inquirer/password@npm:2.1.19" dependencies: - "@inquirer/core": "npm:^9.0.6" + "@inquirer/core": "npm:^9.0.7" "@inquirer/type": "npm:^1.5.1" ansi-escapes: "npm:^4.3.2" - checksum: 10c0/9417c66d2867137d727cc051a07f53b1d2e5becbc82178be800341a4ad00c2e5e8b2fce0c2379d84dcd671935c69bfea99d61fd795da5c02dcd12e8b5d4e7fab + checksum: 10c0/8be7fad654a6ef72a8c0f855f11e5c46df0906425bf6443c892d20261dcd7a92207e15d756dceabab3d2e7c4308cd0a53c45a6c00c9e115b86301679170a584b languageName: node linkType: hard -"@inquirer/prompts@npm:5.3.4": - version: 5.3.4 - resolution: "@inquirer/prompts@npm:5.3.4" +"@inquirer/prompts@npm:5.3.5": + version: 5.3.5 + resolution: "@inquirer/prompts@npm:5.3.5" dependencies: - "@inquirer/checkbox": "npm:^2.4.3" - "@inquirer/confirm": "npm:^3.1.18" - "@inquirer/editor": "npm:^2.1.18" - "@inquirer/expand": "npm:^2.1.18" - "@inquirer/input": "npm:^2.2.5" - "@inquirer/number": "npm:^1.0.6" - "@inquirer/password": "npm:^2.1.18" - "@inquirer/rawlist": "npm:^2.2.0" - "@inquirer/search": "npm:^1.0.3" - "@inquirer/select": "npm:^2.4.3" - checksum: 10c0/8dc7bc9fb3bd02c9e27912ea2a7fe7b0f9c33a874a45a13d02273b00550b85636370d373f0c4a30260d265752fe689cece6693a0ff659442e651d7488371a2a6 + "@inquirer/checkbox": "npm:^2.4.4" + "@inquirer/confirm": "npm:^3.1.19" + "@inquirer/editor": "npm:^2.1.19" + "@inquirer/expand": "npm:^2.1.19" + "@inquirer/input": "npm:^2.2.6" + "@inquirer/number": "npm:^1.0.7" + "@inquirer/password": "npm:^2.1.19" + "@inquirer/rawlist": "npm:^2.2.1" + "@inquirer/search": "npm:^1.0.4" + "@inquirer/select": "npm:^2.4.4" + checksum: 10c0/56b6a4943115a3e0c9404b123e62089cb7a23321df8b3325e4a8639c0491f1838f0f8859bb76ae57a8878c279250a20df94bae59eea1e2a22215f8cd5ae9a876 languageName: node linkType: hard -"@inquirer/rawlist@npm:^2.2.0": - version: 2.2.0 - resolution: "@inquirer/rawlist@npm:2.2.0" +"@inquirer/rawlist@npm:^2.2.1": + version: 2.2.1 + resolution: "@inquirer/rawlist@npm:2.2.1" dependencies: - "@inquirer/core": "npm:^9.0.6" + "@inquirer/core": "npm:^9.0.7" "@inquirer/type": "npm:^1.5.1" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/f1b2b959407e7895f0948af883bd4b9c8e78098f1945df5090b53238ac5c2f01258b34bc0d4fbec34aa1d23a327c5d3a5aab54e7e59fe8c21bc2d15d831b1bb4 + checksum: 10c0/bcee06c5a72a6b8382e130b5ee097d31ec18296a97c0e3b754071a447520e0804c96b4100a96350da5b8c7d919a85c48e5fd3bb0ae73cb74883299e578b940d2 languageName: node linkType: hard -"@inquirer/search@npm:^1.0.3": - version: 1.0.3 - resolution: "@inquirer/search@npm:1.0.3" +"@inquirer/search@npm:^1.0.4": + version: 1.0.4 + resolution: "@inquirer/search@npm:1.0.4" dependencies: - "@inquirer/core": "npm:^9.0.6" + "@inquirer/core": "npm:^9.0.7" "@inquirer/figures": "npm:^1.0.5" "@inquirer/type": "npm:^1.5.1" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/91228e6b152d65fbdde357a73f18b4ff377429b85707bd30a87e7d98e903e73efa7c7e1f8aee8e76ad1b224efbe0de266c0db2c99944ddb71b35465096b4209f + checksum: 10c0/13440025afd7d299a6aabb6d60e697b85af21a0f421c09ecbf04751b166fa13cdc474415b036170b1d86a54a15d3a800dbc214b04b0433eb8a78c5cc1c282737 languageName: node linkType: hard -"@inquirer/select@npm:^2.4.3": - version: 2.4.3 - resolution: "@inquirer/select@npm:2.4.3" +"@inquirer/select@npm:^2.4.4": + version: 2.4.4 + resolution: "@inquirer/select@npm:2.4.4" dependencies: - "@inquirer/core": "npm:^9.0.6" + "@inquirer/core": "npm:^9.0.7" "@inquirer/figures": "npm:^1.0.5" "@inquirer/type": "npm:^1.5.1" ansi-escapes: "npm:^4.3.2" yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/ad20c5fd89819e6da04a688bfc667f1ecc896d2c914dd5490daa64e747a2c560365795955e74a75ccb13438578120450dec00bae6e2809eeffbc99188f6df058 + checksum: 10c0/d7c76af71fc09f380e1b3273717dd9f8130ee40ba0dcc2839622c830368a0b74b7f3becb15d3d7d63aecead6783f2db632f5371a5a41ab2f4e7b39b5aa8ebcc8 languageName: node linkType: hard @@ -4972,7 +5076,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:>=10.0.0": +"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^22.0.0": version: 22.0.0 resolution: "@types/node@npm:22.0.0" dependencies: @@ -5372,15 +5476,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:7.17.0": - version: 7.17.0 - resolution: "@typescript-eslint/eslint-plugin@npm:7.17.0" +"@typescript-eslint/eslint-plugin@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:7.17.0" - "@typescript-eslint/type-utils": "npm:7.17.0" - "@typescript-eslint/utils": "npm:7.17.0" - "@typescript-eslint/visitor-keys": "npm:7.17.0" + "@typescript-eslint/scope-manager": "npm:7.18.0" + "@typescript-eslint/type-utils": "npm:7.18.0" + "@typescript-eslint/utils": "npm:7.18.0" + "@typescript-eslint/visitor-keys": "npm:7.18.0" graphemer: "npm:^1.4.0" ignore: "npm:^5.3.1" natural-compare: "npm:^1.4.0" @@ -5391,44 +5495,44 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/654d589531ae45b8ca8f3969e785926b2544100a985968d86c828e2a1ff50331250e19c8b4af83a4ba17847a0047479662eb317e4ad94f6279cac03acd5cda5a + checksum: 10c0/2b37948fa1b0dab77138909dabef242a4d49ab93e4019d4ef930626f0a7d96b03e696cd027fa0087881c20e73be7be77c942606b4a76fa599e6b37f6985304c3 languageName: node linkType: hard -"@typescript-eslint/parser@npm:7.17.0": - version: 7.17.0 - resolution: "@typescript-eslint/parser@npm:7.17.0" +"@typescript-eslint/parser@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/parser@npm:7.18.0" dependencies: - "@typescript-eslint/scope-manager": "npm:7.17.0" - "@typescript-eslint/types": "npm:7.17.0" - "@typescript-eslint/typescript-estree": "npm:7.17.0" - "@typescript-eslint/visitor-keys": "npm:7.17.0" + "@typescript-eslint/scope-manager": "npm:7.18.0" + "@typescript-eslint/types": "npm:7.18.0" + "@typescript-eslint/typescript-estree": "npm:7.18.0" + "@typescript-eslint/visitor-keys": "npm:7.18.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.56.0 peerDependenciesMeta: typescript: optional: true - checksum: 10c0/0cf6922412517b4c005609b035119ddd2798e1b6e74e1bccd487aa53119d27067cfd89311f00b8e96b2b044a0fb7373418a16552be86079879158b260c397418 + checksum: 10c0/370e73fca4278091bc1b657f85e7d74cd52b24257ea20c927a8e17546107ce04fbf313fec99aed0cc2a145ddbae1d3b12e9cc2c1320117636dc1281bcfd08059 languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:7.17.0": - version: 7.17.0 - resolution: "@typescript-eslint/scope-manager@npm:7.17.0" +"@typescript-eslint/scope-manager@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/scope-manager@npm:7.18.0" dependencies: - "@typescript-eslint/types": "npm:7.17.0" - "@typescript-eslint/visitor-keys": "npm:7.17.0" - checksum: 10c0/e1a693e19dc855fe6d04b46c6c205019bfc937eda5f8b255393f8267ebddd282165568336e37b04aab544b155a807784b9c4a92129dfc7c1eef5a9e9fe052685 + "@typescript-eslint/types": "npm:7.18.0" + "@typescript-eslint/visitor-keys": "npm:7.18.0" + checksum: 10c0/038cd58c2271de146b3a594afe2c99290034033326d57ff1f902976022c8b0138ffd3cb893ae439ae41003b5e4bcc00cabf6b244ce40e8668f9412cc96d97b8e languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:7.17.0": - version: 7.17.0 - resolution: "@typescript-eslint/type-utils@npm:7.17.0" +"@typescript-eslint/type-utils@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/type-utils@npm:7.18.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:7.17.0" - "@typescript-eslint/utils": "npm:7.17.0" + "@typescript-eslint/typescript-estree": "npm:7.18.0" + "@typescript-eslint/utils": "npm:7.18.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.3.0" peerDependencies: @@ -5436,23 +5540,23 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/b415cf37c0922cded78735c5049cb5a5b0065e1c0ce4a81ca2a26422763ccacca8945efa45480f40530f2ec414a14d35a88a6798258aa889f7a9cf4ca4a240cd + checksum: 10c0/ad92a38007be620f3f7036f10e234abdc2fdc518787b5a7227e55fd12896dacf56e8b34578723fbf9bea8128df2510ba8eb6739439a3879eda9519476d5783fd languageName: node linkType: hard -"@typescript-eslint/types@npm:7.17.0": - version: 7.17.0 - resolution: "@typescript-eslint/types@npm:7.17.0" - checksum: 10c0/8f734294d432b37c534f17eb2befdfe43b76874d09118d6adf7e308e5a586e9e11b7021abe4f6692a6e6226de58a15b3cfe1300939556ce1c908d9af627b7400 +"@typescript-eslint/types@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/types@npm:7.18.0" + checksum: 10c0/eb7371ac55ca77db8e59ba0310b41a74523f17e06f485a0ef819491bc3dd8909bb930120ff7d30aaf54e888167e0005aa1337011f3663dc90fb19203ce478054 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:7.17.0": - version: 7.17.0 - resolution: "@typescript-eslint/typescript-estree@npm:7.17.0" +"@typescript-eslint/typescript-estree@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/typescript-estree@npm:7.18.0" dependencies: - "@typescript-eslint/types": "npm:7.17.0" - "@typescript-eslint/visitor-keys": "npm:7.17.0" + "@typescript-eslint/types": "npm:7.18.0" + "@typescript-eslint/visitor-keys": "npm:7.18.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" @@ -5462,31 +5566,31 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/10967823ce00c9f8cd4a8b56bed3524c098e38cc0e27aaa49ffd8fad4e671c00226bf0330ba858948750b88dc55527ebeb62c74be8a30bac18a106d6c033ab59 + checksum: 10c0/0c7f109a2e460ec8a1524339479cf78ff17814d23c83aa5112c77fb345e87b3642616291908dcddea1e671da63686403dfb712e4a4435104f92abdfddf9aba81 languageName: node linkType: hard -"@typescript-eslint/utils@npm:7.17.0": - version: 7.17.0 - resolution: "@typescript-eslint/utils@npm:7.17.0" +"@typescript-eslint/utils@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/utils@npm:7.18.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" - "@typescript-eslint/scope-manager": "npm:7.17.0" - "@typescript-eslint/types": "npm:7.17.0" - "@typescript-eslint/typescript-estree": "npm:7.17.0" + "@typescript-eslint/scope-manager": "npm:7.18.0" + "@typescript-eslint/types": "npm:7.18.0" + "@typescript-eslint/typescript-estree": "npm:7.18.0" peerDependencies: eslint: ^8.56.0 - checksum: 10c0/1f3e22820b3ab3e47809c45e576614ad4a965f5c8634856eca5c70981386b9351a77fb172ba32345e7c5667479cf9526c673699dd38dccd0616ad6db21704e72 + checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:7.17.0": - version: 7.17.0 - resolution: "@typescript-eslint/visitor-keys@npm:7.17.0" +"@typescript-eslint/visitor-keys@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/visitor-keys@npm:7.18.0" dependencies: - "@typescript-eslint/types": "npm:7.17.0" + "@typescript-eslint/types": "npm:7.18.0" eslint-visitor-keys: "npm:^3.4.3" - checksum: 10c0/fa6b339d51fc3710288bb2ffaa46d639551d77965cc42c36f96c4f43aed663ff12972e8a28652a280f6ce20b7a92dc2aea14b2b4049012799be2fc2d3cbb2c60 + checksum: 10c0/538b645f8ff1d9debf264865c69a317074eaff0255e63d7407046176b0f6a6beba34a6c51d511f12444bae12a98c69891eb6f403c9f54c6c2e2849d1c1cb73c0 languageName: node linkType: hard @@ -10588,12 +10692,12 @@ __metadata: languageName: node linkType: hard -"husky@npm:9.1.3": - version: 9.1.3 - resolution: "husky@npm:9.1.3" +"husky@npm:9.1.4": + version: 9.1.4 + resolution: "husky@npm:9.1.4" bin: husky: bin.js - checksum: 10c0/3fb8657ff97f529dab0b9a0afa6b818ec604f60c39abc13e8e3f4263ea30a3aa6fff7a1b625b8a53700899ce0ea2f5f656981c46b8f1837cfd84ddb6da883fb2 + checksum: 10c0/f5185003bef9ad9ec3f40e821963e4c12409b993fdcab89e3d660bed7d8c9d8bfd399f05222e27e0ead6589601fb1bb08d1a589c51751a4ab0547ead3429b8de languageName: node linkType: hard @@ -12595,7 +12699,7 @@ __metadata: languageName: node linkType: hard -"magic-string@npm:^0.30.0, magic-string@npm:^0.30.3": +"magic-string@npm:0.30.11, magic-string@npm:^0.30.0, magic-string@npm:^0.30.3": version: 0.30.11 resolution: "magic-string@npm:0.30.11" dependencies: From b6a037c2d287845c5cd26d5ce3971a9b569c3733 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 30 Jul 2024 19:11:14 +0000 Subject: [PATCH 2/4] build: update angular --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.yml | 42 +- .github/workflows/dev-infra.yml | 4 +- .github/workflows/feature-requests.yml | 2 +- .github/workflows/pr.yml | 34 +- package.json | 4 +- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 +- yarn.lock | 382 +++++------------- 8 files changed, 171 insertions(+), 331 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 381c353c2f34..cf7f97bff270 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + - uses: angular/dev-infra/github-actions/branch-manager@56966c765e97f463c4795fac85d46543d1e6b342 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f6f5e0f8f25..21443e0c6e25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Generate JSON schema types @@ -42,11 +42,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Build release targets @@ -56,11 +56,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Run module tests @@ -92,13 +92,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -113,13 +113,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -134,13 +134,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} @@ -151,13 +151,13 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Run E2E Browser tests env: SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }} @@ -184,11 +184,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - run: yarn admin snapshots --verbose env: SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }} diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 6128f60ecd9e..4de1e73dda0f 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + - uses: angular/dev-infra/github-actions/commit-message-based-labels@56966c765e97f463c4795fac85d46543d1e6b342 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: angular/dev-infra/github-actions/post-approval-changes@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + - uses: angular/dev-infra/github-actions/post-approval-changes@56966c765e97f463c4795fac85d46543d1e6b342 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 478006cff6f0..95850ef71c61 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -16,6 +16,6 @@ jobs: if: github.repository == 'angular/angular-cli' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + - uses: angular/dev-infra/github-actions/feature-request@56966c765e97f463c4795fac85d46543d1e6b342 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f9feb45dad6f..0b08279d28f1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup ESLint Caching uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: @@ -54,7 +54,7 @@ jobs: - name: Run Validation run: yarn admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/linting/licenses@56966c765e97f463c4795fac85d46543d1e6b342 - name: Check tooling setup run: yarn check-tooling-setup - name: Check commit message @@ -70,11 +70,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Build release targets @@ -90,11 +90,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Run module tests @@ -113,13 +113,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -134,13 +134,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -157,12 +157,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@56966c765e97f463c4795fac85d46543d1e6b342 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/setup@56966c765e97f463c4795fac85d46543d1e6b342 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e + uses: angular/dev-infra/github-actions/bazel/configure-remote@56966c765e97f463c4795fac85d46543d1e6b342 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/package.json b/package.json index 87b61728eae3..e5a7be5655fe 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "18.2.0-next.2", "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=71bd2e043e076365effdb6076f33b2d8d6bd6d02#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a3fc20d42318743dbe2590babe2532b83ce716f1", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#182ff83c7d754efce38ca38c3be6e55b80758a53", "@angular/cdk": "18.1.2", "@angular/common": "18.2.0-next.2", "@angular/compiler": "18.2.0-next.2", @@ -63,7 +63,7 @@ "@angular/forms": "18.2.0-next.2", "@angular/localize": "18.2.0-next.2", "@angular/material": "18.1.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#816ca00ef52029565246fe51864db3a345bcb518", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9526d0e1d5f205b83298af9f9d6fa906664067d2", "@angular/platform-browser": "18.2.0-next.2", "@angular/platform-browser-dynamic": "18.2.0-next.2", "@angular/platform-server": "18.2.0-next.2", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 69f45d2f2a2e..bbb79be9c0c2 100644 --- a/tests/legacy-cli/e2e/ng-snapshot/package.json +++ b/tests/legacy-cli/e2e/ng-snapshot/package.json @@ -2,21 +2,21 @@ "description": "snapshot versions of Angular for e2e testing", "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#8d0f535d73d0eb3e139785205aa46a25299b2fda", - "@angular/cdk": "github:angular/cdk-builds#e97a23182d03561c58833bf18fabf345e5313884", - "@angular/common": "github:angular/common-builds#944982925a1cfbd7cdb487a717162a53056b4d16", - "@angular/compiler": "github:angular/compiler-builds#2591c3c40a1b05093de6dcd07aa0465b27f9f68e", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#f7b71e9d8d175cf9be5bf000d6f8e05609ade005", - "@angular/core": "github:angular/core-builds#056cbc47795a14b4413e73acdaaf7216e870ef21", - "@angular/forms": "github:angular/forms-builds#bcda8716454fe4da60f6c6fdc34d03c15a4ef184", - "@angular/language-service": "github:angular/language-service-builds#3cd32a45dd1da8823b5f39e61737a2fe649d33c2", - "@angular/localize": "github:angular/localize-builds#d481003b41d42dff49c09a782b7fb65fbcd567de", - "@angular/material": "github:angular/material-builds#92169f42cc130d2efdc06a062e27e3b89872dcc3", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#91d787ad43edc1d5ebf92adbc1802d090eb48ee6", - "@angular/platform-browser": "github:angular/platform-browser-builds#bcb97d7a230d53a07eaa75a112050f3dea9eaaf2", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#25949b84f77cdd16d3779bf05a79c6adaa1983b5", - "@angular/platform-server": "github:angular/platform-server-builds#5df11f110b9dfc3e2fdebc01396e9b03eae7e7a9", - "@angular/router": "github:angular/router-builds#a26c52c201c94e5f69ad499d0768dfa9a7a4167d", - "@angular/service-worker": "github:angular/service-worker-builds#47f8bcbda25a966c50980e7ace4d6bded720784b" + "@angular/animations": "github:angular/animations-builds#e72165a1bda41c6484e9f56160108d35c377617f", + "@angular/cdk": "github:angular/cdk-builds#581fa96965b3097b6949deedd039d6d894c3b88c", + "@angular/common": "github:angular/common-builds#80fd6d9bfea66147ec3dac9e4376aa56e3f0c8a5", + "@angular/compiler": "github:angular/compiler-builds#904146da5da936c74358b17998df3687087a288f", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#9fa0e9d86eae6fae8e31bc3bb43a16547148d197", + "@angular/core": "github:angular/core-builds#5a3a6ce405dee67241df05e15aa51178d88c523f", + "@angular/forms": "github:angular/forms-builds#4fc758af1f0c84a52726846673e2a9123cd7653c", + "@angular/language-service": "github:angular/language-service-builds#a17dbfa1845607148c8bc7a99915cc07caeea452", + "@angular/localize": "github:angular/localize-builds#dbd0c00c038a0b6ba6a2dc0cb790adf77cc1241e", + "@angular/material": "github:angular/material-builds#cf71b620bec494583725ad013310a60ae9772b44", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#99b97418e26a436c7753db96254131d272332e3b", + "@angular/platform-browser": "github:angular/platform-browser-builds#ae2faaf4c43fcdace4e253093a7481742e6abfaf", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7835f3eb3fe816e5a2727bdc96028988e2b25df1", + "@angular/platform-server": "github:angular/platform-server-builds#c4450752a82d8bd986226d7671417df2e8f227a7", + "@angular/router": "github:angular/router-builds#bd6cf0314e7c40ea3ede249a79b756283ffcd84a", + "@angular/service-worker": "github:angular/service-worker-builds#ba6d95b84502356452d00087ecc125b8247a6d2d" } } diff --git a/yarn.lock b/yarn.lock index c22b8fef23cb..28856ecf901c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -50,18 +50,18 @@ __metadata: languageName: unknown linkType: soft -"@angular-devkit/architect@npm:0.1802.0-next.1": - version: 0.1802.0-next.1 - resolution: "@angular-devkit/architect@npm:0.1802.0-next.1" +"@angular-devkit/architect@npm:0.1802.0-next.2": + version: 0.1802.0-next.2 + resolution: "@angular-devkit/architect@npm:0.1802.0-next.2" dependencies: - "@angular-devkit/core": "npm:18.2.0-next.1" + "@angular-devkit/core": "npm:18.2.0-next.2" rxjs: "npm:7.8.1" dependenciesMeta: esbuild: built: true puppeteer: built: true - checksum: 10c0/49dc61c72dd93b3c10bfa796c1f7d20f9ea41d08f9141a79c3147896d8ac17967007403ff06da508de1667d08a97e8d7694beb92c554f500a8c2423d3512a24e + checksum: 10c0/47818b039d8657ea9ecdb65d21e35d86ff4a9e5c0bf2880233098fed59c642bd9f18c8d3a10feeb4bf60b86ba3a94a3d631b821bb340f1e4c4fb57ee3086c5ee languageName: node linkType: hard @@ -208,9 +208,9 @@ __metadata: languageName: unknown linkType: soft -"@angular-devkit/core@npm:18.2.0-next.1": - version: 18.2.0-next.1 - resolution: "@angular-devkit/core@npm:18.2.0-next.1" +"@angular-devkit/core@npm:18.2.0-next.2": + version: 18.2.0-next.2 + resolution: "@angular-devkit/core@npm:18.2.0-next.2" dependencies: ajv: "npm:8.17.1" ajv-formats: "npm:3.0.1" @@ -228,7 +228,7 @@ __metadata: peerDependenciesMeta: chokidar: optional: true - checksum: 10c0/cd666285581c624542ac7bdfc9cd2d8e47999859b82612077d46334f29bad26cf57479da68f5c9fcf971ab1a9893d0de8e203cea04f7f52aed27914db86c04ab + checksum: 10c0/2c477abb1d88daec80edb452417952f27b49caa14844893fef3de62242eb742ec7d1bfbb269c5a06de51df1e256b254745bda437acfbf15017047c06b46e7229 languageName: node linkType: hard @@ -338,12 +338,12 @@ __metadata: languageName: node linkType: hard -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#a3fc20d42318743dbe2590babe2532b83ce716f1": - version: 0.0.0-c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=a3fc20d42318743dbe2590babe2532b83ce716f1" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#182ff83c7d754efce38ca38c3be6e55b80758a53": + version: 0.0.0-56966c765e97f463c4795fac85d46543d1e6b342 + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=182ff83c7d754efce38ca38c3be6e55b80758a53" dependencies: "@angular/benchpress": "npm:0.3.0" - "@angular/build": "npm:18.2.0-next.1" + "@angular/build": "npm:18.2.0-next.2" "@babel/core": "npm:^7.16.0" "@babel/helper-annotate-as-pure": "npm:^7.18.6" "@babel/plugin-proposal-async-generator-functions": "npm:^7.20.1" @@ -354,7 +354,7 @@ __metadata: "@bazel/runfiles": "npm:5.8.1" "@bazel/terser": "npm:5.8.1" "@bazel/typescript": "npm:5.8.1" - "@microsoft/api-extractor": "npm:7.47.2" + "@microsoft/api-extractor": "npm:7.47.4" "@types/browser-sync": "npm:^2.26.3" "@types/minimatch": "npm:^5.1.2" "@types/node": "npm:^18.19.21" @@ -362,7 +362,7 @@ __metadata: "@types/send": "npm:^0.17.1" "@types/tmp": "npm:^0.2.1" "@types/uuid": "npm:^10.0.0" - "@types/ws": "npm:8.5.11" + "@types/ws": "npm:8.5.12" "@types/yargs": "npm:^17.0.0" browser-sync: "npm:^3.0.0" html-entities: "npm:^2.4.0" @@ -380,13 +380,13 @@ __metadata: true-case-path: "npm:^2.2.1" tslib: "npm:^2.5.2" tsx: "npm:^4.15.7" - typescript: "npm:5.5.3" + typescript: "npm:5.5.4" uuid: "npm:^10.0.0" yargs: "npm:^17.0.0" dependenciesMeta: re2: built: false - checksum: 10c0/3bb8abadc6ac24b643da5f2250d0ec4b698da1bf7231c68e5b684da7d131601672bf30962ac81fd2e8a3dbbb2780c229ece5f8ef694ed127d47eb478e1e43141 + checksum: 10c0/ca4b3b8e73760489f78c40665e5cc64ae77a3f0ca4453d5b8ec3aecc60e2555f7ba3ce6c1e82119cab930e46e9c8e479740d5abc0783bc0be6294598b5297ca8 languageName: node linkType: hard @@ -444,17 +444,17 @@ __metadata: languageName: unknown linkType: soft -"@angular/build@npm:18.2.0-next.1": - version: 18.2.0-next.1 - resolution: "@angular/build@npm:18.2.0-next.1" +"@angular/build@npm:18.2.0-next.2": + version: 18.2.0-next.2 + resolution: "@angular/build@npm:18.2.0-next.2" dependencies: "@ampproject/remapping": "npm:2.3.0" - "@angular-devkit/architect": "npm:0.1802.0-next.1" + "@angular-devkit/architect": "npm:0.1802.0-next.2" "@babel/core": "npm:7.24.9" "@babel/helper-annotate-as-pure": "npm:7.24.7" "@babel/helper-split-export-declaration": "npm:7.24.7" "@babel/plugin-syntax-import-attributes": "npm:7.24.7" - "@inquirer/confirm": "npm:3.1.15" + "@inquirer/confirm": "npm:3.1.17" "@vitejs/plugin-basic-ssl": "npm:1.1.0" browserslist: "npm:^4.23.0" critters: "npm:0.0.24" @@ -468,7 +468,7 @@ __metadata: parse5-html-rewriting-stream: "npm:7.0.0" picomatch: "npm:4.0.2" piscina: "npm:4.6.1" - rollup: "npm:4.18.1" + rollup: "npm:4.19.0" sass: "npm:1.77.8" semver: "npm:7.6.3" vite: "npm:5.3.4" @@ -500,7 +500,7 @@ __metadata: optional: true tailwindcss: optional: true - checksum: 10c0/b07c0d45002a3d64e3b44e8408432ba87cc47cd8c2e8923e0a5603b210fc7d3601d627dd1168d3900094793a362d67819da315cc5572cddba4ad26db399f5f17 + checksum: 10c0/483dec0f009ee55cc7205901340435d4446245add594538223b9d666dac58ffbc7a324833aa9647588272db7f25b899ebbb37b5ecd2247e303b0ba265b5742a1 languageName: node linkType: hard @@ -637,7 +637,7 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:18.2.0-next.2" "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=71bd2e043e076365effdb6076f33b2d8d6bd6d02#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch" - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a3fc20d42318743dbe2590babe2532b83ce716f1" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#182ff83c7d754efce38ca38c3be6e55b80758a53" "@angular/cdk": "npm:18.1.2" "@angular/common": "npm:18.2.0-next.2" "@angular/compiler": "npm:18.2.0-next.2" @@ -646,7 +646,7 @@ __metadata: "@angular/forms": "npm:18.2.0-next.2" "@angular/localize": "npm:18.2.0-next.2" "@angular/material": "npm:18.1.2" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#816ca00ef52029565246fe51864db3a345bcb518" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9526d0e1d5f205b83298af9f9d6fa906664067d2" "@angular/platform-browser": "npm:18.2.0-next.2" "@angular/platform-browser-dynamic": "npm:18.2.0-next.2" "@angular/platform-server": "npm:18.2.0-next.2" @@ -851,9 +851,9 @@ __metadata: languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#816ca00ef52029565246fe51864db3a345bcb518": - version: 0.0.0-c41cfb4902c0ca0c72bde19650eb8186a6a7ba7e - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=816ca00ef52029565246fe51864db3a345bcb518" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#9526d0e1d5f205b83298af9f9d6fa906664067d2": + version: 0.0.0-56966c765e97f463c4795fac85d46543d1e6b342 + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=9526d0e1d5f205b83298af9f9d6fa906664067d2" dependencies: "@octokit/rest": "npm:21.0.1" "@types/semver": "npm:^7.3.6" @@ -864,10 +864,10 @@ __metadata: supports-color: "npm:9.4.0" typed-graphqlify: "npm:^3.1.1" typescript: "npm:~4.9.0" - yaml: "npm:2.4.5" + yaml: "npm:2.5.0" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/769f8afa6858f23bac7442d0a924aecea5fa29e10d49794f07c51628644a7299f51918b7bb33564719da42a1c596097ef50a8684ff3d6001761d6b1b9a361107 + checksum: 10c0/21d6c54c3d212554361167f664c0da0c8a36730a94b545d114a90c6e05067685bb9b28cca20288c61d49718a03dbdb0dc89ca67418775d4cf20d37e019e3a156 languageName: node linkType: hard @@ -3044,13 +3044,13 @@ __metadata: languageName: node linkType: hard -"@inquirer/confirm@npm:3.1.15": - version: 3.1.15 - resolution: "@inquirer/confirm@npm:3.1.15" +"@inquirer/confirm@npm:3.1.17": + version: 3.1.17 + resolution: "@inquirer/confirm@npm:3.1.17" dependencies: - "@inquirer/core": "npm:^9.0.3" - "@inquirer/type": "npm:^1.5.0" - checksum: 10c0/4915a0fcc08de6b48148bf343799e17da229414b89af1e9336d498a49781889ceb496842a8855157416ab06cd836e2e7606edb47a08bbf2e38a1d7a00302d56e + "@inquirer/core": "npm:^9.0.5" + "@inquirer/type": "npm:^1.5.1" + checksum: 10c0/45758e10691359bae5c5bc5e2ea3d24843be9b1c8180aa47725ec1b20c5e8601b3efa30f5a941595a47dde157d29cc233219ab9ddc486935d510f7479d731fe7 languageName: node linkType: hard @@ -3064,28 +3064,7 @@ __metadata: languageName: node linkType: hard -"@inquirer/core@npm:^9.0.3": - version: 9.0.6 - resolution: "@inquirer/core@npm:9.0.6" - dependencies: - "@inquirer/figures": "npm:^1.0.5" - "@inquirer/type": "npm:^1.5.1" - "@types/mute-stream": "npm:^0.0.4" - "@types/node": "npm:^20.14.13" - "@types/wrap-ansi": "npm:^3.0.0" - ansi-escapes: "npm:^4.3.2" - cli-spinners: "npm:^2.9.2" - cli-width: "npm:^4.1.0" - mute-stream: "npm:^1.0.0" - signal-exit: "npm:^4.1.0" - strip-ansi: "npm:^6.0.1" - wrap-ansi: "npm:^6.2.0" - yoctocolors-cjs: "npm:^2.1.2" - checksum: 10c0/17f3c9404d174cae3a49801436a586f445be244e72fd7a4a3aafd0bb6c712f7ef01c1feb715817c588691a2691908553a1f66e023e5f4fd92e93be53be69e06b - languageName: node - linkType: hard - -"@inquirer/core@npm:^9.0.7": +"@inquirer/core@npm:^9.0.5, @inquirer/core@npm:^9.0.7": version: 9.0.7 resolution: "@inquirer/core@npm:9.0.7" dependencies: @@ -3220,7 +3199,7 @@ __metadata: languageName: node linkType: hard -"@inquirer/type@npm:^1.5.0, @inquirer/type@npm:^1.5.1": +"@inquirer/type@npm:^1.5.1": version: 1.5.1 resolution: "@inquirer/type@npm:1.5.1" dependencies: @@ -3411,17 +3390,6 @@ __metadata: languageName: node linkType: hard -"@microsoft/api-extractor-model@npm:7.29.3": - version: 7.29.3 - resolution: "@microsoft/api-extractor-model@npm:7.29.3" - dependencies: - "@microsoft/tsdoc": "npm:~0.15.0" - "@microsoft/tsdoc-config": "npm:~0.17.0" - "@rushstack/node-core-library": "npm:5.5.0" - checksum: 10c0/b8961918c0c47b246da180f5a08f80912509bc4083fc9f21b401cbf736f6904db00e521d1c4f3cfd3e2d5a28c4cb57152bee8978f499d682069ed3528c47ac47 - languageName: node - linkType: hard - "@microsoft/api-extractor-model@npm:7.29.4": version: 7.29.4 resolution: "@microsoft/api-extractor-model@npm:7.29.4" @@ -3433,30 +3401,7 @@ __metadata: languageName: node linkType: hard -"@microsoft/api-extractor@npm:7.47.2": - version: 7.47.2 - resolution: "@microsoft/api-extractor@npm:7.47.2" - dependencies: - "@microsoft/api-extractor-model": "npm:7.29.3" - "@microsoft/tsdoc": "npm:~0.15.0" - "@microsoft/tsdoc-config": "npm:~0.17.0" - "@rushstack/node-core-library": "npm:5.5.0" - "@rushstack/rig-package": "npm:0.5.2" - "@rushstack/terminal": "npm:0.13.2" - "@rushstack/ts-command-line": "npm:4.22.2" - lodash: "npm:~4.17.15" - minimatch: "npm:~3.0.3" - resolve: "npm:~1.22.1" - semver: "npm:~7.5.4" - source-map: "npm:~0.6.1" - typescript: "npm:5.4.2" - bin: - api-extractor: bin/api-extractor - checksum: 10c0/ce56de288edb00117b476fad8d4a281581382bd9a28693c525923c9872e55254cd7aff29576cb3bc663971d7c0f5f15c13965320f08642ceca53515ab2469afc - languageName: node - linkType: hard - -"@microsoft/api-extractor@npm:^7.24.2": +"@microsoft/api-extractor@npm:7.47.4, @microsoft/api-extractor@npm:^7.24.2": version: 7.47.4 resolution: "@microsoft/api-extractor@npm:7.47.4" dependencies: @@ -4106,9 +4051,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.18.1" +"@rollup/rollup-android-arm-eabi@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.19.0" conditions: os=android & cpu=arm languageName: node linkType: hard @@ -4120,9 +4065,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-android-arm64@npm:4.18.1" +"@rollup/rollup-android-arm64@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-android-arm64@npm:4.19.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard @@ -4134,9 +4079,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-darwin-arm64@npm:4.18.1" +"@rollup/rollup-darwin-arm64@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-darwin-arm64@npm:4.19.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -4148,9 +4093,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-darwin-x64@npm:4.18.1" +"@rollup/rollup-darwin-x64@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-darwin-x64@npm:4.19.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -4162,9 +4107,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.18.1" +"@rollup/rollup-linux-arm-gnueabihf@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.19.0" conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard @@ -4176,9 +4121,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-musleabihf@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.18.1" +"@rollup/rollup-linux-arm-musleabihf@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.19.0" conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard @@ -4190,9 +4135,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.18.1" +"@rollup/rollup-linux-arm64-gnu@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.19.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard @@ -4204,9 +4149,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.18.1" +"@rollup/rollup-linux-arm64-musl@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.19.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard @@ -4218,9 +4163,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.1" +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.19.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard @@ -4232,9 +4177,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.18.1" +"@rollup/rollup-linux-riscv64-gnu@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.19.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard @@ -4246,9 +4191,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.18.1" +"@rollup/rollup-linux-s390x-gnu@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.19.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard @@ -4260,9 +4205,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.18.1" +"@rollup/rollup-linux-x64-gnu@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.19.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard @@ -4274,9 +4219,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.18.1" +"@rollup/rollup-linux-x64-musl@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.19.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard @@ -4288,9 +4233,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.18.1" +"@rollup/rollup-win32-arm64-msvc@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.19.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -4302,9 +4247,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.18.1" +"@rollup/rollup-win32-ia32-msvc@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.19.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -4316,9 +4261,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.18.1": - version: 4.18.1 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.18.1" +"@rollup/rollup-win32-x64-msvc@npm:4.19.0": + version: 4.19.0 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.19.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -4345,27 +4290,6 @@ __metadata: languageName: node linkType: hard -"@rushstack/node-core-library@npm:5.5.0": - version: 5.5.0 - resolution: "@rushstack/node-core-library@npm:5.5.0" - dependencies: - ajv: "npm:~8.13.0" - ajv-draft-04: "npm:~1.0.0" - ajv-formats: "npm:~3.0.1" - fs-extra: "npm:~7.0.1" - import-lazy: "npm:~4.0.0" - jju: "npm:~1.4.0" - resolve: "npm:~1.22.1" - semver: "npm:~7.5.4" - peerDependencies: - "@types/node": "*" - peerDependenciesMeta: - "@types/node": - optional: true - checksum: 10c0/b4edaabeac848533a8ed3a0520ed9925397d405064df3b223ddf8e4bd47f1be59c5c9fd8ac3e1d59221602cd2243ca1fcd2b58fb0f20cb70802f2ece5d4e3a1c - languageName: node - linkType: hard - "@rushstack/node-core-library@npm:5.5.1": version: 5.5.1 resolution: "@rushstack/node-core-library@npm:5.5.1" @@ -4387,16 +4311,6 @@ __metadata: languageName: node linkType: hard -"@rushstack/rig-package@npm:0.5.2": - version: 0.5.2 - resolution: "@rushstack/rig-package@npm:0.5.2" - dependencies: - resolve: "npm:~1.22.1" - strip-json-comments: "npm:~3.1.1" - checksum: 10c0/7bff460eb8407a68de20681b6354703c0fdb7a325c58060a2c4591b86dd3b83b95b651ccba3cc833f8d1a94c3a19638091b447c03d89eaa9df57bc9de7abb29d - languageName: node - linkType: hard - "@rushstack/rig-package@npm:0.5.3": version: 0.5.3 resolution: "@rushstack/rig-package@npm:0.5.3" @@ -4407,21 +4321,6 @@ __metadata: languageName: node linkType: hard -"@rushstack/terminal@npm:0.13.2": - version: 0.13.2 - resolution: "@rushstack/terminal@npm:0.13.2" - dependencies: - "@rushstack/node-core-library": "npm:5.5.0" - supports-color: "npm:~8.1.1" - peerDependencies: - "@types/node": "*" - peerDependenciesMeta: - "@types/node": - optional: true - checksum: 10c0/69511e2532bca59d92ea8b598c26721d5f844481659e98126fa7a29d0f72116aa10e9696286f46282c88421ae89dd54b2afb04d656391b22b30bac67096be441 - languageName: node - linkType: hard - "@rushstack/terminal@npm:0.13.3": version: 0.13.3 resolution: "@rushstack/terminal@npm:0.13.3" @@ -4437,18 +4336,6 @@ __metadata: languageName: node linkType: hard -"@rushstack/ts-command-line@npm:4.22.2": - version: 4.22.2 - resolution: "@rushstack/ts-command-line@npm:4.22.2" - dependencies: - "@rushstack/terminal": "npm:0.13.2" - "@types/argparse": "npm:1.0.38" - argparse: "npm:~1.0.9" - string-argv: "npm:~0.3.1" - checksum: 10c0/4e6def1fcb711befd8ffc2a26a6c3c22c401bf4ab81619dbcf2cdc0f6c4476012046dfc204450533c5ab45b3ad4825863a496a49d89f65076dcd988a6c5ae319 - languageName: node - linkType: hard - "@rushstack/ts-command-line@npm:4.22.3": version: 4.22.3 resolution: "@rushstack/ts-command-line@npm:4.22.3" @@ -5101,15 +4988,6 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^20.14.13": - version: 20.14.13 - resolution: "@types/node@npm:20.14.13" - dependencies: - undici-types: "npm:~5.26.4" - checksum: 10c0/10bb3ece675308742301c652ab8c6cb88b1ebddebed22316103c58f94fe7eff131edd5f679e487c19077fadb6b5e6b1ad9a60a2cee2869aa1f20452b9761d570 - languageName: node - linkType: hard - "@types/npm-package-arg@npm:*, @types/npm-package-arg@npm:^6.1.0": version: 6.1.4 resolution: "@types/npm-package-arg@npm:6.1.4" @@ -5417,7 +5295,7 @@ __metadata: languageName: node linkType: hard -"@types/ws@npm:*, @types/ws@npm:^8.5.10": +"@types/ws@npm:*, @types/ws@npm:8.5.12, @types/ws@npm:^8.5.10": version: 8.5.12 resolution: "@types/ws@npm:8.5.12" dependencies: @@ -5426,15 +5304,6 @@ __metadata: languageName: node linkType: hard -"@types/ws@npm:8.5.11": - version: 8.5.11 - resolution: "@types/ws@npm:8.5.11" - dependencies: - "@types/node": "npm:*" - checksum: 10c0/50bd2e1a12659fa024a97d7e8c267fbf2a2c2251f1edf2057aa7dfc99682f5c025a188df9e27414675c78d3b189346a3567e1e4c218ad79a9d2b0f1f2b860c3a - languageName: node - linkType: hard - "@types/ws@npm:^7.4.0": version: 7.4.7 resolution: "@types/ws@npm:7.4.7" @@ -15468,26 +15337,26 @@ __metadata: languageName: node linkType: hard -"rollup@npm:4.18.1": - version: 4.18.1 - resolution: "rollup@npm:4.18.1" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.18.1" - "@rollup/rollup-android-arm64": "npm:4.18.1" - "@rollup/rollup-darwin-arm64": "npm:4.18.1" - "@rollup/rollup-darwin-x64": "npm:4.18.1" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.18.1" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.18.1" - "@rollup/rollup-linux-arm64-gnu": "npm:4.18.1" - "@rollup/rollup-linux-arm64-musl": "npm:4.18.1" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.18.1" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.18.1" - "@rollup/rollup-linux-s390x-gnu": "npm:4.18.1" - "@rollup/rollup-linux-x64-gnu": "npm:4.18.1" - "@rollup/rollup-linux-x64-musl": "npm:4.18.1" - "@rollup/rollup-win32-arm64-msvc": "npm:4.18.1" - "@rollup/rollup-win32-ia32-msvc": "npm:4.18.1" - "@rollup/rollup-win32-x64-msvc": "npm:4.18.1" +"rollup@npm:4.19.0": + version: 4.19.0 + resolution: "rollup@npm:4.19.0" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.19.0" + "@rollup/rollup-android-arm64": "npm:4.19.0" + "@rollup/rollup-darwin-arm64": "npm:4.19.0" + "@rollup/rollup-darwin-x64": "npm:4.19.0" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.19.0" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.19.0" + "@rollup/rollup-linux-arm64-gnu": "npm:4.19.0" + "@rollup/rollup-linux-arm64-musl": "npm:4.19.0" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.19.0" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.19.0" + "@rollup/rollup-linux-s390x-gnu": "npm:4.19.0" + "@rollup/rollup-linux-x64-gnu": "npm:4.19.0" + "@rollup/rollup-linux-x64-musl": "npm:4.19.0" + "@rollup/rollup-win32-arm64-msvc": "npm:4.19.0" + "@rollup/rollup-win32-ia32-msvc": "npm:4.19.0" + "@rollup/rollup-win32-x64-msvc": "npm:4.19.0" "@types/estree": "npm:1.0.5" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -15527,7 +15396,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10c0/c3c73252fd9f1d39eaeb44aa860141d9daf10d6eada73791a0ef453d38fe8f2c2dfef103ac1f387ed192dd5a2994534f91c026eed9ba1cfb50f5781f48c1f44f + checksum: 10c0/1c656853895f6c7d55492db4661c79d37a3046cff465f4924ac5f053b0f80a079e36f901b154dbe819d9e94dcd83e90e51c7f95e7158bef1a07ceb60df736285 languageName: node linkType: hard @@ -17322,16 +17191,6 @@ __metadata: languageName: node linkType: hard -"typescript@npm:5.5.3": - version: 5.5.3 - resolution: "typescript@npm:5.5.3" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/f52c71ccbc7080b034b9d3b72051d563601a4815bf3e39ded188e6ce60813f75dbedf11ad15dd4d32a12996a9ed8c7155b46c93a9b9c9bad1049766fe614bbdd - languageName: node - linkType: hard - "typescript@npm:5.5.4": version: 5.5.4 resolution: "typescript@npm:5.5.4" @@ -17362,16 +17221,6 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A5.5.3#optional!builtin": - version: 5.5.3 - resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin::version=5.5.3&hash=379a07" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/911c7811d61f57f07df79c4a35f56a0f426a65426a020e5fcd792f66559f399017205f5f10255329ab5a3d8c2d1f1d19530aeceffda70758a521fae1d469432e - languageName: node - linkType: hard - "typescript@patch:typescript@npm%3A5.5.4#optional!builtin": version: 5.5.4 resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin::version=5.5.4&hash=379a07" @@ -18478,16 +18327,7 @@ __metadata: languageName: node linkType: hard -"yaml@npm:2.4.5": - version: 2.4.5 - resolution: "yaml@npm:2.4.5" - bin: - yaml: bin.mjs - checksum: 10c0/e1ee78b381e5c710f715cc4082fd10fc82f7f5c92bd6f075771d20559e175616f56abf1c411f545ea0e9e16e4f84a83a50b42764af5f16ec006328ba9476bb31 - languageName: node - linkType: hard - -"yaml@npm:^2.4.1": +"yaml@npm:2.5.0, yaml@npm:^2.4.1": version: 2.5.0 resolution: "yaml@npm:2.5.0" bin: From 5f2bf7efb341fdf2440616514a03c4ee3075efd2 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 31 Jul 2024 11:40:32 +0000 Subject: [PATCH 3/4] docs: release notes for the v18.1.3 release --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ce2701b4d5..80964c81716e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + + +# 18.1.3 (2024-07-31) + +### @angular/build + +| Commit | Type | Description | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- | +| [a28615d7d](https://github.com/angular/angular-cli/commit/a28615d7dd3f6503f257756058fe182ce6f6b052) | fix | add CSP `nonce` attribute to script tags when inline critical CSS is disabled | +| [747a1447c](https://github.com/angular/angular-cli/commit/747a1447c1855a1bb918e5f55e4ba4182235f88a) | fix | prevent build failures with remote CSS imports when Tailwind is configured | +| [c0933f2c0](https://github.com/angular/angular-cli/commit/c0933f2c0354a13ba3f752f29b24054177697faa) | fix | resolve error with `extract-i18n` builder for libraries | + + + # 18.2.0-next.2 (2024-07-24) From d257388fee658e06fd4e09e369f9624db22e72c1 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 31 Jul 2024 11:45:00 +0000 Subject: [PATCH 4/4] release: cut the v18.2.0-next.3 release --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80964c81716e..a80e211dd538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + + +# 18.2.0-next.3 (2024-07-31) + +### @angular/build + +| Commit | Type | Description | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- | +| [636cb6932](https://github.com/angular/angular-cli/commit/636cb6932425b838ccd14ae6ce8b51663e6ded47) | fix | add CSP `nonce` attribute to script tags when inline critical CSS is disabled | +| [7d52941a2](https://github.com/angular/angular-cli/commit/7d52941a2e36b1e08001d7042c9d3e258d8e8b34) | fix | prevent build failures with remote CSS imports when Tailwind is configured | +| [0466fb74a](https://github.com/angular/angular-cli/commit/0466fb74a2559e2b3cbcf0828de5b5e10b729ddb) | fix | resolve error with `extract-i18n` builder for libraries | + + + # 18.1.3 (2024-07-31) diff --git a/package.json b/package.json index e5a7be5655fe..c3df482ea310 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/devkit-repo", - "version": "18.2.0-next.2", + "version": "18.2.0-next.3", "private": true, "description": "Software Development Kit for Angular", "keywords": [