Skip to content

Commit 3134a73

Browse files
committed
docs(@schematics/angular): update v10 migration descriptions
This adds links to current migration guides for several of the migrations as well as adjusts some of the descriptions to provide additional inline information.
1 parent eb4cb7c commit 3134a73

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/schematics/angular/migrations/migration-collection.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
"tslint-version-6": {
5959
"version": "10.0.0-beta.0",
6060
"factory": "./update-10/update-tslint",
61-
"description": "Update tslint to version 6."
61+
"description": "Update tslint to version 6 and adjust rules to maintain existing behavior."
6262
},
6363
"rename-browserslist-config": {
6464
"version": "10.0.0-beta.0",
6565
"factory": "./update-10/rename-browserslist-config",
66-
"description": "Update Browserslist configurations to '.browserslistrc'."
66+
"description": "Update Browserslist configuration file name to '.browserslistrc' from deprecated 'browserslist'."
6767
},
6868
"remove-es5-browser-support-option": {
6969
"version": "10.0.0-beta.2",
@@ -73,37 +73,37 @@
7373
"schematic-options-10": {
7474
"version": "10.0.0-beta.2",
7575
"factory": "./update-9/schematic-options",
76-
"description": "Replace deprecated 'styleext' and 'spec' Angular schematic options."
76+
"description": "Replace deprecated and removed 'styleext' and 'spec' Angular schematic options with 'style' and 'skipTests', respectively."
7777
},
7878
"update-angular-config": {
7979
"version": "10.0.0-beta.6",
8080
"factory": "./update-10/update-angular-config",
81-
"description": "Remove various deprecated builders options from 'angular.json'."
81+
"description": "Remove deprecated options from 'angular.json' that are no longer present in v10."
8282
},
8383
"tslint-add-deprecation-rule": {
8484
"version": "10.0.0-beta.7",
8585
"factory": "./update-10/add-deprecation-rule-tslint",
86-
"description": "Adds the tslint deprecation rule to tslint JSON configuration files."
86+
"description": "Add the tslint deprecation rule to tslint JSON configuration files."
8787
},
8888
"update-libraries-tslib": {
8989
"version": "10.0.0-beta.7",
9090
"factory": "./update-10/update-libraries-tslib",
91-
"description": "Update library projects to use tslib version 2 as a direct dependency."
91+
"description": "Update library projects to use tslib version 2 as a direct dependency. Read more about this here: https://v10.angular.io/guide/migration-update-libraries-tslib"
9292
},
9393
"solution-style-tsconfig": {
9494
"version": "10.0.0-beta.7",
9595
"factory": "./update-10/solution-style-tsconfig",
96-
"description": "Adding \"Solution Style\" tsconfig.json. This improves developer experience using editors powered by TypeScript’s language server."
96+
"description": "Add \"Solution Style\" TypeScript configuration file support. This improves developer experience using editors powered by TypeScript’s language server. Read more about this here: https://v10.angular.io/guide/migration-solution-style-tsconfig"
9797
},
9898
"update-module-and-target-compiler-options": {
9999
"version": "10.0.0-rc.1",
100100
"factory": "./update-10/update-module-and-target-compiler-options",
101-
"description": "Update 'module' and 'target' TypeScript compiler options."
101+
"description": "Update 'module' and 'target' TypeScript compiler options. Read more about this here: https://v10.angular.io/guide/migration-update-module-and-target-compiler-options"
102102
},
103103
"update-workspace-dependencies": {
104104
"version": "10.0.0-rc.2",
105105
"factory": "./update-10/update-dependencies",
106-
"description": "Workspace dependencies updates."
106+
"description": "Update workspace dependencies to match a new v10 project."
107107
}
108108
}
109109
}

0 commit comments

Comments
 (0)