Skip to content

Commit 349e052

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
1 parent 182ecbd commit 349e052

File tree

8 files changed

+588
-286
lines changed

8 files changed

+588
-286
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
175+
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build release targets
8181
run: yarn ng-dev release build
8282
- name: Store PR release packages
83-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
83+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
8484
with:
8585
name: packages
8686
path: dist/releases/*.tgz

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@
7777
"@babel/plugin-transform-async-generator-functions": "7.25.0",
7878
"@babel/plugin-transform-async-to-generator": "7.24.7",
7979
"@babel/plugin-transform-runtime": "7.24.7",
80-
"@babel/preset-env": "7.25.2",
80+
"@babel/preset-env": "7.25.3",
8181
"@babel/runtime": "7.25.0",
8282
"@bazel/bazelisk": "1.19.0",
8383
"@bazel/buildifier": "7.1.2",
8484
"@bazel/concatjs": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
8585
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
8686
"@discoveryjs/json-ext": "0.6.0",
87-
"@inquirer/confirm": "3.1.19",
88-
"@inquirer/prompts": "5.3.5",
87+
"@inquirer/confirm": "3.1.21",
88+
"@inquirer/prompts": "5.3.7",
8989
"@listr2/prompt-adapter-inquirer": "2.0.15",
9090
"@rollup/plugin-commonjs": "^26.0.0",
9191
"@rollup/plugin-node-resolve": "^13.0.5",
@@ -120,7 +120,7 @@
120120
"ajv": "8.17.1",
121121
"ajv-formats": "3.0.1",
122122
"ansi-colors": "4.1.3",
123-
"autoprefixer": "10.4.19",
123+
"autoprefixer": "10.4.20",
124124
"babel-loader": "9.1.3",
125125
"browser-sync": "3.0.2",
126126
"browserslist": "^4.21.5",
@@ -158,7 +158,7 @@
158158
"less-loader": "12.2.0",
159159
"license-webpack-plugin": "4.0.2",
160160
"listr2": "8.2.4",
161-
"lmdb": "3.0.12",
161+
"lmdb": "3.0.13",
162162
"loader-utils": "3.3.1",
163163
"lodash": "^4.17.21",
164164
"magic-string": "0.30.11",
@@ -180,7 +180,7 @@
180180
"puppeteer": "18.2.1",
181181
"quicktype-core": "23.0.170",
182182
"resolve-url-loader": "5.0.0",
183-
"rollup": "4.19.1",
183+
"rollup": "4.20.0",
184184
"rollup-plugin-sourcemaps": "^0.6.0",
185185
"rxjs": "7.8.1",
186186
"sass": "1.77.8",
@@ -197,8 +197,8 @@
197197
"ts-node": "^10.9.1",
198198
"tslib": "2.6.3",
199199
"typescript": "5.5.4",
200-
"undici": "6.19.4",
201-
"verdaccio": "5.32.0",
200+
"undici": "6.19.5",
201+
"verdaccio": "5.32.1",
202202
"verdaccio-auth-memory": "^10.0.0",
203203
"vite": "5.3.5",
204204
"watchpack": "2.4.1",

packages/angular/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
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.19",
27+
"@inquirer/confirm": "3.1.21",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.0",
3030
"critters": "0.0.24",
3131
"esbuild": "0.23.0",
3232
"fast-glob": "3.3.2",
3333
"https-proxy-agent": "7.0.5",
3434
"listr2": "8.2.4",
35-
"lmdb": "3.0.12",
35+
"lmdb": "3.0.13",
3636
"magic-string": "0.30.11",
3737
"mrmime": "2.0.0",
3838
"parse5-html-rewriting-stream": "7.0.0",
3939
"picomatch": "4.0.2",
4040
"piscina": "4.6.1",
41-
"rollup": "4.19.1",
41+
"rollup": "4.20.0",
4242
"sass": "1.77.8",
4343
"semver": "7.6.3",
4444
"vite": "5.3.5",

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.3.5",
28+
"@inquirer/prompts": "5.3.7",
2929
"@listr2/prompt-adapter-inquirer": "2.0.15",
3030
"@schematics/angular": "0.0.0-PLACEHOLDER",
3131
"@yarnpkg/lockfile": "1.1.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@babel/plugin-transform-async-generator-functions": "7.25.0",
1919
"@babel/plugin-transform-async-to-generator": "7.24.7",
2020
"@babel/plugin-transform-runtime": "7.24.7",
21-
"@babel/preset-env": "7.25.2",
21+
"@babel/preset-env": "7.25.3",
2222
"@babel/runtime": "7.25.0",
2323
"@discoveryjs/json-ext": "0.6.0",
2424
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2525
"@vitejs/plugin-basic-ssl": "1.1.0",
2626
"ansi-colors": "4.1.3",
27-
"autoprefixer": "10.4.19",
27+
"autoprefixer": "10.4.20",
2828
"babel-loader": "9.1.3",
2929
"browserslist": "^4.21.5",
3030
"copy-webpack-plugin": "12.0.2",
@@ -73,7 +73,7 @@
7373
"esbuild": "0.23.0"
7474
},
7575
"devDependencies": {
76-
"undici": "6.19.4"
76+
"undici": "6.19.5"
7777
},
7878
"peerDependencies": {
7979
"@angular/compiler-cli": "^18.0.0 || ^18.2.0-next.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.3.5",
21+
"@inquirer/prompts": "5.3.7",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)