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 Oct 9, 2023
1 parent 54794c9 commit d4dfeaf
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@fb30926790c6225d553b91a4818cab2fdde4fb4e
- uses: angular/dev-infra/github-actions/branch-manager@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
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@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
- 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@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/bazel/setup@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
- 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@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
with:
fetch-depth: 1
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/bazel/setup@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
- 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@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/bazel/setup@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
- 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@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
with:
fetch-depth: 1
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/bazel/setup@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
- 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
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@fb30926790c6225d553b91a4818cab2fdde4fb4e
- uses: angular/dev-infra/github-actions/commit-message-based-labels@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: angular/dev-infra/github-actions/post-approval-changes@fb30926790c6225d553b91a4818cab2fdde4fb4e
- uses: angular/dev-infra/github-actions/post-approval-changes@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
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@fb30926790c6225d553b91a4818cab2fdde4fb4e
- uses: angular/dev-infra/github-actions/feature-request@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -60,8 +60,8 @@
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "17.0.0-next.7",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d2ddd5d4ebb6e7d3a9cfff8827468c8fb3fdc936",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#28072768cb6624221b17766a7f571b6d9e5d55e6",
"@angular/bazel": "https://github.com/angular/bazel-builds.git#a9f0d84d653accdd1b7c779aec16bc70736564ac",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2f47af8845e27f8e0d82abbc005fa3c3116e43e8",
"@angular/cdk": "17.0.0-next.6",
"@angular/common": "17.0.0-next.7",
"@angular/compiler": "17.0.0-next.7",
Expand All @@ -70,7 +70,7 @@
"@angular/forms": "17.0.0-next.7",
"@angular/localize": "17.0.0-next.7",
"@angular/material": "17.0.0-next.6",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#16b9f550b766b52f51dc5580cbac13378a1ab5f4",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#cf16cf7e64bd54706f8a2a1cb4b7bc93719e15fd",
"@angular/platform-browser": "17.0.0-next.7",
"@angular/platform-browser-dynamic": "17.0.0-next.7",
"@angular/platform-server": "17.0.0-next.7",
Expand Down
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#e4617bba1e0676fed5fcd1e1f372dab3b356e22c",
"@angular/cdk": "github:angular/cdk-builds#ac96863b3a506242561242a0b842fd1fe517626b",
"@angular/common": "github:angular/common-builds#30191ced98947ef53ca6d2ec056af19f7fe4d925",
"@angular/compiler": "github:angular/compiler-builds#b1ac35ac3fd72bb47a7b20c0e7e66984467ee463",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#55cf54bac55e73500d639c2e42a759df68243014",
"@angular/core": "github:angular/core-builds#02f5491685407da6b00690d3be01d09fcf38bec0",
"@angular/forms": "github:angular/forms-builds#a920f15201e6ea32cb70d296c98706e26a8d5bdc",
"@angular/language-service": "github:angular/language-service-builds#c45dcd4562a82060da2ad96ebff1abaaebdafb58",
"@angular/localize": "github:angular/localize-builds#0cca11157f2bb41fc06510ebba09bb90124e6366",
"@angular/material": "github:angular/material-builds#464eb3d4397135e8c202da3b81341de618da5a14",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f7a069af146868b6f10479841608c0247a7af286",
"@angular/platform-browser": "github:angular/platform-browser-builds#d1122a381069e2eaf3ef07bb1d19d03194c3d855",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ff4b63e5366e63007b67e39d661d4146fbb2a53e",
"@angular/platform-server": "github:angular/platform-server-builds#62f334c548fb0aabec321c120a7e997c24c06c3f",
"@angular/router": "github:angular/router-builds#7af4eac8af4a2d1143a22252a7d96536c10e44af",
"@angular/service-worker": "github:angular/service-worker-builds#a999de077434a06825a7de1126e1837e090c5dcc"
"@angular/animations": "github:angular/animations-builds#aba5036e4b08b92096aff8c4a624b67acecc7f57",
"@angular/cdk": "github:angular/cdk-builds#131de3b4ceacb9e4204d1327bc5ddcfd26a184d3",
"@angular/common": "github:angular/common-builds#46ec26b91d280085d805c1996c5ccc8a3266b0a8",
"@angular/compiler": "github:angular/compiler-builds#4c9d546c00e01cc30f510df63ffc514d71e75032",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#99fcb515faf8422b67b5eb36ceadc9f63c8d18d3",
"@angular/core": "github:angular/core-builds#32c6d7a05b273ae0281ee2957a74e1cc9b6ae1e2",
"@angular/forms": "github:angular/forms-builds#e33fa1b6ba133b61178148b9634d6e9627063658",
"@angular/language-service": "github:angular/language-service-builds#1bb30477c1eda8ad5b963f690d89e03d2167266c",
"@angular/localize": "github:angular/localize-builds#ebbd300d4bf397f8a620ab0f907d15b8eb212e24",
"@angular/material": "github:angular/material-builds#10daa98d7c77d69289eb6af06ff4d11ad9f8bde2",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#6584654b276aa68d37bb355873ba79dcc1696860",
"@angular/platform-browser": "github:angular/platform-browser-builds#552c3bf4892f848de7ba50e75516b22276e22650",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ba7d933b566645b9be125780eddf02dc0be5fa9c",
"@angular/platform-server": "github:angular/platform-server-builds#483374e63f7091b92d0ba0ddcaccb0caa8f1c8f1",
"@angular/router": "github:angular/router-builds#92f71ddffba06320986cb9171fdb9c0aafa42886",
"@angular/service-worker": "github:angular/service-worker-builds#c5d7329ef668c5d5c2654f7d91fd7d2f18398ecf"
}
}
24 changes: 12 additions & 12 deletions yarn.lock
Expand Up @@ -122,10 +122,10 @@
dependencies:
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#d2ddd5d4ebb6e7d3a9cfff8827468c8fb3fdc936":
version "17.0.0-next.7+sha-fe81ff8"
uid d2ddd5d4ebb6e7d3a9cfff8827468c8fb3fdc936
resolved "https://github.com/angular/bazel-builds.git#d2ddd5d4ebb6e7d3a9cfff8827468c8fb3fdc936"
"@angular/bazel@https://github.com/angular/bazel-builds.git#a9f0d84d653accdd1b7c779aec16bc70736564ac":
version "17.0.0-next.7+sha-00128e3"
uid a9f0d84d653accdd1b7c779aec16bc70736564ac
resolved "https://github.com/angular/bazel-builds.git#a9f0d84d653accdd1b7c779aec16bc70736564ac"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
magic-string "^0.30.0"
Expand All @@ -139,10 +139,10 @@
"@angular/core" "^13.0.0 || ^14.0.0-0"
reflect-metadata "^0.1.13"

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#28072768cb6624221b17766a7f571b6d9e5d55e6":
version "0.0.0-52c2fa858076a6397ee3d0efb97b22f3870dd2d6"
uid "28072768cb6624221b17766a7f571b6d9e5d55e6"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#28072768cb6624221b17766a7f571b6d9e5d55e6"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#2f47af8845e27f8e0d82abbc005fa3c3116e43e8":
version "0.0.0-1d8a9ffebcea892d8be3675a3ef88e9b9252f059"
uid "2f47af8845e27f8e0d82abbc005fa3c3116e43e8"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2f47af8845e27f8e0d82abbc005fa3c3116e43e8"
dependencies:
"@angular-devkit/build-angular" "17.0.0-next.6"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -304,10 +304,10 @@
"@material/typography" "15.0.0-canary.a246a4439.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#16b9f550b766b52f51dc5580cbac13378a1ab5f4":
version "0.0.0-52c2fa858076a6397ee3d0efb97b22f3870dd2d6"
uid "16b9f550b766b52f51dc5580cbac13378a1ab5f4"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#16b9f550b766b52f51dc5580cbac13378a1ab5f4"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#cf16cf7e64bd54706f8a2a1cb4b7bc93719e15fd":
version "0.0.0-1d8a9ffebcea892d8be3675a3ef88e9b9252f059"
uid cf16cf7e64bd54706f8a2a1cb4b7bc93719e15fd
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#cf16cf7e64bd54706f8a2a1cb4b7bc93719e15fd"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down

0 comments on commit d4dfeaf

Please sign in to comment.