UNPKG

5.37 kBJSONView Raw
1{
2 "schematics": {
3 "add-target-dependencies": {
4 "version": "12.5.0-beta.1",
5 "description": "Rename the workspace-schematic script into workspace-generator script",
6 "factory": "./src/migrations/update-12-5-0/add-target-dependencies",
7 "cli": "nx"
8 },
9 "set-default-base-if-not-set": {
10 "version": "13.0.0-beta.1",
11 "description": "Add default base to nx.json if its not currently set",
12 "factory": "./src/migrations/update-13-0-0/set-default-base-if-not-set",
13 "cli": "nx"
14 },
15 "13-0-0-config-locations": {
16 "version": "13.0.0-beta.4",
17 "description": "Move global settings into nx.json, and project specific settings into workspace.json",
18 "cli": "nx",
19 "implementation": "./src/migrations/update-13-0-0/config-locations/config-locations"
20 },
21 "set-parallel-default": {
22 "version": "13.2.0",
23 "description": "Set --parallel=1 for existing repos to preserve the existing behavior",
24 "cli": "nx",
25 "implementation": "./src/migrations/update-13-2-0/set-parallel-default"
26 },
27 "13-3-0-tsc-location": {
28 "version": "13.3.0-beta.0",
29 "description": "@nrwl/workspace:tsc is now @nrwl/js:tsc",
30 "cli": "nx",
31 "implementation": "./src/migrations/update-13-3-0/update-tsc-executor-location"
32 },
33 "13-6-0-remove-old-task-runner-options": {
34 "version": "13.6.0-beta.0",
35 "description": "Remove old options that are no longer used",
36 "cli": "nx",
37 "implementation": "./src/migrations/update-13-6-0/remove-old-task-runner-options"
38 },
39 "13-9-0-replace-tao-with-nx": {
40 "version": "13.9.0-beta.0",
41 "description": "Replace @nrwl/tao with nx",
42 "cli": "nx",
43 "implementation": "./src/migrations/update-13-9-0/replace-tao-with-nx"
44 },
45 "13-10-0-update-decorate-cli": {
46 "version": "13.10.0-beta.0",
47 "description": "Update the decorate-angular-cli script to require nx instead of @nrwl/cli",
48 "cli": "nx",
49 "implementation": "./src/migrations/update-13-10-0/update-decorate-cli"
50 },
51 "13-10-0-update-tasks-runner": {
52 "version": "13.10.0-beta.0",
53 "description": "Update the tasks runner property to import it from the nx package instead of @nrwl/workspace",
54 "cli": "nx",
55 "implementation": "./src/migrations/update-13-10-0/update-tasks-runner"
56 },
57 "14-0-0-change-nx-json-presets": {
58 "version": "14.0.0-beta.0",
59 "description": "Changes the presets in nx.json to come from the nx package",
60 "cli": "nx",
61 "implementation": "./src/migrations/update-14-0-0/change-nx-json-presets"
62 },
63 "14-0-0-change-npm-script-executor": {
64 "version": "14.0.0-beta.0",
65 "description": "Migrates from @nrwl/workspace:run-script to nx:run-script",
66 "cli": "nx",
67 "implementation": "./src/migrations/update-14-0-0/change-npm-script-executor"
68 },
69 "14-2-0-enable-source-analysis": {
70 "version": "14.2.0",
71 "description": "Explicitly enable sourceAnalysis for all workspaces extending from npm.json or core.json (this was default behavior prior to 14.2)",
72 "cli": "nx",
73 "implementation": "./src/migrations/update-14-2-0/enable-source-analysis"
74 },
75 "14-8-0-change-run-commands-executor": {
76 "version": "14.8.0-beta.0",
77 "description": "Migrates from @nrwl/workspace:run-commands to nx:run-commands",
78 "cli": "nx",
79 "implementation": "./src/migrations/update-14-8-0/change-run-commands-executor"
80 },
81 "15-7-0-split-configuration-into-project-json-files": {
82 "version": "15.7.0-beta.0",
83 "description": "Split global configuration files (e.g., workspace.json) into individual project.json files.",
84 "cli": "nx",
85 "implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files"
86 }
87 },
88 "packageJsonUpdates": {
89 "12.5.0": {
90 "version": "12.5.0",
91 "packages": {
92 "prettier": {
93 "version": "^2.3.1",
94 "alwaysAddToPackageJson": false
95 }
96 }
97 },
98 "12.6.0": {
99 "version": "12.6.0-beta.8",
100 "packages": {
101 "typescript": {
102 "version": "~4.3.5"
103 }
104 }
105 },
106 "12.7.0": {
107 "version": "12.7.0-beta.0",
108 "packages": {
109 "dotenv": {
110 "version": "~10.0.0"
111 }
112 }
113 },
114 "13.5.0": {
115 "version": "13.5.0",
116 "packages": {
117 "prettier": {
118 "version": "^2.5.1",
119 "alwaysAddToPackageJson": false
120 }
121 }
122 },
123 "14.2.0": {
124 "version": "14.2.0-beta.4",
125 "packages": {
126 "typescript": {
127 "version": "~4.7.2",
128 "alwaysAddToPackageJson": false
129 },
130 "prettier": {
131 "version": "^2.6.2",
132 "alwaysAddToPackageJson": false
133 }
134 }
135 },
136 "14.8.0": {
137 "version": "14.8.0-beta.0",
138 "x-prompt": "Do you want to update to TypeScript v4.8?",
139 "packages": {
140 "typescript": {
141 "version": "~4.8.2",
142 "alwaysAddToPackageJson": false
143 }
144 }
145 },
146 "15.8.0": {
147 "version": "15.8.0-beta.2",
148 "x-prompt": "Do you want to update to TypeScript v4.9?",
149 "requires": {
150 "typescript": ">=4.8.2 <4.9.0"
151 },
152 "packages": {
153 "typescript": {
154 "version": "~4.9.5"
155 }
156 }
157 }
158 }
159}