UNPKG

4.83 kBJSONView Raw
1{
2 "schematics": {
3 "migration-01": {
4 "version": "6.0.0-beta.8",
5 "factory": "./update-6",
6 "description": "Update an Angular CLI project to version 6."
7 },
8 "migration-02": {
9 "version": "7.0.0-beta.0",
10 "factory": "./update-7",
11 "description": "Update an Angular CLI project to version 7."
12 },
13 "migration-03": {
14 "version": "7.0.0-rc.0",
15 "factory": "./update-7/index#polyfillMetadataRule",
16 "description": "Update an Angular CLI project to version 7."
17 },
18 "migration-04": {
19 "version": "7.1.0-beta.0",
20 "factory": "./update-7/index#typeScriptHelpersRule",
21 "description": "Update an Angular CLI project to version 7."
22 },
23 "migration-05": {
24 "version": "7.0.4",
25 "factory": "./update-7",
26 "description": "Update an Angular CLI project to version 7."
27 },
28 "migration-06": {
29 "version": "7.0.3",
30 "factory": "./update-7/index#updateDevkitBuildNgPackagr",
31 "description": "Update an Angular CLI project to version 7."
32 },
33 "migration-07": {
34 "version": "8.0.0-beta.12",
35 "factory": "./update-8",
36 "description": "Update an Angular CLI project to version 8."
37 },
38 "migration-08": {
39 "version": "8.0.0-beta.14",
40 "factory": "./update-8/#updateLazyModulePaths",
41 "description": "Update an Angular CLI project to version 8."
42 },
43 "workspace-version-9": {
44 "version": "9.0.0-beta.0",
45 "factory": "./update-9",
46 "description": "Angular Workspace migration. Update an Angular CLI workspace to version 9."
47 },
48 "lazy-loading-syntax": {
49 "version": "9.0.0-next.6",
50 "factory": "./update-8/#updateLazyModulePaths",
51 "description": "Lazy loading syntax migration. Update lazy loading syntax to use dynamic imports."
52 },
53 "schematic-options-9": {
54 "version": "9.0.2",
55 "factory": "./update-9/schematic-options",
56 "description": "Replace deprecated 'styleext' and 'spec' Angular schematic options."
57 },
58 "tslint-version-6": {
59 "version": "10.0.0-beta.0",
60 "factory": "./update-10/update-tslint",
61 "description": "Update tslint to version 6 and adjust rules to maintain existing behavior."
62 },
63 "rename-browserslist-config": {
64 "version": "10.0.0-beta.0",
65 "factory": "./update-10/rename-browserslist-config",
66 "description": "Update Browserslist configuration file name to '.browserslistrc' from deprecated 'browserslist'."
67 },
68 "remove-es5-browser-support-option": {
69 "version": "10.0.0-beta.2",
70 "factory": "./update-10/remove-es5-browser-support",
71 "description": "Remove deprecated 'es5BrowserSupport' browser builder option. The inclusion for ES5 polyfills will be determined from the browsers listed in the browserslist configuration."
72 },
73 "schematic-options-10": {
74 "version": "10.0.0-beta.2",
75 "factory": "./update-9/schematic-options",
76 "description": "Replace deprecated and removed 'styleext' and 'spec' Angular schematic options with 'style' and 'skipTests', respectively."
77 },
78 "update-angular-config": {
79 "version": "10.0.0-beta.6",
80 "factory": "./update-10/update-angular-config",
81 "description": "Remove deprecated options from 'angular.json' that are no longer present in v10."
82 },
83 "tslint-add-deprecation-rule": {
84 "version": "10.0.0-beta.7",
85 "factory": "./update-10/add-deprecation-rule-tslint",
86 "description": "Add the tslint deprecation rule to tslint JSON configuration files."
87 },
88 "update-libraries-tslib": {
89 "version": "10.0.0-beta.7",
90 "factory": "./update-10/update-libraries-tslib",
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 },
93 "solution-style-tsconfig": {
94 "version": "10.0.0-beta.7",
95 "factory": "./update-10/solution-style-tsconfig",
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 },
98 "update-workspace-dependencies": {
99 "version": "10.0.0-rc.2",
100 "factory": "./update-10/update-dependencies",
101 "description": "Update workspace dependencies to match a new v10 project."
102 },
103 "update-module-and-target-compiler-options": {
104 "version": "10.0.1",
105 "factory": "./update-10/update-module-and-target-compiler-options",
106 "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"
107 }
108 }
109}