-
Notifications
You must be signed in to change notification settings - Fork 4
/
migrations.json
207 lines (207 loc) · 7.09 KB
/
migrations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
{
"migrations": [
{
"version": "8.10.0-beta.1",
"description": "Fix rules in `tslint.json`",
"factory": "./src/migrations/update-8-10-0/fix-tslint-json",
"package": "@nrwl/workspace",
"name": "fix-tslint-json"
},
{
"version": "8.12.0-beta.1",
"description": "Add implicit e2e dependencies",
"factory": "./src/migrations/update-8-12-0/add-implicit-e2e-deps",
"package": "@nrwl/workspace",
"name": "add-implicit-e2e-deps"
},
{
"version": "8.12.0-beta.1",
"description": "Update package.json dependencies",
"factory": "./src/migrations/update-8-12-0/update-package-json-deps",
"package": "@nrwl/workspace",
"name": "update-package-json-deps"
},
{
"version": "8.12.0-beta.1",
"description": "Add enforceBuildableLibDependency flag to the nx enforce boundary lint rule",
"factory": "./src/migrations/update-8-12-0/update-enforce-boundary-lint-rule",
"package": "@nrwl/workspace",
"name": "update-enforce-boundary-lint-rule"
},
{
"version": "9.0.0-beta.1",
"description": "Update typescript to 3.6 and angular/cli to version 9",
"factory": "./src/migrations/update-9-0-0/update-9-0-0",
"package": "@nrwl/workspace",
"name": "update-9-0-0"
},
{
"version": "9.1.0-beta.1",
"description": "Update prettier to 1.19.1 with support for typescript 3.7; Update eslint and tslint",
"factory": "./src/migrations/update-9-1-0/update-9-1-0",
"package": "@nrwl/workspace",
"name": "update-9-1-0"
},
{
"version": "9.1.0-beta.1",
"description": "Update eslint and tslint config to provide better IDE support",
"factory": "./src/migrations/update-9-1-0/update-lint-config",
"package": "@nrwl/workspace",
"name": "update-lint-config-9-1-0"
},
{
"version": "9.2.0-beta.1",
"description": "Add cacheable operations to nx.json",
"factory": "./src/migrations/update-9-2-0/update-9-2-0",
"package": "@nrwl/workspace",
"name": "update-9-2-0"
},
{
"version": "9.3.0-beta.1",
"description": "Update prettier to v2",
"factory": "./src/migrations/update-9-3-0/update-9-3-0",
"package": "@nrwl/workspace",
"name": "update-9-3-0"
},
{
"version": "9.4.0-beta.1",
"description": "Remove config builder option when using eslint to enable automatic detection",
"factory": "./src/migrations/update-9-4-0/update-eslint-config",
"package": "@nrwl/workspace",
"name": "update-eslint-config"
},
{
"version": "9.4.0-beta.1",
"description": "Fix exclude patterns in tslint and eslint to ensure it does not break linting when a files option is defined",
"factory": "./src/migrations/update-9-4-0/update-linters-exclude",
"package": "@nrwl/workspace",
"name": "update-linters-exclude"
},
{
"version": "9.4.0-beta.1",
"description": "Decorate cli to enable computation caching",
"factory": "./src/migrations/update-9-4-0/add-decorate-cli",
"package": "@nrwl/workspace",
"name": "add-decorate-cli"
},
{
"version": "8.12.0-beta.1",
"description": "Changes Angular library builder to @nrwl/angular:package",
"factory": "./src/migrations/update-8-12-0/change-angular-lib-builder",
"package": "@nrwl/angular",
"name": "change-angular-lib-builder"
},
{
"version": "8.10.0-beta.1",
"description": "Update Cypress to 3.6.1",
"factory": "./src/migrations/update-8-10-0/update-8-10-0",
"package": "@nrwl/cypress",
"name": "update-8.10.0"
},
{
"version": "8.12.0-beta.1",
"description": "Update Cypress to ^3.8.2",
"factory": "./src/migrations/update-8-12-0/update-8-12-0",
"package": "@nrwl/cypress",
"name": "update-8.12.0"
},
{
"version": "9.4.0-beta.1",
"description": "Add Cypress ESLint plugin",
"factory": "./src/migrations/update-9-4-0/add-cypress-eslint-plugin-9-4-0",
"package": "@nrwl/cypress",
"name": "add-cypress-eslint-plugin-9.4.0"
},
{
"version": "9.0.0-beta.1",
"description": "Upgrades jest-preset-angular to 8.0.0",
"factory": "./src/migrations/update-9-0-0/update-9-0-0",
"package": "@nrwl/jest",
"name": "update-9.0.0"
},
{
"version": "9.0.1-beta.1",
"description": "Correctly sets passWithNoTests option",
"factory": "./src/migrations/update-9-0-1/update-9-0-1",
"package": "@nrwl/jest",
"name": "update-9.0.1"
},
{
"version": "9.2.0-beta.3",
"description": "Update jest to v25",
"factory": "./src/migrations/update-9-2-0/update-9-2-0",
"package": "@nrwl/jest",
"name": "update-9.2.0"
},
{
"version": "8.9.0-beta.1",
"description": "Update React libraries",
"factory": "./src/migrations/update-8-9-0/update-8-9-0",
"package": "@nrwl/react",
"name": "update-8.9.0"
},
{
"version": "8.10.0-beta.1",
"description": "Update React libraries",
"factory": "./src/migrations/update-8-10-0/update-8-10-0",
"package": "@nrwl/react",
"name": "update-8.10.0"
},
{
"version": "8.10.1-beta.1",
"description": "Fix SVG migration",
"factory": "./src/migrations/update-8-10-1/fix-react-tsconfig-8-10-1",
"package": "@nrwl/react",
"name": "fix-react-tsconfig-8.10.1"
},
{
"version": "8.12.0-beta.1",
"description": "Update styled-components",
"factory": "./src/migrations/update-8-12-0/update-8-12-0",
"package": "@nrwl/react",
"name": "update-8.12.0"
},
{
"version": "8.12.0-beta.1",
"description": "Ensure React correct webpack config and babel preset",
"factory": "./src/migrations/update-8-12-0/fix-react-files-8-12-0",
"package": "@nrwl/react",
"name": "fix-react-files-8.12.0"
},
{
"version": "9.4.0-beta.1",
"description": "Update libraries",
"factory": "./src/migrations/update-9-4-0/update-9-4-0",
"package": "@nrwl/react",
"name": "update-9.4.0"
},
{
"version": "9.4.0-beta.1",
"description": "Migrate to new babel setup for greater flexibility",
"factory": "./src/migrations/update-9-4-0/babelrc-9-4-0",
"package": "@nrwl/react",
"name": "babelrc-9.4.0"
},
{
"version": "9.5.0-beta.1",
"description": "Update libraries",
"factory": "./src/migrations/update-9-5-0/update-9-5-0",
"package": "@nrwl/react",
"name": "update-9.5.0"
},
{
"version": "9.0.0-beta.1",
"description": "Rename @nrwl/web:bundle => @nrwl/web:package",
"factory": "./src/migrations/update-9-0-0/update-builder-9-0-0",
"package": "@nrwl/web",
"name": "update-builder-9.0.0"
},
{
"version": "9.2.0-beta.1",
"description": "Set buildLibsFromSource property to true to not break existing projects.",
"factory": "./src/migrations/update-9-2-0/set-build-libs-from-source",
"package": "@nrwl/web",
"name": "set-build-libs-from-source"
}
]
}