-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathmigrations.json
More file actions
10 lines (10 loc) · 1.85 KB
/
Copy pathmigrations.json
File metadata and controls
10 lines (10 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
{
"migrations": [
{ "cli": "nx", "version": "22.1.0-beta.5", "description": "Updates the nx wrapper.", "implementation": "./src/migrations/update-22-1-0/update-nx-wrapper", "package": "nx", "name": "22-1-0-update-nx-wrapper" },
{ "version": "22.1.0-rc.1", "description": "Removes redundant TypeScript project references from project's tsconfig.json files when runtime tsconfig files (e.g., tsconfig.lib.json, tsconfig.app.json) exist.", "factory": "./src/migrations/update-22-1-0/remove-redundant-ts-project-references", "package": "@nx/js", "name": "remove-redundant-ts-project-references" },
{ "version": "22.2.0-beta.1", "requires": { "vitest": ">=4.0.0" }, "description": "Create AI Instructions to help migrate users workspaces past breaking changes for Vitest 4.", "implementation": "./src/migrations/update-22-2-0/create-ai-instructions-for-vitest-4", "package": "@nx/vite", "name": "update-22-2-0" },
{ "version": "22.2.0-beta.2", "description": "Migrate Vitest usage from @nx/vite to @nx/vitest package.", "implementation": "./src/migrations/update-22-2-0/migrate-vitest-to-vitest-package", "package": "@nx/vite", "name": "migrate-vitest-to-vitest-package" },
{ "version": "22.2.0-beta.2", "description": "Convert jest.config.ts files from ESM to CJS syntax (export default -> module.exports, import -> require) for projects using CommonJS resolution to ensure correct loading under Node.js type-stripping.", "implementation": "./src/migrations/update-22-2-0/convert-jest-config-to-cjs", "package": "@nx/jest", "name": "convert-jest-config-to-cjs" },
{ "version": "22.3.2-beta.0", "requires": { "jest": ">=30.0.0" }, "description": "Replace removed matcher aliases in Jest v30 with their corresponding matcher", "implementation": "./src/migrations/update-21-3-0/replace-removed-matcher-aliases", "package": "@nx/jest", "name": "replace-removed-matcher-aliases-v22-3" }
]
}