Skip to content

Commit cb0c22e

Browse files
angular-robotalan-agius4
authored andcommitted
build: update all non-major dependencies
1 parent da7dea6 commit cb0c22e

File tree

7 files changed

+81
-53
lines changed

7 files changed

+81
-53
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77

88
http_archive(
99
name = "bazel_skylib",
10-
sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa",
10+
sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94",
1111
urls = [
12-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
13-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
12+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
13+
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
1414
],
1515
)
1616

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@discoveryjs/json-ext": "0.5.7",
9494
"@rollup/plugin-commonjs": "^25.0.0",
9595
"@rollup/plugin-node-resolve": "^13.0.5",
96-
"@types/babel__core": "7.20.3",
96+
"@types/babel__core": "7.20.4",
9797
"@types/browser-sync": "^2.27.0",
9898
"@types/browserslist": "^4.15.0",
9999
"@types/express": "^4.16.0",
@@ -118,7 +118,7 @@
118118
"@types/yargs-parser": "^21.0.0",
119119
"@types/yarnpkg__lockfile": "^1.1.5",
120120
"@typescript-eslint/eslint-plugin": "5.61.0",
121-
"@typescript-eslint/parser": "6.9.1",
121+
"@typescript-eslint/parser": "6.10.0",
122122
"@vitejs/plugin-basic-ssl": "1.0.1",
123123
"@yarnpkg/lockfile": "1.1.0",
124124
"ajv": "8.12.0",
@@ -143,13 +143,13 @@
143143
"eslint-plugin-header": "3.1.1",
144144
"eslint-plugin-import": "2.29.0",
145145
"express": "4.18.2",
146-
"fast-glob": "3.3.1",
146+
"fast-glob": "3.3.2",
147147
"http-proxy": "^1.18.1",
148148
"http-proxy-middleware": "2.0.6",
149149
"https-proxy-agent": "7.0.2",
150150
"husky": "8.0.3",
151151
"ini": "4.1.1",
152-
"inquirer": "9.2.11",
152+
"inquirer": "9.2.12",
153153
"jasmine": "^5.0.0",
154154
"jasmine-core": "~5.1.0",
155155
"jasmine-spec-reporter": "~7.0.0",
@@ -169,7 +169,7 @@
169169
"magic-string": "0.30.5",
170170
"mini-css-extract-plugin": "2.7.6",
171171
"mrmime": "1.0.1",
172-
"ng-packagr": "17.0.0-rc.1",
172+
"ng-packagr": "17.0.0",
173173
"npm": "^8.11.0",
174174
"npm-package-arg": "11.0.1",
175175
"open": "8.4.2",

packages/angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@yarnpkg/lockfile": "1.1.0",
3030
"ansi-colors": "4.1.3",
3131
"ini": "4.1.1",
32-
"inquirer": "9.2.11",
32+
"inquirer": "9.2.12",
3333
"jsonc-parser": "3.2.0",
3434
"npm-package-arg": "11.0.1",
3535
"npm-pick-manifest": "9.0.0",

packages/angular_devkit/architect_cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"yargs-parser": "21.1.1"
2323
},
2424
"devDependencies": {
25-
"@types/progress": "2.0.6"
25+
"@types/progress": "2.0.7"
2626
}
2727
}

packages/angular_devkit/build_angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"critters": "0.0.20",
3434
"css-loader": "6.8.1",
3535
"esbuild-wasm": "0.19.5",
36-
"fast-glob": "3.3.1",
36+
"fast-glob": "3.3.2",
3737
"https-proxy-agent": "7.0.2",
3838
"http-proxy-middleware": "2.0.6",
39-
"inquirer": "9.2.11",
39+
"inquirer": "9.2.12",
4040
"jsonc-parser": "3.2.0",
4141
"karma-source-map-support": "1.4.0",
4242
"less": "4.2.0",

packages/angular_devkit/schematics_cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
2020
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
2121
"ansi-colors": "4.1.3",
22-
"inquirer": "9.2.11",
22+
"inquirer": "9.2.12",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"
2525
}

yarn.lock

+68-40
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@
17551755
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
17561756
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
17571757

1758-
"@ljharb/through@^2.3.9":
1758+
"@ljharb/through@^2.3.11", "@ljharb/through@^2.3.9":
17591759
version "2.3.11"
17601760
resolved "https://registry.yarnpkg.com/@ljharb/through/-/through-2.3.11.tgz#783600ff12c06f21a76cc26e33abd0b1595092f9"
17611761
integrity sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==
@@ -3082,10 +3082,10 @@
30823082
resolved "https://registry.yarnpkg.com/@types/argparse/-/argparse-1.0.38.tgz#a81fd8606d481f873a3800c6ebae4f1d768a56a9"
30833083
integrity sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==
30843084

