Skip to content
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@462f716ef571b2b41fff90aaa5bb10897693efcc
- uses: angular/dev-infra/github-actions/branch-manager@0189d650ac2efbf2ecf59ae3dcfe16c230ff4d41
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@462f716ef571b2b41fff90aaa5bb10897693efcc
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0189d650ac2efbf2ecf59ae3dcfe16c230ff4d41
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
- uses: angular/dev-infra/github-actions/post-approval-changes@462f716ef571b2b41fff90aaa5bb10897693efcc
- uses: angular/dev-infra/github-actions/post-approval-changes@0189d650ac2efbf2ecf59ae3dcfe16c230ff4d41
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@462f716ef571b2b41fff90aaa5bb10897693efcc
- uses: angular/dev-infra/github-actions/feature-request@0189d650ac2efbf2ecf59ae3dcfe16c230ff4d41
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@ampproject/remapping": "2.2.0",
"@angular/animations": "16.0.0-next.5",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4c7d40592a36f061c23dd08f437f734081f9979d",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1bd47a37185746a38fa3371d9af080075d26d4c6",
"@angular/cdk": "15.2.5",
"@angular/common": "16.0.0-next.5",
"@angular/compiler": "16.0.0-next.5",
Expand All @@ -74,7 +74,7 @@
"@angular/forms": "16.0.0-next.5",
"@angular/localize": "16.0.0-next.5",
"@angular/material": "15.2.5",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#052850d27f6c36226e1a62ab04af799746decd9a",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#80af881963d5518fc4c843e833e2061bafe784f5",
"@angular/platform-browser": "16.0.0-next.5",
"@angular/platform-browser-dynamic": "16.0.0-next.5",
"@angular/platform-server": "16.0.0-next.5",
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#e5814d8d180525e09df75dd6ddf1c5478c21243e",
"@angular/cdk": "github:angular/cdk-builds#127b43a3559f0d95c4abc6556e0f349b496a9bb2",
"@angular/common": "github:angular/common-builds#0c76816443b0ed7098e6ebf15477d1689700a73d",
"@angular/compiler": "github:angular/compiler-builds#7a69fea9169a95f5dd15bbdb794c659c32e794d5",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#fd4e96f5a5ce7812e7730d7aaf21d7a90f7da080",
"@angular/core": "github:angular/core-builds#38de6517af8e16b3f68d057b2a4a30db005bdab5",
"@angular/forms": "github:angular/forms-builds#9d6090393f55a157417ef71c3582e5e502c8cad6",
"@angular/language-service": "github:angular/language-service-builds#241200c0768a8f9f35f3fc4a1e99898fe018e2cc",
"@angular/localize": "github:angular/localize-builds#52511c67e31c8fb711ef2ec64d034eb65a599622",
"@angular/material": "github:angular/material-builds#49fe77c7440c7126a160ec214f3f61b9122b1204",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#e6bd3da5f793d663107ee024ff1c4e338dc2cb16",
"@angular/platform-browser": "github:angular/platform-browser-builds#fd7cfec6f8f00a83d6e0646656e4a3fa707ee71b",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e45ed8443ee0b6790ac18d54b496a26d6c845456",
"@angular/platform-server": "github:angular/platform-server-builds#76515884bca641c4dac339e2320410c96b3b0642",
"@angular/router": "github:angular/router-builds#4511211d1ccb93af9c90d81bccb58bce3e8fbc39",
"@angular/service-worker": "github:angular/service-worker-builds#fe9b98e0bc41afd292d715491580a0df4833e587"
"@angular/animations": "github:angular/animations-builds#6f91ab9ff7c0ee975c98fd8d6213f88969d4d990",
"@angular/cdk": "github:angular/cdk-builds#a35ef9f9842d5eec69d0b70d55ad71b27ba41a9d",
"@angular/common": "github:angular/common-builds#b0d72913aa92b2fe9cd3a485ef284bf7642822ba",
"@angular/compiler": "github:angular/compiler-builds#743f6b23d5dd99684d475981db93a4f1834fb163",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#9446882540a53db13cb7968c397a498e206318a7",
"@angular/core": "github:angular/core-builds#f412673998e988928e76de1f978a89027a01cef9",
"@angular/forms": "github:angular/forms-builds#4b014a50bd972ba37e682117993cb2dd14078c2a",
"@angular/language-service": "github:angular/language-service-builds#eb2cb760e1fa47fabbbfef682c766847d0827640",
"@angular/localize": "github:angular/localize-builds#1849b7ff0d8b21749471acd6d131ea2b2a88a0ce",
"@angular/material": "github:angular/material-builds#785e14293baede8e1ac362f388edfd2ff91d0443",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#684cb3d1174f32adbc2ef835e0b04d43e5d4c1e0",
"@angular/platform-browser": "github:angular/platform-browser-builds#45ba356c34cf15452954ab2786e680fd5d372a17",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#3fb794ac983d5169ad8932389894b0bd350b3937",
"@angular/platform-server": "github:angular/platform-server-builds#60fc0c1e504165a5b8c57f050ced68aa8f952d6a",
"@angular/router": "github:angular/router-builds#3160ff07468c899d4bd9839c6dc017276a026b51",
"@angular/service-worker": "github:angular/service-worker-builds#bbe41efbb9444df1d88bf8ae954a70507a492606"
}
}
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,17 @@
"@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#4c7d40592a36f061c23dd08f437f734081f9979d":
version "0.0.0-462f716ef571b2b41fff90aaa5bb10897693efcc"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4c7d40592a36f061c23dd08f437f734081f9979d"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#1bd47a37185746a38fa3371d9af080075d26d4c6":
version "0.0.0-0189d650ac2efbf2ecf59ae3dcfe16c230ff4d41"
uid "1bd47a37185746a38fa3371d9af080075d26d4c6"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#1bd47a37185746a38fa3371d9af080075d26d4c6"
dependencies:
"@angular-devkit/build-angular" "16.0.0-next.4"
"@angular/benchpress" "0.3.0"
"@babel/core" "^7.16.0"
"@babel/helper-annotate-as-pure" "^7.18.6"
"@babel/plugin-proposal-async-generator-functions" "^7.20.1"
"@bazel/buildifier" "6.0.1"
"@bazel/buildifier" "6.1.0"
"@bazel/concatjs" "5.8.1"
"@bazel/esbuild" "5.8.1"
"@bazel/protractor" "5.8.1"
Expand Down Expand Up @@ -280,9 +281,10 @@
"@material/typography" "15.0.0-canary.684e33d25.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#052850d27f6c36226e1a62ab04af799746decd9a":
version "0.0.0-462f716ef571b2b41fff90aaa5bb10897693efcc"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#052850d27f6c36226e1a62ab04af799746decd9a"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#80af881963d5518fc4c843e833e2061bafe784f5":
version "0.0.0-0189d650ac2efbf2ecf59ae3dcfe16c230ff4d41"
uid "80af881963d5518fc4c843e833e2061bafe784f5"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#80af881963d5518fc4c843e833e2061bafe784f5"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down Expand Up @@ -1271,6 +1273,11 @@
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-6.0.1.tgz#3ef5ce4f807db2ec0838ac889775a081fe9208f8"
integrity sha512-PKOx5srLU7K1x0BQhiqu78lrxwvgimx+JRe5JXgiPfyA2/iMB1aNn41BozVMmWnEF/DUKbls6DOaNk83kgraag==

"@bazel/buildifier@6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-6.1.0.tgz#0c0e395c8881040d42e7e28b700a3e64becdc31a"
integrity sha512-LBfdMpGe9tmDJ6jOMaFWtrnKpNqKfUxIp1P+O3E2rb/jmSrP2ZTO9JRXqlghVhDy3fMDUkUVKkIZy9KAAfZJnQ==

"@bazel/concatjs@5.8.1":
version "5.8.1"
resolved "https://registry.yarnpkg.com/@bazel/concatjs/-/concatjs-5.8.1.tgz#dd20882429e382cae79c08cbd3238dfc680d2d67"
Expand Down