Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed Nov 21, 2023
1 parent 07834da commit fe9f39e
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 115 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
- uses: angular/dev-infra/github-actions/branch-manager@8d620dd288dcde4cb2122afb4eddad246ceae780
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 @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Setup ESLint Caching
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
Expand Down Expand Up @@ -71,11 +71,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand All @@ -92,11 +92,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand Down Expand Up @@ -124,13 +124,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780
- 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 @@ -147,13 +147,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780
- 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 @@ -165,13 +165,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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/configure-remote@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -199,11 +199,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d620dd288dcde4cb2122afb4eddad246ceae780
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
uses: angular/dev-infra/github-actions/bazel/setup@8d620dd288dcde4cb2122afb4eddad246ceae780
- 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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8d620dd288dcde4cb2122afb4eddad246ceae780
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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
- uses: angular/dev-infra/github-actions/post-approval-changes@8d620dd288dcde4cb2122afb4eddad246ceae780
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@deec58560a3b4e9d3acf75bbce0ae7f9ab969f98
- uses: angular/dev-infra/github-actions/feature-request@8d620dd288dcde4cb2122afb4eddad246ceae780
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
30 changes: 15 additions & 15 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.1.0-next.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#a28c857eaaaaee9a899c9a81c5b73519b9a23468",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8d37c849a06f0d259e0276288e67613fa378b154",
"@angular/animations": "17.1.0-next.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#7a5a03f846d6fd56e7a550ce46694fd89fc0d934",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1cd003b90ea0b96c97e43108f71e35634cfcf686",
"@angular/cdk": "17.1.0-next.0",
"@angular/common": "17.1.0-next.0",
"@angular/compiler": "17.1.0-next.0",
"@angular/compiler-cli": "17.1.0-next.0",
"@angular/core": "17.1.0-next.0",
"@angular/forms": "17.1.0-next.0",
"@angular/localize": "17.0.3",
"@angular/common": "17.1.0-next.1",
"@angular/compiler": "17.1.0-next.1",
"@angular/compiler-cli": "17.1.0-next.1",
"@angular/core": "17.1.0-next.1",
"@angular/forms": "17.1.0-next.1",
"@angular/localize": "17.0.4",
"@angular/material": "17.1.0-next.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c4feed03fe52880f5c3c10496e0980bb86545589",
"@angular/platform-browser": "17.1.0-next.0",
"@angular/platform-browser-dynamic": "17.1.0-next.0",
"@angular/platform-server": "17.1.0-next.0",
"@angular/router": "17.1.0-next.0",
"@angular/service-worker": "17.1.0-next.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24dd667b08a5f512f9ddd262ab9254477b363b71",
"@angular/platform-browser": "17.1.0-next.1",
"@angular/platform-browser-dynamic": "17.1.0-next.1",
"@angular/platform-server": "17.1.0-next.1",
"@angular/router": "17.1.0-next.1",
"@angular/service-worker": "17.1.0-next.1",
"@babel/core": "7.23.3",
"@babel/generator": "7.23.4",
"@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.1.0-next.0",
"@angular/compiler-cli": "17.1.0-next.0",
"@angular/compiler": "17.1.0-next.1",
"@angular/compiler-cli": "17.1.0-next.1",
"typescript": "5.2.2",
"webpack": "5.89.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#a2312c26c3fd1531a423d3366579f9d69d09ba8a",
"@angular/cdk": "github:angular/cdk-builds#9a19d1c864f4ecb9f5e451b5f92f6f60a7359e1d",
"@angular/common": "github:angular/common-builds#0d214513a0b448caa8f20500d5f0160a3aaf40fe",
"@angular/compiler": "github:angular/compiler-builds#2407cc1288431f2a9b1b6340329f884765b7c4f8",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#57061e3683168dda7ed6666f9f55a2b5955558f8",
"@angular/core": "github:angular/core-builds#421608891d13f979e6f0fb6f511ee7914298442d",
"@angular/forms": "github:angular/forms-builds#88f90e3f500d18ed1c2e401872a4be8b56d8da3f",
"@angular/language-service": "github:angular/language-service-builds#b1fa604bb1ae64bf7d916961008981ec2c22cc80",
"@angular/localize": "github:angular/localize-builds#b0ed1802f2f3095b2a953936770beb1799784bae",
"@angular/material": "github:angular/material-builds#1cabdff567db114561937b571129cfeaa9cb4381",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#50b6084922fda2154546f967c688a9f4a1ae0c25",
"@angular/platform-browser": "github:angular/platform-browser-builds#1dea70f564ede5f3d468480a7d8f157e7c760551",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#1a125b824b61568c659b32bd3fb37d6c94aaea1c",
"@angular/platform-server": "github:angular/platform-server-builds#524a94d748d338c654f8fcc33300a525da18c848",
"@angular/router": "github:angular/router-builds#a3e52a1262ef553f47f0466ed5a6d0259b496f86",
"@angular/service-worker": "github:angular/service-worker-builds#9bd035de8c9c55a8ceb6ca33b1abbcd14a891a9b"
"@angular/animations": "github:angular/animations-builds#eb4139beb20934884e2bd58338eed44dd2cf7109",
"@angular/cdk": "github:angular/cdk-builds#a45a18ce2fded232c853a04d3fd4447a2f2f3654",
"@angular/common": "github:angular/common-builds#ec77b0444eb6958c209c0340aad8d97a37fa41ce",
"@angular/compiler": "github:angular/compiler-builds#2bd34fa6c9315330b3b34752ef43a446d162e5ab",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#fc58526508109ba46f3acd0e45e97ec2279db473",
"@angular/core": "github:angular/core-builds#6d46d6494e0c0fefcb3529b27b8a2441364866e8",
"@angular/forms": "github:angular/forms-builds#d13cbc0d5c1b52c015cb8a171398f3891f22e338",
"@angular/language-service": "github:angular/language-service-builds#4393bb7bd32173ec8a0fcdb78be4cc7dac299471",
"@angular/localize": "github:angular/localize-builds#66e4acd306c03b2f7459195508b77864cba8a088",
"@angular/material": "github:angular/material-builds#569159c56420afc77731ba2d4ba12025a20e30ec",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#feaf36f05cda5e37936f575cf78f581f557a0ec9",
"@angular/platform-browser": "github:angular/platform-browser-builds#a66137d151b91061242f94c80c4ab910806e6c7a",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#3a117065602c9117b4f3e0b626c1faf41e64cc6f",
"@angular/platform-server": "github:angular/platform-server-builds#3b47dde2f7aa10c041e20853f6ceeb7d1e60267d",
"@angular/router": "github:angular/router-builds#91b087be02eb8ee3f67803c266aefc04d6f3cea8",
"@angular/service-worker": "github:angular/service-worker-builds#bdd7d8978849aeb68682c42a1bfdf2481b9b5ea8"
}
}

0 comments on commit fe9f39e

Please sign in to comment.