Skip to content

Commit df5ca31

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update all non-major dependencies
1 parent b597b34 commit df5ca31

File tree

8 files changed

+338
-359
lines changed

8 files changed

+338
-359
lines changed

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

Lines changed: 1 addition & 1 deletion
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@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3.2.0
16+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@f7d207b79899e466f312ae4fea2804f7978278ad

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
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@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3.2.0
15+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
1616
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f7d207b79899e466f312ae4fea2804f7978278ad
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@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3.2.0
22+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
2323
- uses: angular/dev-infra/github-actions/post-approval-changes@f7d207b79899e466f312ae4fea2804f7978278ad
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ yarn_install(
7878

7979
http_archive(
8080
name = "aspect_bazel_lib",
81-
sha256 = "be236556c7b9c7b91cb370e837fdcec62b6e8893408cd4465ae883c9d7c67024",
82-
strip_prefix = "bazel-lib-1.18.0",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.18.0.tar.gz",
81+
sha256 = "ae56efc54ce3025ea908900e0d061423310b15e4676ae1359105583a2944665c",
82+
strip_prefix = "bazel-lib-1.19.1",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.19.1.tar.gz",
8484
)
8585

8686
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
]
6161
},
6262
"resolutions": {
63-
"**/ajv-formats/ajv": "8.11.2",
63+
"**/ajv-formats/ajv": "8.12.0",
6464
"@types/parse5-html-rewriting-stream/@types/parse5-sax-parser": "^5.0.2"
6565
},
6666
"devDependencies": {
@@ -81,15 +81,15 @@
8181
"@angular/platform-server": "15.1.0-next.3",
8282
"@angular/router": "15.1.0-next.3",
8383
"@angular/service-worker": "15.1.0-next.3",
84-
"@babel/core": "7.20.5",
85-
"@babel/generator": "7.20.5",
84+
"@babel/core": "7.20.12",
85+
"@babel/generator": "7.20.7",
8686
"@babel/helper-annotate-as-pure": "7.18.6",
87-
"@babel/plugin-proposal-async-generator-functions": "7.20.1",
88-
"@babel/plugin-transform-async-to-generator": "7.18.6",
87+
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
88+
"@babel/plugin-transform-async-to-generator": "7.20.7",
8989
"@babel/plugin-transform-runtime": "7.19.6",
9090
"@babel/preset-env": "7.20.2",
91-
"@babel/runtime": "7.20.6",
92-
"@babel/template": "7.18.10",
91+
"@babel/runtime": "7.20.7",
92+
"@babel/template": "7.20.7",
9393
"@bazel/bazelisk": "1.12.1",
9494
"@bazel/buildifier": "5.1.0",
9595
"@bazel/concatjs": "5.7.3",
@@ -123,14 +123,14 @@
123123
"@types/yargs": "^17.0.8",
124124
"@types/yargs-parser": "^21.0.0",
125125
"@types/yarnpkg__lockfile": "^1.1.5",
126-
"@typescript-eslint/eslint-plugin": "5.46.1",
127-
"@typescript-eslint/parser": "5.46.1",
126+
"@typescript-eslint/eslint-plugin": "5.48.0",
127+
"@typescript-eslint/parser": "5.48.0",
128128
"@yarnpkg/lockfile": "1.1.0",
129-
"ajv": "8.11.2",
129+
"ajv": "8.12.0",
130130
"ajv-formats": "2.1.1",
131131
"ansi-colors": "4.1.3",
132132
"autoprefixer": "10.4.13",
133-
"babel-loader": "9.1.0",
133+
"babel-loader": "9.1.2",
134134
"babel-plugin-istanbul": "6.1.1",
135135
"bootstrap": "^4.0.0",
136136
"browserslist": "4.21.4",
@@ -141,17 +141,17 @@
141141
"cross-env": "^7.0.3",
142142
"css-loader": "6.7.3",
143143
"debug": "^4.1.1",
144-
"esbuild": "0.16.7",
145-
"esbuild-wasm": "0.16.7",
146-
"eslint": "8.29.0",
147-
"eslint-config-prettier": "8.5.0",
144+
"esbuild": "0.16.14",
145+
"esbuild-wasm": "0.16.14",
146+
"eslint": "8.31.0",
147+
"eslint-config-prettier": "8.6.0",
148148
"eslint-plugin-header": "3.1.1",
149149
"eslint-plugin-import": "2.26.0",
150150
"express": "4.18.2",
151151
"glob": "8.0.3",
152152
"http-proxy": "^1.18.1",
153153
"https-proxy-agent": "5.0.1",
154-
"husky": "8.0.2",
154+
"husky": "8.0.3",
155155
"ini": "3.0.1",
156156
"inquirer": "8.2.4",
157157
"jasmine": "^4.0.0",
@@ -172,7 +172,7 @@
172172
"loader-utils": "3.2.1",
173173
"magic-string": "0.27.0",
174174
"mini-css-extract-plugin": "2.7.2",
175-
"minimatch": "5.1.1",
175+
"minimatch": "5.1.2",
176176
"ng-packagr": "15.1.0-next.0",
177177
"node-fetch": "^2.2.0",
178178
"npm": "^8.11.0",
@@ -193,7 +193,7 @@
193193
"quicktype-core": "6.0.69",
194194
"resolve-url-loader": "5.0.0",
195195
"rxjs": "6.6.7",
196-
"sass": "1.56.2",
196+
"sass": "1.57.1",
197197
"sass-loader": "13.2.0",
198198
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
199199
"semver": "7.3.8",
@@ -210,7 +210,7 @@
210210
"ts-node": "^10.0.0",
211211
"tslib": "2.4.1",
212212
"typescript": "4.9.4",
213-
"verdaccio": "5.18.0",
213+
"verdaccio": "5.19.0",
214214
"verdaccio-auth-memory": "^10.0.0",
215215
"webpack": "5.75.0",
216216
"webpack-dev-middleware": "6.0.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
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.20.5",
14-
"@babel/generator": "7.20.5",
13+
"@babel/core": "7.20.12",
14+
"@babel/generator": "7.20.7",
1515
"@babel/helper-annotate-as-pure": "7.18.6",
16-
"@babel/plugin-proposal-async-generator-functions": "7.20.1",
17-
"@babel/plugin-transform-async-to-generator": "7.18.6",
16+
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
17+
"@babel/plugin-transform-async-to-generator": "7.20.7",
1818
"@babel/plugin-transform-runtime": "7.19.6",
1919
"@babel/preset-env": "7.20.2",
20-
"@babel/runtime": "7.20.6",
21-
"@babel/template": "7.18.10",
20+
"@babel/runtime": "7.20.7",
21+
"@babel/template": "7.20.7",
2222
"@discoveryjs/json-ext": "0.5.7",
2323
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
2424
"ansi-colors": "4.1.3",
2525
"autoprefixer": "10.4.13",
26-
"babel-loader": "9.1.0",
26+
"babel-loader": "9.1.2",
2727
"babel-plugin-istanbul": "6.1.1",
2828
"browserslist": "4.21.4",
2929
"cacache": "17.0.4",
3030
"chokidar": "3.5.3",
3131
"copy-webpack-plugin": "11.0.0",
3232
"critters": "0.0.16",
3333
"css-loader": "6.7.3",
34-
"esbuild-wasm": "0.16.7",
34+
"esbuild-wasm": "0.16.14",
3535
"glob": "8.0.3",
3636
"https-proxy-agent": "5.0.1",
3737
"inquirer": "8.2.4",
@@ -51,7 +51,7 @@
5151
"postcss-loader": "7.0.2",
5252
"resolve-url-loader": "5.0.0",
5353
"rxjs": "6.6.7",
54-
"sass": "1.56.2",
54+
"sass": "1.57.1",
5555
"sass-loader": "13.2.0",
5656
"semver": "7.3.8",
5757
"source-map-loader": "4.0.1",
@@ -67,7 +67,7 @@
6767
"webpack-subresource-integrity": "5.1.0"
6868
},
6969
"optionalDependencies": {
70-
"esbuild": "0.16.7"
70+
"esbuild": "0.16.14"
7171
},
7272
"peerDependencies": {
7373
"@angular/compiler-cli": "^15.0.0-next || ^15.1.0-next",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"dependencies": {
1111
"ajv-formats": "2.1.1",
12-
"ajv": "8.11.2",
12+
"ajv": "8.12.0",
1313
"jsonc-parser": "3.2.0",
1414
"rxjs": "6.6.7",
1515
"source-map": "0.7.4"

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"karma": "~6.4.0",
1515
"ng-packagr": "^15.1.0-next.0",
1616
"protractor": "~7.0.0",
17-
"rxjs": "~7.6.0",
17+
"rxjs": "~7.8.0",
1818
"tslib": "^2.3.0",
1919
"ts-node": "~10.9.0",
2020
"typescript": "~4.9.3",

0 commit comments

Comments
 (0)