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 clydin committed Jul 24, 2023
1 parent 0c30236 commit 636ed54
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@29e01656e63a74549da8a7eadcd39f240c45cd09
- uses: angular/dev-infra/github-actions/branch-manager@1ad20ef9dd457de967252283c1a968b0d702d0ae
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: angular/dev-infra/github-actions/commit-message-based-labels@29e01656e63a74549da8a7eadcd39f240c45cd09
- uses: angular/dev-infra/github-actions/commit-message-based-labels@1ad20ef9dd457de967252283c1a968b0d702d0ae
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: angular/dev-infra/github-actions/post-approval-changes@29e01656e63a74549da8a7eadcd39f240c45cd09
- uses: angular/dev-infra/github-actions/post-approval-changes@1ad20ef9dd457de967252283c1a968b0d702d0ae
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@29e01656e63a74549da8a7eadcd39f240c45cd09
- uses: angular/dev-infra/github-actions/feature-request@1ad20ef9dd457de967252283c1a968b0d702d0ae
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 @@ -60,7 +60,7 @@
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "16.1.6",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2c836735b495eb3d5eed8914b77f85f29b1e2915",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9cfaa937e7f273c5492cbbba62a465e73e27a68b",
"@angular/cdk": "16.1.5",
"@angular/common": "16.1.6",
"@angular/compiler": "16.1.6",
Expand All @@ -69,7 +69,7 @@
"@angular/forms": "16.1.6",
"@angular/localize": "16.1.6",
"@angular/material": "16.1.5",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#303debb207e6f5d5d0393657f3866a3ff475ed15",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0398c9e0321cfe5dad09453ac8e4c188af469f86",
"@angular/platform-browser": "16.1.6",
"@angular/platform-browser-dynamic": "16.1.6",
"@angular/platform-server": "16.1.6",
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#342264f794ab55ca9d6cc04fa3f50127876f124e",
"@angular/cdk": "github:angular/cdk-builds#bcebc2af7d912ffef6b76329f28f4b00ca7f759a",
"@angular/common": "github:angular/common-builds#e81f6302b019c4642e3b9618452a06996083e361",
"@angular/compiler": "github:angular/compiler-builds#8811a13a0923250e8d7e0b8a8f5bfa23c9887488",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#74a3f48f5758884f34af49f8c61fdb0d826933de",
"@angular/core": "github:angular/core-builds#75cefba9cc4a68505fddc67b1f09c33c30726735",
"@angular/forms": "github:angular/forms-builds#6a87e11ac5726ccb77f86026fd06e15dcce9f73b",
"@angular/language-service": "github:angular/language-service-builds#61a58034106b9cdf73b30ba93791dff6b053b487",
"@angular/localize": "github:angular/localize-builds#c09ee0640009b5521c4c3a6a86db18af4b0934fe",
"@angular/material": "github:angular/material-builds#e6d5863fb758be41e37fcc6837f0ce4a4ba21283",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#3e12d13d2612c39d532bdc412d1ff55ef5d73003",
"@angular/platform-browser": "github:angular/platform-browser-builds#84e7301517588edd278643ed6d1f233a088cddef",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#2ce58cc4b02886d3cee9eae9e255e74e992924e2",
"@angular/platform-server": "github:angular/platform-server-builds#b1cbd0199f172273dd708846611a758037366ba1",
"@angular/router": "github:angular/router-builds#c3b67cd2a748db1d46479ff120cff316d5cfdc7f",
"@angular/service-worker": "github:angular/service-worker-builds#e4322c6099f74733e092c88be64975a4d8c48d13"
"@angular/animations": "github:angular/animations-builds#c705cc84d30235b88eaef2fff50d43fb6792273b",
"@angular/cdk": "github:angular/cdk-builds#c70c859f5ef51e7d5ecb6e4aff35f8c56549eab9",
"@angular/common": "github:angular/common-builds#b6734cbac5d32fca299aba9df9e572d126f0e5d4",
"@angular/compiler": "github:angular/compiler-builds#38d9f20130de7402daca538e6c141e0b6f53d220",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#c17d5f1238e8fd20c1ec73ac7a0e47b2878e209e",
"@angular/core": "github:angular/core-builds#0adf3b774d17b9a5f44ee94f7ff89c77e2daa690",
"@angular/forms": "github:angular/forms-builds#8b5ae51d92a5fe2dfd1d790450fac146ed1797f2",
"@angular/language-service": "github:angular/language-service-builds#e7a76c53be2612558b95d2fb46e78793fb1f6ca0",
"@angular/localize": "github:angular/localize-builds#f536301ebaabf2975c07dc8d5fd5c7cbc0524abb",
"@angular/material": "github:angular/material-builds#61b0056384d434f161d41c248e4bb1de9b0b0ef6",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#49e0d2bb4815e87fcec3c10c4eae0027731324b6",
"@angular/platform-browser": "github:angular/platform-browser-builds#7b4fdcc0deb4fd8cb7e6b8c5023d5c49dca903e7",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a2f5c1d6422eb9d69b33978de10de9accbcc52a9",
"@angular/platform-server": "github:angular/platform-server-builds#8095f1d5d8418fb9edb8774f6d2002e5aee60e2f",
"@angular/router": "github:angular/router-builds#21381b075aabb207318cf2ac5305ef46375c6295",
"@angular/service-worker": "github:angular/service-worker-builds#1299ee92252433dc4380a7e8526b3337f8e149d6"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,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#2c836735b495eb3d5eed8914b77f85f29b1e2915":
version "0.0.0-29e01656e63a74549da8a7eadcd39f240c45cd09"
uid "2c836735b495eb3d5eed8914b77f85f29b1e2915"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2c836735b495eb3d5eed8914b77f85f29b1e2915"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#9cfaa937e7f273c5492cbbba62a465e73e27a68b":
version "0.0.0-1ad20ef9dd457de967252283c1a968b0d702d0ae"
uid "9cfaa937e7f273c5492cbbba62a465e73e27a68b"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9cfaa937e7f273c5492cbbba62a465e73e27a68b"
dependencies:
"@angular-devkit/build-angular" "16.2.0-next.2"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -290,10 +290,10 @@
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#303debb207e6f5d5d0393657f3866a3ff475ed15":
version "0.0.0-29e01656e63a74549da8a7eadcd39f240c45cd09"
uid "303debb207e6f5d5d0393657f3866a3ff475ed15"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#303debb207e6f5d5d0393657f3866a3ff475ed15"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#0398c9e0321cfe5dad09453ac8e4c188af469f86":
version "0.0.0-1ad20ef9dd457de967252283c1a968b0d702d0ae"
uid "0398c9e0321cfe5dad09453ac8e4c188af469f86"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0398c9e0321cfe5dad09453ac8e4c188af469f86"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"
Expand Down

0 comments on commit 636ed54

Please sign in to comment.