Skip to content

Commit ab2b2c4

Browse files
angular-robotdgp1130
authored andcommitted
build: update all non-major dependencies
(cherry picked from commit 083ab80)
1 parent b1a3c94 commit ab2b2c4

File tree

7 files changed

+69
-56
lines changed

7 files changed

+69
-56
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
assistant_to_the_branch_manager:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
16+
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@b4837129ba45115207822945848e6d6f067290a9

.github/workflows/dev-infra.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
labels:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
15+
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@b4837129ba45115207822945848e6d6f067290a9
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
22+
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@b4837129ba45115207822945848e6d6f067290a9
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"bootstrap": "^4.0.0",
136136
"browserslist": "4.21.5",
137137
"buffer": "6.0.3",
138-
"cacache": "17.0.4",
138+
"cacache": "17.0.5",
139139
"chokidar": "3.5.3",
140140
"copy-webpack-plugin": "11.0.0",
141141
"critters": "0.0.16",
@@ -173,7 +173,7 @@
173173
"magic-string": "0.30.0",
174174
"mini-css-extract-plugin": "2.7.5",
175175
"mrmime": "1.0.1",
176-
"ng-packagr": "16.0.0-next.2",
176+
"ng-packagr": "16.0.0-rc.0",
177177
"node-fetch": "^2.2.0",
178178
"npm": "^8.11.0",
179179
"npm-package-arg": "10.1.0",
@@ -193,7 +193,7 @@
193193
"quicktype-core": "23.0.19",
194194
"resolve-url-loader": "5.0.0",
195195
"rxjs": "7.8.0",
196-
"sass": "1.61.0",
196+
"sass": "1.62.0",
197197
"sass-loader": "13.2.2",
198198
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
199199
"semver": "7.4.0",
@@ -213,7 +213,7 @@
213213
"verdaccio": "5.23.2",
214214
"verdaccio-auth-memory": "^10.0.0",
215215
"vite": "4.2.1",
216-
"webpack": "5.78.0",
216+
"webpack": "5.79.0",
217217
"webpack-dev-middleware": "6.0.2",
218218
"webpack-dev-server": "4.13.2",
219219
"webpack-merge": "5.8.0",

packages/angular_devkit/build_angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"babel-loader": "9.1.2",
2929
"babel-plugin-istanbul": "6.1.1",
3030
"browserslist": "4.21.5",
31-
"cacache": "17.0.4",
31+
"cacache": "17.0.5",
3232
"chokidar": "3.5.3",
3333
"copy-webpack-plugin": "11.0.0",
3434
"critters": "0.0.16",
@@ -54,7 +54,7 @@
5454
"postcss-loader": "7.2.4",
5555
"resolve-url-loader": "5.0.0",
5656
"rxjs": "7.8.0",
57-
"sass": "1.61.0",
57+
"sass": "1.62.0",
5858
"sass-loader": "13.2.2",
5959
"semver": "7.4.0",
6060
"source-map-loader": "4.0.1",
@@ -64,7 +64,7 @@
6464
"tree-kill": "1.2.2",
6565
"tslib": "2.5.0",
6666
"vite": "4.2.1",
67-
"webpack": "5.78.0",
67+
"webpack": "5.79.0",
6868
"webpack-dev-middleware": "6.0.2",
6969
"webpack-dev-server": "4.13.2",
7070
"webpack-merge": "5.8.0",

packages/angular_devkit/build_webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
1515
"node-fetch": "2.6.7",
16-
"webpack": "5.78.0"
16+
"webpack": "5.79.0"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"@angular/compiler": "16.0.0-next.7",
3232
"@angular/compiler-cli": "16.0.0-next.7",
3333
"typescript": "~5.0.2",
34-
"webpack": "5.78.0"
34+
"webpack": "5.79.0"
3535
}
3636
}

yarn.lock

+57-44
Original file line numberDiff line numberDiff line change
@@ -4695,6 +4695,25 @@ [email protected]:
46954695
tar "^6.1.11"
46964696
unique-filename "^3.0.0"
46974697

