build: update cross-repo angular dependencies (#48996)

See associated pull request for more information.

PR Close #48996
This commit is contained in:
Angular Robot 2023-02-08 23:07:17 +00:00 committed by Pawel Kozlowski
parent 7af4ea62e6
commit cb0feed496
14 changed files with 1062 additions and 944 deletions

View file

@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: ./.github/actions/yarn-install
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@fa428ee0accc999f051008f0daa5651ba2728c2b
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
bazelrc: ./.bazelrc.user
@ -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@fa428ee0accc999f051008f0daa5651ba2728c2b
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
workflow-artifact-name: 'aio'
pull-number: '${{github.event.pull_request.number}}'

View file

@ -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@fa428ee0accc999f051008f0daa5651ba2728c2b
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'aio'

View file

@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@fa428ee0accc999f051008f0daa5651ba2728c2b
- uses: angular/dev-infra/github-actions/branch-manager@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View file

@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@fa428ee0accc999f051008f0daa5651ba2728c2b
- uses: angular/dev-infra/github-actions/commit-message-based-labels@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: angular/dev-infra/github-actions/post-approval-changes@fa428ee0accc999f051008f0daa5651ba2728c2b
- uses: angular/dev-infra/github-actions/post-approval-changes@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View file

@ -14,6 +14,6 @@ jobs:
if: github.repository == 'angular/angular'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@fa428ee0accc999f051008f0daa5651ba2728c2b
- uses: angular/dev-infra/github-actions/feature-request@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: angular/dev-infra/github-actions/google-internal-tests@fa428ee0accc999f051008f0daa5651ba2728c2b
- uses: angular/dev-infra/github-actions/google-internal-tests@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
run-tests-guide-url: http://go/angular/g3sync
github-token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -14,6 +14,6 @@ jobs:
if: github.repository == 'angular/angular'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@fa428ee0accc999f051008f0daa5651ba2728c2b
- uses: angular/dev-infra/github-actions/lock-closed@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

View file

@ -9,6 +9,6 @@ jobs:
status:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/unified-status-check@fa428ee0accc999f051008f0daa5651ba2728c2b
- uses: angular/dev-infra/github-actions/unified-status-check@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

View file

@ -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@fa428ee0accc999f051008f0daa5651ba2728c2b
uses: angular/dev-infra/github-actions/create-pr-for-changes@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
branch-prefix: update-cli-help
pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'

View file

@ -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@fa428ee0accc999f051008f0daa5651ba2728c2b
uses: angular/dev-infra/github-actions/create-pr-for-changes@07b0f6423e0c5266b3792d8f4af43b8fd3f3d41b
with:
branch-prefix: docs-update-events
pr-title: 'docs: update events'

View file

@ -60,33 +60,33 @@
},
"private": true,
"dependencies": {
"@angular/animations": "15.2.0-next.2",
"@angular/cdk": "15.2.0-next.2",
"@angular/common": "15.2.0-next.2",
"@angular/compiler": "15.2.0-next.2",
"@angular/core": "15.2.0-next.2",
"@angular/elements": "15.2.0-next.2",
"@angular/forms": "15.2.0-next.2",
"@angular/material": "15.2.0-next.2",
"@angular/platform-browser": "15.2.0-next.2",
"@angular/platform-browser-dynamic": "15.2.0-next.2",
"@angular/router": "15.2.0-next.2",
"@angular/service-worker": "15.2.0-next.2",
"@angular/animations": "15.2.0-next.4",
"@angular/cdk": "15.2.0-next.4",
"@angular/common": "15.2.0-next.4",
"@angular/compiler": "15.2.0-next.4",
"@angular/core": "15.2.0-next.4",
"@angular/elements": "15.2.0-next.4",
"@angular/forms": "15.2.0-next.4",
"@angular/material": "15.2.0-next.4",
"@angular/platform-browser": "15.2.0-next.4",
"@angular/platform-browser-dynamic": "15.2.0-next.4",
"@angular/router": "15.2.0-next.4",
"@angular/service-worker": "15.2.0-next.4",
"rxjs": "~7.8.0",
"safevalues": "^0.4.2",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/architect-cli": "0.1502.0-next.2",
"@angular-devkit/build-angular": "15.2.0-next.2",
"@angular-devkit/architect-cli": "0.1502.0-next.4",
"@angular-devkit/build-angular": "15.2.0-next.4",
"@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#57ce1b4bb7ab323c5c7610081a93148796b4ae81",
"@angular/cli": "15.2.0-next.2",
"@angular/compiler-cli": "15.2.0-next.2",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f7d26a0b0d6bd2043f2d32c2a99db903539d0c07",
"@angular/cli": "15.2.0-next.4",
"@angular/compiler-cli": "15.2.0-next.4",
"@bazel/bazelisk": "^1.7.5",
"@bazel/buildozer": "^5.1.0",
"@bazel/ibazel": "^0.16.2",

File diff suppressed because it is too large Load diff

View file

@ -45,16 +45,16 @@
},
"// 1": "dependencies are used locally and by bazel",
"dependencies": {
"@angular-devkit/build-angular": "15.2.0-next.2",
"@angular-devkit/core": "15.2.0-next.2",
"@angular-devkit/schematics": "15.2.0-next.2",
"@angular-devkit/build-angular": "15.2.0-next.4",
"@angular-devkit/core": "15.2.0-next.4",
"@angular-devkit/schematics": "15.2.0-next.4",
"@angular/animations-12": "npm:@angular/animations@12.2.13",
"@angular/cdk": "15.2.0-next.2",
"@angular/cli": "15.2.0-next.2",
"@angular/cdk": "15.2.0-next.4",
"@angular/cli": "15.2.0-next.4",
"@angular/common-12": "npm:@angular/common@12.2.13",
"@angular/core-12": "npm:@angular/core@12.2.13",
"@angular/forms-12": "npm:@angular/forms@12.2.13",
"@angular/material": "15.2.0-next.2",
"@angular/material": "15.2.0-next.4",
"@angular/platform-browser-12": "npm:@angular/platform-browser@12.2.13",
"@angular/platform-browser-dynamic-12": "npm:@angular/platform-browser-dynamic@12.2.13",
"@angular/platform-server-12": "npm:@angular/platform-server@12.2.13",
@ -80,7 +80,7 @@
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@schematics/angular": "15.2.0-next.2",
"@schematics/angular": "15.2.0-next.4",
"@types/angular": "^1.6.47",
"@types/babel__core": "7.1.20",
"@types/babel__generator": "7.6.4",
@ -176,8 +176,8 @@
},
"// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.",
"devDependencies": {
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#57ce1b4bb7ab323c5c7610081a93148796b4ae81",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ecad30aeac0b82fc1d2a8b9833b3f9c04311cedc",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f7d26a0b0d6bd2043f2d32c2a99db903539d0c07",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8aa60413b3e14daf2f33a29fe9d09faa3e5bcb75",
"@bazel/bazelisk": "^1.7.5",
"@bazel/buildifier": "^5.0.0",
"@bazel/ibazel": "^0.16.0",

929
yarn.lock

File diff suppressed because it is too large Load diff