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 angular-robot[bot] committed May 10, 2023
1 parent a24be35 commit 35d239e
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 90 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@e82631b66d14e57672e21ca7d021b8425214771e
- uses: angular/dev-infra/github-actions/branch-manager@6a2843577a708dc7cf96e2034ce052afb240e713
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e82631b66d14e57672e21ca7d021b8425214771e
- uses: angular/dev-infra/github-actions/commit-message-based-labels@6a2843577a708dc7cf96e2034ce052afb240e713
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: angular/dev-infra/github-actions/post-approval-changes@e82631b66d14e57672e21ca7d021b8425214771e
- uses: angular/dev-infra/github-actions/post-approval-changes@6a2843577a708dc7cf96e2034ce052afb240e713
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@e82631b66d14e57672e21ca7d021b8425214771e
- uses: angular/dev-infra/github-actions/feature-request@6a2843577a708dc7cf96e2034ce052afb240e713
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@
},
"devDependencies": {
"@ampproject/remapping": "2.2.1",
"@angular/animations": "16.0.0",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#988781b092b543a21af7996f26cda23b43b70226",
"@angular/animations": "16.0.1",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f4e807b0048578b7b5e6c3c08ea731c047f0b528",
"@angular/cdk": "16.0.0",
"@angular/common": "16.0.0",
"@angular/compiler": "16.0.0",
"@angular/compiler-cli": "16.0.0",
"@angular/core": "16.0.0",
"@angular/forms": "16.0.0",
"@angular/localize": "16.0.0",
"@angular/common": "16.0.1",
"@angular/compiler": "16.0.1",
"@angular/compiler-cli": "16.0.1",
"@angular/core": "16.0.1",
"@angular/forms": "16.0.1",
"@angular/localize": "16.0.1",
"@angular/material": "16.0.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#01d77bf81a01d438b86026aacb9abeee03f53f65",
"@angular/platform-browser": "16.0.0",
"@angular/platform-browser-dynamic": "16.0.0",
"@angular/platform-server": "16.0.0",
"@angular/router": "16.0.0",
"@angular/service-worker": "16.0.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ddbf98b0ba5c4a8ffe23e35b52b3463f471e6669",
"@angular/platform-browser": "16.0.1",
"@angular/platform-browser-dynamic": "16.0.1",
"@angular/platform-server": "16.0.1",
"@angular/router": "16.0.1",
"@angular/service-worker": "16.0.1",
"@babel/core": "7.21.8",
"@babel/generator": "7.21.5",
"@babel/helper-annotate-as-pure": "7.18.6",
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": "16.0.0",
"@angular/compiler-cli": "16.0.0",
"@angular/compiler": "16.0.1",
"@angular/compiler-cli": "16.0.1",
"typescript": "~5.0.2",
"webpack": "5.82.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#644bb1f83d4be54f002030117b3b79f90f38d2ec",
"@angular/cdk": "github:angular/cdk-builds#9a8542a9b6aa9868b432fce76cf8dda88ea082c4",
"@angular/common": "github:angular/common-builds#1b27054c5357fa9160711f5871e2c876b59d47c0",
"@angular/compiler": "github:angular/compiler-builds#8c2cf352a892b34df0d9b465270bfe08866955f9",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#913f2ed0e8ee6e669cb71fef7c46086265e5f70e",
"@angular/core": "github:angular/core-builds#372ad338369557fdedb513b36ce60246deb2ff65",
"@angular/forms": "github:angular/forms-builds#ced2176a009c92c8bf2d7cdd1b9f508a4884c251",
"@angular/language-service": "github:angular/language-service-builds#43a8b13b7859040aaf0c6f02cb1a922f72c96b48",
"@angular/localize": "github:angular/localize-builds#cac31ea2e5b1694d1dc82e2ab8d04a9b7704760f",
"@angular/material": "github:angular/material-builds#e2eee2c5807567cce0033e676e018b5e37759609",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#c19abd9c582c96a44bdda999bd47ddcb3dc123db",
"@angular/platform-browser": "github:angular/platform-browser-builds#dc4d4076394089f4f9324d0854572189aaf8e092",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#607992d4cb6c14bd54fbf827a6fb1c9bd2f36785",
"@angular/platform-server": "github:angular/platform-server-builds#c3494efc22c5422c8d58612b17ae042b48928d16",
"@angular/router": "github:angular/router-builds#518670e7dfa8e11703574d8af89548578d678e3a",
"@angular/service-worker": "github:angular/service-worker-builds#8598e7364606cd463468e4b5b1337b6f92fc7e0c"
"@angular/animations": "github:angular/animations-builds#59116223ff9d872f7bd8eac2c61e0748cbca0083",
"@angular/cdk": "github:angular/cdk-builds#d70fb6526dc6d4d52da26ef283ea4593be8adf46",
"@angular/common": "github:angular/common-builds#136c41fd5d45e87f0d3e410175b7a56675743579",
"@angular/compiler": "github:angular/compiler-builds#71c66ed92312a393e3f405f9e83e96793b9814a5",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#372a0f1535b30983967bf8255030aeb7cde7b0de",
"@angular/core": "github:angular/core-builds#16fad9a9a8dab5b6e9926fe5ec9648b32c74a0b7",
"@angular/forms": "github:angular/forms-builds#f705d500dbb64ba5f497b6922b39bb9af931bc50",
"@angular/language-service": "github:angular/language-service-builds#ef7f5da2df2257a70bab612c5c4735f047274df0",
"@angular/localize": "github:angular/localize-builds#cbe55a4556bafc879298c0677e25c4317220da83",
"@angular/material": "github:angular/material-builds#ed145ac79d8c286e131c5e87f2b596408bfa4645",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#5a01867740bda912bb93d0421f789a62cd059033",
"@angular/platform-browser": "github:angular/platform-browser-builds#d398f1bae40638961f10c368b90d6ababc8adf9e",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d1fa1391c7f1163a553fa391acb7cd0ab2c1def5",
"@angular/platform-server": "github:angular/platform-server-builds#e0a02d0f25c7e91a2ce9d244113172d7eb046a06",
"@angular/router": "github:angular/router-builds#ae2028920524e1190717245af6916c4a38d21d26",
"@angular/service-worker": "github:angular/service-worker-builds#c2189caef0350d333e523570f902f4f4197e13d4"
}
}
110 changes: 56 additions & 54 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
rxjs "7.8.1"
source-map "0.7.4"

