From a296e9521264c29d525af8886eacf0c439677a56 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 15 Aug 2022 07:39:38 +0000 Subject: [PATCH] build: update angular to 989a053 --- .github/workflows/dev-infra.yml | 4 +-- .github/workflows/feature-requests.yml | 2 +- .github/workflows/lock-closed.yml | 2 +- package.json | 4 +-- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 +++++++++---------- yarn.lock | 16 +++++----- 6 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 7711858182f6..11daab646018 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -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@55daf7df431dd8a4c38628df746e9d7658e58a1f + - uses: angular/dev-infra/github-actions/commit-message-based-labels@b158ee64c37844b5bc8fed167815f6f0e99c3ae7 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@55daf7df431dd8a4c38628df746e9d7658e58a1f + - uses: angular/dev-infra/github-actions/post-approval-changes@b158ee64c37844b5bc8fed167815f6f0e99c3ae7 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 057e959907c5..713ffe96e4aa 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -16,6 +16,6 @@ jobs: if: github.repository == 'angular/angular-cli' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@55daf7df431dd8a4c38628df746e9d7658e58a1f + - uses: angular/dev-infra/github-actions/feature-request@b158ee64c37844b5bc8fed167815f6f0e99c3ae7 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index a2f73c6e9a7a..e919a1d5c27f 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -13,6 +13,6 @@ jobs: lock_closed: runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/lock-closed@55daf7df431dd8a4c38628df746e9d7658e58a1f + - uses: angular/dev-infra/github-actions/lock-closed@b158ee64c37844b5bc8fed167815f6f0e99c3ae7 with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index 6f3d0c8cea52..edbe07446b2b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "devDependencies": { "@ampproject/remapping": "2.2.0", "@angular/animations": "14.1.2", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a9bafebdb359b24c28e09010c5e6ec3fc8f64032", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#08f0188fccf98139207fbd5e683533950e9068e2", "@angular/cdk": "14.1.2", "@angular/common": "14.1.2", "@angular/compiler": "14.1.2", @@ -75,7 +75,7 @@ "@angular/forms": "14.1.2", "@angular/localize": "14.1.2", "@angular/material": "14.1.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3fa973d98f1eee8969c4dd50fe7e7e93b6568c9", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a9d380df54092930c4eabbab114c29ac125759f4", "@angular/platform-browser": "14.1.2", "@angular/platform-browser-dynamic": "14.1.2", "@angular/platform-server": "14.1.2", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 40ab66f32d4d..70200a70e79b 100644 --- a/tests/legacy-cli/e2e/ng-snapshot/package.json +++ b/tests/legacy-cli/e2e/ng-snapshot/package.json @@ -2,21 +2,21 @@ "description": "snapshot versions of Angular for e2e testing", "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#99419a6fbf21674a6dda983e48859fca4e0856b5", - "@angular/cdk": "github:angular/cdk-builds#881b5f4edf50a3ff0c6c0aeae40fa7fde4e92df1", - "@angular/common": "github:angular/common-builds#765351be5c24fb2331f33575b9c85dae9f7b03ac", - "@angular/compiler": "github:angular/compiler-builds#61c714819ffcdaa9f06983541f5a02d2476b6d44", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#a753ca828bf50d671f407132153a245938c5f173", - "@angular/core": "github:angular/core-builds#79234cfd1788238faa43c961c9a687d7cc376a5e", - "@angular/forms": "github:angular/forms-builds#a3b492195790bc46a0031c7cc075d0bf3c81e2e7", - "@angular/language-service": "github:angular/language-service-builds#b8a6da157301e697a8ff17a6109e9436c55384aa", - "@angular/localize": "github:angular/localize-builds#499b2c75c59e30145d83cdb62a0665451fe8cc49", - "@angular/material": "github:angular/material-builds#60fef759f3366294b83e6f50b1ef4fa073870e3c", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#432300fff602585ccb5b5b9237d36a5d786af06c", - "@angular/platform-browser": "github:angular/platform-browser-builds#1eed2dbeb61868b0a206e7e1789cb7dba9e0e9ad", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#5fce7a421ec77525ed00b47b6484ecc0416d42ca", - "@angular/platform-server": "github:angular/platform-server-builds#7e795c8300936df73aaa057cdddc68e1957ac097", - "@angular/router": "github:angular/router-builds#58e4c581e6aede81d6c34c4cb9bc264999db2b66", - "@angular/service-worker": "github:angular/service-worker-builds#e3eb24c8693e074016c5496190b5dbb3c383933b" + "@angular/animations": "github:angular/animations-builds#989a053608809400c9098dccdb72b3d2ee657a5d", + "@angular/cdk": "github:angular/cdk-builds#5e0dca89a524c025fc0cbf50fffd818e539d99f9", + "@angular/common": "github:angular/common-builds#58a4bdf58291f31d30562cd9f913051f75b9d2f3", + "@angular/compiler": "github:angular/compiler-builds#3231eb72796a0d26c6045cc485e03a2806306d02", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#99aa837d074b5df5466c6a76944b16aa31a33c60", + "@angular/core": "github:angular/core-builds#4b78e9179cf038a9a048f66f1c712ad9f6b4e7e5", + "@angular/forms": "github:angular/forms-builds#14077d439487371d2ee039889c72a6d13e844904", + "@angular/language-service": "github:angular/language-service-builds#aa2b9c8a75568f0b0dceb5800b99357748f28b9d", + "@angular/localize": "github:angular/localize-builds#f70cde306a76a7daf3a62de9f49758d2808c5e5f", + "@angular/material": "github:angular/material-builds#840350f46870961a08fcb1fe57e40fc86736500d", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b09397a47bcee75bc4eceef65c020766b36fcf84", + "@angular/platform-browser": "github:angular/platform-browser-builds#e86b6bb35146314d95a2214f38060c316e18ecba", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a58a2962991687a2f864cdded606fd1c9255cd68", + "@angular/platform-server": "github:angular/platform-server-builds#409025011ce3cdaa470cfe0c7b65fc235618d0ab", + "@angular/router": "github:angular/router-builds#471200021e5f6531ec8cb6d5eac305255f5b2815", + "@angular/service-worker": "github:angular/service-worker-builds#526c2da8854c1e18a25bf4b439182337e914101f" } } diff --git a/yarn.lock b/yarn.lock index 06dad9458d42..33c322fd6b75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -127,10 +127,10 @@ "@angular/core" "^13.0.0 || ^14.0.0-0" reflect-metadata "^0.1.13" -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#a9bafebdb359b24c28e09010c5e6ec3fc8f64032": - version "0.0.0-55daf7df431dd8a4c38628df746e9d7658e58a1f" - uid a9bafebdb359b24c28e09010c5e6ec3fc8f64032 - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a9bafebdb359b24c28e09010c5e6ec3fc8f64032" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#08f0188fccf98139207fbd5e683533950e9068e2": + version "0.0.0-b158ee64c37844b5bc8fed167815f6f0e99c3ae7" + uid "08f0188fccf98139207fbd5e683533950e9068e2" + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#08f0188fccf98139207fbd5e683533950e9068e2" dependencies: "@angular-devkit/build-angular" "14.2.0-next.0" "@angular/benchpress" "0.3.0" @@ -241,10 +241,10 @@ dependencies: tslib "^2.3.0" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3fa973d98f1eee8969c4dd50fe7e7e93b6568c9": - version "0.0.0-55daf7df431dd8a4c38628df746e9d7658e58a1f" - uid b3fa973d98f1eee8969c4dd50fe7e7e93b6568c9 - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b3fa973d98f1eee8969c4dd50fe7e7e93b6568c9" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#a9d380df54092930c4eabbab114c29ac125759f4": + version "0.0.0-b158ee64c37844b5bc8fed167815f6f0e99c3ae7" + uid a9d380df54092930c4eabbab114c29ac125759f4 + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a9d380df54092930c4eabbab114c29ac125759f4" dependencies: "@yarnpkg/lockfile" "^1.1.0" typescript "~4.7.3"