Skip to content

Commit

Permalink
feat(angular): update angular cli packages to 14.0.0-next.5 and angul…
Browse files Browse the repository at this point in the history
…ar packages to 14.0.0-next.6
  • Loading branch information
leosvelperez committed Mar 14, 2022
1 parent e4fbe53 commit a387676
Show file tree
Hide file tree
Showing 8 changed files with 365 additions and 290 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"prepare": "is-ci || husky install"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1400.0-next.4",
"@angular-devkit/build-angular": "~14.0.0-next.4",
"@angular-devkit/build-webpack": "~0.1400.0-next.4",
"@angular-devkit/core": "~14.0.0-next.4",
"@angular-devkit/schematics": "~14.0.0-next.4",
"@angular-devkit/architect": "~0.1400.0-next.5",
"@angular-devkit/build-angular": "~14.0.0-next.5",
"@angular-devkit/build-webpack": "~0.1400.0-next.5",
"@angular-devkit/core": "~14.0.0-next.5",
"@angular-devkit/schematics": "~14.0.0-next.5",
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular/cli": "~14.0.0-next.4",
"@angular/common": "~14.0.0-next.5",
"@angular/compiler": "~14.0.0-next.5",
"@angular/compiler-cli": "~14.0.0-next.5",
"@angular/core": "~14.0.0-next.5",
"@angular/forms": "~14.0.0-next.5",
"@angular/platform-browser": "~14.0.0-next.5",
"@angular/platform-browser-dynamic": "~14.0.0-next.5",
"@angular/router": "~14.0.0-next.5",
"@angular/service-worker": "~14.0.0-next.5",
"@angular/upgrade": "~14.0.0-next.5",
"@angular/cli": "~14.0.0-next.5",
"@angular/common": "~14.0.0-next.6",
"@angular/compiler": "~14.0.0-next.6",
"@angular/compiler-cli": "~14.0.0-next.6",
"@angular/core": "~14.0.0-next.6",
"@angular/forms": "~14.0.0-next.6",
"@angular/platform-browser": "~14.0.0-next.6",
"@angular/platform-browser-dynamic": "~14.0.0-next.6",
"@angular/router": "~14.0.0-next.6",
"@angular/service-worker": "~14.0.0-next.6",
"@angular/upgrade": "~14.0.0-next.6",
"@babel/helper-create-regexp-features-plugin": "^7.14.5",
"@cypress/webpack-preprocessor": "^5.9.1",
"@nestjs/common": "^8.0.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@rollup/plugin-image": "^2.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@schematics/angular": "~14.0.0-next.4",
"@schematics/angular": "~14.0.0-next.5",
"@storybook/addon-essentials": "~6.4.12",
"@storybook/addon-knobs": "~6.3.0",
"@storybook/angular": "~6.4.12",
Expand Down Expand Up @@ -243,7 +243,7 @@
"tslint-to-eslint-config": "^2.4.0",
"typedoc": "^0.22.5",
"typedoc-plugin-markdown": "^3.11.3",
"typescript": "~4.5.2",
"typescript": "~4.6.2",
"unzipper": "^0.10.11",
"url-loader": "^4.1.1",
"verdaccio": "^5.0.4",
Expand Down
42 changes: 23 additions & 19 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1380,84 +1380,88 @@
"version": "14.0.0-beta.0",
"packages": {
"@angular/cli": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular-devkit/build-angular": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/core": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": true
},
"@angular/common": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/forms": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/elements": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/compiler": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/compiler-cli": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/localize": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/platform-browser": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/platform-browser-dynamic": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/platform-server": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/router": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/upgrade": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/language-service": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/animations": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/service-worker": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/material": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"@angular/cdk": {
"version": "~14.0.0-next.5",
"version": "~14.0.0-next.6",
"alwaysAddToPackageJson": false
},
"ng-packagr": {
"version": "~14.0.0-next.1",
"alwaysAddToPackageJson": false
},
"typescript": {
"version": "~4.6.2",
"alwaysAddToPackageJson": false
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"migrations": "./migrations.json"
},
"dependencies": {
"@angular-devkit/schematics": "~14.0.0-next.4",
"@angular-devkit/schematics": "~14.0.0-next.5",
"@nrwl/cypress": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@nrwl/storybook": "*",
"@schematics/angular": "~14.0.0-next.4",
"@schematics/angular": "~14.0.0-next.5",
"@phenomnomnominal/tsquery": "4.1.1",
"ignore": "^5.0.4",
"jasmine-marbles": "~0.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const nxVersion = '*';
export const angularVersion = '~14.0.0-next.5';
export const angularDevkitVersion = '~14.0.0-next.4';
export const angularVersion = '~14.0.0-next.6';
export const angularDevkitVersion = '~14.0.0-next.5';
export const ngPackagrVersion = '~14.0.0-next.1';
export const angularJsVersion = '1.7.9';
export const ngrxVersion = '~13.0.0';
Expand Down
2 changes: 1 addition & 1 deletion packages/linter/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const nxVersion = '*';

export const tslintVersion = '~6.1.0';
export const tslintToEslintConfigVersion = '^2.4.0';
export const buildAngularVersion = '~14.0.0-next.4';
export const buildAngularVersion = '~14.0.0-next.5';

export const typescriptESLintVersion = '~5.10.0';
export const eslintVersion = '~8.7.0';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Object {
"@nrwl/workspace": "*",
"@types/node": "16.11.7",
"prettier": "^2.5.1",
"typescript": "~4.5.2",
"typescript": "~4.6.2",
},
"license": "MIT",
"name": "my-workspace",
Expand All @@ -34,7 +34,7 @@ Object {
"@nrwl/workspace": "*",
"@types/node": "16.11.7",
"prettier": "^2.5.1",
"typescript": "~4.5.2",
"typescript": "~4.6.2",
},
"license": "MIT",
"name": "my-workspace",
Expand All @@ -58,7 +58,7 @@ Object {
"@nrwl/workspace": "*",
"@types/node": "16.11.7",
"prettier": "^2.5.1",
"typescript": "~4.5.2",
"typescript": "~4.6.2",
},
"license": "MIT",
"name": "my-workspace",
Expand Down
4 changes: 2 additions & 2 deletions packages/workspace/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const nxVersion = '*';

export const angularCliVersion = '~14.0.0-next.4';
export const typescriptVersion = '~4.5.2';
export const angularCliVersion = '~14.0.0-next.5';
export const typescriptVersion = '~4.6.2';
export const prettierVersion = '^2.5.1';
export const tslintVersion = '~6.1.0';
export const typescriptESLintVersion = '~5.10.0';
Expand Down

0 comments on commit a387676

Please sign in to comment.