"@angular/animations@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-16.0.0.tgz#499a3f5dc089c8d682a3f080ded7b9229aacd166"
integrity sha512-Xx4Ffdo3sweg24MDVAXbDfxqkNPEuRgqOC1+f9171kf+w7cBEr4Bmy37DP7YkJceaU0xJH9imcx4708KeIjqkQ==
"@angular/animations@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-16.0.1.tgz#f7d45a23e4384b53c67d38011a4df1e58653a657"
integrity sha512-ziRq1hGJJuQqQUHqNpEMp9uy1pVutvL8oNvawblh32u4bnLsVQU5gMd6sTonn0x4sphEwMNnuEmp/q6QRIx+pA==
dependencies:
tslib "^2.3.0"

Expand All @@ -123,9 +123,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#988781b092b543a21af7996f26cda23b43b70226":
version "0.0.0-e82631b66d14e57672e21ca7d021b8425214771e"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#988781b092b543a21af7996f26cda23b43b70226"
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#f4e807b0048578b7b5e6c3c08ea731c047f0b528":
version "0.0.0-6a2843577a708dc7cf96e2034ce052afb240e713"
uid f4e807b0048578b7b5e6c3c08ea731c047f0b528
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f4e807b0048578b7b5e6c3c08ea731c047f0b528"
dependencies:
"@angular-devkit/build-angular" "16.0.0-rc.4"
"@angular/benchpress" "0.3.0"
Expand Down Expand Up @@ -171,17 +172,17 @@
optionalDependencies:
parse5 "^7.1.2"

"@angular/common@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-16.0.0.tgz#5e436886b78b62ba3d341b75806b6b6cfa114b34"
integrity sha512-at3/xCevf2t9swX2P7K7gaSBuQPy7ZJsf37qQkYIuczzfij69r7s9NjYeA74/q3EWG9Yl2DCrhYoCW7ViXQINQ==
"@angular/common@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-16.0.1.tgz#5022d19b8c69479588f239dc2c920486933b0560"
integrity sha512-ic9Ri4Mepf4c0BTff7o4Oyl/a1vACNXXUzuoTwIjWnIqrH89dtwg7ncTD9Rv0N1lon7r4gXokTbn9A/Yk/0jbw==
dependencies:
tslib "^2.3.0"

