11{
2- "migrations" : [
3- {
4- "version" : " 10.1.0-beta.0" ,
5- "description" : " Migrate .eslintrc files to use tsconfig with a wildcard" ,
6- "factory" : " ./src/migrations/update-10-1-0/migrate-eslintrc-tsconfig-wildcard" ,
7- "package" : " @nrwl/workspace" ,
8- "name" : " migrate-eslintrc-tsconfig-wildcard"
9- },
10- {
11- "version" : " 10.3.0-beta.0" ,
12- "description" : " Add @nrwl/cli as dependency" ,
13- "factory" : " ./src/migrations/update-10-3-0/add-cli-dependency" ,
14- "package" : " @nrwl/workspace" ,
15- "name" : " add-cli-dependency"
16- },
17- {
18- "version" : " 10.3.0-beta.0" ,
19- "description" : " Update typescript to v4" ,
20- "factory" : " ./src/migrations/update-10-3-0/update-typescript" ,
21- "package" : " @nrwl/workspace" ,
22- "name" : " update-10-3-0"
23- },
24- {
25- "version" : " 10.3.0-beta.1" ,
26- "description" : " Adds .vscode/extensions.json to a workspace" ,
27- "factory" : " ./src/migrations/update-10-3-0/add-vscode-extensions" ,
28- "package" : " @nrwl/workspace" ,
29- "name" : " add-vscode-extensions"
30- },
31- {
32- "version" : " 10.3.0-beta.0" ,
33- "description" : " Adds `buildableProjectDepsInPackageJsonType` for web and angular package builders" ,
34- "factory" : " ./src/migrations/update-10-3-0/add-buildable-project-deps-in-package-json-type" ,
35- "package" : " @nrwl/workspace" ,
36- "name" : " add-buildable-project-deps-in-package-json-type"
37- },
38- {
39- "version" : " 10.1.0-beta.4" ,
40- "description" : " Update jest to v26" ,
41- "factory" : " ./src/migrations/update-10-1-0/update-10-1-0" ,
42- "package" : " @nrwl/jest" ,
43- "name" : " update-10.1.0"
44- },
45- {
46- "version" : " 10.2.0" ,
47- "description" : " Remove deprecated jest builder options" ,
48- "factory" : " ./src/migrations/update-10-2-0/update-10-2-0" ,
49- "package" : " @nrwl/jest" ,
50- "name" : " update-10.2.0"
51- },
52- {
53- "version" : " 10.3.0-beta.1" ,
54- "description" : " Adds all jest projects into the root jest config" ,
55- "factory" : " ./src/migrations/update-10-3-0/update-projects-property" ,
56- "package" : " @nrwl/jest" ,
57- "name" : " update-projects-property"
58- },
59- {
60- "version" : " 10.3.0-beta.1" ,
61- "description" : " Update ts-jest to v26.4" ,
62- "factory" : " ./src/migrations/update-10-3-0/update-ts-jest" ,
63- "package" : " @nrwl/jest" ,
64- "name" : " update-ts-jest"
65- },
66- {
67- "version" : " 10.3.0-beta.1" ,
68- "description" : " Adds a jest extension to the recommended extensions for vscode" ,
69- "factory" : " ./src/migrations/update-10-3-0/add-jest-extension" ,
70- "package" : " @nrwl/jest" ,
71- "name" : " add-jest-extension"
72- },
73- {
74- "version" : " 10.3.0-beta.1" ,
75- "description" : " Update @typescript-eslint to v4.3" ,
76- "factory" : " ./src/migrations/update-10-3-0/update-10-3-0" ,
77- "package" : " @nrwl/linter" ,
78- "name" : " update-10.3.0"
79- },
80- {
81- "version" : " 10.3.0-beta.0" ,
82- "description" : " Migrate to the new ESLint builder and ESLint config style" ,
83- "factory" : " ./src/migrations/update-10-3-0/update-eslint-builder-and-config" ,
84- "package" : " @nrwl/linter" ,
85- "name" : " update-eslint-builder-and-config"
86- },
87- {
88- "version" : " 10.3.0-beta.2" ,
89- "description" : " Add explicit .json file extension to .eslintrc files, not using an extension is deprecated" ,
90- "factory" : " ./src/migrations/update-10-3-0/add-json-ext-to-eslintrc" ,
91- "package" : " @nrwl/linter" ,
92- "name" : " add-json-ext-to-eslintrc"
93- },
94- {
95- "version" : " 10.3.0-beta.3" ,
96- "description" : " Update implicitDependencies within nx.json to include root .eslintrc.json" ,
97- "factory" : " ./src/migrations/update-10-3-0/add-root-eslintrc-json-to-workspace-implicit-deps" ,
98- "package" : " @nrwl/linter" ,
99- "name" : " add-root-eslintrc-json-to-workspace-implicit-deps"
100- },
101- {
102- "version" : " 10.1.0-beta.1" ,
103- "description" : " Removes rootDir from node libs' tsconfig" ,
104- "factory" : " ./src/migrations/update-10-1-0/remove-root-dir" ,
105- "package" : " @nrwl/node" ,
106- "name" : " remove-root-dir"
107- }
108- ]
109- }
2+ "migrations" : [
3+ {
4+ "version" : " 10.1.0-beta.0" ,
5+ "description" : " Migrate .eslintrc files to use tsconfig with a wildcard" ,
6+ "factory" : " ./src/migrations/update-10-1-0/migrate-eslintrc-tsconfig-wildcard" ,
7+ "package" : " @nrwl/workspace" ,
8+ "name" : " migrate-eslintrc-tsconfig-wildcard"
9+ },
10+ {
11+ "version" : " 10.3.0-beta.0" ,
12+ "description" : " Add @nrwl/cli as dependency" ,
13+ "factory" : " ./src/migrations/update-10-3-0/add-cli-dependency" ,
14+ "package" : " @nrwl/workspace" ,
15+ "name" : " add-cli-dependency"
16+ },
17+ {
18+ "version" : " 10.3.0-beta.0" ,
19+ "description" : " Update typescript to v4" ,
20+ "factory" : " ./src/migrations/update-10-3-0/update-typescript" ,
21+ "package" : " @nrwl/workspace" ,
22+ "name" : " update-10-3-0"
23+ },
24+ {
25+ "version" : " 10.3.0-beta.1" ,
26+ "description" : " Adds .vscode/extensions.json to a workspace" ,
27+ "factory" : " ./src/migrations/update-10-3-0/add-vscode-extensions" ,
28+ "package" : " @nrwl/workspace" ,
29+ "name" : " add-vscode-extensions"
30+ },
31+ {
32+ "version" : " 10.3.0-beta.0" ,
33+ "description" : " Adds `buildableProjectDepsInPackageJsonType` for web and angular package builders" ,
34+ "factory" : " ./src/migrations/update-10-3-0/add-buildable-project-deps-in-package-json-type" ,
35+ "package" : " @nrwl/workspace" ,
36+ "name" : " add-buildable-project-deps-in-package-json-type"
37+ },
38+ {
39+ "version" : " 10.1.0-beta.4" ,
40+ "description" : " Update jest to v26" ,
41+ "factory" : " ./src/migrations/update-10-1-0/update-10-1-0" ,
42+ "package" : " @nrwl/jest" ,
43+ "name" : " update-10.1.0"
44+ },
45+ {
46+ "version" : " 10.2.0" ,
47+ "description" : " Remove deprecated jest builder options" ,
48+ "factory" : " ./src/migrations/update-10-2-0/update-10-2-0" ,
49+ "package" : " @nrwl/jest" ,
50+ "name" : " update-10.2.0"
51+ },
52+ {
53+ "version" : " 10.3.0-beta.1" ,
54+ "description" : " Adds all jest projects into the root jest config" ,
55+ "factory" : " ./src/migrations/update-10-3-0/update-projects-property" ,
56+ "package" : " @nrwl/jest" ,
57+ "name" : " update-projects-property"
58+ },
59+ {
60+ "version" : " 10.3.0-beta.1" ,
61+ "description" : " Update ts-jest to v26.4" ,
62+ "factory" : " ./src/migrations/update-10-3-0/update-ts-jest" ,
63+ "package" : " @nrwl/jest" ,
64+ "name" : " update-ts-jest"
65+ },
66+ {
67+ "version" : " 10.3.0-beta.1" ,
68+ "description" : " Adds a jest extension to the recommended extensions for vscode" ,
69+ "factory" : " ./src/migrations/update-10-3-0/add-jest-extension" ,
70+ "package" : " @nrwl/jest" ,
71+ "name" : " add-jest-extension"
72+ },
73+ {
74+ "version" : " 10.3.0-beta.1" ,
75+ "description" : " Update @typescript-eslint to v4.3" ,
76+ "factory" : " ./src/migrations/update-10-3-0/update-10-3-0" ,
77+ "package" : " @nrwl/linter" ,
78+ "name" : " update-10.3.0"
79+ },
80+ {
81+ "version" : " 10.3.0-beta.0" ,
82+ "description" : " Migrate to the new ESLint builder and ESLint config style" ,
83+ "factory" : " ./src/migrations/update-10-3-0/update-eslint-builder-and-config" ,
84+ "package" : " @nrwl/linter" ,
85+ "name" : " update-eslint-builder-and-config"
86+ },
87+ {
88+ "version" : " 10.3.0-beta.2" ,
89+ "description" : " Add explicit .json file extension to .eslintrc files, not using an extension is deprecated" ,
90+ "factory" : " ./src/migrations/update-10-3-0/add-json-ext-to-eslintrc" ,
91+ "package" : " @nrwl/linter" ,
92+ "name" : " add-json-ext-to-eslintrc"
93+ },
94+ {
95+ "version" : " 10.3.0-beta.3" ,
96+ "description" : " Update implicitDependencies within nx.json to include root .eslintrc.json" ,
97+ "factory" : " ./src/migrations/update-10-3-0/add-root-eslintrc-json-to-workspace-implicit-deps" ,
98+ "package" : " @nrwl/linter" ,
99+ "name" : " add-root-eslintrc-json-to-workspace-implicit-deps"
100+ },
101+ {
102+ "version" : " 10.1.0-beta.1" ,
103+ "description" : " Removes rootDir from node libs' tsconfig" ,
104+ "factory" : " ./src/migrations/update-10-1-0/remove-root-dir" ,
105+ "package" : " @nrwl/node" ,
106+ "name" : " remove-root-dir"
107+ }
108+ ]
109+ }
0 commit comments