|
58 | 58 | "tslint-version-6": {
|
59 | 59 | "version": "10.0.0-beta.0",
|
60 | 60 | "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." |
62 | 62 | },
|
63 | 63 | "rename-browserslist-config": {
|
64 | 64 | "version": "10.0.0-beta.0",
|
65 | 65 | "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'." |
67 | 67 | },
|
68 | 68 | "remove-es5-browser-support-option": {
|
69 | 69 | "version": "10.0.0-beta.2",
|
|
73 | 73 | "schematic-options-10": {
|
74 | 74 | "version": "10.0.0-beta.2",
|
75 | 75 | "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." |
77 | 77 | },
|
78 | 78 | "update-angular-config": {
|
79 | 79 | "version": "10.0.0-beta.6",
|
80 | 80 | "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." |
82 | 82 | },
|
83 | 83 | "tslint-add-deprecation-rule": {
|
84 | 84 | "version": "10.0.0-beta.7",
|
85 | 85 | "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." |
87 | 87 | },
|
88 | 88 | "update-libraries-tslib": {
|
89 | 89 | "version": "10.0.0-beta.7",
|
90 | 90 | "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" |
92 | 92 | },
|
93 | 93 | "solution-style-tsconfig": {
|
94 | 94 | "version": "10.0.0-beta.7",
|
95 | 95 | "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" |
97 | 97 | },
|
98 | 98 | "update-module-and-target-compiler-options": {
|
99 | 99 | "version": "10.0.0-rc.1",
|
100 | 100 | "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" |
102 | 102 | },
|
103 | 103 | "update-workspace-dependencies": {
|
104 | 104 | "version": "10.0.0-rc.2",
|
105 | 105 | "factory": "./update-10/update-dependencies",
|
106 |
| - "description": "Workspace dependencies updates." |
| 106 | + "description": "Update workspace dependencies to match a new v10 project." |
107 | 107 | }
|
108 | 108 | }
|
109 | 109 | }
|
0 commit comments