Skip to content

Commit 83918ee

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
1 parent 76de1bf commit 83918ee

File tree

8 files changed

+246
-178
lines changed

8 files changed

+246
-178
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
./scripts/saucelabs/wait-for-tunnel.sh
171171
yarn bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
172172
./scripts/saucelabs/stop-tunnel.sh
173-
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
173+
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
174174
if: ${{ failure() }}
175175
with:
176176
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
83+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
8484
with:
8585
name: packages
8686
path: dist/releases/*.tgz

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@bazel/jasmine": "patch:@bazel/jasmine@npm%3A5.8.1#~/.yarn/patches/@bazel-jasmine-npm-5.8.1-3370fee155.patch",
8686
"@bazel/runfiles": "^5.8.1",
8787
"@discoveryjs/json-ext": "0.6.1",
88-
"@inquirer/confirm": "3.1.22",
89-
"@inquirer/prompts": "5.3.8",
88+
"@inquirer/confirm": "3.2.0",
89+
"@inquirer/prompts": "5.4.0",
9090
"@listr2/prompt-adapter-inquirer": "2.0.15",
9191
"@rollup/plugin-commonjs": "^26.0.0",
9292
"@rollup/plugin-node-resolve": "^13.0.5",
@@ -113,8 +113,8 @@
113113
"@types/yargs": "^17.0.20",
114114
"@types/yargs-parser": "^21.0.0",
115115
"@types/yarnpkg__lockfile": "^1.1.5",
116-
"@typescript-eslint/eslint-plugin": "8.3.0",
117-
"@typescript-eslint/parser": "8.3.0",
116+
"@typescript-eslint/eslint-plugin": "8.4.0",
117+
"@typescript-eslint/parser": "8.4.0",
118118
"@vitejs/plugin-basic-ssl": "1.1.0",
119119
"@web/test-runner": "^0.18.0",
120120
"@yarnpkg/lockfile": "1.1.0",
@@ -136,11 +136,11 @@
136136
"eslint": "8.57.0",
137137
"eslint-config-prettier": "9.1.0",
138138
"eslint-plugin-header": "3.1.1",
139-
"eslint-plugin-import": "2.29.1",
139+
"eslint-plugin-import": "2.30.0",
140140
"express": "4.19.2",
141141
"fast-glob": "3.3.2",
142142
"http-proxy": "^1.18.1",
143-
"http-proxy-middleware": "3.0.0",
143+
"http-proxy-middleware": "3.0.1",
144144
"https-proxy-agent": "7.0.5",
145145
"husky": "9.1.5",
146146
"ini": "4.1.3",
@@ -175,7 +175,7 @@
175175
"parse5-html-rewriting-stream": "7.0.0",
176176
"picomatch": "4.0.2",
177177
"piscina": "4.6.1",
178-
"postcss": "8.4.41",
178+
"postcss": "8.4.44",
179179
"postcss-loader": "8.1.1",
180180
"prettier": "^3.0.0",
181181
"protractor": "~7.0.0",

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.25.6",
27-
"@inquirer/confirm": "3.1.22",
27+
"@inquirer/confirm": "3.2.0",
2828
"@vitejs/plugin-basic-ssl": "1.1.0",
2929
"browserslist": "^4.23.0",
3030
"critters": "0.0.24",

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.8",
28+
"@inquirer/prompts": "5.4.0",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"css-loader": "7.1.2",
3333
"esbuild-wasm": "0.23.1",
3434
"fast-glob": "3.3.2",
35-
"http-proxy-middleware": "3.0.0",
35+
"http-proxy-middleware": "3.0.1",
3636
"https-proxy-agent": "7.0.5",
3737
"istanbul-lib-instrument": "6.0.3",
3838
"jsonc-parser": "3.3.1",
@@ -49,7 +49,7 @@
4949
"parse5-html-rewriting-stream": "7.0.0",
5050
"picomatch": "4.0.2",
5151
"piscina": "4.6.1",
52-
"postcss": "8.4.41",
52+
"postcss": "8.4.44",
5353
"postcss-loader": "8.1.1",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "7.8.1",

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.8",
21+
"@inquirer/prompts": "5.4.0",
2222
"ansi-colors": "4.1.3",
2323
"symbol-observable": "4.0.0",
2424
"yargs-parser": "21.1.1"

0 commit comments

Comments
 (0)