4698+
[email protected], cacache@^17.0.0:
4699+
version "17.0.5"
4700+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.5.tgz#6dbec26c11f1f6a2b558bc11ed3316577c339ebc"
4701+
integrity sha512-Y/PRQevNSsjAPWykl9aeGz8Pr+OI6BYM9fYDNMvOkuUiG9IhG4LEmaYrZZZvioMUEQ+cBCxT0v8wrnCURccyKA==
4702+
dependencies:
4703+
"@npmcli/fs" "^3.1.0"
4704+
fs-minipass "^3.0.0"
4705+
glob "^9.3.1"
4706+
lru-cache "^7.7.1"
4707+
minipass "^4.0.0"
4708+
minipass-collect "^1.0.2"
4709+
minipass-flush "^1.0.5"
4710+
minipass-pipeline "^1.2.4"
4711+
p-map "^4.0.0"
4712+
promise-inflight "^1.0.1"
4713+
ssri "^10.0.0"
4714+
tar "^6.1.11"
4715+
unique-filename "^3.0.0"
4716+
46984717
cacache@^16.0.0, cacache@^16.1.0, cacache@^16.1.3:
46994718
version "16.1.3"
47004719
resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.1.3.tgz#a02b9f34ecfaf9a78c9f4bc16fceb94d5d67a38e"
@@ -4719,25 +4738,6 @@ cacache@^16.0.0, cacache@^16.1.0, cacache@^16.1.3:
47194738
tar "^6.1.11"
47204739
unique-filename "^2.0.0"
47214740

4722-
cacache@^17.0.0:
4723-
version "17.0.5"
4724-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.5.tgz#6dbec26c11f1f6a2b558bc11ed3316577c339ebc"
4725-
integrity sha512-Y/PRQevNSsjAPWykl9aeGz8Pr+OI6BYM9fYDNMvOkuUiG9IhG4LEmaYrZZZvioMUEQ+cBCxT0v8wrnCURccyKA==
4726-
dependencies:
4727-
"@npmcli/fs" "^3.1.0"
4728-
fs-minipass "^3.0.0"
4729-
glob "^9.3.1"
4730-
lru-cache "^7.7.1"
4731-
minipass "^4.0.0"
4732-
minipass-collect "^1.0.2"
4733-
minipass-flush "^1.0.5"
4734-
minipass-pipeline "^1.2.4"
4735-
p-map "^4.0.0"
4736-
promise-inflight "^1.0.1"
4737-
ssri "^10.0.0"
4738-
tar "^6.1.11"
4739-
unique-filename "^3.0.0"
4740-
47414741
call-bind@^1.0.0, call-bind@^1.0.2:
47424742
version "1.0.2"
47434743
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -5739,6 +5739,11 @@ es-module-lexer@^0.9.0:
57395739
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19"
57405740
integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==
57415741

5742+
es-module-lexer@^1.2.1:
5743+
version "1.2.1"
5744+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.2.1.tgz#ba303831f63e6a394983fde2f97ad77b22324527"
5745+
integrity sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==
5746+
57425747
es-set-tostringtag@^2.0.1:
57435748
version "2.0.1"
57445749
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -6537,7 +6542,7 @@ glob-to-regexp@^0.4.1:
65376542
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
65386543
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
65396544

6540-
[email protected], glob@^8.0.1, glob@^8.0.3:
6545+
[email protected], glob@^8.0.1:
65416546
version "8.1.0"
65426547
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
65436548
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
@@ -6548,6 +6553,16 @@ [email protected], glob@^8.0.1, glob@^8.0.3:
65486553
minimatch "^5.0.1"
65496554
once "^1.3.0"
65506555

6556+
glob@^10.0.0:
6557+
version "10.0.0"
6558+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.0.0.tgz#034ab2e93644ba702e769c3e0558143d3fbd1612"
6559+
integrity sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==
6560+
dependencies:
6561+
fs.realpath "^1.0.0"
6562+
minimatch "^9.0.0"
6563+
minipass "^5.0.0"
6564+
path-scurry "^1.6.4"
6565+
65516566
glob@^6.0.1:
65526567
version "6.0.4"
65536568
resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
@@ -8334,6 +8349,13 @@ minimatch@^8.0.2, minimatch@^8.0.3:
83348349
dependencies:
83358350
brace-expansion "^2.0.1"
83368351

8352+
minimatch@^9.0.0:
8353+
version "9.0.0"
8354+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
8355+
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
8356+
dependencies:
8357+
brace-expansion "^2.0.1"
8358+
83378359
minimatch@~3.0.4:
83388360
version "3.0.8"
83398361
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
@@ -8546,10 +8568,10 @@ neo-async@^2.6.0, neo-async@^2.6.2:
85468568
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
85478569
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
85488570

