Skip to content

Commit 4e3c62b

Browse files
angular-robotclydin
authored andcommitted
build: update all non-major dependencies
1 parent 67752a4 commit 4e3c62b

File tree

5 files changed

+150
-404
lines changed

5 files changed

+150
-404
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
16+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
1717
with:
1818
persist-credentials: false
1919
- uses: angular/dev-infra/github-actions/branch-manager@0c06b3d1a58ab12f4f9933efc78e33083d008d17

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 = "3534a27621725fbbf1d3e53daa0c1dda055a2732d9031b8c579f917d7347b6c4",
82-
strip_prefix = "bazel-lib-1.16.1",
83-
url = "https://github.com/aspect-build/bazel-lib/archive/v1.16.1.tar.gz",
81+
sha256 = "695d319362b227725e4daa60d863b4d1969b167889902511f1fd3051cea1071f",
82+
strip_prefix = "bazel-lib-1.16.3",
83+
url = "https://github.com/aspect-build/bazel-lib/archive/v1.16.3.tar.gz",
8484
)
8585

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@
140140
"cross-env": "^7.0.3",
141141
"css-loader": "6.7.2",
142142
"debug": "^4.1.1",
143-
"esbuild": "0.15.14",
144-
"esbuild-wasm": "0.15.14",
145-
"eslint": "8.27.0",
143+
"esbuild": "0.15.15",
144+
"esbuild-wasm": "0.15.15",
145+
"eslint": "8.28.0",
146146
"eslint-config-prettier": "8.5.0",
147147
"eslint-plugin-header": "3.1.1",
148148
"eslint-plugin-import": "2.26.0",
@@ -209,7 +209,7 @@
209209
"ts-node": "^10.0.0",
210210
"tslib": "2.4.1",
211211
"typescript": "4.8.4",
212-
"verdaccio": "5.16.3",
212+
"verdaccio": "5.17.0",
213213
"verdaccio-auth-memory": "^10.0.0",
214214
"webpack": "5.75.0",
215215
"webpack-dev-middleware": "5.3.3",

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"copy-webpack-plugin": "11.0.0",
3232
"critters": "0.0.16",
3333
"css-loader": "6.7.2",
34-
"esbuild-wasm": "0.15.14",
34+
"esbuild-wasm": "0.15.15",
3535
"glob": "8.0.3",
3636
"https-proxy-agent": "5.0.1",
3737
"inquirer": "8.2.4",
@@ -67,7 +67,7 @@
6767
"webpack-subresource-integrity": "5.1.0"
6868
},
6969
"optionalDependencies": {
70-
"esbuild": "0.15.14"
70+
"esbuild": "0.15.15"
7171
},
7272
"peerDependencies": {
7373
"@angular/compiler-cli": "^15.0.0-next",

0 commit comments

Comments
 (0)