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 e320cee commit 136d43c
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#e5f668bd63521a567998f2614398f53cbae2d227",
"@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#35af0266bbd5d865a0a0c83e7b93cc8ca45d8cd8",
"@angular/cdk": "github:angular/cdk-builds#fe3fc9631c4b87a7b5631fcffb9f14a29dcc4ca8",
"@angular/common": "github:angular/common-builds#5439347133a0e29927e0b08a68a7cdafeb3e94ad",
"@angular/compiler": "github:angular/compiler-builds#9651dc840af4fcb7a7c4d1fc59e0b7b6b3960497",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#38800e22b084a802bc7133cf383f17f2c7064e2f",
"@angular/core": "github:angular/core-builds#359e9a8c47031b11937c955f20dcf276eff44a9c",
"@angular/forms": "github:angular/forms-builds#2d03e3793e93fefbad8c11322ef2ee6c3cddb4ca",
"@angular/language-service": "github:angular/language-service-builds#6b4edb37bceb62b7b83ad10e95100807da37dd6c",
"@angular/localize": "github:angular/localize-builds#5982a6115b615d9843a7ed98b5c86e84ba2f8824",
"@angular/material": "github:angular/material-builds#f351e1bc3f4af79b8e360395bd479f0c210c2f57",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#6a45c4085ac65c377c410738e5ce4ab5aaab194b",
"@angular/platform-browser": "github:angular/platform-browser-builds#20286f6107e6b4465f9a650e82cb8f53147228bd",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#47664d90ccf684eea526e500b5a9c80590629b08",
"@angular/platform-server": "github:angular/platform-server-builds#68c4fa3e51c65f08c5a5f7f8253f1e52c667cb1c",
"@angular/router": "github:angular/router-builds#4942f6a843765e379aa3248c2c1c9e62599cea03",
"@angular/service-worker": "github:angular/service-worker-builds#627211a972b6ed704eb3d035b1399c3911430f02"
}
}

0 comments on commit 136d43c

Please sign in to comment.