-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
3,292 additions
and
2,185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,167 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "16.8.0-beta.3", | ||
"description": "Escape $ in env variables", | ||
"implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables", | ||
"package": "nx", | ||
"name": "16.8.0-escape-dollar-sign-env" | ||
}, | ||
{ | ||
"version": "16.8.0", | ||
"description": "update-16-8-0-add-ignored-files", | ||
"implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files", | ||
"package": "@nx/linter", | ||
"name": "update-16-8-0-add-ignored-files" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.8.0-beta.4", | ||
"description": "Update to Cypress v13. Most noteable change is video recording is off by default. This migration will only update if the workspace is already on Cypress v12. https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-130", | ||
"implementation": "./src/migrations/update-16-8-0/cypress-13", | ||
"package": "@nx/cypress", | ||
"name": "update-16-8-0-cypress-13" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.8.2-beta.0", | ||
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.", | ||
"factory": "./src/migrations/update-16-8-2/update-swcrc", | ||
"package": "@nx/js", | ||
"name": "16-8-2-update-swcrc" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.9.0-beta.1", | ||
"description": "Replace imports of Module Federation utils frm @nx/devkit to @nx/webpack", | ||
"implementation": "./src/migrations/update-16-9-0/migrate-mf-util-usage", | ||
"package": "@nx/devkit", | ||
"name": "update-16-9-0-migrate-mf-usage-to-webpack" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.9.0-beta.1", | ||
"description": "Remove @types/react-native from package.json", | ||
"implementation": "./src/migrations/update-16-9-0/remove-types-react-native", | ||
"package": "@nx/react-native", | ||
"name": "update-16-9-0-remove-types-react-native" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.8.2-beta.0", | ||
"description": "Remove invalid options (strict, noInterop) for ES6 type modules.", | ||
"factory": "./src/migrations/update-16-8-2/update-swcrc", | ||
"package": "@nrwl/js", | ||
"name": "16-8-2-update-swcrc" | ||
} | ||
] | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "17.3.1-beta.0", | ||
"description": "Add project property to playwright config", | ||
"implementation": "./src/migrations/update-17-3-1/add-project-to-config", | ||
"package": "@nx/playwright", | ||
"name": "17-3-1-add-project-to-config" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.0-beta.3", | ||
"description": "Remove invalid baseUrl option from @nx/playwright:playwright targets in project.json.", | ||
"implementation": "./src/migrations/update-18-1-0/remove-baseUrl-from-project-json", | ||
"package": "@nx/playwright", | ||
"name": "18-1-0-remove-baseUrl-from-project-json" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.0-beta.3", | ||
"description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.", | ||
"implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6", | ||
"package": "@nx/cypress", | ||
"name": "update-cypress-version-13-6-6" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.0.2", | ||
"description": "Remove deprecated build options", | ||
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options", | ||
"package": "@nx/js", | ||
"name": "update-17-0-0-remove-deprecated-build-options" | ||
}, | ||
{ | ||
"version": "17.1.0-beta.2", | ||
"description": "Move jest executor options to nx.json targetDefaults", | ||
"implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults", | ||
"package": "@nx/jest", | ||
"name": "move-options-to-target-defaults" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.2.6-beta.1", | ||
"description": "Rename workspace rules from @nx/workspace/name to @nx/workspace-name", | ||
"implementation": "./src/migrations/update-17-2-6-rename-workspace-rules/rename-workspace-rules", | ||
"package": "@nx/eslint-plugin", | ||
"name": "update-17-2-6-rename-workspace-rules" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.0.0-beta.0", | ||
"description": "Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/webpack:webpack' is used for Module Federation.", | ||
"factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults", | ||
"package": "@nx/react", | ||
"name": "add-module-federation-env-var-to-target-defaults" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.1.1-beta.0", | ||
"description": "Ensure targetDefaults inputs for task hashing when '@nx/webpack:webpack' is used are correct for Module Federation.", | ||
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs", | ||
"package": "@nx/react", | ||
"name": "fix-target-defaults-for-webpack" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.2.1-beta.0", | ||
"description": "Add webpack.config.js file when webpackConfig is not defined", | ||
"implementation": "./src/migrations/update-17-2-1/webpack-config-setup", | ||
"package": "@nx/webpack", | ||
"name": "update-17-2-1-webpack-config-setup" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.2.7", | ||
"description": "Remove patched eslint rule for @next/next/no-html-link-for-pages", | ||
"implementation": "./src/migrations/update-17-2-7/remove-eslint-rules-patch", | ||
"package": "@nx/next", | ||
"name": "update-17-2-7" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.0.0-beta.0", | ||
"description": "Add web configuration to react native projects", | ||
"implementation": "./src/migrations/update-18-0-0/add-web-configuration", | ||
"package": "@nx/react-native", | ||
"name": "update-18-0-0-add-web-configuration" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.0.0-beta.0", | ||
"description": "Upgrade react native storybook target to use web", | ||
"implementation": "./src/migrations/update-18-0-0/change-storybook-targets", | ||
"package": "@nx/react-native", | ||
"name": "update-18-0-0-change-storybook-targets" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.0.0-beta.0", | ||
"description": "Remove blockList in metro.config.js.", | ||
"implementation": "./src/migrations/update-18-0-0/remove-block-list", | ||
"package": "@nx/react-native", | ||
"name": "update-18-0-0-remove-block-list" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.0.0-beta.0", | ||
"description": "Remove metro-* and @react-native-community/cli-* from package.json devDependencies", | ||
"implementation": "./src/migrations/update-18-0-0/remove-metro", | ||
"package": "@nx/react-native", | ||
"name": "update-18-0-0-remove-metro" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.0.0-beta.0", | ||
"description": "Remove ensure-symlink target", | ||
"implementation": "./src/migrations/update-18-0-0/remove-symlink-target", | ||
"package": "@nx/react-native", | ||
"name": "update-18-0-0-remove-symlink-target" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "18.0.0-beta.0", | ||
"description": "Add upgrade target to react native projects", | ||
"implementation": "./src/migrations/update-18-0-0/add-upgrade-target", | ||
"package": "@nx/react-native", | ||
"name": "update-18-0-0-add-upgrade-target" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "17.0.2", | ||
"description": "Remove deprecated build options", | ||
"implementation": "./src/migrations/update-17-0-0/remove-deprecated-build-options", | ||
"package": "@nrwl/js", | ||
"name": "update-17-0-0-remove-deprecated-build-options" | ||
}, | ||
{ | ||
"version": "17.0.0-beta.7", | ||
"description": "update-17-0-0-rename-to-eslint", | ||
"implementation": "./src/migrations/update-17-0-0-rename-to-eslint/update-17-0-0-rename-to-eslint", | ||
"package": "@nx/linter", | ||
"name": "update-17-0-0-rename-to-eslint" | ||
}, | ||
{ | ||
"version": "17.1.0-beta.1", | ||
"description": "Updates for @typescript-utils/utils v6.9.1+", | ||
"implementation": "./src/migrations/update-17-1-0/update-typescript-eslint", | ||
"package": "@nx/linter", | ||
"name": "update-typescript-eslint" | ||
}, | ||
{ | ||
"version": "17.2.0-beta.0", | ||
"description": "Simplify eslintFilePatterns", | ||
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns", | ||
"package": "@nx/linter", | ||
"name": "simplify-eslint-patterns" | ||
}, | ||
{ | ||
"version": "17.2.9", | ||
"description": "Move executor options to target defaults", | ||
"implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults", | ||
"package": "@nx/linter", | ||
"name": "move-options-to-target-defaults" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.