Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Feb 8, 2024
1 parent 8d09b80 commit a957ede
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@f89362d698858f9674463e48fde514b097a15838
- uses: angular/dev-infra/github-actions/branch-manager@c83e99a12397014162531ca125c94549db55dd84
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
- name: Setup ESLint Caching
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
Expand Down Expand Up @@ -75,11 +75,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand All @@ -96,11 +96,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand Down Expand Up @@ -128,13 +128,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
- 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 }}

Expand All @@ -151,13 +151,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
- 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 }}

Expand All @@ -169,13 +169,13 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/configure-remote@c83e99a12397014162531ca125c94549db55dd84
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -203,11 +203,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c83e99a12397014162531ca125c94549db55dd84
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
uses: angular/dev-infra/github-actions/bazel/setup@c83e99a12397014162531ca125c94549db55dd84
- run: yarn admin snapshots --verbose
env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f89362d698858f9674463e48fde514b097a15838
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c83e99a12397014162531ca125c94549db55dd84
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@f89362d698858f9674463e48fde514b097a15838
- uses: angular/dev-infra/github-actions/post-approval-changes@c83e99a12397014162531ca125c94549db55dd84
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 @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@f89362d698858f9674463e48fde514b097a15838
- uses: angular/dev-infra/github-actions/feature-request@c83e99a12397014162531ca125c94549db55dd84
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.2.0-next.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#1611b4898fa655fad069684cbfca09ba79e859c8",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#07da06414a4ce04a8f9710f2bc9346c2c753a0d2",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#010b848246a1b58278a048f96e6a0797e0d62ea0",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#7c4cf003cb4ac849986beaa243d7e85a893612f2",
"@angular/cdk": "17.1.2",
"@angular/common": "17.2.0-next.1",
"@angular/compiler": "17.2.0-next.1",
Expand All @@ -70,7 +70,7 @@
"@angular/forms": "17.2.0-next.1",
"@angular/localize": "17.2.0-next.1",
"@angular/material": "17.1.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#eacabd9f66aad05822ccb5b0dc893ebe7eb62321",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c21f93acb618bcaeda52a8065e7b6c9242def182",
"@angular/platform-browser": "17.2.0-next.1",
"@angular/platform-browser-dynamic": "17.2.0-next.1",
"@angular/platform-server": "17.2.0-next.1",
Expand Down
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#4a4d633305e52d988bb074f2c5ab44971a50b686",
"@angular/cdk": "github:angular/cdk-builds#95f9e22e7cf4ea49d4fd83c73425b027cac95e24",
"@angular/common": "github:angular/common-builds#c3bf7f9d95ec20635fbcad9ae03732ddd57fe85a",
"@angular/compiler": "github:angular/compiler-builds#38a161a86f676bff62311d5644295b7e100a2f19",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#0fb390db523e7ed7475df174af2dc29e53d55b3e",
"@angular/core": "github:angular/core-builds#cef89699955cf24e96a881a5d8c3031755dd904a",
"@angular/forms": "github:angular/forms-builds#8cbd6e4cae65016f70278206c4dd118e4c0f98a0",
"@angular/language-service": "github:angular/language-service-builds#f17cda4ace4ccd90ae488b2e04bb16e2f88e8677",
"@angular/localize": "github:angular/localize-builds#b5ceb368a75a05610596b3cf0095279b6470ec75",
"@angular/material": "github:angular/material-builds#49974c9f7eab3e8c593d9c28bfe25cb85afe7505",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#818b7678415bc8da902a2a066dd25974187ed572",
"@angular/platform-browser": "github:angular/platform-browser-builds#bcd908ae3d5e87628ba1d69413e80090028937a9",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8c767424b532319bdae2fda28ca463baac97ed56",
"@angular/platform-server": "github:angular/platform-server-builds#abe261d9dd2c0de5714bfafc0cb9b4ff36dd3835",
"@angular/router": "github:angular/router-builds#2deb7351b34c4e025180550a88ff33d660bde0d5",
"@angular/service-worker": "github:angular/service-worker-builds#ddf9cc74953c7cb241c0455bebad77adbac2048b"
"@angular/animations": "github:angular/animations-builds#8bdd91dbe3f7a7ab5cfc416b1fe6b63c0adfb399",
"@angular/cdk": "github:angular/cdk-builds#36a0ef65f78d360eb07409285b27dc2a46781b0f",
"@angular/common": "github:angular/common-builds#0f91dd83e8b6afb79d59efd5345ace8d477b0c5c",
"@angular/compiler": "github:angular/compiler-builds#39c5e30aa2b5a89ad1799431c7f81993be31c68a",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#60303ebd22aeca8263aba1287561e62c679e7d63",
"@angular/core": "github:angular/core-builds#b23b4d3cd677daee2ef4d2b742517265b8b2038c",
"@angular/forms": "github:angular/forms-builds#c16a3da40eb3cbae2b38812f7918b4f6c56c9f05",
"@angular/language-service": "github:angular/language-service-builds#17fa66ddb450bb61430a8c4c72c19a6c5b6edbf8",
"@angular/localize": "github:angular/localize-builds#b11bae047abdc5f446c6ceb18199ff2fe307a1c6",
"@angular/material": "github:angular/material-builds#8d755b24a1471b3ec53b09d03e56b7abcc01c38c",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1efbfd4770b6d39e2dd423b640fac44995e4905f",
"@angular/platform-browser": "github:angular/platform-browser-builds#6efcbeee07373a8d25b4398d178da49aba3ade13",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#eb126e555b64b5596d2202932b9d1969eb489da3",
"@angular/platform-server": "github:angular/platform-server-builds#888c1eb0ea7d54d93ade24bbfc731ea5c1b6b0f4",
"@angular/router": "github:angular/router-builds#9bf426a2c61f8345aa56d1f0dcab1f4515a4af5c",
"@angular/service-worker": "github:angular/service-worker-builds#7045aa0f6e0d953a747a60025864ccbef334341e"
}
}
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@
dependencies:
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#1611b4898fa655fad069684cbfca09ba79e859c8":
version "17.2.0-next.1+sha-74aa8a3"
uid "1611b4898fa655fad069684cbfca09ba79e859c8"
resolved "https://github.com/angular/bazel-builds.git#1611b4898fa655fad069684cbfca09ba79e859c8"
"@angular/bazel@https://github.com/angular/bazel-builds.git#010b848246a1b58278a048f96e6a0797e0d62ea0":
version "17.2.0-next.1+sha-9c2bad9"
uid "010b848246a1b58278a048f96e6a0797e0d62ea0"
resolved "https://github.com/angular/bazel-builds.git#010b848246a1b58278a048f96e6a0797e0d62ea0"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
magic-string "^0.30.0"
Expand All @@ -147,10 +147,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#07da06414a4ce04a8f9710f2bc9346c2c753a0d2":
version "0.0.0-f89362d698858f9674463e48fde514b097a15838"
uid "07da06414a4ce04a8f9710f2bc9346c2c753a0d2"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#07da06414a4ce04a8f9710f2bc9346c2c753a0d2"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#7c4cf003cb4ac849986beaa243d7e85a893612f2":
version "0.0.0-c83e99a12397014162531ca125c94549db55dd84"
uid "7c4cf003cb4ac849986beaa243d7e85a893612f2"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#7c4cf003cb4ac849986beaa243d7e85a893612f2"
dependencies:
"@angular-devkit/build-angular" "17.2.0-next.0"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -315,10 +315,10 @@
"@material/typography" "15.0.0-canary.7f224ddd4.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#eacabd9f66aad05822ccb5b0dc893ebe7eb62321":
version "0.0.0-f89362d698858f9674463e48fde514b097a15838"
uid eacabd9f66aad05822ccb5b0dc893ebe7eb62321
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#eacabd9f66aad05822ccb5b0dc893ebe7eb62321"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#c21f93acb618bcaeda52a8065e7b6c9242def182":
version "0.0.0-c83e99a12397014162531ca125c94549db55dd84"
uid c21f93acb618bcaeda52a8065e7b6c9242def182
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c21f93acb618bcaeda52a8065e7b6c9242def182"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down

0 comments on commit a957ede

Please sign in to comment.