Skip to content

Commit

Permalink
build: update cross-repo angular dependencies (angular#49956)
Browse files Browse the repository at this point in the history
See associated pull request for more information.

PR Close angular#49956
  • Loading branch information
angular-robot authored and dylhunn committed Apr 21, 2023
1 parent 521e284 commit 27093a7
Show file tree
Hide file tree
Showing 13 changed files with 347 additions and 95 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aio-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: ./.github/actions/yarn-install

- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@1564c4e45db49460f2351cba356311e28062aa2f
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@08f8d677da7b0811a00e2898596ef329e3450c88
with:
bazelrc: ./.bazelrc.user

Expand All @@ -34,7 +34,7 @@ jobs:
# the number of concurrent actions is determined based on the host resources.
- run: bazel build //aio:build --jobs=32 --announce_rc --verbose_failures

- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@1564c4e45db49460f2351cba356311e28062aa2f
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@08f8d677da7b0811a00e2898596ef329e3450c88
with:
workflow-artifact-name: 'aio'
pull-number: '${{github.event.pull_request.number}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aio-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting aio
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting aio ${{env.PREVIEW_SITE}}
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@1564c4e45db49460f2351cba356311e28062aa2f
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@08f8d677da7b0811a00e2898596ef329e3450c88
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'aio'
Expand Down
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 @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@1564c4e45db49460f2351cba356311e28062aa2f
- uses: angular/dev-infra/github-actions/branch-manager@08f8d677da7b0811a00e2898596ef329e3450c88
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@1564c4e45db49460f2351cba356311e28062aa2f
- uses: angular/dev-infra/github-actions/commit-message-based-labels@08f8d677da7b0811a00e2898596ef329e3450c88
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: angular/dev-infra/github-actions/post-approval-changes@1564c4e45db49460f2351cba356311e28062aa2f
- uses: angular/dev-infra/github-actions/post-approval-changes@08f8d677da7b0811a00e2898596ef329e3450c88
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
if: github.repository == 'angular/angular'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@1564c4e45db49460f2351cba356311e28062aa2f
- uses: angular/dev-infra/github-actions/feature-request@08f8d677da7b0811a00e2898596ef329e3450c88
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/google-internal-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: angular/dev-infra/github-actions/google-internal-tests@1564c4e45db49460f2351cba356311e28062aa2f
- uses: angular/dev-infra/github-actions/google-internal-tests@08f8d677da7b0811a00e2898596ef329e3450c88
with:
run-tests-guide-url: http://go/angular/g3sync
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-ready-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/unified-status-check@1564c4e45db49460f2351cba356311e28062aa2f
- uses: angular/dev-infra/github-actions/unified-status-check@08f8d677da7b0811a00e2898596ef329e3450c88
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/update-cli-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }}
- name: Create a PR (if necessary)
uses: angular/dev-infra/github-actions/create-pr-for-changes@1564c4e45db49460f2351cba356311e28062aa2f
uses: angular/dev-infra/github-actions/create-pr-for-changes@08f8d677da7b0811a00e2898596ef329e3450c88
with:
branch-prefix: update-cli-help
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Generate `events.json`
run: node aio/scripts/generate-events/index.mjs --ignore-invalid-dates
- name: Create a PR (if necessary)
uses: angular/dev-infra/github-actions/create-pr-for-changes@1564c4e45db49460f2351cba356311e28062aa2f
uses: angular/dev-infra/github-actions/create-pr-for-changes@08f8d677da7b0811a00e2898596ef329e3450c88
with:
branch-prefix: docs-update-events
pr-title: 'docs: update events'
Expand Down
12 changes: 6 additions & 6 deletions aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
"private": true,
"dependencies": {
"@angular/animations": "16.0.0-rc.2",
"@angular/cdk": "16.0.0-rc.0",
"@angular/cdk": "16.0.0-rc.1",
"@angular/common": "16.0.0-rc.2",
"@angular/compiler": "16.0.0-rc.2",
"@angular/core": "16.0.0-rc.2",
"@angular/elements": "16.0.0-rc.2",
"@angular/forms": "16.0.0-rc.2",
"@angular/material": "16.0.0-rc.0",
"@angular/material": "16.0.0-rc.1",
"@angular/platform-browser": "16.0.0-rc.2",
"@angular/platform-browser-dynamic": "16.0.0-rc.2",
"@angular/router": "16.0.0-rc.2",
Expand All @@ -79,14 +79,14 @@
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/architect-cli": "0.1600.0-rc.0",
"@angular-devkit/build-angular": "16.0.0-rc.0",
"@angular-devkit/architect-cli": "0.1600.0-rc.1",
"@angular-devkit/build-angular": "16.0.0-rc.1",
"@angular-eslint/builder": "^15.0.0",
"@angular-eslint/eslint-plugin": "^15.0.0",
"@angular-eslint/eslint-plugin-template": "^15.0.0",
"@angular-eslint/template-parser": "^15.0.0",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d407e91db010f9eb72370b7509fc5e841ff8818b",
"@angular/cli": "16.0.0-rc.0",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d2fefafbb96164926bdcc9b8529048bb088f4044",
"@angular/cli": "16.0.0-rc.1",
"@angular/compiler-cli": "16.0.0-rc.2",
"@bazel/bazelisk": "^1.7.5",
"@bazel/buildozer": "^6.0.0",
Expand Down
Loading

0 comments on commit 27093a7

Please sign in to comment.