"@angular/compiler-cli@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-16.0.0.tgz#eadcbc65c82c90c663c57bd012f132480bcae218"
integrity sha512-oyJzxiTHxziv7mD0QuA7K6tpDoL6YNGPkquKjeJjNVZvUrodGsvJ8xHO4ydmjK3nMu2ET1YarsdI8bRp4vp/7w==
"@angular/compiler-cli@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-16.0.1.tgz#9c5f7480a89136cb80621a0cc5cd80f643b99090"
integrity sha512-EW7Oxp8EuTz3vCNd4RAncZGB7dCUYviUkBA4PzuyPmL2copZPt12j9qx0pXXF3T6ydjoZ+99ZEgfkKOV6FeU3g==
dependencies:
"@babel/core" "7.19.3"
"@jridgewell/sourcemap-codec" "^1.4.14"
Expand All @@ -192,17 +193,17 @@
tslib "^2.3.0"
yargs "^17.2.1"

"@angular/compiler@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-16.0.0.tgz#9039e29e420ef119f02fb7ec9621bfc897679fac"
integrity sha512-xtg+KRvSeB9DUzMDtvlaRGKv+Y0MERsz+JOoqV9H4606ThNz5h8ih6fEhVKYqG100o7GhdJaVFO+vlr2/edUHA==
"@angular/compiler@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-16.0.1.tgz#a6793039b2fe49bb48387147612036288d4f7b14"
integrity sha512-7zNo6H1qVQow3T4EUul76SaIDSMRSl0hmtyWUzPjtWkxMjrCPSduqjA4/NHaG0KX1BsUvUtQEoDJ5jv/7EHWTQ==
dependencies:
tslib "^2.3.0"

"@angular/core@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-16.0.0.tgz#83b7187997c2a79d96fba5bf66b6d50d59a7939f"
integrity sha512-scppDxtXubum6ZiGu3ogmReBtMuA5XXk5FL3YKLb3c9O7q9Z5PC8KNQ6SsaOwEb6oW+0BWXMV698p/zmd0J4tA==
"@angular/core@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-16.0.1.tgz#49a4d6531fe0bfde484f797a0a1fa8f869fa059a"
integrity sha512-3s4XBbzWgyWcjI0WFlNDKRxsbm4J+OKIL4mJCM9r8gWwno9y0K/giziAm9YMIJ4VOBIvrcMbOh85o44FCk8cRA==
dependencies:
tslib "^2.3.0"

Expand All @@ -213,17 +214,17 @@
dependencies:
tslib "^2.3.0"

"@angular/forms@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-16.0.0.tgz#5f4b253660b06678068e5edf04d5583f4ceb2691"
integrity sha512-avpreXyDYWf44RNM5hfi5cTXXiNwcajBURP5rLap8RPMSUi2ePlJsmi0O+3+GduNZFbtnRXIpKTj3W+GeNa0PA==
"@angular/forms@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-16.0.1.tgz#c6c22bd51d47958cd6be85e421ac685834345b8c"
integrity sha512-VbH/YnEBau0q97zI7BjSk0pu/i2S0Y/zmhvA2wgI2CCvtbqT6hCNdE/3rW6ZFBcnuCe+dFhuchXe6dX28epsvg==
dependencies:
tslib "^2.3.0"

"@angular/localize@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-16.0.0.tgz#5018ff93cff12f6faf0d4f033fd1a713b81b2dc3"
integrity sha512-e2rii7pj4bUTwLbjIaW2rmIFqijLM1zDN42LuiacPxgT1ICMgEECZ20ViZ4x5GMK1Szi1Rj67Aq90/NGco6HxQ==
"@angular/localize@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-16.0.1.tgz#c0d451bdfc034b24dd1cd43214447dc0cb5ef2d1"
integrity sha512-2zC7KE/JUA/JCHP+kEDSF8iZ9cyvd6OAPFE74yH8FjixQsaq9WhXiPtGkHC0bg9hWH858bRcCmA9BZr+zjntvA==
dependencies:
"@babel/core" "7.19.3"
glob "8.1.0"
Expand Down Expand Up @@ -283,46 +284,47 @@
"@material/typography" "15.0.0-canary.51f9c0c28.0"
tslib "^2.3.0"

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#01d77bf81a01d438b86026aacb9abeee03f53f65":
version "0.0.0-e82631b66d14e57672e21ca7d021b8425214771e"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#01d77bf81a01d438b86026aacb9abeee03f53f65"
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#ddbf98b0ba5c4a8ffe23e35b52b3463f471e6669":
version "0.0.0-6a2843577a708dc7cf96e2034ce052afb240e713"
uid ddbf98b0ba5c4a8ffe23e35b52b3463f471e6669
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ddbf98b0ba5c4a8ffe23e35b52b3463f471e6669"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"