8549-
8550-
version "16.0.0-next.2"
8551-
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-16.0.0-next.2.tgz#44e7c163b64157e7ea807ff3c6ad45181fa97abd"
8552-
integrity sha512-Dvi+rb/iAZ6GwmJohlYn6lOHVO3o6gf3QUFyJSkZtu/7DA1S5eNHp0t8Mhwniwp8qPcTHYd8A39JzRN4RR/3aw==
8571+
8572+
version "16.0.0-rc.0"
8573+
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-16.0.0-rc.0.tgz#3299b83bcc22c66c6f82c7ab0496ac0085b998b4"
8574+
integrity sha512-j+FrBreLysi1zOG8y1hfURr8/IgqYZY9hp3bjPjzjIZpYwjdU3gHbNXKVUqmUxvrnos2dBden1Cam7WAWDtp8A==
85538575
dependencies:
85548576
"@rollup/plugin-json" "^6.0.0"
85558577
"@rollup/plugin-node-resolve" "^15.0.0"
@@ -8564,7 +8586,7 @@ [email protected]:
85648586
dependency-graph "^0.11.0"
85658587
esbuild-wasm "^0.17.0"
85668588
find-cache-dir "^3.3.2"
8567-
glob "^8.0.3"
8589+
glob "^10.0.0"
85688590
injection-js "^2.4.0"
85698591
jsonc-parser "^3.2.0"
85708592
less "^4.1.3"
@@ -9305,7 +9327,7 @@ path-parse@^1.0.6, path-parse@^1.0.7:
93059327
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
93069328
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
93079329

9308-
path-scurry@^1.6.1:
9330+
path-scurry@^1.6.1, path-scurry@^1.6.4:
93099331
version "1.6.4"
93109332
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4.tgz#020a9449e5382a4acb684f9c7e1283bc5695de66"
93119333
integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==
@@ -10255,16 +10277,7 @@ [email protected]:
1025510277
immutable "^4.0.0"
1025610278
source-map-js ">=0.6.2 <2.0.0"
1025710279

10258-
10259-
version "1.61.0"
10260-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.61.0.tgz#d1f6761bb833887b8fdab32a24e052c40531d02b"
10261-
integrity sha512-PDsN7BrVkNZK2+dj/dpKQAWZavbAQ87IXqVvw2+oEYI+GwlTWkvbQtL7F2cCNbMqJEYKPh1EcjSxsnqIb/kyaQ==
10262-
dependencies:
10263-
chokidar ">=3.0.0 <4.0.0"
10264-
immutable "^4.0.0"
10265-
source-map-js ">=0.6.2 <2.0.0"
10266-
10267-
sass@^1.55.0:
10280+
[email protected], sass@^1.55.0:
1026810281
version "1.62.0"
1026910282
resolved "https://registry.yarnpkg.com/sass/-/sass-1.62.0.tgz#3686b2195b93295d20765135e562366b33ece37d"
1027010283
integrity sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==
@@ -11004,7 +11017,7 @@ tar@^6.1.0, tar@^6.1.11, tar@^6.1.2, tar@^6.1.6:
1100411017
mkdirp "^1.0.3"
1100511018
yallist "^4.0.0"
1100611019

11007-
terser-webpack-plugin@^5.1.3:
11020+
terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.3.7:
1100811021
version "5.3.7"
1100911022
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.7.tgz#ef760632d24991760f339fe9290deb936ad1ffc7"
1101011023
integrity sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==
@@ -11805,13 +11818,13 @@ [email protected]:
1180511818
watchpack "^2.4.0"
1180611819
webpack-sources "^3.2.3"
1180711820

11808-
webpack@5.78.0:
11809-
version "5.78.0"
11810-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.78.0.tgz#836452a12416af2a7beae906b31644cb2562f9e6"
11811-
integrity sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==
11821+
webpack@5.79.0:
11822+
version "5.79.0"
11823+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.79.0.tgz#8552b5da5a26e4e25842c08a883e08fc7740547a"
11824+
integrity sha512-3mN4rR2Xq+INd6NnYuL9RC9GAmc1ROPKJoHhrZ4pAjdMFEkJJWrsPw8o2JjCIyQyTu7rTXYn4VG6OpyB3CobZg==
1181211825
dependencies:
1181311826
"@types/eslint-scope" "^3.7.3"
11814-
"@types/estree" "^0.0.51"
11827+
"@types/estree" "^1.0.0"
1181511828
"@webassemblyjs/ast" "1.11.1"
1181611829
"@webassemblyjs/wasm-edit" "1.11.1"
1181711830
"@webassemblyjs/wasm-parser" "1.11.1"
@@ -11820,7 +11833,7 @@ [email protected]:
1182011833
browserslist "^4.14.5"
1182111834
chrome-trace-event "^1.0.2"
1182211835
enhanced-resolve "^5.10.0"
11823-
es-module-lexer "^0.9.0"
11836+
es-module-lexer "^1.2.1"
1182411837
eslint-scope "5.1.1"
1182511838
events "^3.2.0"
1182611839
glob-to-regexp "^0.4.1"
@@ -11831,7 +11844,7 @@ [email protected]:
1183111844
neo-async "^2.6.2"
1183211845
schema-utils "^3.1.0"
1183311846
tapable "^2.1.1"
11834-
terser-webpack-plugin "^5.1.3"
11847+
terser-webpack-plugin "^5.3.7"
1183511848
watchpack "^2.4.0"
1183611849
webpack-sources "^3.2.3"
1183711850

0 commit comments

Comments
 (0)