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 Oct 26, 2023
1 parent 59e5f56 commit 68a260b
Show file tree
Hide file tree
Showing 8 changed files with 154 additions and 363 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@9ddc899e2884de7c60647e99caee2c2238c31d82
- uses: angular/dev-infra/github-actions/branch-manager@4ccf7eed68bba0d25f7edd47997852774f61755d
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
26 changes: 13 additions & 13 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@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ccf7eed68bba0d25f7edd47997852774f61755d
- 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@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ccf7eed68bba0d25f7edd47997852774f61755d
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand All @@ -92,13 +92,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ccf7eed68bba0d25f7edd47997852774f61755d
with:
fetch-depth: 1
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run tests
Expand All @@ -123,15 +123,15 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ccf7eed68bba0d25f7edd47997852774f61755d
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
- 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 @@ -148,14 +148,14 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ccf7eed68bba0d25f7edd47997852774f61755d
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/bazel/setup@4ccf7eed68bba0d25f7edd47997852774f61755d
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@9ddc899e2884de7c60647e99caee2c2238c31d82
uses: angular/dev-infra/github-actions/bazel/configure-remote@4ccf7eed68bba0d25f7edd47997852774f61755d
- 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 }}
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@9ddc899e2884de7c60647e99caee2c2238c31d82
- uses: angular/dev-infra/github-actions/commit-message-based-labels@4ccf7eed68bba0d25f7edd47997852774f61755d
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@9ddc899e2884de7c60647e99caee2c2238c31d82
- uses: angular/dev-infra/github-actions/post-approval-changes@4ccf7eed68bba0d25f7edd47997852774f61755d
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@9ddc899e2884de7c60647e99caee2c2238c31d82
- uses: angular/dev-infra/github-actions/feature-request@4ccf7eed68bba0d25f7edd47997852774f61755d
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.0.0-rc.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#aa1827a77e4c804ae3751c5cdf0481198dffefe2",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#560121a29b5e29edacb82510104ebf06c7d08476",
"@angular/cdk": "17.0.0-rc.0",
"@angular/common": "17.0.0-rc.0",
"@angular/compiler": "17.0.0-rc.0",
"@angular/compiler-cli": "17.0.0-rc.0",
"@angular/core": "17.0.0-rc.0",
"@angular/forms": "17.0.0-rc.0",
"@angular/localize": "17.0.0-rc.0",
"@angular/material": "17.0.0-rc.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f700a057c54c9a50f11824ab5e8443bccf2161d0",
"@angular/platform-browser": "17.0.0-rc.0",
"@angular/platform-browser-dynamic": "17.0.0-rc.0",
"@angular/platform-server": "17.0.0-rc.0",
"@angular/router": "17.0.0-rc.0",
"@angular/service-worker": "17.0.0-rc.0",
"@angular/animations": "17.0.0-rc.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#2a68e955e8b13c9048246509165188bf52b0f930",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1aa5847d4e55262a7e26b59d8d497b1c1a3c3d62",
"@angular/cdk": "17.0.0-rc.1",
"@angular/common": "17.0.0-rc.1",
"@angular/compiler": "17.0.0-rc.1",
"@angular/compiler-cli": "17.0.0-rc.1",
"@angular/core": "17.0.0-rc.1",
"@angular/forms": "17.0.0-rc.1",
"@angular/localize": "17.0.0-rc.1",
"@angular/material": "17.0.0-rc.1",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#162ca6b95d162df53acd87e90ff04972f951e14e",
"@angular/platform-browser": "17.0.0-rc.1",
"@angular/platform-browser-dynamic": "17.0.0-rc.1",
"@angular/platform-server": "17.0.0-rc.1",
"@angular/router": "17.0.0-rc.1",
"@angular/service-worker": "17.0.0-rc.1",
"@babel/core": "7.23.2",
"@babel/generator": "7.23.0",
"@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.0.0-rc.0",
"@angular/compiler-cli": "17.0.0-rc.0",
"@angular/compiler": "17.0.0-rc.1",
"@angular/compiler-cli": "17.0.0-rc.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#92d9a9c33c77522969c1e82c66211dd8bf4a1a7e",
"@angular/cdk": "github:angular/cdk-builds#295a37dbddaec76f731d3a3f2b599e7e59d8280c",
"@angular/common": "github:angular/common-builds#5227f75d6281fa02df6940735ef8bd9bf1cf77a1",
"@angular/compiler": "github:angular/compiler-builds#cb4aaa67b820149474ef16a60d226dcf0351ae2f",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a0942ee47cd2f20f581e3ba3015ceaa041581589",
"@angular/core": "github:angular/core-builds#b42fe8374d1ba89eeb31ad727d920837d3910b0a",
"@angular/forms": "github:angular/forms-builds#20ff1472a0bc2baf0937b5556954c41b126f50bc",
"@angular/language-service": "github:angular/language-service-builds#b57751546d192de4afa16e97e9daa9c34942cf56",
"@angular/localize": "github:angular/localize-builds#9212534a499254ae0d397e37fe48d1f2445b671b",
"@angular/material": "github:angular/material-builds#bdb6e796ae0b97e7c9b85abae434a32ae6e079b7",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1fd33d708c9fc2deef38eea4b4ac4bfaf0657f69",
"@angular/platform-browser": "github:angular/platform-browser-builds#92b7e9692efc0533948de93e4c7f868b5e4c7044",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d9c3fe03b6291ca9bd8299ae9c2e08d18b639b00",
"@angular/platform-server": "github:angular/platform-server-builds#a28490fa76e0c009e5fbdb8a5e00183104f3cd3f",
"@angular/router": "github:angular/router-builds#aa0c4eca0247300e24c68eede18d8664bee8d82b",
"@angular/service-worker": "github:angular/service-worker-builds#05e344273771a8386e273dfc7d8bdfed575b69da"
"@angular/animations": "github:angular/animations-builds#ae264cc8ae984011365b1b43590241f8e5189f1c",
"@angular/cdk": "github:angular/cdk-builds#3e981c74a83af615ad20c8dc19174898f4879332",
"@angular/common": "github:angular/common-builds#64746474d74bc60ac12d1a6cabe8c610b15583df",
"@angular/compiler": "github:angular/compiler-builds#4bcb5c6814058915fa5e45f6cff774aa580f90c3",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#f7c24696f2fbc2c6c19d1b01e17842f77be6f994",
"@angular/core": "github:angular/core-builds#55a0599bb985fcdb077c41606fdd09661125ab30",
"@angular/forms": "github:angular/forms-builds#f291d0c8383c6eeb29a776e76dc653a0dc0110e9",
"@angular/language-service": "github:angular/language-service-builds#8a236dcc5944d4031dc9973eba80e77b93adbd9c",
"@angular/localize": "github:angular/localize-builds#c2fd6bcb5a917423bd8bdd30d33fe4b35638beb3",
"@angular/material": "github:angular/material-builds#002ac70df373098270e53af6be304c1cda044c3e",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ae493151892c93c8e5f19833652e599beb6e04eb",
"@angular/platform-browser": "github:angular/platform-browser-builds#8d68d5724bc5c2c4c23169f53a486f3dc5b51e1c",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7e6efa13285d3e55d3a80a9c2360c0f3bb99caba",
"@angular/platform-server": "github:angular/platform-server-builds#9f82fcb27bfa79289e311defd0ce53b32c19686b",
"@angular/router": "github:angular/router-builds#01a3394d5f6970ba336f58626f339f79395f5634",
"@angular/service-worker": "github:angular/service-worker-builds#94c3f2127368d6edb3978acf40a215fc0a310c4f"
}
}

0 comments on commit 68a260b

Please sign in to comment.