3085-
"@types/babel__core@7.20.3":
3086-
version "7.20.3"
3087-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.3.tgz#d5625a50b6f18244425a1359a858c73d70340778"
3088-
integrity sha512-54fjTSeSHwfan8AyHWrKbfBWiEUrNTZsUwPTDSNaaP1QDQIZbeNUg3a59E9D+375MzUw/x1vx2/0F5LBz+AeYA==
3085+
"@types/babel__core@7.20.4":
3086+
version "7.20.4"
3087+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.4.tgz#26a87347e6c6f753b3668398e34496d6d9ac6ac0"
3088+
integrity sha512-mLnSC22IC4vcWiuObSRjrLd9XcBTGf59vUSoq2jkQDJ/QQ8PMI9rSuzE+aEV8karUMbskw07bKYoUJCKTUaygg==
30893089
dependencies:
30903090
"@babel/parser" "^7.20.7"
30913091
"@babel/types" "^7.20.7"
@@ -3418,7 +3418,14 @@
34183418
resolved "https://registry.yarnpkg.com/@types/picomatch/-/picomatch-2.3.2.tgz#1f677d5105c122c5680f2f1a5512309844fdd4f5"
34193419
integrity sha512-I+BytjxOlNYA285zP/3dVCRcE+OAvgHQZQt26MP7T7JbZ9DM/3W2WfViU1XuLypCzAx8PTC+MlYO3WLqjTyZ3g==
34203420

3421-
"@types/progress@2.0.6", "@types/progress@^2.0.3":
3421+
"@types/progress@2.0.7":
3422+
version "2.0.7"
3423+
resolved "https://registry.yarnpkg.com/@types/progress/-/progress-2.0.7.tgz#798b309935ef1cf5bef3b3f7bb8da7b0335bc67e"
3424+
integrity sha512-iadjw02vte8qWx7U0YM++EybBha2CQLPGu9iJ97whVgJUT5Zq9MjAPYUnbfRI2Kpehimf1QjFJYxD0t8nqzu5w==
3425+
dependencies:
3426+
"@types/node" "*"
3427+
3428+
"@types/progress@^2.0.3":
34223429
version "2.0.6"
34233430
resolved "https://registry.yarnpkg.com/@types/progress/-/progress-2.0.6.tgz#c1b9fde048c8e3040945265fdb948edf6d583762"
34243431
integrity sha512-VMoR0SmxPQFOZ7Sege+q2gswFNq/bHDSMcWv3sEaPqAkbvYYzCOJJzpmAupgYqXn3AXWWmyAWlw8x5tzRDNR7g==
@@ -3645,15 +3652,15 @@
36453652
semver "^7.3.7"
36463653
tsutils "^3.21.0"
36473654

3648-
"@typescript-eslint/parser@6.9.1":
3649-
version "6.9.1"
3650-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.1.tgz#4f685f672f8b9580beb38d5fb99d52fc3e34f7a3"
3651-
integrity sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==
3655+
"@typescript-eslint/parser@6.10.0":
3656+
version "6.10.0"
3657+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.10.0.tgz#578af79ae7273193b0b6b61a742a2bc8e02f875a"
3658+
integrity sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==
36523659
dependencies:
3653-
"@typescript-eslint/scope-manager" "6.9.1"
3654-
"@typescript-eslint/types" "6.9.1"
3655-
"@typescript-eslint/typescript-estree" "6.9.1"
3656-
"@typescript-eslint/visitor-keys" "6.9.1"
3660+
"@typescript-eslint/scope-manager" "6.10.0"
3661+
"@typescript-eslint/types" "6.10.0"
3662+
"@typescript-eslint/typescript-estree" "6.10.0"
3663+
"@typescript-eslint/visitor-keys" "6.10.0"
36573664
debug "^4.3.4"
36583665

36593666
"@typescript-eslint/scope-manager@5.61.0":
@@ -3664,13 +3671,13 @@
36643671
"@typescript-eslint/types" "5.61.0"
36653672
"@typescript-eslint/visitor-keys" "5.61.0"
36663673

3667-
"@typescript-eslint/scope-manager@6.9.1":
3668-
version "6.9.1"
3669-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
3670-
integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
3674+
"@typescript-eslint/scope-manager@6.10.0":
3675+
version "6.10.0"
3676+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
3677+
integrity sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==
36713678
dependencies:
3672-
"@typescript-eslint/types" "6.9.1"
3673-
"@typescript-eslint/visitor-keys" "6.9.1"
3679+
"@typescript-eslint/types" "6.10.0"
3680+
"@typescript-eslint/visitor-keys" "6.10.0"
36743681

36753682
"@typescript-eslint/type-utils@5.61.0":
36763683
version "5.61.0"
@@ -3687,10 +3694,10 @@
36873694
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
36883695
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
36893696

3690-
"@typescript-eslint/types@6.9.1":
3691-
version "6.9.1"
3692-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
3693-
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
3697+
"@typescript-eslint/types@6.10.0":
3698+
version "6.10.0"
3699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
3700+
integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
36943701