"@angular/platform-browser-dynamic@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.0.0.tgz#dca416f337d1aba7d0fc93ad982250585790b39b"
integrity sha512-xUR36r+7hFQjAb0RA0VFfWrCLj2VnWg0xJgPe4FQmwaEWjKMc011tkJXs0PApaiTxvE0W08nadSDTu5jfsBrFw==
"@angular/platform-browser-dynamic@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.0.1.tgz#23db2ff9ad2ea7b5c47e228126a4c104be9bd026"
integrity sha512-qrGlRPqJM42WZcHCbzwTA8SiK90xrhM/VrOL/8/1okuHn82gSWbbynpqycdZnsI9XMbW+HNhpKR2n8HKV38Jug==
dependencies:
tslib "^2.3.0"

"@angular/platform-browser@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-16.0.0.tgz#4e0d58c7e11ec7d6c188ea1d5bc8217318e566c7"
integrity sha512-6LpgLfEnumKMKM/S9joWrVSm4MdFuIjddFmlSG7zGcRqwM0N8doH/YkuwTK8/t9q8wI/yztp6qM2pg25Pgv1XA==
"@angular/platform-browser@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-16.0.1.tgz#f26d5e8bddf774d20a1a9172174b8c1f328d5f31"
integrity sha512-7XLIOnTnGDJLE4Q0zBz6eI9q5V3NnsTAJqIICJHc4gk6jNgVz90gtejAQ4EFbo0d83XGzwFL22hxID5Dj1WRIA==
dependencies:
tslib "^2.3.0"

"@angular/platform-server@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-16.0.0.tgz#b10bd8cfdf8435a806bbecf8f07f144d93544d73"
integrity sha512-YztsSNX+PAI9fP9M5Z0tNMyjjNHUd3x8Yp0dKbRgG9pD4max+ctAi3xZi02ubfaD6HN05yXOehi5wFdcBoyegg==
"@angular/platform-server@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-16.0.1.tgz#f4a80655d5a3062798806fc6350135a3d1f3639d"
integrity sha512-bsLci6TcgURzjOUu5wAK7Zi9/R+68OYBkkmqONtBMZYHIiWGYmuBbMQYn2YVdWq4Bmkkgln5clVOtTKZhdjIJQ==
dependencies:
tslib "^2.3.0"
xhr2 "^0.2.0"

"@angular/router@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-16.0.0.tgz#04b917ce68a51d187246974ebf6ffc6f5fa20e71"
integrity sha512-+5gjJwFx3AFGv7OnY53pfUzaPbWe5gOVQWXAnlUuk6tsQmWJBMehuCQ5ZO5cxViQDZkyvNALzoUeU6aKWmNqmg==
"@angular/router@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-16.0.1.tgz#20548a799d56747628885aff561869841645a106"
integrity sha512-4GH0SxPbuY08B/M0f3NEHf9yIFH+D3wlzWJHI75chfdqQ8gGAMG6B6PSmo3haicDxHcSnZTYNJXDLOQvaBAHcA==
dependencies:
tslib "^2.3.0"

"@angular/service-worker@16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-16.0.0.tgz#d265a0422f47199bff049dccbe8f9041a5308efa"
integrity sha512-uVuxPDeKHd3x8QRcvA/8nfLoBZrKu844WGmeZYtkOpahsyaT/6xtBjqS2Rx+0X6RHVYR21nVT6V54R6tZa1eFA==
"@angular/service-worker@16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-16.0.1.tgz#25a74a267c6f2a5c7ffca93c98bd645890550a74"
integrity sha512-SkpE09QPwO80RJjlmyAka9/6c1DWUBEehH/LIeT/FfQ/6fOVUHgh5vgK8ha43rlDlkLp+OdVuhxokwfzQyjtTA==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 35d239e

Please sign in to comment.