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 dgp1130 committed Feb 1, 2024
1 parent 83000bd commit 0386718
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 125 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@20822706c874a263fafcdc78bf7aefd2d47bf10c
- uses: angular/dev-infra/github-actions/branch-manager@f89362d698858f9674463e48fde514b097a15838
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@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
- 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@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/configure-remote@f89362d698858f9674463e48fde514b097a15838
- 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@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/configure-remote@f89362d698858f9674463e48fde514b097a15838
- 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@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/configure-remote@f89362d698858f9674463e48fde514b097a15838
- 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@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/configure-remote@f89362d698858f9674463e48fde514b097a15838
- 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@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/configure-remote@f89362d698858f9674463e48fde514b097a15838
- 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@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f89362d698858f9674463e48fde514b097a15838
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@20822706c874a263fafcdc78bf7aefd2d47bf10c
uses: angular/dev-infra/github-actions/bazel/setup@f89362d698858f9674463e48fde514b097a15838
- 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@20822706c874a263fafcdc78bf7aefd2d47bf10c
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f89362d698858f9674463e48fde514b097a15838
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@20822706c874a263fafcdc78bf7aefd2d47bf10c
- uses: angular/dev-infra/github-actions/post-approval-changes@f89362d698858f9674463e48fde514b097a15838
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@20822706c874a263fafcdc78bf7aefd2d47bf10c
- uses: angular/dev-infra/github-actions/feature-request@f89362d698858f9674463e48fde514b097a15838
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.2.0-next.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#b832c5709e0e6a4f3cafb4bc6050473ee818332b",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#bab96c20790d7c4d8b18670864a1f3dc080647df",
"@angular/cdk": "17.1.1",
"@angular/common": "17.2.0-next.0",
"@angular/compiler": "17.2.0-next.0",
"@angular/compiler-cli": "17.2.0-next.0",
"@angular/core": "17.2.0-next.0",
"@angular/forms": "17.2.0-next.0",
"@angular/localize": "17.2.0-next.0",
"@angular/material": "17.1.1",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f299b9ca7106e4ef2e721047fe01b9b040874a70",
"@angular/platform-browser": "17.2.0-next.0",
"@angular/platform-browser-dynamic": "17.2.0-next.0",
"@angular/platform-server": "17.2.0-next.0",
"@angular/router": "17.2.0-next.0",
"@angular/service-worker": "17.2.0-next.0",
"@angular/animations": "17.2.0-next.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#c73bcff4addde64abbef5832865f3afea3be3746",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#07da06414a4ce04a8f9710f2bc9346c2c753a0d2",
"@angular/cdk": "17.1.2",
"@angular/common": "17.2.0-next.1",
"@angular/compiler": "17.2.0-next.1",
"@angular/compiler-cli": "17.2.0-next.1",
"@angular/core": "17.2.0-next.1",
"@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/platform-browser": "17.2.0-next.1",
"@angular/platform-browser-dynamic": "17.2.0-next.1",
"@angular/platform-server": "17.2.0-next.1",
"@angular/router": "17.2.0-next.1",
"@angular/service-worker": "17.2.0-next.1",
"@babel/core": "7.23.9",
"@babel/generator": "7.23.6",
"@babel/helper-annotate-as-pure": "7.22.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "17.2.0-next.0",
"@angular/compiler-cli": "17.2.0-next.0",
"@angular/compiler": "17.2.0-next.1",
"@angular/compiler-cli": "17.2.0-next.1",
"typescript": "5.3.3",
"webpack": "5.90.0"
}
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#0dc191dde8d801b12bada1ab646bd034223b7dc8",
"@angular/cdk": "github:angular/cdk-builds#851d822b73d22ffeb01983e1ff24b24ddf735dda",
"@angular/common": "github:angular/common-builds#becc05ef7e4e6a067b238e531a8b17a4e910d87d",
"@angular/compiler": "github:angular/compiler-builds#c0a7fd7ec19c2ce66f73e00085cab9293ca24f5b",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#75316db2745efb73292f944f8bad4da543c2fd70",
"@angular/core": "github:angular/core-builds#bfb36ab413ffd586b0690ec1a57b51accd4890e8",
"@angular/forms": "github:angular/forms-builds#14909cb36c2f1fad16427cccf780030e719b04b5",
"@angular/language-service": "github:angular/language-service-builds#86efc9e459a68a78f757c064f4c269f7c4dd760a",
"@angular/localize": "github:angular/localize-builds#456afc222a066bc5885eeb3fd2ca72cb2b0a2d56",
"@angular/material": "github:angular/material-builds#2cbea8db7c94ed4e7a3fdba21811be67df9a46de",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#3c58a99d0a8dbf358ef840bd6c8099a7cfc4a673",
"@angular/platform-browser": "github:angular/platform-browser-builds#7e473b884e50875cbb1c4c218a0fb02ba2d2f78d",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#aa12269f0ca1fa700ef144683567516e933abace",
"@angular/platform-server": "github:angular/platform-server-builds#6f159351e44b15bd20d524650f175f5372b8ec39",
"@angular/router": "github:angular/router-builds#65fe9a46e4490409ab4fbe711f59c3e4772b785f",
"@angular/service-worker": "github:angular/service-worker-builds#81682079e45a69ba23f972e7e8f25e8325ce7852"
"@angular/animations": "github:angular/animations-builds#1a298631770ad3fd92f1054fb5b533410922a960",
"@angular/cdk": "github:angular/cdk-builds#9a9d644e4fe8bca91eaf51497d12d664bcff412d",
"@angular/common": "github:angular/common-builds#8ae335b93c2b2cb52e9da836b357461a80a7da21",
"@angular/compiler": "github:angular/compiler-builds#ae8b29718b578bd568f2489847cce69df90906f1",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#8f01662496ece04d65e897e3eb6398911f4c2a14",
"@angular/core": "github:angular/core-builds#53cfc847de5e1f9207b824775dfe13ed3b202678",
"@angular/forms": "github:angular/forms-builds#2289c9044ad5ace0c498dc8e3555628d8e99b643",
"@angular/language-service": "github:angular/language-service-builds#1730ff0a46916d0590ca0a3df12ebfcbae730f7d",
"@angular/localize": "github:angular/localize-builds#97c49c27eb5e41cc72f331c68e11b8a8f75a621d",
"@angular/material": "github:angular/material-builds#e2c591d0a5c31751089025ddb97d43a4fedbc565",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#c040800e28aecd45b462fb30c55e2a81cd5ec119",
"@angular/platform-browser": "github:angular/platform-browser-builds#ef5a7f8876af42fda662e2f9003935eebb700cac",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a758dfa568d01b31ee710129dc921cd21a5648cf",
"@angular/platform-server": "github:angular/platform-server-builds#ea6f9611d9b893c2010beda8a1738646fcacbe03",
"@angular/router": "github:angular/router-builds#3c7cd1f1be25c45a57fec2e87cd1008d0d8bb641",
"@angular/service-worker": "github:angular/service-worker-builds#70a16dc4f4478a61ac002a8e714aa65803c58d8e"
}
}
Loading

0 comments on commit 0386718

Please sign in to comment.