diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 5c2f60b81d24..339bba63bbe3 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@3c092a0d6eb426763cbf702bac586a448f985abc + - uses: angular/dev-infra/github-actions/branch-manager@9ddc899e2884de7c60647e99caee2c2238c31d82 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4f7cdf046dc..06d819057c27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82 - name: Setup ESLint Caching uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: @@ -71,11 +71,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82 - name: Install node modules run: yarn install --frozen-lockfile - name: Build release targets @@ -92,13 +92,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82 with: fetch-depth: 1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82 - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -123,15 +123,15 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82 with: fetch-depth: 1 - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -148,14 +148,14 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82 with: fetch-depth: 1 - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3c092a0d6eb426763cbf702bac586a448f985abc + uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 24343e40958e..1ea5c2125dc9 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@3c092a0d6eb426763cbf702bac586a448f985abc + - uses: angular/dev-infra/github-actions/commit-message-based-labels@9ddc899e2884de7c60647e99caee2c2238c31d82 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@3c092a0d6eb426763cbf702bac586a448f985abc + - uses: angular/dev-infra/github-actions/post-approval-changes@9ddc899e2884de7c60647e99caee2c2238c31d82 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 7196f828b3f6..dced42d82ced 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@3c092a0d6eb426763cbf702bac586a448f985abc + - uses: angular/dev-infra/github-actions/feature-request@9ddc899e2884de7c60647e99caee2c2238c31d82 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index c1b1eb21b5bf..a1cb4d641460 100644 --- a/package.json +++ b/package.json @@ -60,8 +60,8 @@ "devDependencies": { "@ampproject/remapping": "2.2.1", "@angular/animations": "17.0.0-rc.0", - "@angular/bazel": "https://github.com/angular/bazel-builds.git#7ae8f36ecf9997cb345b2284dd88d36ff49a5797", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1aff213dee78452a7730d9e5920ecba33a1f0466", + "@angular/bazel": "https://github.com/angular/bazel-builds.git#aa1827a77e4c804ae3751c5cdf0481198dffefe2", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#560121a29b5e29edacb82510104ebf06c7d08476", "@angular/cdk": "17.0.0-rc.0", "@angular/common": "17.0.0-rc.0", "@angular/compiler": "17.0.0-rc.0", @@ -70,7 +70,7 @@ "@angular/forms": "17.0.0-rc.0", "@angular/localize": "17.0.0-rc.0", "@angular/material": "17.0.0-rc.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c806f8ffcfd63ad73615c9b56c221631e6d0dc3d", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f700a057c54c9a50f11824ab5e8443bccf2161d0", "@angular/platform-browser": "17.0.0-rc.0", "@angular/platform-browser-dynamic": "17.0.0-rc.0", "@angular/platform-server": "17.0.0-rc.0", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 02779352e5eb..87751b385a99 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#b261e65721a2f047e24d5fdcf908b1fdeb487956", - "@angular/cdk": "github:angular/cdk-builds#0be7f890f32fefe9cc67f9319353ef1c0a7da649", - "@angular/common": "github:angular/common-builds#e884a9843934cacc78ca5a0157304f749cc83345", - "@angular/compiler": "github:angular/compiler-builds#b7a43cf22d3f310ca75ec8bf2fa2bed077f2f67e", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#957b7161a271af5522b11d698fe7bd5d86b21bab", - "@angular/core": "github:angular/core-builds#bb4c5138ee39b765a01508400ff6ce2f7ba3d1c3", - "@angular/forms": "github:angular/forms-builds#e27508d083d7bdc8048edb2be342d3a63add86b5", - "@angular/language-service": "github:angular/language-service-builds#a4b77fcadd2e256a941e31ba86afe2ba656ecdbf", - "@angular/localize": "github:angular/localize-builds#cd7d5e7e75be295c1a50de4d138bdac033e2d8ef", - "@angular/material": "github:angular/material-builds#0a4cfa9d3df11812eaedd4b9fe8e879d6739a9f9", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f46e74234b4163d71c6c467a33fa8282ea4e13b3", - "@angular/platform-browser": "github:angular/platform-browser-builds#5447db85732c07bbc62619b2a7760e407903a849", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a2f24303eee86b2887893fe18d22e4ef3482f46c", - "@angular/platform-server": "github:angular/platform-server-builds#f5c425744a1247cee62390bcc9d3e378284b14c7", - "@angular/router": "github:angular/router-builds#856393cc1e424403a74aae4a3d68d95c06b56b74", - "@angular/service-worker": "github:angular/service-worker-builds#52f0bc1ae59738573a124c31e848ca4f941b9667" + "@angular/animations": "github:angular/animations-builds#92d9a9c33c77522969c1e82c66211dd8bf4a1a7e", + "@angular/cdk": "github:angular/cdk-builds#295a37dbddaec76f731d3a3f2b599e7e59d8280c", + "@angular/common": "github:angular/common-builds#5227f75d6281fa02df6940735ef8bd9bf1cf77a1", + "@angular/compiler": "github:angular/compiler-builds#cb4aaa67b820149474ef16a60d226dcf0351ae2f", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#a0942ee47cd2f20f581e3ba3015ceaa041581589", + "@angular/core": "github:angular/core-builds#b42fe8374d1ba89eeb31ad727d920837d3910b0a", + "@angular/forms": "github:angular/forms-builds#20ff1472a0bc2baf0937b5556954c41b126f50bc", + "@angular/language-service": "github:angular/language-service-builds#b57751546d192de4afa16e97e9daa9c34942cf56", + "@angular/localize": "github:angular/localize-builds#9212534a499254ae0d397e37fe48d1f2445b671b", + "@angular/material": "github:angular/material-builds#bdb6e796ae0b97e7c9b85abae434a32ae6e079b7", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1fd33d708c9fc2deef38eea4b4ac4bfaf0657f69", + "@angular/platform-browser": "github:angular/platform-browser-builds#92b7e9692efc0533948de93e4c7f868b5e4c7044", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d9c3fe03b6291ca9bd8299ae9c2e08d18b639b00", + "@angular/platform-server": "github:angular/platform-server-builds#a28490fa76e0c009e5fbdb8a5e00183104f3cd3f", + "@angular/router": "github:angular/router-builds#aa0c4eca0247300e24c68eede18d8664bee8d82b", + "@angular/service-worker": "github:angular/service-worker-builds#05e344273771a8386e273dfc7d8bdfed575b69da" } } diff --git a/yarn.lock b/yarn.lock index d9b19c618fc5..e2c0f60cc26b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -122,9 +122,10 @@ dependencies: tslib "^2.3.0" -"@angular/bazel@https://github.com/angular/bazel-builds.git#7ae8f36ecf9997cb345b2284dd88d36ff49a5797": - version "17.1.0-next.0" - resolved "https://github.com/angular/bazel-builds.git#7ae8f36ecf9997cb345b2284dd88d36ff49a5797" +"@angular/bazel@https://github.com/angular/bazel-builds.git#aa1827a77e4c804ae3751c5cdf0481198dffefe2": + version "17.1.0-next.0+sha-67b9720" + uid aa1827a77e4c804ae3751c5cdf0481198dffefe2 + resolved "https://github.com/angular/bazel-builds.git#aa1827a77e4c804ae3751c5cdf0481198dffefe2" dependencies: "@microsoft/api-extractor" "^7.24.2" magic-string "^0.30.0" @@ -138,9 +139,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#1aff213dee78452a7730d9e5920ecba33a1f0466": - version "0.0.0-3c092a0d6eb426763cbf702bac586a448f985abc" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1aff213dee78452a7730d9e5920ecba33a1f0466" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#560121a29b5e29edacb82510104ebf06c7d08476": + version "0.0.0-9ddc899e2884de7c60647e99caee2c2238c31d82" + uid "560121a29b5e29edacb82510104ebf06c7d08476" + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#560121a29b5e29edacb82510104ebf06c7d08476" dependencies: "@angular-devkit/build-angular" "17.0.0-next.9" "@angular/benchpress" "0.3.0" @@ -302,9 +304,10 @@ "@material/typography" "15.0.0-canary.a246a4439.0" tslib "^2.3.0" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#c806f8ffcfd63ad73615c9b56c221631e6d0dc3d": - version "0.0.0-3c092a0d6eb426763cbf702bac586a448f985abc" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c806f8ffcfd63ad73615c9b56c221631e6d0dc3d" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#f700a057c54c9a50f11824ab5e8443bccf2161d0": + version "0.0.0-9ddc899e2884de7c60647e99caee2c2238c31d82" + uid f700a057c54c9a50f11824ab5e8443bccf2161d0 + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f700a057c54c9a50f11824ab5e8443bccf2161d0" dependencies: "@yarnpkg/lockfile" "^1.1.0" typescript "~4.9.0"