Skip to content

Commit 6b5c469

Browse files
committed
build: update all non-major dependencies
1 parent 79339ec commit 6b5c469

File tree

7 files changed

+294
-180
lines changed

7 files changed

+294
-180
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
16+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@c71cf5010b633dcf1fc70e4b34dedd161138890b

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
snapshots: ${{ steps.filter.outputs.snapshots }}
2626
steps:
27-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
27+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
2828
with:
2929
persist-credentials: false
3030
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1

.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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
15+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c71cf5010b633dcf1fc70e4b34dedd161138890b
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
22+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@c71cf5010b633dcf1fc70e4b34dedd161138890b
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
"@angular/platform-server": "17.0.0-next.5",
7777
"@angular/router": "17.0.0-next.5",
7878
"@angular/service-worker": "17.0.0-next.5",
79-
"@babel/core": "7.22.17",
80-
"@babel/generator": "7.22.15",
79+
"@babel/core": "7.23.0",
80+
"@babel/generator": "7.23.0",
8181
"@babel/helper-annotate-as-pure": "7.22.5",
8282
"@babel/helper-split-export-declaration": "7.22.6",
8383
"@babel/plugin-transform-async-generator-functions": "7.22.15",
8484
"@babel/plugin-transform-async-to-generator": "7.22.5",
8585
"@babel/plugin-transform-runtime": "7.22.15",
86-
"@babel/preset-env": "7.22.15",
87-
"@babel/runtime": "7.22.15",
86+
"@babel/preset-env": "7.22.20",
87+
"@babel/runtime": "7.23.1",
8888
"@bazel/bazelisk": "1.18.0",
8989
"@bazel/buildifier": "6.3.3",
9090
"@bazel/concatjs": "5.8.1",
@@ -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.1",
96+
"@types/babel__core": "7.20.2",
9797
"@types/browser-sync": "^2.27.0",
9898
"@types/browserslist": "^4.15.0",
9999
"@types/express": "^4.16.0",
@@ -119,13 +119,13 @@
119119
"@types/yargs-parser": "^21.0.0",
120120
"@types/yarnpkg__lockfile": "^1.1.5",
121121
"@typescript-eslint/eslint-plugin": "5.61.0",
122-
"@typescript-eslint/parser": "6.7.0",
122+
"@typescript-eslint/parser": "6.7.3",
123123
"@vitejs/plugin-basic-ssl": "1.0.1",
124124
"@yarnpkg/lockfile": "1.1.0",
125125
"ajv": "8.12.0",
126126
"ajv-formats": "2.1.1",
127127
"ansi-colors": "4.1.3",
128-
"autoprefixer": "10.4.15",
128+
"autoprefixer": "10.4.16",
129129
"babel-loader": "9.1.3",
130130
"babel-plugin-istanbul": "6.1.1",
131131
"bootstrap": "^4.0.0",
@@ -139,7 +139,7 @@
139139
"debug": "^4.1.1",
140140
"esbuild": "0.19.3",
141141
"esbuild-wasm": "0.19.3",
142-
"eslint": "8.49.0",
142+
"eslint": "8.50.0",
143143
"eslint-config-prettier": "9.0.0",
144144
"eslint-plugin-header": "3.1.1",
145145
"eslint-plugin-import": "2.28.1",
@@ -170,7 +170,7 @@
170170
"magic-string": "0.30.3",
171171
"mini-css-extract-plugin": "2.7.6",
172172
"mrmime": "1.0.1",
173-
"ng-packagr": "17.0.0-next.1",
173+
"ng-packagr": "17.0.0-next.2",
174174
"node-fetch": "^2.2.0",
175175
"npm": "^8.11.0",
176176
"npm-package-arg": "11.0.1",
@@ -182,7 +182,7 @@
182182
"picomatch": "2.3.1",
183183
"piscina": "4.1.0",
184184
"popper.js": "^1.14.1",
185-
"postcss": "8.4.29",
185+
"postcss": "8.4.30",
186186
"postcss-loader": "7.3.3",
187187
"prettier": "^3.0.0",
188188
"protractor": "~7.0.0",
@@ -203,13 +203,13 @@
203203
"spdx-satisfies": "^5.0.0",
204204
"symbol-observable": "4.0.0",
205205
"tar": "^6.1.6",
206-
"terser": "5.19.4",
206+
"terser": "5.20.0",
207207
"text-table": "0.2.0",
208208
"tree-kill": "1.2.2",
209209
"ts-node": "^10.9.1",
210210
"tslib": "2.6.2",
211211
"typescript": "5.2.2",
212-
"verdaccio": "5.26.2",
212+
"verdaccio": "5.26.3",
213213
"verdaccio-auth-memory": "^10.0.0",
214214
"vite": "4.4.9",
215215
"webpack": "5.88.2",

packages/angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"open": "8.4.2",
3737
"ora": "5.4.1",
3838
"pacote": "17.0.4",
39-
"resolve": "1.22.4",
39+
"resolve": "1.22.6",
4040
"semver": "7.5.4",
4141
"symbol-observable": "4.0.0",
4242
"yargs": "17.7.2"

packages/angular_devkit/build_angular/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
13-
"@babel/core": "7.22.17",
14-
"@babel/generator": "7.22.15",
13+
"@babel/core": "7.23.0",
14+
"@babel/generator": "7.23.0",
1515
"@babel/helper-annotate-as-pure": "7.22.5",
1616
"@babel/helper-split-export-declaration": "7.22.6",
1717
"@babel/plugin-transform-async-generator-functions": "7.22.15",
1818
"@babel/plugin-transform-async-to-generator": "7.22.5",
1919
"@babel/plugin-transform-runtime": "7.22.15",
20-
"@babel/preset-env": "7.22.15",
21-
"@babel/runtime": "7.22.15",
20+
"@babel/preset-env": "7.22.20",
21+
"@babel/runtime": "7.23.1",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"@vitejs/plugin-basic-ssl": "1.0.1",
2525
"ansi-colors": "4.1.3",
26-
"autoprefixer": "10.4.15",
26+
"autoprefixer": "10.4.16",
2727
"babel-loader": "9.1.3",
2828
"babel-plugin-istanbul": "6.1.1",
2929
"browserslist": "^4.21.5",
@@ -51,7 +51,7 @@
5151
"parse5-html-rewriting-stream": "7.0.0",
5252
"picomatch": "2.3.1",
5353
"piscina": "4.1.0",
54-
"postcss": "8.4.29",
54+
"postcss": "8.4.30",
5555
"postcss-loader": "7.3.3",
5656
"resolve-url-loader": "5.0.0",
5757
"rxjs": "7.8.1",
@@ -60,7 +60,7 @@
6060
"semver": "7.5.4",
6161
"source-map-loader": "4.0.1",
6262
"source-map-support": "0.5.21",
63-
"terser": "5.19.4",
63+
"terser": "5.20.0",
6464
"text-table": "0.2.0",
6565
"tree-kill": "1.2.2",
6666
"tslib": "2.6.2",

0 commit comments

Comments
 (0)