Skip to content

Commit 89aa22a

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent aa88e68 commit 89aa22a

File tree

7 files changed

+83
-83
lines changed

7 files changed

+83
-83
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
./scripts/saucelabs/wait-for-tunnel.sh
173173
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
174174
./scripts/saucelabs/stop-tunnel.sh
175-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
175+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
176176
if: ${{ failure() }}
177177
with:
178178
name: sauce-connect-log

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Build release targets
8383
run: yarn ng-dev release build
8484
- name: Store PR release packages
85-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
85+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
8686
with:
8787
name: packages
8888
path: dist/releases/*.tgz

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@bazel/esbuild": "5.8.1",
8686
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
8787
"@discoveryjs/json-ext": "0.6.0",
88-
"@inquirer/confirm": "3.1.12",
89-
"@inquirer/prompts": "5.1.0",
88+
"@inquirer/confirm": "3.1.14",
89+
"@inquirer/prompts": "5.1.2",
9090
"@listr2/prompt-adapter-inquirer": "2.0.13",
9191
"@rollup/plugin-commonjs": "^26.0.0",
9292
"@rollup/plugin-node-resolve": "^13.0.5",

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/helper-annotate-as-pure": "7.24.7",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@babel/plugin-syntax-import-attributes": "7.24.7",
27-
"@inquirer/confirm": "3.1.12",
27+
"@inquirer/confirm": "3.1.14",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"ansi-colors": "4.1.3",
3030
"browserslist": "^4.23.0",

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
2626
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2727
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
28-
"@inquirer/prompts": "5.1.0",
28+
"@inquirer/prompts": "5.1.2",
2929
"@listr2/prompt-adapter-inquirer": "2.0.13",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",

packages/angular_devkit/schematics_cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
21-
"@inquirer/prompts": "5.1.0",
21+
"@inquirer/prompts": "5.1.2",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

yarn.lock

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ __metadata:
238238
dependencies:
239239
"@angular-devkit/core": "npm:0.0.0-PLACEHOLDER"
240240
"@angular-devkit/schematics": "npm:0.0.0-PLACEHOLDER"
241-
"@inquirer/prompts": "npm:5.1.0"
241+
"@inquirer/prompts": "npm:5.1.2"
242242
ansi-colors: "npm:4.1.3"
243243
symbol-observable: "npm:4.0.0"
244244
yargs-parser: "npm:21.1.1"
@@ -400,7 +400,7 @@ __metadata:
400400
"@babel/helper-annotate-as-pure": "npm:7.24.7"
401401
"@babel/helper-split-export-declaration": "npm:7.24.7"
402402
"@babel/plugin-syntax-import-attributes": "npm:7.24.7"
403-
"@inquirer/confirm": "npm:3.1.12"
403+
"@inquirer/confirm": "npm:3.1.14"
404404
"@vitejs/plugin-basic-ssl": "npm:1.1.0"
405405
ansi-colors: "npm:4.1.3"
406406
browserslist: "npm:^4.23.0"
@@ -530,7 +530,7 @@ __metadata:
530530
"@angular-devkit/architect": "npm:0.0.0-EXPERIMENTAL-PLACEHOLDER"
531531
"@angular-devkit/core": "npm:0.0.0-PLACEHOLDER"
532532
"@angular-devkit/schematics": "npm:0.0.0-PLACEHOLDER"
533-
"@inquirer/prompts": "npm:5.1.0"
533+
"@inquirer/prompts": "npm:5.1.2"
534534
"@listr2/prompt-adapter-inquirer": "npm:2.0.13"
535535
"@schematics/angular": "npm:0.0.0-PLACEHOLDER"
536536
"@yarnpkg/lockfile": "npm:1.1.0"
@@ -670,8 +670,8 @@ __metadata:
670670
"@bazel/esbuild": "npm:5.8.1"
671671
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch"
672672
"@discoveryjs/json-ext": "npm:0.6.0"
673-
"@inquirer/confirm": "npm:3.1.12"
674-
"@inquirer/prompts": "npm:5.1.0"
673+
"@inquirer/confirm": "npm:3.1.14"
674+
"@inquirer/prompts": "npm:5.1.2"
675675
"@listr2/prompt-adapter-inquirer": "npm:2.0.13"
676676
"@rollup/plugin-commonjs": "npm:^26.0.0"
677677
"@rollup/plugin-node-resolve": "npm:^13.0.5"
@@ -3002,16 +3002,16 @@ __metadata:
30023002
languageName: node
30033003
linkType: hard
30043004

3005-
"@inquirer/checkbox@npm:^2.3.8":
3006-
version: 2.3.8
3007-
resolution: "@inquirer/checkbox@npm:2.3.8"
3005+
"@inquirer/checkbox@npm:^2.3.10":
3006+
version: 2.3.10
3007+
resolution: "@inquirer/checkbox@npm:2.3.10"
30083008
dependencies:
3009-
"@inquirer/core": "npm:^9.0.0"
3009+
"@inquirer/core": "npm:^9.0.2"
30103010
"@inquirer/figures": "npm:^1.0.3"
30113011
"@inquirer/type": "npm:^1.4.0"
30123012
ansi-escapes: "npm:^4.3.2"
3013-
yoctocolors-cjs: "npm:^2.1.1"
3014-
checksum: 10c0/02162ccf6773833c3677b7f1a6b9e608d4b55151bc3c2e3f1b4a373d6f1aaf67507688642812e068b0f7984a559b0d74b0a6f61cd62b3154a607a9ba0d88ca96
3013+
yoctocolors-cjs: "npm:^2.1.2"
3014+
checksum: 10c0/fa6a8b7291d8303cb3c0dcab2a4111f4408fdab5761ccb07c329360adef9e7d5ae0c7820656ed6eb42f994299dc3a491a385bec39cb8c73c2044c8536a6b88dc
30153015
languageName: node
30163016
linkType: hard
30173017

@@ -3025,13 +3025,13 @@ __metadata:
30253025
languageName: node
30263026
linkType: hard
30273027

3028-
"@inquirer/confirm@npm:3.1.12, @inquirer/confirm@npm:^3.1.12":
3029-
version: 3.1.12
3030-
resolution: "@inquirer/confirm@npm:3.1.12"
3028+
"@inquirer/confirm@npm:3.1.14, @inquirer/confirm@npm:^3.1.14":
3029+
version: 3.1.14
3030+
resolution: "@inquirer/confirm@npm:3.1.14"
30313031
dependencies:
3032-
"@inquirer/core": "npm:^9.0.0"
3032+
"@inquirer/core": "npm:^9.0.2"
30333033
"@inquirer/type": "npm:^1.4.0"
3034-
checksum: 10c0/d7bacbe598c3ceeb526d4f9443fc273a6c3a03049a37a163a10b885be3efee84fe094d690f225159e29f8d5aa302ccef7a43eb5f4d61ea66e1fa67362ca870b9
3034+
checksum: 10c0/935054f38afb2fc203e638a27a982d7b0be8b4848cff092b7c127cc7635cc62f0dcfdb31b0127cb3f1d2a0bac218085273bb14fab6d6e506f64821a5f536a679
30353035
languageName: node
30363036
linkType: hard
30373037

@@ -3056,9 +3056,9 @@ __metadata:
30563056
languageName: node
30573057
linkType: hard
30583058

3059-
"@inquirer/core@npm:^9.0.0":
3060-
version: 9.0.0
3061-
resolution: "@inquirer/core@npm:9.0.0"
3059+
"@inquirer/core@npm:^9.0.2":
3060+
version: 9.0.2
3061+
resolution: "@inquirer/core@npm:9.0.2"
30623062
dependencies:
30633063
"@inquirer/figures": "npm:^1.0.3"
30643064
"@inquirer/type": "npm:^1.4.0"
@@ -3072,30 +3072,30 @@ __metadata:
30723072
signal-exit: "npm:^4.1.0"
30733073
strip-ansi: "npm:^6.0.1"
30743074
wrap-ansi: "npm:^6.2.0"
3075-
yoctocolors-cjs: "npm:^2.1.1"
3076-
checksum: 10c0/c29f4ccb49ce5d7059c9c6285ccb7f0d726ea3366d0259670e65852831426ed10ebc13f0d312a12d34d1b570db1ffc4e9c00b9ee5a699834df2fa32fd2c82822
3075+
yoctocolors-cjs: "npm:^2.1.2"
3076+
checksum: 10c0/2ec629b2e2d4503059981bb54ee555e1e80100e2ec0fed0aec5ce4f8bae6d124bb241a7fbf0fb8141cabbefcfbd7ddaec4702e581feb99d29e10d4017394aae1
30773077
languageName: node
30783078
linkType: hard
30793079

3080-
"@inquirer/editor@npm:^2.1.12":
3081-
version: 2.1.12
3082-
resolution: "@inquirer/editor@npm:2.1.12"
3080+
"@inquirer/editor@npm:^2.1.14":
3081+
version: 2.1.14
3082+
resolution: "@inquirer/editor@npm:2.1.14"
30833083
dependencies:
3084-
"@inquirer/core": "npm:^9.0.0"
3084+
"@inquirer/core": "npm:^9.0.2"
30853085
"@inquirer/type": "npm:^1.4.0"
30863086
external-editor: "npm:^3.1.0"
3087-
checksum: 10c0/9e6d61c0b34885dee4d1c488001cd27c18b10d1df34107e729f06d346b972df6bc55afda8b10e0209ca7d036beda00d99b1c1ca0ec85c024121ab9747ef9a0db
3087+
checksum: 10c0/b1ba22a1016f1a74e5b38bf05e9fd8593281371534f7c5feba8b464949832b8d5da1b372f744057e1a13c3745dc41c609d69923115def6559196b8198857f1da
30883088
languageName: node
30893089
linkType: hard
30903090

3091-
"@inquirer/expand@npm:^2.1.12":
3092-
version: 2.1.12
3093-
resolution: "@inquirer/expand@npm:2.1.12"
3091+
"@inquirer/expand@npm:^2.1.14":
3092+
version: 2.1.14
3093+
resolution: "@inquirer/expand@npm:2.1.14"
30943094
dependencies:
3095-
"@inquirer/core": "npm:^9.0.0"
3095+
"@inquirer/core": "npm:^9.0.2"
30963096
"@inquirer/type": "npm:^1.4.0"
3097-
yoctocolors-cjs: "npm:^2.1.1"
3098-
checksum: 10c0/272a009e58cfb477a59f60c62cbd5d5720ced38279e3e9386e4b2a1d5148cc57970b1c8a91a9cd2d6c5141833370b176466c27deed28ff2366f5e86b937e7724
3097+
yoctocolors-cjs: "npm:^2.1.2"
3098+
checksum: 10c0/81ea4e4bb0bab4eddcdc6ba0f18ada5d4a1b09cc68fd9d713b9a5853de54c7e936b46218a39aff350f62183ef88bed20b366827aafc68b75c178ece2a89dc755
30993099
languageName: node
31003100
linkType: hard
31013101

@@ -3106,75 +3106,75 @@ __metadata:
31063106
languageName: node
31073107
linkType: hard
31083108

3109-
"@inquirer/input@npm:^2.1.12":
3110-
version: 2.1.12
3111-
resolution: "@inquirer/input@npm:2.1.12"
3109+
"@inquirer/input@npm:^2.2.1":
3110+
version: 2.2.1
3111+
resolution: "@inquirer/input@npm:2.2.1"
31123112
dependencies:
3113-
"@inquirer/core": "npm:^9.0.0"
3113+
"@inquirer/core": "npm:^9.0.2"
31143114
"@inquirer/type": "npm:^1.4.0"
3115-
checksum: 10c0/a8ef3717d20a775edfb1aa893dae27b35fb2b5bdd8f5629da80fbe54c35cecb649d7c2f88a83fe9945a6d0ecf406a81db20b8652e47b3335e2a0757960eda18d
3115+
checksum: 10c0/dea8e00f01614cbde2405fe6c4407742b655b04e2e0b406f26b1f3734cc371fbd0c554c6ea5a9f027745b04dd149be2e7031f6c7d166f29c84616b4be9679fdc
31163116
languageName: node
31173117
linkType: hard
31183118

3119-
"@inquirer/number@npm:^1.0.0":
3120-
version: 1.0.0
3121-
resolution: "@inquirer/number@npm:1.0.0"
3119+
"@inquirer/number@npm:^1.0.2":
3120+
version: 1.0.2
3121+
resolution: "@inquirer/number@npm:1.0.2"
31223122
dependencies:
3123-
"@inquirer/core": "npm:^9.0.0"
3123+
"@inquirer/core": "npm:^9.0.2"
31243124
"@inquirer/type": "npm:^1.4.0"
3125-
checksum: 10c0/e8b5fb24b29a8c860c5b228dbfc8f23793be8cc7e003798790a69c5cb1964a48346c5fee45a772409d18881ea6ed5476c54cbb95284f711f36b3b680f8c33814
3125+
checksum: 10c0/11c8be1138a154f76c64c23532a3b3f80b42fa5335345c4fd6e2882c78348b2ecf9a5d2b0bdbd25e12fe5e2bf0ebbdac06da4b1d5a44f31f6b30705ecfedef29
31263126
languageName: node
31273127
linkType: hard
31283128

3129-
"@inquirer/password@npm:^2.1.12":
3130-
version: 2.1.12
3131-
resolution: "@inquirer/password@npm:2.1.12"
3129+
"@inquirer/password@npm:^2.1.14":
3130+
version: 2.1.14
3131+
resolution: "@inquirer/password@npm:2.1.14"
31323132
dependencies:
3133-
"@inquirer/core": "npm:^9.0.0"
3133+
"@inquirer/core": "npm:^9.0.2"
31343134
"@inquirer/type": "npm:^1.4.0"
31353135
ansi-escapes: "npm:^4.3.2"
3136-
checksum: 10c0/9c3d5e6c4fc1f9751e99080703f991898662f0b6dfdc4d5f0363a744f735954060786e06ad55e826903f289c78ddeac606c6f1331eb46bb687d6750c0c3b6e7c
3136+
checksum: 10c0/fa40d83627b2822e57b2b3da5852fa46a51c103422c0efe780db4d54f7b12b12d44d125d9c5b9c69da739441b7689898ecf1156cc8ade4e1b8adab0a9db9445f
31373137
languageName: node
31383138
linkType: hard
31393139

3140-
"@inquirer/prompts@npm:5.1.0":
3141-
version: 5.1.0
3142-
resolution: "@inquirer/prompts@npm:5.1.0"
3140+
"@inquirer/prompts@npm:5.1.2":
3141+
version: 5.1.2
3142+
resolution: "@inquirer/prompts@npm:5.1.2"
31433143
dependencies:
3144-
"@inquirer/checkbox": "npm:^2.3.8"
3145-
"@inquirer/confirm": "npm:^3.1.12"
3146-
"@inquirer/editor": "npm:^2.1.12"
3147-
"@inquirer/expand": "npm:^2.1.12"
3148-
"@inquirer/input": "npm:^2.1.12"
3149-
"@inquirer/number": "npm:^1.0.0"
3150-
"@inquirer/password": "npm:^2.1.12"
3151-
"@inquirer/rawlist": "npm:^2.1.12"
3152-
"@inquirer/select": "npm:^2.3.8"
3153-
checksum: 10c0/dbce3bf389600d48f7519e034d8741130c01c77553e6e0534d6d30a93befc5859e57232b71a5e872d9b019c5fde6a5c5b23faa3f9f9534521e5b223f3d26da2c
3144+
"@inquirer/checkbox": "npm:^2.3.10"
3145+
"@inquirer/confirm": "npm:^3.1.14"
3146+
"@inquirer/editor": "npm:^2.1.14"
3147+
"@inquirer/expand": "npm:^2.1.14"
3148+
"@inquirer/input": "npm:^2.2.1"
3149+
"@inquirer/number": "npm:^1.0.2"
3150+
"@inquirer/password": "npm:^2.1.14"
3151+
"@inquirer/rawlist": "npm:^2.1.14"
3152+
"@inquirer/select": "npm:^2.3.10"
3153+
checksum: 10c0/2682bd7f21ff483f657000351ec55debd236449525032d72691aa70f772ae6e5cf43457dab2d7856e00a9a6b38534d92270f3fc1230d7dae445e31923e04a1e7
31543154
languageName: node
31553155
linkType: hard
31563156

3157-
"@inquirer/rawlist@npm:^2.1.12":
3158-
version: 2.1.12
3159-
resolution: "@inquirer/rawlist@npm:2.1.12"
3157+
"@inquirer/rawlist@npm:^2.1.14":
3158+
version: 2.1.14
3159+
resolution: "@inquirer/rawlist@npm:2.1.14"
31603160
dependencies:
3161-
"@inquirer/core": "npm:^9.0.0"
3161+
"@inquirer/core": "npm:^9.0.2"
31623162
"@inquirer/type": "npm:^1.4.0"
3163-
yoctocolors-cjs: "npm:^2.1.1"
3164-
checksum: 10c0/faf01a89cafbe53d0daae7feacb7c3f7fb15407dc725cf638182c76deb5bacffb4fa33d5b39d3f19c3bb4096cabd248f08fe32b96b5ac579ddd7773a03157af9
3163+
yoctocolors-cjs: "npm:^2.1.2"
3164+
checksum: 10c0/6ce174e739f7c0a9a294a5d04c01195e17aafab413a622417ed133170194ad2632d3c8262c774a79db107e9aed09e513392ae86d60a488d726fdb73a501883de
31653165
languageName: node
31663166
linkType: hard
31673167

3168-
"@inquirer/select@npm:^2.3.8":
3169-
version: 2.3.8
3170-
resolution: "@inquirer/select@npm:2.3.8"
3168+
"@inquirer/select@npm:^2.3.10":
3169+
version: 2.3.10
3170+
resolution: "@inquirer/select@npm:2.3.10"
31713171
dependencies:
3172-
"@inquirer/core": "npm:^9.0.0"
3172+
"@inquirer/core": "npm:^9.0.2"
31733173
"@inquirer/figures": "npm:^1.0.3"
31743174
"@inquirer/type": "npm:^1.4.0"
31753175
ansi-escapes: "npm:^4.3.2"
3176-
yoctocolors-cjs: "npm:^2.1.1"
3177-
checksum: 10c0/14a418c2cab3d35fe83bc94ff04d10be76abc2e2fa6e343fabc20c763f7a48a03010553e39ef2185586f874b437bbfd50cea40ff46225c5e75448b14e4de1e1e
3176+
yoctocolors-cjs: "npm:^2.1.2"
3177+
checksum: 10c0/273595645433d130226734439bc021bb1d31023997478747435152da68e511a1ff752a7eb084ade67e706a1780da4dffa4623e95abef4a0b0881570d6556f727
31783178
languageName: node
31793179
linkType: hard
31803180

@@ -19012,10 +19012,10 @@ __metadata:
1901219012
languageName: node
1901319013
linkType: hard
1901419014

19015-
"yoctocolors-cjs@npm:^2.1.1":
19016-
version: 2.1.1
19017-
resolution: "yoctocolors-cjs@npm:2.1.1"
19018-
checksum: 10c0/e7e32c3d0a41e72251e274b34ebf9c371d26be1d351b41ba8feb407ce61e607e5178d1eaefeff7b5f1346a94a4ff4081cf276f2fd8388b432b7798d18800dd7f
19015+
"yoctocolors-cjs@npm:^2.1.2":
19016+
version: 2.1.2
19017+
resolution: "yoctocolors-cjs@npm:2.1.2"
19018+
checksum: 10c0/a0e36eb88fea2c7981eab22d1ba45e15d8d268626e6c4143305e2c1628fa17ebfaa40cd306161a8ce04c0a60ee0262058eab12567493d5eb1409780853454c6f
1901919019
languageName: node
1902019020
linkType: hard
1902119021

0 commit comments

Comments
 (0)