forked from salesforce/akita
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmigrations.json
53 lines (53 loc) · 1.79 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
{
"migrations": [
{
"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": "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.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"
}
]
}