Skip to content

Commit

Permalink
build: update cross-repo angular dependencies
Browse files Browse the repository at this point in the history
See associated pull request for more information.
  • Loading branch information
angular-robot committed Apr 22, 2024
1 parent 9894278 commit 1cf3595
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 56 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/adev-preview-build.yml
Expand Up @@ -21,16 +21,16 @@ jobs:
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview'))
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/setup@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/configure-remote@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build adev to ensure it continues to work
run: yarn bazel build //adev:build
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
workflow-artifact-name: 'adev-preview'
pull-number: '${{github.event.pull_request.number}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/adev-preview-deploy.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs
npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}}
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'adev-preview'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
- uses: angular/dev-infra/github-actions/branch-manager@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-compare.yml
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: ./.github/actions/yarn-install

- uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
- uses: angular/dev-infra/github-actions/bazel/configure-remote@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
bazelrc: ./.bazelrc.user

Expand Down
52 changes: 26 additions & 26 deletions .github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
cache-node-modules: true
node-module-directories: |
Expand Down Expand Up @@ -59,13 +59,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/setup@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/configure-remote@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run unit tests
Expand All @@ -77,13 +77,13 @@ jobs:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/setup@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/configure-remote@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Install node modules
run: yarn install --frozen-lockfile --network-timeout 100000
- name: Run CI tests for framework
Expand All @@ -94,11 +94,11 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/setup@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/configure-remote@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build adev to ensure it continues to work
Expand All @@ -110,13 +110,13 @@ jobs:
labels: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/setup@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/configure-remote@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Install node modules
run: yarn install --frozen-lockfile
- run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
Expand All @@ -128,17 +128,17 @@ jobs:
labels: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
cache-node-modules: true
node-module-directories: |
./node_modules
./packages/zone.js/node_modules
./packages/zone.js/test/typings/node_modules
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/setup@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/configure-remote@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Install node modules
run: yarn install --frozen-lockfile
- run: |
Expand Down Expand Up @@ -177,19 +177,19 @@ jobs:
JOBS: 2
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
cache-node-modules: true
# Checking out the pull request commit is intended here as we need to run the changed code tests.
ref: ${{ github.event.pull_request.head.sha }}
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/setup@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel Remote Caching
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/configure-remote@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/saucelabs@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Set up Sauce Tunnel Daemon
run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS &
env:
Expand All @@ -205,15 +205,15 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
cache-node-modules: true
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/setup@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Saucelabs Variables
uses: angular/dev-infra/github-actions/saucelabs@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/saucelabs@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Starting Saucelabs tunnel service
run: ./tools/saucelabs/sauce-service.sh run &
# Build test fixtures for a test that rely on Bazel-generated fixtures. Note that disabling
Expand Down Expand Up @@ -254,11 +254,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/setup@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/configure-remote@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build adev to ensure it continues to work
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/post-approval-changes@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
- uses: angular/dev-infra/github-actions/post-approval-changes@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/google-internal-tests.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/google-internal-tests@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
- uses: angular/dev-infra/github-actions/google-internal-tests@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
run-tests-guide-url: http://go/angular-g3sync-start
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-ready-status.yml
Expand Up @@ -9,6 +9,6 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/unified-status-check@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
- uses: angular/dev-infra/github-actions/unified-status-check@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
8 changes: 4 additions & 4 deletions .github/workflows/monitoring.yml
Expand Up @@ -22,15 +22,15 @@ jobs:
version: ['https://next.angular.io/', 'https://angular.io/']
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
cache-node-modules: true
node-module-directories: |
./aio/node_modules
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/setup@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/bazel/configure-remote@f628b33b1f52f1ac145196a219705e97bbe9422c
- name: Install node modules in aio
run: yarn install --frozen-lockfile --cwd aio
- name: Run basic e2e and deployment config tests.
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
cache-node-modules: true
node-module-directories: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cli-help.yml
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@f122b83d2a49e24eb9dfcd54fca9fc97612b832d
uses: angular/dev-infra/github-actions/create-pr-for-changes@f628b33b1f52f1ac145196a219705e97bbe9422c
with:
branch-prefix: update-cli-help
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -153,9 +153,9 @@
"@actions/core": "^1.10.0",
"@angular-devkit/architect-cli": "^0.1800.0-next",
"@angular/animations": "^18.0.0-next",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5b1b7bc36648f4c066d8cf917ea7cc9e7eed2b8f",
"@angular/docs": "https://github.com/angular/dev-infra-private-docs-builds.git#12016780c96616656ed6667d65860391a5b56c79",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#43caa47b9ea70629976ccbe2b4fb4869f202c080",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3b995c528888ec13de101d62f71ffdff11616b7c",
"@angular/docs": "https://github.com/angular/dev-infra-private-docs-builds.git#4c424a2d08b73c30605f188196d7bc898a1a9bf2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a8d9642523efd5a8432768a17df045a156e18bb3",
"@babel/helper-remap-async-to-generator": "^7.18.9",
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@bazel/bazelisk": "^1.7.5",
Expand Down

0 comments on commit 1cf3595

Please sign in to comment.