Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Aug 30, 2023
1 parent 954b27f commit 0b0f79e
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 106 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
- uses: angular/dev-infra/github-actions/branch-manager@480911a3506374c76aa9a79ca0b4a690a2855d39
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@480911a3506374c76aa9a79ca0b4a690a2855d39
- name: Setup ESLint Caching
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
with:
Expand Down Expand Up @@ -56,11 +56,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@480911a3506374c76aa9a79ca0b4a690a2855d39
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
uses: angular/dev-infra/github-actions/bazel/setup@480911a3506374c76aa9a79ca0b4a690a2855d39
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
uses: angular/dev-infra/github-actions/bazel/configure-remote@480911a3506374c76aa9a79ca0b4a690a2855d39
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build release targets
Expand Down Expand Up @@ -91,9 +91,9 @@ jobs:
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
uses: angular/dev-infra/github-actions/bazel/setup@480911a3506374c76aa9a79ca0b4a690a2855d39
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
uses: angular/dev-infra/github-actions/bazel/configure-remote@480911a3506374c76aa9a79ca0b4a690a2855d39
- if: matrix.version == env.defaultVersion
name: Run tests for default node version
run: yarn bazel test --test_tag_filters=-node18,-node16-broken //packages/...
Expand All @@ -114,14 +114,14 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0109d498b0f6aae418ed4924a5e5c65695f0ac61
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@480911a3506374c76aa9a79ca0b4a690a2855d39
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@0109d498b0f6aae418ed4924a5e5c65695f0ac61
uses: angular/dev-infra/github-actions/bazel/setup@480911a3506374c76aa9a79ca0b4a690a2855d39
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@0109d498b0f6aae418ed4924a5e5c65695f0ac61
uses: angular/dev-infra/github-actions/bazel/configure-remote@480911a3506374c76aa9a79ca0b4a690a2855d39
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=4 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
- uses: angular/dev-infra/github-actions/commit-message-based-labels@480911a3506374c76aa9a79ca0b4a690a2855d39
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: angular/dev-infra/github-actions/post-approval-changes@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
- uses: angular/dev-infra/github-actions/post-approval-changes@480911a3506374c76aa9a79ca0b4a690a2855d39
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@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
- uses: angular/dev-infra/github-actions/feature-request@480911a3506374c76aa9a79ca0b4a690a2855d39
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.0.0-next.1",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#392c26f29f65e6141cf336e9eb372c4e5b7e9c3d",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#22a9a75114d5e80907054f01b9fa360972de1c05",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#69d718284936cd06d14445e9783b32b566229600",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3fbfc37998c3407d3cde226ba9af828dea1169a0",
"@angular/cdk": "17.0.0-next.0",
"@angular/common": "17.0.0-next.1",
"@angular/compiler": "17.0.0-next.1",
Expand All @@ -70,7 +70,7 @@
"@angular/forms": "17.0.0-next.1",
"@angular/localize": "17.0.0-next.1",
"@angular/material": "17.0.0-next.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2c4d983ef0f1f000a8554b3b7fbf7f1061c877d3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#d54edeb93ce47c8ed8961c219950bd380ed9ea99",
"@angular/platform-browser": "17.0.0-next.1",
"@angular/platform-browser-dynamic": "17.0.0-next.1",
"@angular/platform-server": "17.0.0-next.1",
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#84245f217538294e19f8d23da534f6537fb7236c",
"@angular/cdk": "github:angular/cdk-builds#fc2b45ad8cd5d64b76c4e3c72ccc70d3c9f02cbe",
"@angular/common": "github:angular/common-builds#b86d6c4363a33ea7fa237c704e4beb42ecdffcaf",
"@angular/compiler": "github:angular/compiler-builds#ea4dd5dc01c105a15d3e52a618fa22e761e22769",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#217f98ad4aca03c7b11e924ee3f3bd54d7d2b7dc",
"@angular/core": "github:angular/core-builds#7be18c3b40260118f945d529a61b5a78778a58a4",
"@angular/forms": "github:angular/forms-builds#01e5537e0c521482a40f7af67923d220d906ff25",
"@angular/language-service": "github:angular/language-service-builds#acf8556c2b6149ec8934a5642df25677ef039bd0",
"@angular/localize": "github:angular/localize-builds#42b55020a62580591c37b088677c401742d75e03",
"@angular/material": "github:angular/material-builds#452db35368b0e5d79163dd5702d3bf7ca77dd8a8",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#e13bab2da3be87ea0ec1ff850a7beab1cd1a66eb",
"@angular/platform-browser": "github:angular/platform-browser-builds#db34dd6e5461c58d5840afa34a786c17f2d3cdca",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7ee81956d09dc7daa9211ec2001928928270a107",
"@angular/platform-server": "github:angular/platform-server-builds#f3e056ad9df4b059faf2b5b2e83c43b8b196c77a",
"@angular/router": "github:angular/router-builds#8123f74a895faf97c4e5f33498b794f9b6186d25",
"@angular/service-worker": "github:angular/service-worker-builds#1cf153df298396acd841c47026757c4379892b2c"
"@angular/animations": "github:angular/animations-builds#7bf494e31e719567722542c3b396c7fd3c33eb47",
"@angular/cdk": "github:angular/cdk-builds#878430a6360f5f54eba068d967c8132e38ce1308",
"@angular/common": "github:angular/common-builds#d91327a6ca8dc8936c56c47343749f5905338f81",
"@angular/compiler": "github:angular/compiler-builds#1db7a530de7f813a6c25e315eb7a6c8ef2acdf9b",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#10e8ac4c7d0d3596b40c1b9471d53a7104eee63c",
"@angular/core": "github:angular/core-builds#fac649eccdeacb14e5c269cf1f8d3ae3f88cb37e",
"@angular/forms": "github:angular/forms-builds#4da80cb5a9d9de10517d2f8738708db611e00d83",
"@angular/language-service": "github:angular/language-service-builds#819965b4534a466762f87ef06b6b0ec51046b1b1",
"@angular/localize": "github:angular/localize-builds#c79279404b84eea02d52594cd457dbdd2f11e64d",
"@angular/material": "github:angular/material-builds#02ed14cda805b2b435989e029f8d04c5463414b6",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#5fe0c941b368117717cd906d5f38a595019482d6",
"@angular/platform-browser": "github:angular/platform-browser-builds#ba76c226e104ede021d256a7652fb4743eda76a0",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f0057b7572cda43f38d69c9e986c1a49d4be2797",
"@angular/platform-server": "github:angular/platform-server-builds#d229361d3d1e4a675876614ff7fb4d7799cb0b33",
"@angular/router": "github:angular/router-builds#e347740d3cfacf8f6b8d2832deb9c815f1190606",
"@angular/service-worker": "github:angular/service-worker-builds#c9ff4502033f85e454fac027ccba45d82cfa76c0"
}
}
Loading

0 comments on commit 0b0f79e

Please sign in to comment.