diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index ff4a22f50754..5251b528cbb4 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@b57414124cf00fcbf1ecb190bdeb1a1396361424 + - uses: angular/dev-infra/github-actions/branch-manager@62e28b76575609d5fdf5fa4028126d3897a0d60f with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 593ac8596c05..c3cc942edced 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@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@62e28b76575609d5fdf5fa4028126d3897a0d60f - 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@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@62e28b76575609d5fdf5fa4028126d3897a0d60f - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/bazel/setup@62e28b76575609d5fdf5fa4028126d3897a0d60f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f - 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@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@62e28b76575609d5fdf5fa4028126d3897a0d60f with: fetch-depth: 1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/bazel/setup@62e28b76575609d5fdf5fa4028126d3897a0d60f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f - 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@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@62e28b76575609d5fdf5fa4028126d3897a0d60f with: fetch-depth: 1 - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/bazel/setup@62e28b76575609d5fdf5fa4028126d3897a0d60f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f - 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@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@62e28b76575609d5fdf5fa4028126d3897a0d60f with: fetch-depth: 1 - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/bazel/setup@62e28b76575609d5fdf5fa4028126d3897a0d60f - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b57414124cf00fcbf1ecb190bdeb1a1396361424 + uses: angular/dev-infra/github-actions/bazel/configure-remote@62e28b76575609d5fdf5fa4028126d3897a0d60f - 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 c40e85a7b8ae..b8117eb7a1f7 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@b57414124cf00fcbf1ecb190bdeb1a1396361424 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@62e28b76575609d5fdf5fa4028126d3897a0d60f with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@b57414124cf00fcbf1ecb190bdeb1a1396361424 + - uses: angular/dev-infra/github-actions/post-approval-changes@62e28b76575609d5fdf5fa4028126d3897a0d60f with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 16577a83cf53..be0cff880808 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@b57414124cf00fcbf1ecb190bdeb1a1396361424 + - uses: angular/dev-infra/github-actions/feature-request@62e28b76575609d5fdf5fa4028126d3897a0d60f with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index 076c0f7d618d..5319619a930e 100644 --- a/package.json +++ b/package.json @@ -60,8 +60,8 @@ "devDependencies": { "@ampproject/remapping": "2.2.1", "@angular/animations": "17.0.0-next.5", - "@angular/bazel": "https://github.com/angular/bazel-builds.git#184fafd0b36bea2adf17b60592dccebe6a605699", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#846fcd1dc50a1e0a9ef5ba842ea588749921efd1", + "@angular/bazel": "https://github.com/angular/bazel-builds.git#029a92c7fa71db56267645775011b7d0cf93fe6e", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b8b41c5f814de0505458a7fcb20e991ecefbaa53", "@angular/cdk": "17.0.0-next.3", "@angular/common": "17.0.0-next.5", "@angular/compiler": "17.0.0-next.5", @@ -70,7 +70,7 @@ "@angular/forms": "17.0.0-next.5", "@angular/localize": "17.0.0-next.5", "@angular/material": "17.0.0-next.3", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1eb7b574d63c1ba0a199e4272dee28de31c03084", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3bde09ee389fa27cb2343fd145b6dda59a59bd49", "@angular/platform-browser": "17.0.0-next.5", "@angular/platform-browser-dynamic": "17.0.0-next.5", "@angular/platform-server": "17.0.0-next.5", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 3e4637b04aab..de1b59af6ca3 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#4eac3f55e4d8e999f5ba8a9804eb537cd425f422", - "@angular/cdk": "github:angular/cdk-builds#099cb0d65a833a7fbfcadd3f3c62a322571b32aa", - "@angular/common": "github:angular/common-builds#09c3098706183d65abf17edcd7a48ae5d3b1708a", - "@angular/compiler": "github:angular/compiler-builds#9828266700fcb52a8ad1f62f129ba67c3bdbc285", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#554d9dd33b2213cbc30c95e1a1f2505b6647dbd5", - "@angular/core": "github:angular/core-builds#d9cbc034384ac69d9b980a56dcb50a235d25f8da", - "@angular/forms": "github:angular/forms-builds#10163591600ff7aac1ffdd534eac4663eebbdf9e", - "@angular/language-service": "github:angular/language-service-builds#fd42eee744b06be10a2d599e57642caf016fee40", - "@angular/localize": "github:angular/localize-builds#7aebba49f197e0cccb5d0411327e2e5a9d15c954", - "@angular/material": "github:angular/material-builds#b017bb9b8c9e1bc1a397bc25f65fdbdc3d447029", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#351a9d332da77fc6b7ed3dc1a61ca23dfb2890eb", - "@angular/platform-browser": "github:angular/platform-browser-builds#0330d687ef39357f0459f533ec574c08f6dfc24e", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#20e6874b225103a162fa7199dc354545e6c5d58e", - "@angular/platform-server": "github:angular/platform-server-builds#acf8a26826dc7ec793bcab28d90806387901725e", - "@angular/router": "github:angular/router-builds#8e3be4c3bf68086e42ed4d155f43a193121ebd8a", - "@angular/service-worker": "github:angular/service-worker-builds#c78aff574565fb8fcf7254011649bb3665ea0863" + "@angular/animations": "github:angular/animations-builds#914324ec40b8a766ede6779c0fb8fa030f8f492c", + "@angular/cdk": "github:angular/cdk-builds#5af68f6dac307d4812f576904a5e490e5d3b6631", + "@angular/common": "github:angular/common-builds#6f48ac108d3c04f1117a158215bcd8dfd817dfc2", + "@angular/compiler": "github:angular/compiler-builds#cded43138da0e2bbe25ee1adb41450178f8b2827", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#0c285d62a6432fdea0a4911613aa37891f2bad76", + "@angular/core": "github:angular/core-builds#ba20742117b8f8516c74b743ed0249a65840c0ec", + "@angular/forms": "github:angular/forms-builds#3cf1bf03d1082175b9af158bfc8a75de315a04a1", + "@angular/language-service": "github:angular/language-service-builds#9f73400e6b443d94eab9fcb0b44c1a8d63a8e48d", + "@angular/localize": "github:angular/localize-builds#b3d875dbbb490b171d719c9611d2e88e8e0bb1d5", + "@angular/material": "github:angular/material-builds#6a436c96d30a1730a43771f853c2a2ddebea2d9b", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#bd1435d73858f4f38f6c7e50f0f4311f773f0ac8", + "@angular/platform-browser": "github:angular/platform-browser-builds#66d8c799e7419f190b387efd173d880d90877922", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b4eed0067ce770fbb2b20c7ce6200cb706ff04d6", + "@angular/platform-server": "github:angular/platform-server-builds#e1f56c286152e7b44c1c888b2ff5b40e477b1588", + "@angular/router": "github:angular/router-builds#f0e11a9eeef2e4ffaade5e2a0de2fa794e749d56", + "@angular/service-worker": "github:angular/service-worker-builds#1b2f44f75ceaacb48cab0ac07a84d0e501edda1c" } } diff --git a/yarn.lock b/yarn.lock index a1e3cafb22cb..0e31e61c7572 100644 --- a/yarn.lock +++ b/yarn.lock @@ -123,9 +123,10 @@ dependencies: tslib "^2.3.0" -"@angular/bazel@https://github.com/angular/bazel-builds.git#184fafd0b36bea2adf17b60592dccebe6a605699": - version "17.0.0-next.4" - resolved "https://github.com/angular/bazel-builds.git#184fafd0b36bea2adf17b60592dccebe6a605699" +"@angular/bazel@https://github.com/angular/bazel-builds.git#029a92c7fa71db56267645775011b7d0cf93fe6e": + version "17.0.0-next.5+sha-0a4f18a" + uid "029a92c7fa71db56267645775011b7d0cf93fe6e" + resolved "https://github.com/angular/bazel-builds.git#029a92c7fa71db56267645775011b7d0cf93fe6e" dependencies: "@microsoft/api-extractor" "^7.24.2" magic-string "^0.30.0" @@ -139,9 +140,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#846fcd1dc50a1e0a9ef5ba842ea588749921efd1": - version "0.0.0-b57414124cf00fcbf1ecb190bdeb1a1396361424" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#846fcd1dc50a1e0a9ef5ba842ea588749921efd1" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#b8b41c5f814de0505458a7fcb20e991ecefbaa53": + version "0.0.0-62e28b76575609d5fdf5fa4028126d3897a0d60f" + uid b8b41c5f814de0505458a7fcb20e991ecefbaa53 + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b8b41c5f814de0505458a7fcb20e991ecefbaa53" dependencies: "@angular-devkit/build-angular" "17.0.0-next.4" "@angular/benchpress" "0.3.0" @@ -155,7 +157,7 @@ "@bazel/runfiles" "5.8.1" "@bazel/terser" "5.8.1" "@bazel/typescript" "5.8.1" - "@microsoft/api-extractor" "7.36.4" + "@microsoft/api-extractor" "7.37.0" "@types/browser-sync" "^2.26.3" "@types/marked" "^5.0.1" "@types/node" "16.10.9" @@ -303,9 +305,10 @@ "@material/typography" "15.0.0-canary.bc9ae6c9c.0" tslib "^2.3.0" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#1eb7b574d63c1ba0a199e4272dee28de31c03084": - version "0.0.0-b57414124cf00fcbf1ecb190bdeb1a1396361424" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1eb7b574d63c1ba0a199e4272dee28de31c03084" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#3bde09ee389fa27cb2343fd145b6dda59a59bd49": + version "0.0.0-62e28b76575609d5fdf5fa4028126d3897a0d60f" + uid "3bde09ee389fa27cb2343fd145b6dda59a59bd49" + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3bde09ee389fa27cb2343fd145b6dda59a59bd49" dependencies: "@yarnpkg/lockfile" "^1.1.0" typescript "~4.9.0" @@ -2609,15 +2612,6 @@ "@material/theme" "15.0.0-canary.bc9ae6c9c.0" tslib "^2.1.0" -"@microsoft/api-extractor-model@7.27.6": - version "7.27.6" - resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.27.6.tgz#308e44cd595d2fb446c6357759ee0675ec37d26e" - integrity sha512-eiCnlayyum1f7fS2nA9pfIod5VCNR1G+Tq84V/ijDrKrOFVa598BLw145nCsGDMoFenV6ajNi2PR5WCwpAxW6Q== - dependencies: - "@microsoft/tsdoc" "0.14.2" - "@microsoft/tsdoc-config" "~0.16.1" - "@rushstack/node-core-library" "3.59.7" - "@microsoft/api-extractor-model@7.28.0": version "7.28.0" resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.28.0.tgz#33136473abd048ca219a7f0bcb0b80030d712853" @@ -2627,25 +2621,7 @@ "@microsoft/tsdoc-config" "~0.16.1" "@rushstack/node-core-library" "3.60.0" -"@microsoft/api-extractor@7.36.4": - version "7.36.4" - resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.36.4.tgz#3bb9fbbbeacaa48eea49150351905a2677a506d9" - integrity sha512-21UECq8C/8CpHT23yiqTBQ10egKUacIpxkPyYR7hdswo/M5yTWdBvbq+77YC9uPKQJOUfOD1FImBQ1DzpsdeQQ== - dependencies: - "@microsoft/api-extractor-model" "7.27.6" - "@microsoft/tsdoc" "0.14.2" - "@microsoft/tsdoc-config" "~0.16.1" - "@rushstack/node-core-library" "3.59.7" - "@rushstack/rig-package" "0.4.1" - "@rushstack/ts-command-line" "4.15.2" - colors "~1.2.1" - lodash "~4.17.15" - resolve "~1.22.1" - semver "~7.5.4" - source-map "~0.6.1" - typescript "~5.0.4" - -"@microsoft/api-extractor@^7.24.2": +"@microsoft/api-extractor@7.37.0", "@microsoft/api-extractor@^7.24.2": version "7.37.0" resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.37.0.tgz#374a0ef0e166de53a44033c4c59c7f25c96e15e5" integrity sha512-df/wffWpDhYRw7kzdxeHGsCpim+dC8aFiZlsJb4uFvVPWhBZpDzOhQxSUTFx3Df1ORY+/JjuPR3fDE9Hq+PHzQ== @@ -3057,19 +3033,6 @@ estree-walker "^2.0.2" picomatch "^2.3.1" -"@rushstack/node-core-library@3.59.7": - version "3.59.7" - resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.59.7.tgz#9dcd62b79263e8a5b68465d4bf9124ec86e14b6c" - integrity sha512-ln1Drq0h+Hwa1JVA65x5mlSgUrBa1uHL+V89FqVWQgXd1vVIMhrtqtWGQrhTnFHxru5ppX+FY39VWELF/FjQCw== - dependencies: - colors "~1.2.1" - fs-extra "~7.0.1" - import-lazy "~4.0.0" - jju "~1.4.0" - resolve "~1.22.1" - semver "~7.5.4" - z-schema "~5.0.2" - "@rushstack/node-core-library@3.60.0": version "3.60.0" resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.60.0.tgz#a52ca6b98762e9f64c1735d21456510d2aa956e3" @@ -3083,14 +3046,6 @@ semver "~7.5.4" z-schema "~5.0.2" -"@rushstack/rig-package@0.4.1": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.4.1.tgz#ff11bf67dad46f9b4f09db91cf45739ab411ee9f" - integrity sha512-AGRwpqlXNSp9LhUSz4HKI9xCluqQDt/obsQFdv/NYIekF3pTTPzc+HbQsIsjVjYnJ3DcmxOREVMhvrMEjpiq6g== - dependencies: - resolve "~1.22.1" - strip-json-comments "~3.1.1" - "@rushstack/rig-package@0.5.0": version "0.5.0" resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.5.0.tgz#cca786e08634d12c6fde790d524a410a17f173d9" @@ -3099,16 +3054,6 @@ resolve "~1.22.1" strip-json-comments "~3.1.1" -"@rushstack/ts-command-line@4.15.2": - version "4.15.2" - resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.15.2.tgz#7920e3fa2ab6af129d995ce4424c600da0bf8a93" - integrity sha512-5+C2uoJY8b+odcZD6coEe2XNC4ZjGB4vCMESbqW/8DHRWC/qIHfANdmN9F1wz/lAgxz72i7xRoVtPY2j7e4gpQ== - dependencies: - "@types/argparse" "1.0.38" - argparse "~1.0.9" - colors "~1.2.1" - string-argv "~0.3.1" - "@rushstack/ts-command-line@4.16.0": version "4.16.0" resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.16.0.tgz#92d3af993ca5ee271ea130d41f5ce6a9479cae3f"