Skip to content

Commit

Permalink
feat(angular): upgrade to angular 13.1 (#8182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Dec 15, 2021
1 parent a75f1bd commit 08172bc
Show file tree
Hide file tree
Showing 7 changed files with 694 additions and 720 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@
"prepare": "is-ci || husky install"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1300.0",
"@angular-devkit/build-angular": "~13.0.0",
"@angular-devkit/build-optimizer": "~0.1300.0",
"@angular-devkit/build-webpack": "~0.1300.0",
"@angular-devkit/core": "~13.0.0",
"@angular-devkit/schematics": "~13.0.0",
"@angular-devkit/architect": "~0.1301.0",
"@angular-devkit/build-angular": "~13.1.0",
"@angular-devkit/build-optimizer": "~0.1301.0",
"@angular-devkit/build-webpack": "~0.1301.0",
"@angular-devkit/core": "~13.1.0",
"@angular-devkit/schematics": "~13.1.0",
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular/cli": "~13.0.0",
"@angular/common": "^13.0.0",
"@angular/compiler": "^13.0.0",
"@angular/compiler-cli": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/forms": "^13.0.0",
"@angular/platform-browser": "^13.0.0",
"@angular/platform-browser-dynamic": "^13.0.0",
"@angular/router": "^13.0.0",
"@angular/service-worker": "^13.0.0",
"@angular/upgrade": "^13.0.0",
"@angular/cli": "~13.1.0",
"@angular/common": "~13.1.0",
"@angular/compiler": "~13.1.0",
"@angular/compiler-cli": "~13.1.0",
"@angular/core": "~13.1.0",
"@angular/forms": "~13.1.0",
"@angular/platform-browser": "~13.1.0",
"@angular/platform-browser-dynamic": "~13.1.0",
"@angular/router": "~13.1.0",
"@angular/service-worker": "~13.1.0",
"@angular/upgrade": "~13.1.0",
"@babel/helper-create-regexp-features-plugin": "^7.14.5",
"@cypress/webpack-preprocessor": "^5.9.1",
"@nestjs/common": "^8.0.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@rollup/plugin-image": "^2.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@schematics/angular": "~13.0.0",
"@schematics/angular": "~13.1.0",
"@storybook/addon-essentials": "6.4.0-rc.3",
"@storybook/addon-knobs": "~6.3.0",
"@storybook/angular": "6.4.0-rc.3",
Expand Down Expand Up @@ -192,7 +192,7 @@
"minimatch": "3.0.4",
"next": "12.0.7",
"next-sitemap": "^1.6.108",
"ng-packagr": "~13.0.0",
"ng-packagr": "~13.1.0",
"ngrx-store-freeze": "0.2.4",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
Expand Down
93 changes: 93 additions & 0 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,99 @@
"alwaysAddToPackageJson": false
}
}
},
"13.4.0": {
"version": "13.4.0-beta.1",
"packages": {
"@angular/cli": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular-devkit/build-angular": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular-devkit/build-optimizer": {
"version": "~0.1301.0",
"alwaysAddToPackageJson": false
},
"@angular/core": {
"version": "~13.1.0",
"alwaysAddToPackageJson": true
},
"@angular/common": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/forms": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/elements": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/compiler": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/compiler-cli": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/localize": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/platform-browser": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/platform-browser-dynamic": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/platform-server": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/router": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/upgrade": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/language-service": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/animations": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/service-worker": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/material": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"@angular/cdk": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"ng-packagr": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
},
"typescript": {
"version": "~4.5.2",
"alwaysAddToPackageJson": false
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"migrations": "./migrations.json"
},
"dependencies": {
"@angular-devkit/schematics": "~13.0.0",
"@angular-devkit/schematics": "~13.1.0",
"@nrwl/cypress": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@nrwl/storybook": "*",
"@schematics/angular": "~13.0.0",
"@schematics/angular": "~13.1.0",
"@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 = '^13.0.0';
export const angularDevkitVersion = '~13.0.0';
export const angularVersion = '~13.1.0';
export const angularDevkitVersion = '~13.1.0';
export const angularJsVersion = '1.7.9';
export const ngrxVersion = '~13.0.0';
export const rxjsVersion = '~7.4.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 = '~13.0.0';
export const buildAngularVersion = '~13.1.0';

export const typescriptESLintVersion = '~5.3.0';
export const eslintVersion = '8.2.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 = '~13.0.0';
export const angularCliVersion = '~13.1.0';
export const typescriptVersion = '~4.4.3';
export const prettierVersion = '^2.3.1';
export const tslintVersion = '~6.1.0';
Expand Down
Loading

1 comment on commit 08172bc

@vercel
Copy link

@vercel vercel bot commented on 08172bc Dec 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.