Skip to content

build: update angular #27600

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

Merged
merged 1 commit into from
May 8, 2024
Merged
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- uses: angular/dev-infra/github-actions/branch-manager@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- 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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- 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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- 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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- 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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- 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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/configure-remote@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- 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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
uses: angular/dev-infra/github-actions/bazel/setup@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: angular/dev-infra/github-actions/post-approval-changes@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- uses: angular/dev-infra/github-actions/post-approval-changes@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
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@e6e98d32d7d4d350ecf4ec10ad9c7e75198daabd
- uses: angular/dev-infra/github-actions/feature-request@7eb6ad7da2d79cfe08019e6b6d4102ab752a94ca
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 @@ -51,23 +51,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "18.0.0-rc.0",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d420c525d5cc489cc78df6dcc2c2ff45952a401a",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a11e93b01708684827af3873e9232b437c209237",
"@angular/animations": "18.0.0-rc.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#b7599b1f8390b9ceeccae3ea976fcf6ede335396",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#df748cd6d28f098e8f12d0700cad1d3c08b3ccd7",
"@angular/cdk": "18.0.0-rc.0",
"@angular/common": "18.0.0-rc.0",
"@angular/compiler": "18.0.0-rc.0",
"@angular/compiler-cli": "18.0.0-rc.0",
"@angular/core": "18.0.0-rc.0",
"@angular/forms": "18.0.0-rc.0",
"@angular/localize": "18.0.0-rc.0",
"@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.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#33d9240bc4e16fc12b0caaba09c85bd030c03bf6",
"@angular/platform-browser": "18.0.0-rc.0",
"@angular/platform-browser-dynamic": "18.0.0-rc.0",
"@angular/platform-server": "18.0.0-rc.0",
"@angular/router": "18.0.0-rc.0",
"@angular/service-worker": "18.0.0-rc.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7e4c6ea5fa0ac493132345c97daef1737374702f",
"@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",
"@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.0",
"@angular/compiler-cli": "18.0.0-rc.0",
"@angular/compiler": "18.0.0-rc.1",
"@angular/compiler-cli": "18.0.0-rc.1",
"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#8e8917830d3c07484c99699749f80003f4d5855c",
"@angular/cdk": "github:angular/cdk-builds#47b691cce8e4c747d94463082358f43f33882714",
"@angular/common": "github:angular/common-builds#798eb477858c7a579e208aedfa73d2642ea6b883",
"@angular/compiler": "github:angular/compiler-builds#6213c9362aba1016275028bcb5d783dcb632db56",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#c26a66781ec4cdc0751666c98159821ec770fff6",
"@angular/core": "github:angular/core-builds#066154b9494ae4786854419342cd497e7c985d5f",
"@angular/forms": "github:angular/forms-builds#8408a3811ea8e4a14896756d4f148669e83f8b73",
"@angular/language-service": "github:angular/language-service-builds#5c4587602a140657641bb13753819ef6e8ef54d1",
"@angular/localize": "github:angular/localize-builds#3d5945a05e612e271f502343e0c9671e4748785f",
"@angular/material": "github:angular/material-builds#8fd9bd3baf9deada700e32535e0e1175edb7b46e",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b645e6ddc0e3bb351845a564aa12f725665804cf",
"@angular/platform-browser": "github:angular/platform-browser-builds#68c755ba1b2f7170441d9bf50c75de31f0435610",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e0fb0316a90d02037611538fecf809ed7842c05f",
"@angular/platform-server": "github:angular/platform-server-builds#16f6cfd3111fd15fb2559d8641eab609f89e6276",
"@angular/router": "github:angular/router-builds#bf86a2452bf24c677933c130c02465009c0d6c3e",
"@angular/service-worker": "github:angular/service-worker-builds#c30997aa6393a48c498da5a4d37f6a68d643b7e6"
"@angular/animations": "github:angular/animations-builds#9d22467c5abb06b75f0311cca8d5628e4b86f191",
"@angular/cdk": "github:angular/cdk-builds#4d72acac02f26932a5a088a3dfafe8736e41344a",
"@angular/common": "github:angular/common-builds#d90bc2c65d3ae2f9636f51edb789b91a5a273fd3",
"@angular/compiler": "github:angular/compiler-builds#669f95e81d8c568298e53c050384ad1fc744fb04",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#7e7cf9d0cb138f502f6aaef8813bd8c174d69c98",
"@angular/core": "github:angular/core-builds#01451515f7869ee754d0cf27ba4964f84fbfc168",
"@angular/forms": "github:angular/forms-builds#42d3dd3b3283041ac4d74fbb1ecfd33085daabaa",
"@angular/language-service": "github:angular/language-service-builds#454630623e9bfc54462dfcde43eb889655af1493",
"@angular/localize": "github:angular/localize-builds#815f029b5d436bc018af3c5c520681cbaefd8ecd",
"@angular/material": "github:angular/material-builds#80f7de54eab7d5964d6c2c43b514128411de0665",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b0ede88182f5682ebfbd66e7146a8a3e74de9ed8",
"@angular/platform-browser": "github:angular/platform-browser-builds#43409391f379daf29e692a3b02c8367ec9142e83",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8f101e92280540893cd362df80d05fe689752cac",
"@angular/platform-server": "github:angular/platform-server-builds#684bb34298c881724d52ac4da898687a5adf1c71",
"@angular/router": "github:angular/router-builds#3396f1a294cb27926ea0567a33ea3fe146046eae",
"@angular/service-worker": "github:angular/service-worker-builds#e18841e1f7ff27159600d14ed44d86de3e83ceee"
}
}
Loading