Skip to content

Commit

Permalink
feat(angular): update angular cli packages to 14.0.0-next.4 and angul…
Browse files Browse the repository at this point in the history
…ar packages to 14.0.0-next.5
  • Loading branch information
leosvelperez committed Mar 7, 2022
1 parent 53fa53c commit ad2fc4f
Show file tree
Hide file tree
Showing 7 changed files with 273 additions and 214 deletions.
34 changes: 17 additions & 17 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.3",
"@angular-devkit/build-angular": "~14.0.0-next.3",
"@angular-devkit/build-webpack": "~0.1400.0-next.3",
"@angular-devkit/core": "~14.0.0-next.3",
"@angular-devkit/schematics": "~14.0.0-next.3",
"@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-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.3",
"@angular/common": "~14.0.0-next.4",
"@angular/compiler": "~14.0.0-next.4",
"@angular/compiler-cli": "~14.0.0-next.4",
"@angular/core": "~14.0.0-next.4",
"@angular/forms": "~14.0.0-next.4",
"@angular/platform-browser": "~14.0.0-next.4",
"@angular/platform-browser-dynamic": "~14.0.0-next.4",
"@angular/router": "~14.0.0-next.4",
"@angular/service-worker": "~14.0.0-next.4",
"@angular/upgrade": "~14.0.0-next.4",
"@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",
"@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.3",
"@schematics/angular": "~14.0.0-next.4",
"@storybook/addon-essentials": "~6.4.12",
"@storybook/addon-knobs": "~6.3.0",
"@storybook/angular": "~6.4.12",
Expand Down
38 changes: 19 additions & 19 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1380,79 +1380,79 @@
"version": "14.0.0-beta.0",
"packages": {
"@angular/cli": {
"version": "~14.0.0-next.3",
"version": "~14.0.0-next.4",
"alwaysAddToPackageJson": false
},
"@angular-devkit/build-angular": {
"version": "~14.0.0-next.3",
"version": "~14.0.0-next.4",
"alwaysAddToPackageJson": false
},
"@angular/core": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": true
},
"@angular/common": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/forms": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/elements": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/compiler": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/compiler-cli": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/localize": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/platform-browser": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/platform-browser-dynamic": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/platform-server": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/router": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/upgrade": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/language-service": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/animations": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/service-worker": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/material": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"@angular/cdk": {
"version": "~14.0.0-next.4",
"version": "~14.0.0-next.5",
"alwaysAddToPackageJson": false
},
"ng-packagr": {
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.3",
"@angular-devkit/schematics": "~14.0.0-next.4",
"@nrwl/cypress": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@nrwl/storybook": "*",
"@schematics/angular": "~14.0.0-next.3",
"@schematics/angular": "~14.0.0-next.4",
"@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.4';
export const angularDevkitVersion = '~14.0.0-next.3';
export const angularVersion = '~14.0.0-next.5';
export const angularDevkitVersion = '~14.0.0-next.4';
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.3';
export const buildAngularVersion = '~14.0.0-next.4';

export const typescriptESLintVersion = '~5.10.0';
export const eslintVersion = '~8.7.0';
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const nxVersion = '*';

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

0 comments on commit ad2fc4f

Please sign in to comment.