{ "migrations": [ { "version": "15.7.0-beta.0", "description": "Split global configuration files into individual project.json files. This migration has been added automatically to the beginning of your migration set to retroactively make them work with the new version of Nx.", "cli": "nx", "implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", "package": "@nrwl/workspace", "name": "15-7-0-split-configuration-into-project-json-files" }, { "cli": "nx", "version": "15.5.0-beta.0", "description": "Update to Cypress v12. Cypress 12 contains a handful of breaking changes that might causes tests to start failing that nx cannot directly fix. Read more Cypress 12 changes: https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-12-0.This migration will only run if you are already using Cypress v11.", "factory": "./src/migrations/update-15-5-0/update-to-cypress-12", "package": "@nrwl/cypress", "name": "update-to-cypress-12" }, { "version": "15.7.0-beta.0", "description": "Split global configuration files (e.g., workspace.json) into individual project.json files.", "cli": "nx", "implementation": "./src/migrations/update-15-7-0/split-configuration-into-project-json-files", "package": "@nrwl/workspace", "name": "15-7-0-split-configuration-into-project-json-files" }, { "cli": "nx", "version": "15.3.0-beta.0", "description": "Update projects using @nrwl/web:rollup to @nrwl/rollup:rollup for build.", "factory": "./src/migrations/update-15-3-0/update-rollup-executor", "package": "@nrwl/react", "name": "update-rollup-executor" }, { "cli": "nx", "version": "15.3.0-beta.0", "description": "Install new dependencies for React projects using Webpack or Rollup.", "factory": "./src/migrations/update-15-3-0/install-webpack-rollup-dependencies", "package": "@nrwl/react", "name": "install-webpack-rollup-dependencies" }, { "cli": "nx", "version": "15.6.3-beta.0", "description": "Creates or updates webpack.config.js file with the new options for webpack.", "factory": "./src/migrations/update-15-6-3/webpack-config-setup", "package": "@nrwl/react", "name": "react-webpack-config-setup" }, { "cli": "nx", "version": "15.5.4-beta.0", "description": "Update `@nrwl/web/babel` preset to `@nrwl/js/babel` for projects that have a .babelrc file.", "factory": "./src/migrations/update-15-5-4/update-babel-preset", "package": "@nrwl/web", "name": "update-babel-preset" } ] }