Skip to content

Commit

Permalink
feat(angular): support angular v13.3.0 (#9311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Mar 18, 2022
1 parent 75ad30c commit a8ede44
Show file tree
Hide file tree
Showing 9 changed files with 540 additions and 320 deletions.
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -25,26 +25,26 @@
"prepare": "is-ci || husky install"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1302.0",
"@angular-devkit/build-angular": "~13.2.0",
"@angular-devkit/architect": "~0.1303.0",
"@angular-devkit/build-angular": "~13.3.0",
"@angular-devkit/build-optimizer": "~0.1302.0",
"@angular-devkit/build-webpack": "~0.1302.0",
"@angular-devkit/core": "~13.2.0",
"@angular-devkit/schematics": "~13.2.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.2.0",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/compiler-cli": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@angular/service-worker": "~13.2.0",
"@angular/upgrade": "~13.2.0",
"@angular-devkit/build-webpack": "~0.1303.0",
"@angular-devkit/core": "~13.3.0",
"@angular-devkit/schematics": "~13.3.0",
"@angular-eslint/eslint-plugin": "~13.1.0",
"@angular-eslint/eslint-plugin-template": "~13.1.0",
"@angular-eslint/template-parser": "~13.1.0",
"@angular/cli": "~13.3.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/compiler-cli": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@angular/service-worker": "~13.3.0",
"@angular/upgrade": "~13.3.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 @@ -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": "~13.2.0",
"@schematics/angular": "~13.3.0",
"@storybook/addon-essentials": "~6.4.12",
"@storybook/addon-knobs": "~6.3.0",
"@storybook/angular": "~6.4.12",
Expand Down Expand Up @@ -189,7 +189,7 @@
"minimatch": "3.0.4",
"next": "12.1.0",
"next-sitemap": "^1.6.108",
"ng-packagr": "~13.2.0",
"ng-packagr": "~13.3.0",
"ngrx-store-freeze": "0.2.4",
"node-fetch": "^2.6.7",
"open": "^8.4.0",
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
89 changes: 89 additions & 0 deletions packages/angular/migrations.json
Expand Up @@ -1381,6 +1381,95 @@
"alwaysAddToPackageJson": false
}
}
},
"13.9.3": {
"version": "13.9.3-beta.0",
"packages": {
"@angular/cli": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular-devkit/build-angular": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/core": {
"version": "~13.3.0",
"alwaysAddToPackageJson": true
},
"@angular/common": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/forms": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/elements": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/compiler": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/compiler-cli": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/localize": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/platform-browser": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/platform-browser-dynamic": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/platform-server": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/router": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/upgrade": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/language-service": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/animations": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/service-worker": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/material": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"@angular/cdk": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"ng-packagr": {
"version": "~13.3.0",
"alwaysAddToPackageJson": false
},
"typescript": {
"version": "~4.6.2",
"alwaysAddToPackageJson": false
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/angular/package.json
Expand Up @@ -37,13 +37,13 @@
"migrations": "./migrations.json"
},
"dependencies": {
"@angular-devkit/schematics": "~13.2.0",
"@angular-devkit/schematics": "~13.3.0",
"@nrwl/cypress": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@nrwl/storybook": "*",
"@schematics/angular": "~13.2.0",
"@schematics/angular": "~13.3.0",
"@phenomnomnominal/tsquery": "4.1.1",
"ignore": "^5.0.4",
"jasmine-marbles": "~0.8.4",
Expand Down
Expand Up @@ -573,9 +573,9 @@ exports[`convert-tslint-to-eslint should work for Angular applications 1`] = `
Object {
"dependencies": Object {},
"devDependencies": Object {
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular-eslint/eslint-plugin": "~13.1.0",
"@angular-eslint/eslint-plugin-template": "~13.1.0",
"@angular-eslint/template-parser": "~13.1.0",
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "~5.10.0",
Expand Down Expand Up @@ -931,9 +931,9 @@ exports[`convert-tslint-to-eslint should work for Angular libraries 1`] = `
Object {
"dependencies": Object {},
"devDependencies": Object {
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular-eslint/eslint-plugin": "~13.1.0",
"@angular-eslint/eslint-plugin-template": "~13.1.0",
"@angular-eslint/template-parser": "~13.1.0",
"@nrwl/eslint-plugin-nx": "*",
"@nrwl/linter": "*",
"@typescript-eslint/eslint-plugin": "~5.10.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/src/utils/versions.ts
@@ -1,11 +1,11 @@
export const nxVersion = '*';
export const angularVersion = '~13.2.0';
export const angularDevkitVersion = '~13.2.0';
export const angularVersion = '~13.3.0';
export const angularDevkitVersion = '~13.3.0';
export const angularJsVersion = '1.7.9';
export const ngrxVersion = '~13.0.0';
export const rxjsVersion = '~7.4.0';
export const jestPresetAngularVersion = '11.1.1';
export const angularEslintVersion = '~13.0.1';
export const angularEslintVersion = '~13.1.0';
export const angularArchitectsModuleFederationPluginVersion = '^14.0.1';
export const tailwindVersion = '^3.0.2';
export const postcssVersion = '^8.4.5';
Expand Down
2 changes: 1 addition & 1 deletion packages/linter/src/utils/versions.ts
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.2.0';
export const buildAngularVersion = '~13.3.0';

export const typescriptESLintVersion = '~5.10.0';
export const eslintVersion = '~8.7.0';
Expand Down
Expand Up @@ -11,7 +11,7 @@ Object {
"@types/node": "16.11.7",
"nx": "*",
"prettier": "^2.5.1",
"typescript": "~4.5.2",
"typescript": "~4.6.2",
},
"license": "MIT",
"name": "my-workspace",
Expand All @@ -34,7 +34,7 @@ Object {
"@types/node": "16.11.7",
"nx": "*",
"prettier": "^2.5.1",
"typescript": "~4.5.2",
"typescript": "~4.6.2",
},
"license": "MIT",
"name": "my-workspace",
Expand All @@ -58,7 +58,7 @@ Object {
"@types/node": "16.11.7",
"nx": "*",
"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
@@ -1,7 +1,7 @@
export const nxVersion = '*';

export const angularCliVersion = '~13.2.0';
export const typescriptVersion = '~4.5.2';
export const angularCliVersion = '~13.3.0';
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

1 comment on commit a8ede44

@vercel
Copy link

@vercel vercel bot commented on a8ede44 Mar 18, 2022

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.