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/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@303acfd7f5ae3118193047f604d821f3604a0512
- uses: angular/dev-infra/github-actions/commit-message-based-labels@d9f50abe777f5077aee75a35f2fe65bb478638b5
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@303acfd7f5ae3118193047f604d821f3604a0512
- uses: angular/dev-infra/github-actions/feature-request@d9f50abe777f5077aee75a35f2fe65bb478638b5
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@303acfd7f5ae3118193047f604d821f3604a0512
- uses: angular/dev-infra/github-actions/lock-closed@d9f50abe777f5077aee75a35f2fe65bb478638b5
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@
},
"devDependencies": {
"@ampproject/remapping": "2.2.0",
"@angular/animations": "14.0.0-next.14",
"@angular/cdk": "14.0.0-next.11",
"@angular/common": "14.0.0-next.14",
"@angular/compiler": "14.0.0-next.14",
"@angular/compiler-cli": "14.0.0-next.14",
"@angular/core": "14.0.0-next.14",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#4149a6bb4dd87882532f0bab753e877b61a7cb50",
"@angular/forms": "14.0.0-next.14",
"@angular/localize": "14.0.0-next.14",
"@angular/material": "14.0.0-next.11",
"@angular/platform-browser": "14.0.0-next.14",
"@angular/platform-browser-dynamic": "14.0.0-next.14",
"@angular/platform-server": "14.0.0-next.14",
"@angular/router": "14.0.0-next.14",
"@angular/service-worker": "14.0.0-next.14",
"@angular/animations": "14.0.0-next.16",
"@angular/cdk": "14.0.0-next.13",
"@angular/common": "14.0.0-next.16",
"@angular/compiler": "14.0.0-next.16",
"@angular/compiler-cli": "14.0.0-next.16",
"@angular/core": "14.0.0-next.16",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#54c89d2b5ea8a35006eafdcd4e24abab6a7c73b6",
"@angular/forms": "14.0.0-next.16",
"@angular/localize": "14.0.0-next.16",
"@angular/material": "14.0.0-next.13",
"@angular/platform-browser": "14.0.0-next.16",
"@angular/platform-browser-dynamic": "14.0.0-next.16",
"@angular/platform-server": "14.0.0-next.16",
"@angular/router": "14.0.0-next.16",
"@angular/service-worker": "14.0.0-next.16",
"@babel/core": "7.17.9",
"@babel/generator": "7.17.9",
"@babel/helper-annotate-as-pure": "7.16.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/

import type { Ι΅ParsedTranslation } from '@angular/localize/private';
import type { Ι΅ParsedTranslation } from '@angular/localize';
import type {
DiagnosticHandlingStrategy,
Diagnostics,
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": "14.0.0-next.14",
"@angular/compiler-cli": "14.0.0-next.14",
"@angular/compiler": "14.0.0-next.16",
"@angular/compiler-cli": "14.0.0-next.16",
"typescript": "4.6.4",
"webpack": "5.72.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/e2e/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function (options: E2eOptions): Rule {
{
type: NodeDependencyType.Dev,
name: 'ts-node',
version: '~9.1.1',
version: latestVersions['ts-node'],
},
{
type: NodeDependencyType.Dev,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"ng-packagr": "^14.0.0-next.2",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"ts-node": "~10.7.0",
"typescript": "~4.6.2",
"zone.js": "~0.11.4"
}
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#7b6d86267fb6a5dfa5d6455b32db1572dc1f4a2f",
"@angular/cdk": "github:angular/cdk-builds#39f12a8a702a577983fb3a925a2b1d651deb5033",
"@angular/common": "github:angular/common-builds#445b6b905007b20844682d625f5d44b7f039428c",
"@angular/compiler": "github:angular/compiler-builds#a06e296066b869f289261929df718050c1866a19",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#ca2fbd295f19f11dcc5fe285899a2bcd4e626440",
"@angular/core": "github:angular/core-builds#7e9a673e3f90c79c8ba1beb490e4c0758521122a",
"@angular/forms": "github:angular/forms-builds#f90e2928b5f8f0df26dcc2da90ed58a8ac44ba7d",
"@angular/language-service": "github:angular/language-service-builds#3c284eb212ddc8d7f85edc5d3f43a7ff079c8c9b",
"@angular/localize": "github:angular/localize-builds#740258f159eb2e9673d11cfe7bcb5eb8d450d9b0",
"@angular/material": "github:angular/material-builds#c9fa6e880dda5e576b8cf74172dc9e7953165ca0",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f125bf9670c1c685ab06f69f082d7dee00a1b1b2",
"@angular/platform-browser": "github:angular/platform-browser-builds#62dff5c9ece8f0ad119db09b87b210cde3607a3d",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#c5315ac44898ca42a62874378c9bf5b1ea38b273",
"@angular/platform-server": "github:angular/platform-server-builds#6c999130de5c43a40541898e070b882d32438906",
"@angular/router": "github:angular/router-builds#5659a781e9d95f8286efb32edc231de13899a77e",
"@angular/service-worker": "github:angular/service-worker-builds#ca95514ef4f7e83692dcee72fc6a94ec0c776428"
"@angular/animations": "github:angular/animations-builds#d49640a3672bb159e5cc66041d8c2121913c7aa4",
"@angular/cdk": "github:angular/cdk-builds#6b44d3fe0af911a96bb803e3fef9272cacbf9b57",
"@angular/common": "github:angular/common-builds#16274823437f17148d98a54f4a613a7de7fff9b9",
"@angular/compiler": "github:angular/compiler-builds#1bc04fa2764a306b2970538c84e9d9a82e79e025",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#d655cb08dcd04ba07aff55e7ad2cde98d720f37e",
"@angular/core": "github:angular/core-builds#ccac6d0d4d46f507e9d24a0adb870d4301b7da25",
"@angular/forms": "github:angular/forms-builds#188f3ec2f8a318b363ec05ee1746bf043d88e931",
"@angular/language-service": "github:angular/language-service-builds#f3d743817f80f9a3335df3598f68ab1546215c60",
"@angular/localize": "github:angular/localize-builds#25b76d032ca107cfe1b3919e2e92246a423d3ad6",
"@angular/material": "github:angular/material-builds#43eaae7bccf1996f232d33f854959442da2dd716",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#edee3a3f0069b980c557e30c27dce24c4325080b",
"@angular/platform-browser": "github:angular/platform-browser-builds#2a2374fd0b9f12c52984ce4cb84f126182320cbe",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#04128cacfda68e47a835ef8f0faa74c6b626091f",
"@angular/platform-server": "github:angular/platform-server-builds#b44b9aa895d785348d1c15971be0962b6e713a23",
"@angular/router": "github:angular/router-builds#eef60c7cce2252e2302be76cc93e9816e9c4f639",
"@angular/service-worker": "github:angular/service-worker-builds#fdbe7f7dd344e91d32d8be79c1d165b2b790caf9"
}
}
Loading