{ "migrations": [ { "version": "13.6.0-beta.0", "description": "Remove old options that are no longer used", "cli": "nx", "implementation": "./src/migrations/update-13-6-0/remove-old-task-runner-options", "package": "@nrwl/workspace", "name": "13-6-0-remove-old-task-runner-options" }, { "version": "13.9.0-beta.0", "description": "Replace @nrwl/tao with nx", "cli": "nx", "implementation": "./src/migrations/update-13-9-0/replace-tao-with-nx", "package": "@nrwl/workspace", "name": "13-9-0-replace-tao-with-nx" }, { "version": "13.10.0-beta.0", "description": "Update the decorate-angular-cli script to require nx instead of @nrwl/cli", "cli": "nx", "implementation": "./src/migrations/update-13-10-0/update-decorate-cli", "package": "@nrwl/workspace", "name": "13-10-0-update-decorate-cli" }, { "version": "13.10.0-beta.0", "description": "Update the tasks runner property to import it from the nx package instead of @nrwl/worksapce", "cli": "nx", "implementation": "./src/migrations/update-13-10-0/update-tasks-runner", "package": "@nrwl/workspace", "name": "13-10-0-update-tasks-runner" }, { "cli": "nx", "version": "13.4.5-beta.7", "description": "Remove the default for the invalid 'style' option for the library generator if configured.", "factory": "./src/migrations/update-13-5-0/remove-library-generator-style-default", "package": "@nrwl/angular", "name": "remove-library-generator-style-default" }, { "cli": "nx", "version": "13.5.0-beta.0", "description": "A lot of changes to how MFEs operate were discovered and merged without appropriate migrations. This should cover migrating existing MFEs to the latest, using ESM and optmized production bundles.", "factory": "./src/migrations/update-13-5-0/update-mfe-configs", "package": "@nrwl/angular", "name": "fix-incorrect-mfe-setups" }, { "cli": "nx", "version": "13.8.1", "description": "Angular doesn't attach styles.js to index.html with type=module in dev mode, meaning an error is written to the console. Cypress falls over on this error. Add logic to Cypress e2e projects to ignore this error.", "factory": "./src/migrations/update-13-8-1/add-cypress-mfe-workaround", "package": "@nrwl/angular", "name": "add-cypress-mfe-workaround" }, { "cli": "nx", "version": "13.8.4", "description": "Karma coverage is broken since Angular 13 upgarde and the karma config is severely out of date. Bring it up to date fixing the coverage issue.", "factory": "./src/migrations/update-13-8-4/migrate-karma-conf", "package": "@nrwl/angular", "name": "migrate-karma-config" }, { "cli": "nx", "version": "13.9.0-beta.4", "description": "Set buildLibsFromSource property to false to not break existing usage.", "factory": "./src/migrations/update-13-9-0/set-build-libs-from-source", "package": "@nrwl/angular", "name": "set-build-libs-from-source" }, { "version": "13.4.4-beta.0", "cli": "nx", "description": "Create a root babel config file if it doesn't exist and using babel-jest in jest.config.js and add @nrwl/web as needed", "factory": "./src/migrations/update-13-4-4/add-missing-root-babel-config", "package": "@nrwl/jest", "name": "add-missing-root-babel-config" } ] }