11{
22 "migrations" : [
33 {
4- "version" : " 22.3.2-beta.0" ,
5- "requires" : {
6- "@angular/build" : " >=21.0.0"
7- },
8- "description" : " Create AI Instructions to help migrate users workspaces past breaking changes for Vitest 4." ,
9- "implementation" : " ./src/migrations/update-22-1-0/create-ai-instructions-for-vitest-4" ,
10- "package" : " @nx/vitest" ,
11- "name" : " update-22-3-2"
12- },
13- {
14- "version" : " 22.3.0-beta.0" ,
15- "requires" : {
16- "@angular/core" : " >=21.0.0"
17- },
18- "description" : " Updates webpack-based SSR configuration to use preserve module format and bundler module resolution." ,
19- "factory" : " ./src/migrations/update-22-3-0/update-ssr-webpack-config" ,
20- "package" : " @nx/angular" ,
21- "name" : " update-ssr-webpack-config-22-2-0"
22- },
23- {
24- "version" : " 22.3.0-beta.0" ,
25- "requires" : {
26- "@angular/core" : " >=21.0.0-rc.3"
27- },
28- "description" : " Update 'module' to 'preserve' and 'moduleResolution' to 'bundler' in TypeScript configurations for Angular projects." ,
29- "factory" : " ./src/migrations/update-22-3-0/update-module-resolution" ,
30- "package" : " @nx/angular" ,
31- "name" : " update-module-resolution-22-2-0"
32- },
33- {
34- "version" : " 22.3.0-beta.0" ,
35- "requires" : {
36- "@angular/core" : " >=21.0.0"
37- },
38- "description" : " Updates the 'lib' property in tsconfig files to use 'es2022' or a more modern version." ,
39- "factory" : " ./src/migrations/update-22-3-0/update-typescript-lib" ,
40- "package" : " @nx/angular" ,
41- "name" : " update-typescript-lib-22-2-0"
4+ "cli" : " nx" ,
5+ "version" : " 22.6.0-beta.10" ,
6+ "description" : " Adds .claude/worktrees to .gitignore" ,
7+ "implementation" : " ./src/migrations/update-22-6-0/add-claude-worktrees-to-git-ignore" ,
8+ "package" : " nx" ,
9+ "name" : " 22-6-1-add-claude-worktrees-to-git-ignore"
4210 },
4311 {
44- "version" : " 22.3.0-beta.0" ,
45- "requires" : {
46- "@angular/core" : " >=21.0.0"
47- },
48- "description" : " Update 'vitest' unit test runner option to 'vitest-analog' in generator defaults." ,
49- "factory" : " ./src/migrations/update-22-3-0/update-unit-test-runner-option" ,
50- "package" : " @nx/angular" ,
51- "name" : " update-unit-test-runner-option"
12+ "cli" : " nx" ,
13+ "version" : " 22.6.0-rc.0" ,
14+ "description" : " Adds .claude/settings.local.json to .gitignore" ,
15+ "implementation" : " ./src/migrations/update-22-6-0/add-claude-settings-local-to-git-ignore" ,
16+ "package" : " nx" ,
17+ "name" : " 22-6-0-add-claude-settings-local-to-git-ignore"
5218 },
5319 {
54- "version" : " 22.3.0-beta.3" ,
55- "requires" : {
56- "@angular/core" : " >=21.0.0"
57- },
58- "description" : " Set 'isolatedModules' to 'true' in TypeScript test configurations for Angular projects." ,
59- "factory" : " ./src/migrations/update-22-3-0/set-isolated-modules" ,
60- "package" : " @nx/angular" ,
61- "name" : " set-isolated-modules-22-3-0"
20+ "cli" : " nx" ,
21+ "version" : " 22.6.0-beta.11" ,
22+ "description" : " Prompts to enable usage analytics" ,
23+ "implementation" : " ./src/migrations/update-22-6-0/enable-analytics-prompt" ,
24+ "package" : " nx" ,
25+ "name" : " 22-6-0-enable-analytics-prompt"
6226 },
6327 {
64- "version" : " 22.3.0-beta.3" ,
65- "requires" : {
66- "@angular/core" : " >=21.0.0"
67- },
68- "description" : " Replace 'jest-preset-angular/setup-jest' imports with the new 'setupZoneTestEnv' function." ,
69- "factory" : " ./src/migrations/update-22-3-0/update-jest-preset-angular-setup" ,
70- "package" : " @nx/angular" ,
71- "name" : " update-jest-preset-angular-setup"
28+ "version" : " 22.6.0-beta.11" ,
29+ "description" : " Prefix reportsDirectory with {projectRoot} to maintain correct resolution after workspace-root-relative behavior change." ,
30+ "implementation" : " ./src/migrations/update-22-6-0/prefix-reports-directory-with-project-root" ,
31+ "package" : " @nx/vitest" ,
32+ "name" : " update-22-6-0-prefix-reports-directory"
7233 }
7334 ]
7435}
0 commit comments