1 | {
|
---|
2 | "schematics": {
|
---|
3 | "workspace-version-9": {
|
---|
4 | "version": "9.0.0-beta.0",
|
---|
5 | "factory": "./update-9",
|
---|
6 | "description": "Angular Workspace migration. Update an Angular CLI workspace to version 9."
|
---|
7 | },
|
---|
8 | "lazy-loading-syntax": {
|
---|
9 | "version": "9.0.0-next.6",
|
---|
10 | "factory": "./update-12/update-lazy-module-paths",
|
---|
11 | "description": "Lazy loading syntax migration. Update lazy loading syntax to use dynamic imports."
|
---|
12 | },
|
---|
13 | "schematic-options-9": {
|
---|
14 | "version": "9.0.2",
|
---|
15 | "factory": "./update-9/schematic-options",
|
---|
16 | "description": "Replace deprecated 'styleext' and 'spec' Angular schematic options."
|
---|
17 | },
|
---|
18 | "tslint-version-6": {
|
---|
19 | "version": "10.0.0-beta.0",
|
---|
20 | "factory": "./update-10/update-tslint",
|
---|
21 | "description": "Update tslint to version 6 and adjust rules to maintain existing behavior."
|
---|
22 | },
|
---|
23 | "rename-browserslist-config": {
|
---|
24 | "version": "10.0.0-beta.0",
|
---|
25 | "factory": "./update-10/rename-browserslist-config",
|
---|
26 | "description": "Update Browserslist configuration file name to '.browserslistrc' from deprecated 'browserslist'."
|
---|
27 | },
|
---|
28 | "remove-es5-browser-support-option": {
|
---|
29 | "version": "10.0.0-beta.2",
|
---|
30 | "factory": "./update-10/remove-es5-browser-support",
|
---|
31 | "description": "Remove deprecated 'es5BrowserSupport' browser builder option. The inclusion for ES5 polyfills will be determined from the browsers listed in the browserslist configuration."
|
---|
32 | },
|
---|
33 | "schematic-options-10": {
|
---|
34 | "version": "10.0.0-beta.2",
|
---|
35 | "factory": "./update-9/schematic-options",
|
---|
36 | "description": "Replace deprecated and removed 'styleext' and 'spec' Angular schematic options with 'style' and 'skipTests', respectively."
|
---|
37 | },
|
---|
38 | "update-angular-config": {
|
---|
39 | "version": "10.0.0-beta.6",
|
---|
40 | "factory": "./update-10/update-angular-config",
|
---|
41 | "description": "Remove deprecated options from 'angular.json' that are no longer present in v10."
|
---|
42 | },
|
---|
43 | "tslint-add-deprecation-rule": {
|
---|
44 | "version": "10.0.0-beta.7",
|
---|
45 | "factory": "./update-10/add-deprecation-rule-tslint",
|
---|
46 | "description": "Add the tslint deprecation rule to tslint JSON configuration files."
|
---|
47 | },
|
---|
48 | "update-libraries-tslib": {
|
---|
49 | "version": "10.0.0-beta.7",
|
---|
50 | "factory": "./update-10/update-libraries-tslib",
|
---|
51 | "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"
|
---|
52 | },
|
---|
53 | "update-workspace-dependencies": {
|
---|
54 | "version": "10.0.0-rc.2",
|
---|
55 | "factory": "./update-10/update-dependencies",
|
---|
56 | "description": "Update workspace dependencies to match a new v10 project."
|
---|
57 | },
|
---|
58 | "update-module-and-target-compiler-options": {
|
---|
59 | "version": "10.0.1",
|
---|
60 | "factory": "./update-10/update-module-and-target-compiler-options",
|
---|
61 | "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"
|
---|
62 | },
|
---|
63 | "remove-solution-style-tsconfig": {
|
---|
64 | "version": "10.1.0-next.5",
|
---|
65 | "factory": "./update-10/remove-solution-style-tsconfig",
|
---|
66 | "description": "Removing \"Solution Style\" TypeScript configuration file support."
|
---|
67 | },
|
---|
68 | "replace-ng-packagr-builder": {
|
---|
69 | "version": "11.0.0-next.0",
|
---|
70 | "factory": "./update-11/replace-ng-packagr-builder",
|
---|
71 | "description": "Replace deprecated library builder '@angular-devkit/build-ng-packagr'."
|
---|
72 | },
|
---|
73 | "add-declaration-map-compiler-option": {
|
---|
74 | "version": "11.0.0-next.2",
|
---|
75 | "factory": "./update-11/add-declaration-map-compiler-option",
|
---|
76 | "description": "Add 'declarationMap' compiler options for non production library builds."
|
---|
77 | },
|
---|
78 | "update-angular-config-v11": {
|
---|
79 | "version": "11.0.0-next.8",
|
---|
80 | "factory": "./update-11/update-angular-config",
|
---|
81 | "description": "Remove deprecated options from 'angular.json' that are no longer present in v11."
|
---|
82 | },
|
---|
83 | "update-workspace-dependencies-v11": {
|
---|
84 | "version": "11.0.0",
|
---|
85 | "factory": "./update-11/update-dependencies",
|
---|
86 | "description": "Update workspace dependencies to match a new v11 project."
|
---|
87 | },
|
---|
88 | "update-angular-config-v12": {
|
---|
89 | "version": "12.0.0-next.0",
|
---|
90 | "factory": "./update-12/update-angular-config",
|
---|
91 | "description": "Remove deprecated options from 'angular.json' that are no longer present in v12."
|
---|
92 | },
|
---|
93 | "update-zonejs": {
|
---|
94 | "version": "12.0.0-next.1",
|
---|
95 | "factory": "./update-12/update-zonejs",
|
---|
96 | "description": "Update 'zone.js' to version 0.11.x. Read more about this here: https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md#breaking-changes-since-zonejs-v0111"
|
---|
97 | },
|
---|
98 | "remove-emit-decorator-metadata": {
|
---|
99 | "version": "12.0.0-next.2",
|
---|
100 | "factory": "./update-12/remove-emit-decorator-metadata",
|
---|
101 | "description": "Remove 'emitDecoratorMetadata' TypeScript compiler option. Decorator metadata is no longer needed by Angular. Read more about this here: https://www.typescriptlang.org/docs/handbook/decorators.html#metadata"
|
---|
102 | },
|
---|
103 | "lazy-loading-string-syntax": {
|
---|
104 | "version": "12.0.0-next.4",
|
---|
105 | "factory": "./update-12/update-lazy-module-paths",
|
---|
106 | "description": "Lazy loading syntax migration. Update lazy loading string syntax to use dynamic imports."
|
---|
107 | },
|
---|
108 | "remove-deprecated-i18n-options": {
|
---|
109 | "version": "12.0.0-next.7",
|
---|
110 | "factory": "./update-9/update-i18n#updateI18nConfig",
|
---|
111 | "description": "Remove deprecated ViewEngine-based i18n build and extract options. Options present in the configuration will be converted to use non-deprecated options."
|
---|
112 | },
|
---|
113 | "update-web-workers-webpack-5": {
|
---|
114 | "version": "12.0.0-next.7",
|
---|
115 | "factory": "./update-12/update-web-workers",
|
---|
116 | "description": "Updates Web Worker consumer usage to use the new syntax supported directly by Webpack 5."
|
---|
117 | },
|
---|
118 | "schematic-options-12": {
|
---|
119 | "version": "12.0.1",
|
---|
120 | "factory": "./update-12/schematic-options",
|
---|
121 | "description": "Remove invalid 'skipTests' option in '@schematics/angular:module' Angular schematic options."
|
---|
122 | },
|
---|
123 | "replace-deprecated-prod-flag": {
|
---|
124 | "version": "12.1.0",
|
---|
125 | "factory": "./update-12/replace-prod-flag",
|
---|
126 | "description": "Replace the deprecated '--prod' in package.json scripts."
|
---|
127 | },
|
---|
128 | "production-by-default": {
|
---|
129 | "version": "9999.0.0",
|
---|
130 | "factory": "./update-12/production-default-config",
|
---|
131 | "description": "Optional migration to update Angular CLI workspace configurations to 'production' mode by default."
|
---|
132 | }
|
---|
133 | }
|
---|
134 | }
|
---|