36953702
"@typescript-eslint/typescript-estree@5.61.0":
36963703
version "5.61.0"
@@ -3705,13 +3712,13 @@
37053712
semver "^7.3.7"
37063713
tsutils "^3.21.0"
37073714

3708-
"@typescript-eslint/typescript-estree@6.9.1":
3709-
version "6.9.1"
3710-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
3711-
integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
3715+
"@typescript-eslint/typescript-estree@6.10.0":
3716+
version "6.10.0"
3717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.10.0.tgz#667381eed6f723a1a8ad7590a31f312e31e07697"
3718+
integrity sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==
37123719
dependencies:
3713-
"@typescript-eslint/types" "6.9.1"
3714-
"@typescript-eslint/visitor-keys" "6.9.1"
3720+
"@typescript-eslint/types" "6.10.0"
3721+
"@typescript-eslint/visitor-keys" "6.10.0"
37153722
debug "^4.3.4"
37163723
globby "^11.1.0"
37173724
is-glob "^4.0.3"
@@ -3740,12 +3747,12 @@
37403747
"@typescript-eslint/types" "5.61.0"
37413748
eslint-visitor-keys "^3.3.0"
37423749

3743-
"@typescript-eslint/visitor-keys@6.9.1":
3744-
version "6.9.1"
3745-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
3746-
integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
3750+
"@typescript-eslint/visitor-keys@6.10.0":
3751+
version "6.10.0"
3752+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.10.0.tgz#b9eaf855a1ac7e95633ae1073af43d451e8f84e3"
3753+
integrity sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==
37473754
dependencies:
3748-
"@typescript-eslint/types" "6.9.1"
3755+
"@typescript-eslint/types" "6.10.0"
37493756
eslint-visitor-keys "^3.4.1"
37503757

37513758
"@ungap/structured-clone@^1.2.0":
@@ -6364,7 +6371,7 @@ fast-glob@3.3.1:
63646371
merge2 "^1.3.0"
63656372
micromatch "^4.0.4"
63666373

6367-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1:
6374+
fast-glob@3.3.2, fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.1:
63686375
version "3.3.2"
63696376
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
63706377
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -7364,6 +7371,27 @@ inquirer@9.2.11:
73647371
strip-ansi "^6.0.1"
73657372
wrap-ansi "^6.2.0"
73667373

7374+
inquirer@9.2.12:
7375+
version "9.2.12"
7376+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.12.tgz#0348e9311765b7c93fce143bb1c0ef1ae879b1d7"
7377+
integrity sha512-mg3Fh9g2zfuVWJn6lhST0O7x4n03k7G8Tx5nvikJkbq8/CK47WDVm+UznF0G6s5Zi0KcyUisr6DU8T67N5U+1Q==
7378+
dependencies:
7379+
"@ljharb/through" "^2.3.11"
7380+
ansi-escapes "^4.3.2"
7381+
chalk "^5.3.0"
7382+
cli-cursor "^3.1.0"
7383+
cli-width "^4.1.0"
7384+
external-editor "^3.1.0"
7385+
figures "^5.0.0"
7386+
lodash "^4.17.21"
7387+
mute-stream "1.0.0"
7388+
ora "^5.4.1"
7389+
run-async "^3.0.0"
7390+
rxjs "^7.8.1"
7391+
string-width "^4.2.3"
7392+
strip-ansi "^6.0.1"
7393+
wrap-ansi "^6.2.0"
7394+
73677395
internal-slot@^1.0.5:
73687396
version "1.0.6"
73697397
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.6.tgz#37e756098c4911c5e912b8edbf71ed3aa116f930"
@@ -8926,10 +8954,10 @@ neo-async@^2.6.2:
89268954
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
89278955
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
89288956

8929-
ng-packagr@17.0.0-rc.1:
8930-
version "17.0.0-rc.1"
8931-
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-17.0.0-rc.1.tgz#0b04e03c0774fc5252e7af6d2ba6e20c623f598e"
8932-
integrity sha512-d/1UujHf0VCSC3/9xsB1ImPefUxNHOAfXxITZ+uXqwLyVxRjyz9eVkPxVuaSpzZyh3QyABfbFxZFuSE5HvKxGQ==
8957+
ng-packagr@17.0.0:
8958+
version "17.0.0"
8959+
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-17.0.0.tgz#115e881fb237f28dfc3fbca527b3be842ebb835d"
8960+
integrity sha512-nNE4RkuyjDY3SFWCdFGhO/atvi81M1lrU99qdec0unQQTpgwlSpxpk7fwxlDSyIL5kJOBAUa+BJrctx1MA928Q==
89338961
dependencies:
89348962
"@rollup/plugin-json" "^6.0.1"
89358963
"@rollup/plugin-node-resolve" "^15.2.3"

0 commit comments

Comments
 (0)