-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathmigrations.json
227 lines (227 loc) · 9.22 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"migrations": [
{
"version": "10.4.5",
"description": "Update the 'update' npm script to invoke nx migrate",
"factory": "./src/migrations/update-10-4-0/update-script-to-invoke-nx-migrate",
"package": "@nrwl/workspace",
"name": "update-script-to-invoke-nx-migrate"
},
{
"version": "11.0.0-beta.3",
"description": "Update the decoration script when using Angular CLI",
"factory": "./src/migrations/update-11-0-0/update-decorate-angular-cli",
"package": "@nrwl/workspace",
"name": "update-decorate-angular-cli"
},
{
"version": "11.0.0-beta.3",
"description": "Update the @types/node package",
"factory": "./src/migrations/update-11-0-0/update-node-types",
"package": "@nrwl/workspace",
"name": "update-node-types"
},
{
"version": "11.0.0-beta.3",
"description": "Rename tools/schematics into tools/generators",
"factory": "./src/migrations/update-11-0-0/rename-workspace-schematics",
"package": "@nrwl/workspace",
"name": "rename-workspace-schematics"
},
{
"version": "11.0.0-beta.15",
"description": "Adds `outputs` based on builders",
"factory": "./src/migrations/update-11-0-0/add-outputs-in-workspace",
"package": "@nrwl/workspace",
"name": "add-outputs-in-workspace"
},
{
"version": "11.0.0",
"description": "Check that the right update command is used",
"factory": "./src/migrations/update-11-0-0/update-command-check",
"package": "@nrwl/workspace",
"name": "update-command-check"
},
{
"version": "11.0.2",
"description": "Rename the workspace-schematic script into workspace-generator script",
"factory": "./src/migrations/update-11-0-0/rename-workspace-schematic-script",
"package": "@nrwl/workspace",
"name": "rename-workspace-schematic-script"
},
{
"version": "10.5.0-beta.0",
"description": "Update eslint config and builder to extend from new Nx Angular presets and lint templates",
"factory": "./src/migrations/update-10-5-0/add-template-support-and-presets-to-eslint",
"package": "@nrwl/angular",
"name": "add-template-support-and-presets-to-eslint"
},
{
"version": "11.0.0-beta.13",
"description": "Update builder configurations and dependencies",
"factory": "./src/migrations/update-11-0-0/update-builders-config",
"package": "@nrwl/angular",
"name": "update-11-0-0"
},
{
"version": "12.0.0-beta.0",
"description": "adjusts the ngcc postinstall command to just leave 'ngcc' in there. This fixes Ivy in Jest tests and Storybooks",
"factory": "./src/migrations/update-12-0-0/update-ngcc-postinstall",
"package": "@nrwl/angular",
"name": "update-ngcc-postinstall"
},
{
"cli": "nx",
"version": "12.3.1",
"description": "Remove deprecated options and update others according to new defaults. It syncs with the v12 migration of Angular builders.",
"factory": "./src/migrations/update-12-3-0/update-webpack-browser-config",
"package": "@nrwl/angular",
"name": "update-webpack-browser-config"
},
{
"cli": "nx",
"version": "12.3.1",
"description": "Updates storybook configurations to support webpack 5",
"factory": "./src/migrations/update-12-3-0/update-storybook",
"package": "@nrwl/angular",
"name": "update-storybook"
},
{
"cli": "nx",
"version": "12.3.1",
"description": "Migrates some rules that have changed in Angular EsLint",
"factory": "./src/migrations/update-12-3-0/update-angular-eslint-rules",
"package": "@nrwl/angular",
"name": "update-angular-eslint-rules"
},
{
"cli": "nx",
"version": "12.3.5-beta.0",
"description": "Convert targets using @nrwl/angular:webpack-browser with the buildTarget option set to use the @nrwl/angular:delegate-build executor instead.",
"factory": "./src/migrations/update-12-3-0/convert-webpack-browser-build-target-to-delegate-build",
"package": "@nrwl/angular",
"name": "convert-webpack-browser-build-target-to-delegate-build"
},
{
"version": "11.1.0-beta",
"description": "Removes `canActivate` from a `Route` config when `redirectTo` is also present",
"factory": "./migrations/can-activate-with-redirect-to/index",
"package": "@angular/core",
"name": "migration-v11.1-can-activate-with-redirect-to"
},
{
"version": "12.0.0-beta",
"description": "In Angular version 12, the type of ActivatedRouteSnapshot.fragment is nullable. This migration automatically adds non-null assertions to it.",
"factory": "./migrations/activated-route-snapshot-fragment/index",
"package": "@angular/core",
"name": "migration-v12-activated-route-snapshot-fragment"
},
{
"version": "12.0.0-next.6",
"description": "`XhrFactory` has been moved from `@angular/common/http` to `@angular/common`.",
"factory": "./migrations/xhr-factory/index",
"package": "@angular/core",
"name": "migration-v12-xhr-factory"
},
{
"version": "12.0.2",
"description": "Automatically migrates shadow-piercing selector from `/deep/` to the recommanded alternative `::ng-deep`.",
"factory": "./migrations/deep-shadow-piercing-selector/index",
"package": "@angular/core",
"name": "migration-v12-deep-shadow-piercing-selector"
},
{
"version": "12.1.0-beta.1",
"cli": "nx",
"description": "Update jest-preset-angular to version 8.4.0",
"factory": "./src/migrations/update-12-1-2/update-jest-preset-angular",
"package": "@nrwl/jest",
"name": "update-jest-preset-angular-8-4-0"
},
{
"version": "12.1.2-beta.1",
"cli": "nx",
"description": "Replace tsConfig with tsconfig for ts-jest in jest.config.js",
"factory": "./src/migrations/update-12-1-2/update-ts-jest",
"package": "@nrwl/jest",
"name": "update-ts-jest-6-5-5"
},
{
"cli": "nx",
"version": "11.5.0-beta.0",
"description": "Update project .eslintrc.json files to always use project level tsconfigs",
"factory": "./src/migrations/update-11-5-0/always-use-project-level-tsconfigs-with-eslint",
"package": "@nrwl/linter",
"name": "always-use-project-level-tsconfigs-with-eslint"
},
{
"version": "11.0.0-beta.0",
"description": "Rename emotion packages to match new 11.0.0 package names",
"factory": "./src/migrations/update-11-0-0/rename-emotion-packages-11-0-0",
"package": "@nrwl/react",
"name": "rename-emotion-packages-11.0.0"
},
{
"version": "11.0.0-beta.0",
"description": "Update libraries",
"factory": "./src/migrations/update-11-0-0/update-11-0-0",
"package": "@nrwl/react",
"name": "update-11.0.0"
},
{
"version": "11.2.0-beta.0",
"description": "Move react redux typings from dependencies to devDependencies in package.json",
"factory": "./src/migrations/update-11-2-0/move-react-redux-types-package-11-2-0",
"package": "@nrwl/react",
"name": "move-react-redux-types-package-11.2.0"
},
{
"cli": "nx",
"version": "12.0.0-beta.0",
"description": "Migrate tsconfig.json to allow new jsx transform to be used. Removes the need for `import React from 'react'`",
"factory": "./src/migrations/update-12-0-0/use-react-jsx-in-tsconfig",
"package": "@nrwl/react",
"name": "use-react-jsx-in-tsconfig-12.0.0"
},
{
"cli": "nx",
"version": "12.0.0-beta.0",
"description": "Update workspace to use `@emotion/babel-plugin` instead of `@emotion/babel-preset-css-prop` to support new jsx transform",
"factory": "./src/migrations/update-12-0-0/update-emotion-setup",
"package": "@nrwl/react",
"name": "update-emotion-setup-12.0.0"
},
{
"cli": "nx",
"version": "12.0.0-beta.0",
"description": "Remove @types/react-redux from package.json since react-redux installs the package automatically now",
"factory": "./src/migrations/update-12-0-0/remove-react-redux-types-package",
"package": "@nrwl/react",
"name": "remove-react-redux-types-package-12.0.0"
},
{
"cli": "nx",
"version": "11.5.2-beta.1",
"description": "Remove presets from the root babel.config.json file to prevent conflicts with babel presets used in apps.",
"factory": "./src/migrations/update-11-5-2/update-root-babel-config",
"package": "@nrwl/web",
"name": "update-root-babel-config-11-5-2"
},
{
"cli": "nx",
"version": "11.5.2-beta.1",
"description": "Create .babelrc files for workspace libs to fix compatibility with the new babel.config.json setup.",
"factory": "./src/migrations/update-11-5-2/create-babelrc-for-workspace-libs",
"package": "@nrwl/web",
"name": "create-babelrc-for-workspace-libs-11-5-2"
},
{
"cli": "nx",
"version": "11.5.2-beta.1",
"description": "Update existing .babelrc files to add missing '@nrwl/web/babel' preset if necessary.",
"factory": "./src/migrations/update-11-5-2/update-existing-babelrc-files",
"package": "@nrwl/web",
"name": "update-existing-babelrc-files-11-5-2"
}
]
}