Skip to content

Commit

Permalink
build: update cross-repo angular dependencies (#46607)
Browse files Browse the repository at this point in the history
| datasource | package                       | from            | to              |
| ---------- | ----------------------------- | --------------- | --------------- |
| npm        | @angular-devkit/architect-cli | 0.1401.0-next.3 | 0.1401.0-next.4 |
| npm        | @angular-devkit/build-angular | 14.1.0-next.3   | 14.1.0-next.4   |
| npm        | @angular-devkit/core          | 14.1.0-next.3   | 14.1.0-next.4   |
| npm        | @angular-devkit/schematics    | 14.1.0-next.3   | 14.1.0-next.4   |
| npm        | @angular/cli                  | 14.1.0-next.3   | 14.1.0-next.4   |
| npm        | @schematics/angular           | 14.1.0-next.3   | 14.1.0-next.4   |

PR Close #46607
  • Loading branch information
angular-robot authored and alxhub committed Jul 6, 2022
1 parent 42b6d23 commit ad2721a
Show file tree
Hide file tree
Showing 7 changed files with 272 additions and 707 deletions.
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@73d42922727304bf3d7c606cdef627dc7c773164
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2ec6d1f08b7bb96cc9be9561fdaa5fcc25cbbb53
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/post-approval-changes@73d42922727304bf3d7c606cdef627dc7c773164
- uses: angular/dev-infra/github-actions/post-approval-changes@2ec6d1f08b7bb96cc9be9561fdaa5fcc25cbbb53
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@73d42922727304bf3d7c606cdef627dc7c773164
- uses: angular/dev-infra/github-actions/feature-request@2ec6d1f08b7bb96cc9be9561fdaa5fcc25cbbb53
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.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/lock-closed@73d42922727304bf3d7c606cdef627dc7c773164
- uses: angular/dev-infra/github-actions/lock-closed@2ec6d1f08b7bb96cc9be9561fdaa5fcc25cbbb53
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect-cli": "0.1401.0-next.3",
"@angular-devkit/architect-cli": "0.1401.0-next.4",
"@angular-devkit/build-angular": "^14.1.0-next",
"@angular-eslint/builder": "^14.0.0",
"@angular-eslint/eslint-plugin": "^14.0.0",
Expand Down
31 changes: 25 additions & 6 deletions aio/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@angular-devkit/architect-cli@0.1401.0-next.3":
version "0.1401.0-next.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/architect-cli/-/architect-cli-0.1401.0-next.3.tgz#e7115a93d310465f950257f29c718b1e4025922b"
integrity sha512-WzYwmBxuYBEi4KcalRPtirWmwa7Qprspr+TpQB6cHaO7OBJpPkqyRr/JPzvrWklINg8ZvoQ9HB5SZqCOxL1TYw==
"@angular-devkit/architect-cli@0.1401.0-next.4":
version "0.1401.0-next.4"
resolved "https://registry.yarnpkg.com/@angular-devkit/architect-cli/-/architect-cli-0.1401.0-next.4.tgz#063ea04a6f33d111e9655f4abf42b2079f08f113"
integrity sha512-X5kCUMbOQ5JxDv9RuyLBf6hhJpNReYjJRBg1Em4Gn3bYDSmZ8rEb5JO7NaE/21gF3b42uonC85NggGOybAN0Ow==
dependencies:
"@angular-devkit/architect" "0.1401.0-next.3"
"@angular-devkit/core" "14.1.0-next.3"
"@angular-devkit/architect" "0.1401.0-next.4"
"@angular-devkit/core" "14.1.0-next.4"
ansi-colors "4.1.3"
progress "2.0.3"
rxjs "6.6.7"
Expand All @@ -39,6 +39,14 @@
"@angular-devkit/core" "14.1.0-next.3"
rxjs "6.6.7"

"@angular-devkit/architect@0.1401.0-next.4":
version "0.1401.0-next.4"
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1401.0-next.4.tgz#5e63f645f47c42f9bfe13296cb0c561cc182c284"
integrity sha512-jPL5rlJX06J7g7FagL3FGnd/srKlg7TjwgU8EIXyIhZKVzT/jJEjY3esi6n0bBOXsErwU1SuF95s9x0W0vRvRg==
dependencies:
"@angular-devkit/core" "14.1.0-next.4"
rxjs "6.6.7"

"@angular-devkit/build-angular@^14.1.0-next":
version "14.1.0-next.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.1.0-next.3.tgz#e8ae0726a529f3c9b824e168b2e858249f2d39b1"
Expand Down Expand Up @@ -139,6 +147,17 @@
rxjs "6.6.7"
source-map "0.7.4"

"@angular-devkit/core@14.1.0-next.4":
version "14.1.0-next.4"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.1.0-next.4.tgz#af9885036517252380ff13817b9c2175f63c26cf"
integrity sha512-RU6HIO47jnDr4LmVgwiwxtAh1ZftKKkLTh6JdF3O+TyxVIczXAG9fAv0fGEEocCWXjR3+CNPOizMtpPp9H7Seg==
dependencies:
ajv "8.11.0"
ajv-formats "2.1.1"
jsonc-parser "3.0.0"
rxjs "6.6.7"
source-map "0.7.4"

"@angular-devkit/schematics@14.0.0":
version "14.0.0"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-14.0.0.tgz#b66c5fccd6ecadc90df24cb0f1e68979f3998f92"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
},
"// 1": "dependencies are used locally and by bazel",
"dependencies": {
"@angular-devkit/build-angular": "14.1.0-next.3",
"@angular-devkit/build-angular": "14.1.0-next.4",
"@angular-devkit/build-optimizer": "0.1302.0-rc.1",
"@angular-devkit/core": "14.1.0-next.3",
"@angular-devkit/schematics": "14.1.0-next.3",
"@angular-devkit/core": "14.1.0-next.4",
"@angular-devkit/schematics": "14.1.0-next.4",
"@angular/animations-12": "npm:@angular/animations@12.2.13",
"@angular/cdk": "14.1.0-next.3",
"@angular/cli": "14.1.0-next.3",
"@angular/cli": "14.1.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",
Expand Down Expand Up @@ -80,7 +80,7 @@
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@schematics/angular": "14.1.0-next.3",
"@schematics/angular": "14.1.0-next.4",
"@types/angular": "^1.6.47",
"@types/babel__core": "7.1.19",
"@types/babel__generator": "7.6.4",
Expand Down Expand Up @@ -179,7 +179,7 @@
},
"// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.",
"devDependencies": {
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#b9800c107795fea27bc4704118ce3aff64cbb8b1",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#0aa7b0cab3ebdab8a39d3bc7faa4843cf8a7ebc9",
"@bazel/bazelisk": "^1.7.5",
"@bazel/buildifier": "^5.0.0",
"@bazel/ibazel": "^0.16.0",
Expand Down

0 comments on commit ad2721a

Please sign in to comment.