mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update cross-repo angular dependencies (#47882)
See associated pull request for more information. PR Close #47882
This commit is contained in:
parent
a403286cfa
commit
7c4e9ce5c0
14 changed files with 2466 additions and 3859 deletions
4
.github/workflows/aio-preview-build.yml
vendored
4
.github/workflows/aio-preview-build.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
||||
- uses: ./.github/actions/yarn-install
|
||||
|
||||
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@3bc93449e11b733260d0294305bf57240d7e0a81
|
||||
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@c3339f5751f9a4fbd7d372b77e08fabc02491a80
|
||||
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@3bc93449e11b733260d0294305bf57240d7e0a81
|
||||
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@c3339f5751f9a4fbd7d372b77e08fabc02491a80
|
||||
with:
|
||||
workflow-artifact-name: 'aio'
|
||||
pull-number: '${{github.event.pull_request.number}}'
|
||||
|
|
|
|||
2
.github/workflows/aio-preview-deploy.yml
vendored
2
.github/workflows/aio-preview-deploy.yml
vendored
|
|
@ -35,7 +35,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_PROJECT}}
|
||||
|
||||
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@3bc93449e11b733260d0294305bf57240d7e0a81
|
||||
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@c3339f5751f9a4fbd7d372b77e08fabc02491a80
|
||||
with:
|
||||
github-token: '${{secrets.GITHUB_TOKEN}}'
|
||||
workflow-artifact-name: 'aio'
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ jobs:
|
|||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@0c06b3d1a58ab12f4f9933efc78e33083d008d17
|
||||
- uses: angular/dev-infra/github-actions/branch-manager@c3339f5751f9a4fbd7d372b77e08fabc02491a80
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
4
.github/workflows/dev-infra.yml
vendored
4
.github/workflows/dev-infra.yml
vendored
|
|
@ -13,13 +13,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
||||
- uses: angular/dev-infra/github-actions/commit-message-based-labels@aa4dcc8fa853e6b5f3345e6f1bac5255c7d7a871
|
||||
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c3339f5751f9a4fbd7d372b77e08fabc02491a80
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
post_approval_changes:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@aa4dcc8fa853e6b5f3345e6f1bac5255c7d7a871
|
||||
- uses: angular/dev-infra/github-actions/post-approval-changes@c3339f5751f9a4fbd7d372b77e08fabc02491a80
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/feature-requests.yml
vendored
2
.github/workflows/feature-requests.yml
vendored
|
|
@ -14,6 +14,6 @@ jobs:
|
|||
if: github.repository == 'angular/angular'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: angular/dev-infra/github-actions/feature-request@d87b1b56a970132f90301624cea6b6d70b6d9489
|
||||
- uses: angular/dev-infra/github-actions/feature-request@c3339f5751f9a4fbd7d372b77e08fabc02491a80
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/google-internal-tests.yml
vendored
2
.github/workflows/google-internal-tests.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@d87b1b56a970132f90301624cea6b6d70b6d9489
|
||||
- uses: angular/dev-infra/github-actions/google-internal-tests@c3339f5751f9a4fbd7d372b77e08fabc02491a80
|
||||
with:
|
||||
run-tests-guide-url: http://go/angular/g3sync
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
2
.github/workflows/lock-closed.yml
vendored
2
.github/workflows/lock-closed.yml
vendored
|
|
@ -14,6 +14,6 @@ jobs:
|
|||
if: github.repository == 'angular/angular'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: angular/dev-infra/github-actions/lock-closed@d87b1b56a970132f90301624cea6b6d70b6d9489
|
||||
- uses: angular/dev-infra/github-actions/lock-closed@c3339f5751f9a4fbd7d372b77e08fabc02491a80
|
||||
with:
|
||||
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
|
||||
|
|
|
|||
2
.github/workflows/update-events.yml
vendored
2
.github/workflows/update-events.yml
vendored
|
|
@ -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@d87b1b56a970132f90301624cea6b6d70b6d9489
|
||||
uses: angular/dev-infra/github-actions/create-pr-for-changes@c3339f5751f9a4fbd7d372b77e08fabc02491a80
|
||||
with:
|
||||
branch-prefix: docs-update-events
|
||||
pr-title: 'docs: update events'
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "15.0.1",
|
||||
"@angular/common": "15.0.1",
|
||||
"@angular/compiler": "15.0.1",
|
||||
"@angular/core": "15.0.1",
|
||||
"@angular/platform-browser": "15.0.1",
|
||||
"@angular/platform-browser-dynamic": "15.0.1",
|
||||
"@angular/animations": "15.1.0-next.1",
|
||||
"@angular/common": "15.1.0-next.1",
|
||||
"@angular/compiler": "15.1.0-next.1",
|
||||
"@angular/core": "15.1.0-next.1",
|
||||
"@angular/platform-browser": "15.1.0-next.1",
|
||||
"@angular/platform-browser-dynamic": "15.1.0-next.1",
|
||||
"rxjs": "^7.5.2",
|
||||
"tslib": "^2.3.1",
|
||||
"zone.js": "^0.12.0"
|
||||
|
|
|
|||
|
|
@ -62,33 +62,33 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "15.0.1",
|
||||
"@angular/cdk": "15.0.0",
|
||||
"@angular/common": "15.0.1",
|
||||
"@angular/compiler": "15.0.1",
|
||||
"@angular/core": "15.0.1",
|
||||
"@angular/elements": "15.0.1",
|
||||
"@angular/forms": "15.0.1",
|
||||
"@angular/material": "15.0.0",
|
||||
"@angular/platform-browser": "15.0.1",
|
||||
"@angular/platform-browser-dynamic": "15.0.1",
|
||||
"@angular/router": "15.0.1",
|
||||
"@angular/service-worker": "15.0.1",
|
||||
"@angular/animations": "15.1.0-next.1",
|
||||
"@angular/cdk": "15.1.0-next.0",
|
||||
"@angular/common": "15.1.0-next.1",
|
||||
"@angular/compiler": "15.1.0-next.1",
|
||||
"@angular/core": "15.1.0-next.1",
|
||||
"@angular/elements": "15.1.0-next.1",
|
||||
"@angular/forms": "15.1.0-next.1",
|
||||
"@angular/material": "15.1.0-next.0",
|
||||
"@angular/platform-browser": "15.1.0-next.1",
|
||||
"@angular/platform-browser-dynamic": "15.1.0-next.1",
|
||||
"@angular/router": "15.1.0-next.1",
|
||||
"@angular/service-worker": "15.1.0-next.1",
|
||||
"rxjs": "~7.6.0",
|
||||
"safevalues": "^0.4.2",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect-cli": "0.1500.1",
|
||||
"@angular-devkit/build-angular": "15.0.1",
|
||||
"@angular-devkit/architect-cli": "0.1501.0-next.1",
|
||||
"@angular-devkit/build-angular": "15.1.0-next.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#90004d8813b2da5264a8e9b0e2b3a0d88f44a4ad",
|
||||
"@angular/cli": "15.0.1",
|
||||
"@angular/compiler-cli": "15.0.1",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf",
|
||||
"@angular/cli": "15.1.0-next.1",
|
||||
"@angular/compiler-cli": "15.1.0-next.1",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildozer": "^5.1.0",
|
||||
"@bazel/ibazel": "^0.16.2",
|
||||
|
|
|
|||
3092
aio/yarn.lock
3092
aio/yarn.lock
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
|
@ -45,17 +45,17 @@
|
|||
},
|
||||
"// 1": "dependencies are used locally and by bazel",
|
||||
"dependencies": {
|
||||
"@angular-devkit/build-angular": "15.0.1",
|
||||
"@angular-devkit/build-angular": "15.1.0-next.1",
|
||||
"@angular-devkit/build-optimizer": "0.1302.0-rc.1",
|
||||
"@angular-devkit/core": "15.0.1",
|
||||
"@angular-devkit/schematics": "15.0.1",
|
||||
"@angular-devkit/core": "15.1.0-next.1",
|
||||
"@angular-devkit/schematics": "15.1.0-next.1",
|
||||
"@angular/animations-12": "npm:@angular/animations@12.2.13",
|
||||
"@angular/cdk": "15.0.0",
|
||||
"@angular/cli": "15.0.1",
|
||||
"@angular/cdk": "15.1.0-next.0",
|
||||
"@angular/cli": "15.1.0-next.1",
|
||||
"@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.0.0",
|
||||
"@angular/material": "15.1.0-next.0",
|
||||
"@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": "^23.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.4",
|
||||
"@schematics/angular": "15.0.1",
|
||||
"@schematics/angular": "15.1.0-next.1",
|
||||
"@types/angular": "^1.6.47",
|
||||
"@types/babel__core": "7.1.20",
|
||||
"@types/babel__generator": "7.6.4",
|
||||
|
|
@ -179,8 +179,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#90004d8813b2da5264a8e9b0e2b3a0d88f44a4ad",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#60bcee1fbdce4933102f6b434c82079dd0be9af9",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildifier": "^5.0.0",
|
||||
"@bazel/ibazel": "^0.16.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.3.0",
|
||||
"description": "Benchpress - a framework for e2e performance tests",
|
||||
"dependencies": {
|
||||
"@angular/core": "^13.0.0 || ^14.0.0-0",
|
||||
"@angular/core": "^15.0.0",
|
||||
"reflect-metadata": "^0.1.13"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue