UNPKG

4.69 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/worksapce",
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 },
82 "packageJsonUpdates": {
83 "12.5.0": {
84 "version": "12.5.0",
85 "packages": {
86 "prettier": {
87 "version": "^2.3.1",
88 "alwaysAddToPackageJson": false
89 }
90 }
91 },
92 "12.6.0": {
93 "version": "12.6.0-beta.8",
94 "packages": {
95 "typescript": {
96 "version": "~4.3.5"
97 }
98 }
99 },
100 "12.7.0": {
101 "version": "12.7.0-beta.0",
102 "packages": {
103 "dotenv": {
104 "version": "~10.0.0"
105 }
106 }
107 },
108 "13.5.0": {
109 "version": "13.5.0",
110 "packages": {
111 "prettier": {
112 "version": "^2.5.1",
113 "alwaysAddToPackageJson": false
114 }
115 }
116 },
117 "14.2.0": {
118 "version": "14.2.0-beta.4",
119 "packages": {
120 "typescript": {
121 "version": "~4.7.2",
122 "alwaysAddToPackageJson": false
123 },
124 "prettier": {
125 "version": "^2.6.2",
126 "alwaysAddToPackageJson": false
127 }
128 }
129 },
130 "14.8.0": {
131 "version": "14.8.0-beta.0",
132 "packages": {
133 "typescript": {
134 "version": "~4.8.2",
135 "alwaysAddToPackageJson": false
136 }
137 }
138 }
139 }
140}