22 "migrations" : [
33 {
44 "cli" : " nx" ,
5- "version" : " 18.0.0-beta.2" ,
6- "description" : " Updates nx.json to disabled adding plugins when generating projects in an existing Nx workspace" ,
7- "implementation" : " ./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces" ,
8- "x-repair-skip" : true ,
5+ "version" : " 19.2.0-beta.2" ,
6+ "description" : " Updates the default workspace data directory to .nx/workspace-data" ,
7+ "implementation" : " ./src/migrations/update-19-2-0/move-workspace-data-directory" ,
98 "package" : " nx" ,
10- "name" : " 18.0.0-disable-adding-plugins-for-existing-workspaces "
9+ "name" : " 19-2-0-move-graph-cache-directory "
1110 },
1211 {
13- "version" : " 18.1.0-beta.3" ,
14- "description" : " Moves affected.defaultBase to defaultBase in `nx.json`" ,
15- "implementation" : " ./src/migrations/update-17-2-0/move-default-base" ,
12+ "cli" : " nx" ,
13+ "version" : " 19.2.2-beta.0" ,
14+ "description" : " Updates the nx wrapper." ,
15+ "implementation" : " ./src/migrations/update-17-3-0/update-nxw" ,
1616 "package" : " nx" ,
17- "name" : " move-default-base-to -nx-json-root "
17+ "name" : " 19-2-2-update -nx-wrapper "
1818 },
1919 {
20- "cli " : " nx " ,
21- "version " : " 18.0.0-beta.0 " ,
22- "description " : " Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/webpack:webpack' is used for Module Federation. " ,
23- "factory" : " ./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults " ,
24- "package" : " @nx/react " ,
25- "name" : " add-module-federation-env-var-to-target-defaults "
20+ "version " : " 19.2.4-beta.0 " ,
21+ "description " : " Set project name in nx.json explicitly " ,
22+ "implementation " : " ./src/migrations/update-19-2-4/set-project-name " ,
23+ "x-repair-skip" : true ,
24+ "package" : " nx " ,
25+ "name" : " 19-2-4-set-project-name "
2626 },
2727 {
2828 "cli" : " nx" ,
29- "version" : " 18 .1.1 -beta.0 " ,
30- "description" : " Ensure targetDefaults inputs for task hashing when '@nx/webpack:webpack' is used are correct for Module Federation. " ,
31- "factory " : " ./src/migrations/update-18 -1-1/fix-target-defaults-inputs " ,
32- "package" : " @nx/react " ,
33- "name" : " fix-target-defaults-for-webpack "
29+ "version" : " 19 .1.0 -beta.6 " ,
30+ "description" : " Migrate no-extra-semi rules into user config, out of nx extendable configs " ,
31+ "implementation " : " ./src/migrations/update-19 -1-0-migrate-no-extra-semi/migrate-no-extra-semi " ,
32+ "package" : " @nx/eslint-plugin " ,
33+ "name" : " update-19-1-0-rename-no-extra-semi "
3434 }
3535 ]
3636}
0 commit comments