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 May 12, 2024
1 parent 46e5993 commit 514aaf5
Show file tree
Hide file tree
Showing 9 changed files with 343 additions and 261 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
outputs:
snapshots: ${{ steps.filter.outputs.snapshots }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
persist-credentials: false
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: angular/dev-infra/github-actions/post-approval-changes@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "a8a92645e7298bbf538aa880131c6adb4cf6239bbd27230f077a00414d58e4ce",
strip_prefix = "bazel-lib-2.7.2",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.2/bazel-lib-v2.7.2.tar.gz",
sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226",
strip_prefix = "bazel-lib-2.7.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
"critters": "0.0.22",
"css-loader": "7.1.1",
"debug": "^4.1.1",
"esbuild": "0.21.1",
"esbuild-wasm": "0.21.1",
"esbuild": "0.21.2",
"esbuild-wasm": "0.21.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-header": "3.1.1",
Expand Down Expand Up @@ -179,15 +179,15 @@
"prettier": "^3.0.0",
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
"quicktype-core": "23.0.158",
"quicktype-core": "23.0.159",
"resolve-url-loader": "5.0.0",
"rollup": "~4.17.0",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.77.0",
"sass": "1.77.1",
"sass-loader": "14.2.1",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz",
"semver": "7.6.1",
"semver": "7.6.2",
"shelljs": "^0.8.5",
"source-map": "0.7.4",
"source-map-loader": "5.0.0",
Expand All @@ -200,8 +200,8 @@
"ts-node": "^10.9.1",
"tslib": "2.6.2",
"typescript": "5.4.5",
"undici": "6.16.0",
"verdaccio": "5.30.3",
"undici": "6.16.1",
"verdaccio": "5.31.0",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.2.11",
"watchpack": "2.4.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ansi-colors": "4.1.3",
"browserslist": "^4.23.0",
"critters": "0.0.22",
"esbuild": "0.21.1",
"esbuild": "0.21.2",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.4",
"inquirer": "9.2.20",
Expand All @@ -38,9 +38,9 @@
"piscina": "4.4.0",
"parse5-html-rewriting-stream": "7.0.0",
"postcss": "8.4.38",
"sass": "1.77.0",
"semver": "7.6.1",
"undici": "6.16.0",
"sass": "1.77.1",
"semver": "7.6.2",
"undici": "6.16.1",
"vite": "5.2.11",
"watchpack": "2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ora": "5.4.1",
"pacote": "18.0.6",
"resolve": "1.22.8",
"semver": "7.6.1",
"semver": "7.6.2",
"symbol-observable": "4.0.0",
"yargs": "17.7.2"
},
Expand Down
10 changes: 5 additions & 5 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.22",
"css-loader": "7.1.1",
"esbuild-wasm": "0.21.1",
"esbuild-wasm": "0.21.2",
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.4",
"http-proxy-middleware": "3.0.0",
Expand All @@ -54,15 +54,15 @@
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.77.0",
"sass": "1.77.1",
"sass-loader": "14.2.1",
"semver": "7.6.1",
"semver": "7.6.2",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.31.0",
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"undici": "6.16.0",
"undici": "6.16.1",
"vite": "5.2.11",
"watchpack": "2.4.1",
"webpack": "5.91.0",
Expand All @@ -72,7 +72,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.21.1"
"esbuild": "0.21.2"
},
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0-next.0",
Expand Down

0 comments on commit 514aaf5

Please sign in to comment.