Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed Nov 21, 2022
1 parent 5ba6401 commit 236f991
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 404 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
assistant_to_the_branch_manager:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@0c06b3d1a58ab12f4f9933efc78e33083d008d17
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "3534a27621725fbbf1d3e53daa0c1dda055a2732d9031b8c579f917d7347b6c4",
strip_prefix = "bazel-lib-1.16.1",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.16.1.tar.gz",
sha256 = "695d319362b227725e4daa60d863b4d1969b167889902511f1fd3051cea1071f",
strip_prefix = "bazel-lib-1.16.3",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.16.3.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@
"cross-env": "^7.0.3",
"css-loader": "6.7.2",
"debug": "^4.1.1",
"esbuild": "0.15.14",
"esbuild-wasm": "0.15.14",
"eslint": "8.27.0",
"esbuild": "0.15.15",
"esbuild-wasm": "0.15.15",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.26.0",
Expand Down Expand Up @@ -209,7 +209,7 @@
"ts-node": "^10.0.0",
"tslib": "2.4.1",
"typescript": "4.8.4",
"verdaccio": "5.16.3",
"verdaccio": "5.17.0",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.75.0",
"webpack-dev-middleware": "5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"copy-webpack-plugin": "11.0.0",
"critters": "0.0.16",
"css-loader": "6.7.2",
"esbuild-wasm": "0.15.14",
"esbuild-wasm": "0.15.15",
"glob": "8.0.3",
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.4",
Expand Down Expand Up @@ -67,7 +67,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.15.14"
"esbuild": "0.15.15"
},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0-next",
Expand Down

0 comments on commit 236f991

Please sign in to comment.