Skip to content

build: update angular #27649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@8b117748ae8243f98d261a9731908867b8e3d876
- uses: angular/dev-infra/github-actions/branch-manager@128f3277d17e083606346fcb85f3cd934e5bbe60
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@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Setup ESLint Caching
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
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@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/setup@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/configure-remote@128f3277d17e083606346fcb85f3cd934e5bbe60
- 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@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/setup@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/configure-remote@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Run module tests
Expand Down Expand Up @@ -135,13 +135,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/setup@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/configure-remote@128f3277d17e083606346fcb85f3cd934e5bbe60
- 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 @@ -158,13 +158,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/setup@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/configure-remote@128f3277d17e083606346fcb85f3cd934e5bbe60
- 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 @@ -176,13 +176,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@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/setup@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/configure-remote@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand Down Expand Up @@ -210,11 +210,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@128f3277d17e083606346fcb85f3cd934e5bbe60
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@8b117748ae8243f98d261a9731908867b8e3d876
uses: angular/dev-infra/github-actions/bazel/setup@128f3277d17e083606346fcb85f3cd934e5bbe60
- 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8b117748ae8243f98d261a9731908867b8e3d876
- uses: angular/dev-infra/github-actions/commit-message-based-labels@128f3277d17e083606346fcb85f3cd934e5bbe60
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: angular/dev-infra/github-actions/post-approval-changes@8b117748ae8243f98d261a9731908867b8e3d876
- uses: angular/dev-infra/github-actions/post-approval-changes@128f3277d17e083606346fcb85f3cd934e5bbe60
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@8b117748ae8243f98d261a9731908867b8e3d876
- uses: angular/dev-infra/github-actions/feature-request@128f3277d17e083606346fcb85f3cd934e5bbe60
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 @@ -51,23 +51,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "18.0.0-rc.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#95f745e1a5e9001f572e08b367f22afaae23004f",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#304b7ac86675d00240c7215dc6005d9255c0fbdd",
"@angular/cdk": "18.0.0-rc.1",
"@angular/common": "18.0.0-rc.1",
"@angular/compiler": "18.0.0-rc.1",
"@angular/compiler-cli": "18.0.0-rc.1",
"@angular/core": "18.0.0-rc.1",
"@angular/forms": "18.0.0-rc.1",
"@angular/localize": "18.0.0-rc.1",
"@angular/material": "18.0.0-rc.1",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#347f73d2bad92ca1ab5fe1c2573e7001223713cd",
"@angular/platform-browser": "18.0.0-rc.1",
"@angular/platform-browser-dynamic": "18.0.0-rc.1",
"@angular/platform-server": "18.0.0-rc.1",
"@angular/router": "18.0.0-rc.1",
"@angular/service-worker": "18.0.0-rc.1",
"@angular/animations": "18.0.0-rc.2",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3da229f58ff158040b22b6a2561f4deb0a5dc798",
"@angular/cdk": "18.0.0-rc.2",
"@angular/common": "18.0.0-rc.2",
"@angular/compiler": "18.0.0-rc.2",
"@angular/compiler-cli": "18.0.0-rc.2",
"@angular/core": "18.0.0-rc.2",
"@angular/forms": "18.0.0-rc.2",
"@angular/localize": "18.0.0-rc.2",
"@angular/material": "18.0.0-rc.2",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#bf03f668a8cc69be8dc417555f6c0b5cf67c44b3",
"@angular/platform-browser": "18.0.0-rc.2",
"@angular/platform-browser-dynamic": "18.0.0-rc.2",
"@angular/platform-server": "18.0.0-rc.2",
"@angular/router": "18.0.0-rc.2",
"@angular/service-worker": "18.0.0-rc.2",
"@babel/core": "7.24.5",
"@babel/generator": "7.24.5",
"@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": "18.0.0-rc.1",
"@angular/compiler-cli": "18.0.0-rc.1",
"@angular/compiler": "18.0.0-rc.2",
"@angular/compiler-cli": "18.0.0-rc.2",
"typescript": "5.4.5",
"webpack": "5.91.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#5f57c4d7ab58c0eb93e173ab190906737323e644",
"@angular/cdk": "github:angular/cdk-builds#b3fef8113859339c1d927a042fdb442c42efc93d",
"@angular/common": "github:angular/common-builds#54d1f1a8866a5a8207ffffd7b473418bdc37da71",
"@angular/compiler": "github:angular/compiler-builds#f856a95f639f376172a237e72cf261eb826317c5",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#6a1e9ea6b5d579873c2aba1f4cabc305f754af81",
"@angular/core": "github:angular/core-builds#22251a597085f0e1de4bcf947b3e989ecc78d55f",
"@angular/forms": "github:angular/forms-builds#2503f95c22ac360efb215c6122e7bb3bb0f31bd5",
"@angular/language-service": "github:angular/language-service-builds#6159ad9345cbafd866768f0d5c01b192829ff257",
"@angular/localize": "github:angular/localize-builds#0d6e2c46406dbc36b175ddcb69769a0812b5a574",
"@angular/material": "github:angular/material-builds#960a1f402311b57b384b81ef20b24cad0807375b",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1d187e6073e94aec953f9dc1a130bc108e60d778",
"@angular/platform-browser": "github:angular/platform-browser-builds#e603ce5daf26e5168b3a17f8974e70979122b3b2",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#6b96184d582a1c38f4da1577a30eed6a80bceaae",
"@angular/platform-server": "github:angular/platform-server-builds#813781fd4eb284a6dee85a8bb472f52ddfdab706",
"@angular/router": "github:angular/router-builds#02379b7891ad0e69312ec7c232481f29598b7e9d",
"@angular/service-worker": "github:angular/service-worker-builds#14ff6b6e4d4bd8bd46d7db12beacd22a7fbe3fbe"
"@angular/animations": "github:angular/animations-builds#bffdd0df269e517516c93bc0e3362125f4bf587b",
"@angular/cdk": "github:angular/cdk-builds#014cc5c38c33588613040005e35fab621274fc6a",
"@angular/common": "github:angular/common-builds#b4e31d746f007877b1e95d1104e7f469f62fb110",
"@angular/compiler": "github:angular/compiler-builds#a06c933ee9ebe6f5769af5c54f2ece0d992833ff",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#dce9d34a552e7140d6ff018216ae3a38da268eb0",
"@angular/core": "github:angular/core-builds#d03531677caedb697136752221d5f6b1f087ed46",
"@angular/forms": "github:angular/forms-builds#4a7cfee2846088bd66b2e16c37f4655a49961e30",
"@angular/language-service": "github:angular/language-service-builds#d0ebd0a8a42229bf64526e8d4f1ce5b683ee6a07",
"@angular/localize": "github:angular/localize-builds#91814a7dbe8a289c11f7fb461e013a2535fcbd2b",
"@angular/material": "github:angular/material-builds#aa76e5669d7ab6af93d28d841e92068ff68c6953",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b78f31e8f26789bbe5ec8ed12ad5dda202fa4d8f",
"@angular/platform-browser": "github:angular/platform-browser-builds#9586e81a85c1c379b9a370396f32de379b5911ea",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fb9ed2461220e65728176d4d54b5025e23e0e197",
"@angular/platform-server": "github:angular/platform-server-builds#e0d27caed7bf5a94e82aadfc37cbcadf079f6187",
"@angular/router": "github:angular/router-builds#d7f29960ab41e728b3206d0ffa5eaba0631caecd",
"@angular/service-worker": "github:angular/service-worker-builds#575e23603e8b3e567ac672c279a49a29f28024b2"
}
}
Loading
Loading