|
1 | 1 | { |
2 | 2 | "migrations": [ |
3 | | - { |
4 | | - "version": "22.0.0-beta.1", |
5 | | - "description": "Updates release version config based on the breaking changes in Nx v22", |
6 | | - "implementation": "./src/migrations/update-22-0-0/release-version-config-changes", |
7 | | - "package": "nx", |
8 | | - "name": "22-0-0-release-version-config-changes" |
9 | | - }, |
10 | | - { |
11 | | - "version": "22.0.0-beta.2", |
12 | | - "description": "Consolidates releaseTag* options into nested releaseTag object structure", |
13 | | - "implementation": "./src/migrations/update-22-0-0/consolidate-release-tag-config", |
14 | | - "package": "nx", |
15 | | - "name": "22-0-0-consolidate-release-tag-config" |
16 | | - }, |
17 | 3 | { |
18 | 4 | "cli": "nx", |
19 | | - "version": "22.1.0-beta.5", |
20 | | - "description": "Updates the nx wrapper.", |
21 | | - "implementation": "./src/migrations/update-22-1-0/update-nx-wrapper", |
| 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", |
22 | 8 | "package": "nx", |
23 | | - "name": "22-1-0-update-nx-wrapper" |
24 | | - }, |
25 | | - { |
26 | | - "version": "21.5.0-beta.2", |
27 | | - "description": "Migrate the legacy 'development' custom condition to a workspace-unique custom condition name.", |
28 | | - "factory": "./src/migrations/update-21-5-0/migrate-development-custom-condition", |
29 | | - "package": "@nx/js", |
30 | | - "name": "migrate-development-custom-condition" |
31 | | - }, |
32 | | - { |
33 | | - "version": "22.0.0-beta.0", |
34 | | - "description": "Remove the deprecated `external` and `externalBuildTargets` options from the `@nx/js:swc` and `@nx/js:tsc` executors.", |
35 | | - "factory": "./src/migrations/update-22-0-0/remove-external-options-from-js-executors", |
36 | | - "package": "@nx/js", |
37 | | - "name": "remove-external-options-from-js-executors" |
38 | | - }, |
39 | | - { |
40 | | - "version": "22.1.0-rc.1", |
41 | | - "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.", |
42 | | - "factory": "./src/migrations/update-22-1-0/remove-redundant-ts-project-references", |
43 | | - "package": "@nx/js", |
44 | | - "name": "remove-redundant-ts-project-references" |
45 | | - }, |
46 | | - { |
47 | | - "version": "22.2.0-beta.2", |
48 | | - "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.", |
49 | | - "implementation": "./src/migrations/update-22-2-0/convert-jest-config-to-cjs", |
50 | | - "package": "@nx/jest", |
51 | | - "name": "convert-jest-config-to-cjs" |
52 | | - }, |
53 | | - { |
54 | | - "version": "21.5.0-beta.0", |
55 | | - "description": "Set the 'tsConfig' option to build and test targets to help with Angular migration issues.", |
56 | | - "factory": "./src/migrations/update-21-5-0/set-tsconfig-option", |
57 | | - "package": "@nx/angular", |
58 | | - "name": "set-tsconfig-option" |
| 9 | + "name": "22-6-1-add-claude-worktrees-to-git-ignore" |
59 | 10 | }, |
60 | 11 | { |
61 | 12 | "cli": "nx", |
62 | | - "version": "21.5.0-beta.2", |
63 | | - "requires": { "@angular/core": ">=20.2.0" }, |
64 | | - "description": "Update the @angular/cli package version to ~20.2.0.", |
65 | | - "factory": "./src/migrations/update-21-5-0/update-angular-cli", |
66 | | - "package": "@nx/angular", |
67 | | - "name": "update-angular-cli-version-20-2-0" |
68 | | - }, |
69 | | - { |
70 | | - "version": "21.5.0-beta.2", |
71 | | - "requires": { "@angular/core": ">=20.2.0" }, |
72 | | - "description": "Remove any Karma configuration files that only contain the default content. The default configuration is automatically available without a specific project configurationfile.", |
73 | | - "factory": "./src/migrations/update-21-5-0/remove-default-karma-configuration-files", |
74 | | - "package": "@nx/angular", |
75 | | - "name": "remove-default-karma-configuration-files" |
| 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" |
76 | 18 | }, |
77 | 19 | { |
78 | 20 | "cli": "nx", |
79 | | - "version": "21.6.1-beta.2", |
80 | | - "requires": { "@angular/core": ">=20.3.0" }, |
81 | | - "description": "Update the @angular/cli package version to ~20.3.0.", |
82 | | - "factory": "./src/migrations/update-21-6-1/update-angular-cli", |
83 | | - "package": "@nx/angular", |
84 | | - "name": "update-angular-cli-version-20-3-0" |
85 | | - }, |
86 | | - { |
87 | | - "version": "22.3.0-beta.0", |
88 | | - "requires": { "@angular/core": ">=21.0.0" }, |
89 | | - "description": "Update the @angular/cli package version to ~21.0.0.", |
90 | | - "factory": "./src/migrations/update-22-3-0/update-angular-cli", |
91 | | - "package": "@nx/angular", |
92 | | - "name": "update-angular-cli-version-21-0-0" |
93 | | - }, |
94 | | - { |
95 | | - "version": "22.3.0-beta.0", |
96 | | - "requires": { "@angular/core": ">=21.0.0" }, |
97 | | - "description": "Updates webpack-based SSR configuration to use preserve module format and bundler module resolution.", |
98 | | - "factory": "./src/migrations/update-22-3-0/update-ssr-webpack-config", |
99 | | - "package": "@nx/angular", |
100 | | - "name": "update-ssr-webpack-config-22-2-0" |
101 | | - }, |
102 | | - { |
103 | | - "version": "22.3.0-beta.0", |
104 | | - "requires": { "@angular/core": ">=21.0.0-rc.3" }, |
105 | | - "description": "Update 'module' to 'preserve' and 'moduleResolution' to 'bundler' in TypeScript configurations for Angular projects.", |
106 | | - "factory": "./src/migrations/update-22-3-0/update-module-resolution", |
107 | | - "package": "@nx/angular", |
108 | | - "name": "update-module-resolution-22-2-0" |
109 | | - }, |
110 | | - { |
111 | | - "version": "22.3.0-beta.0", |
112 | | - "requires": { "@angular/core": ">=21.0.0" }, |
113 | | - "description": "Updates the 'lib' property in tsconfig files to use 'es2022' or a more modern version.", |
114 | | - "factory": "./src/migrations/update-22-3-0/update-typescript-lib", |
115 | | - "package": "@nx/angular", |
116 | | - "name": "update-typescript-lib-22-2-0" |
117 | | - }, |
118 | | - { |
119 | | - "version": "22.3.0-beta.0", |
120 | | - "requires": { "@angular/core": ">=21.0.0" }, |
121 | | - "description": "Update 'vitest' unit test runner option to 'vitest-analog' in generator defaults.", |
122 | | - "factory": "./src/migrations/update-22-3-0/update-unit-test-runner-option", |
123 | | - "package": "@nx/angular", |
124 | | - "name": "update-unit-test-runner-option" |
125 | | - }, |
126 | | - { |
127 | | - "version": "22.3.0-beta.3", |
128 | | - "requires": { "@angular/core": ">=21.0.0" }, |
129 | | - "description": "Set 'isolatedModules' to 'true' in TypeScript test configurations for Angular projects.", |
130 | | - "factory": "./src/migrations/update-22-3-0/set-isolated-modules", |
131 | | - "package": "@nx/angular", |
132 | | - "name": "set-isolated-modules-22-3-0" |
133 | | - }, |
134 | | - { |
135 | | - "version": "22.3.0-beta.3", |
136 | | - "requires": { "@angular/core": ">=21.0.0" }, |
137 | | - "description": "Replace 'jest-preset-angular/setup-jest' imports with the new 'setupZoneTestEnv' function.", |
138 | | - "factory": "./src/migrations/update-22-3-0/update-jest-preset-angular-setup", |
139 | | - "package": "@nx/angular", |
140 | | - "name": "update-jest-preset-angular-setup" |
141 | | - }, |
142 | | - { |
143 | | - "version": "21.0.0", |
144 | | - "description": "Converts the entire application to block control flow syntax", |
145 | | - "factory": "./bundles/control-flow-migration.cjs#migrate", |
146 | | - "package": "@angular/core", |
147 | | - "name": "control-flow-migration" |
148 | | - }, |
149 | | - { |
150 | | - "version": "21.0.0", |
151 | | - "description": "Replaces usages of the deprecated Router.getCurrentNavigation method with the Router.currentNavigation signal", |
152 | | - "factory": "./bundles/router-current-navigation.cjs#migrate", |
153 | | - "optional": true, |
154 | | - "package": "@angular/core", |
155 | | - "name": "router-current-navigation" |
156 | | - }, |
157 | | - { |
158 | | - "version": "21.0.0", |
159 | | - "description": "Ensures that the Router.lastSuccessfulNavigation signal is now invoked", |
160 | | - "factory": "./bundles/router-last-successful-navigation.cjs#migrate", |
161 | | - "package": "@angular/core", |
162 | | - "name": "router-last-successful-navigation" |
163 | | - }, |
164 | | - { |
165 | | - "version": "21.0.0", |
166 | | - "description": "Moves imports of `ApplicationConfig` from `@angular/platform-browser` to `@angular/core`", |
167 | | - "factory": "./bundles/application-config-core.cjs#migrate", |
168 | | - "package": "@angular/core", |
169 | | - "name": "application-config-core" |
170 | | - }, |
171 | | - { |
172 | | - "version": "21.0.0", |
173 | | - "description": "Adds `BootstrapContext` to `bootstrapApplication` calls in `main.server.ts` to support server rendering.", |
174 | | - "factory": "./bundles/add-bootstrap-context-to-server-main.cjs#migrate", |
175 | | - "package": "@angular/core", |
176 | | - "name": "add-bootstrap-context-to-server-main" |
177 | | - }, |
178 | | - { |
179 | | - "version": "21.0.0", |
180 | | - "description": "Migrates deprecated bootstrap options to providers.", |
181 | | - "factory": "./bundles/bootstrap-options-migration.cjs#migrate", |
182 | | - "package": "@angular/core", |
183 | | - "name": "bootstrap-options-migration" |
184 | | - }, |
185 | | - { |
186 | | - "version": "21.0.0-0", |
187 | | - "description": "Updates Angular Material to v21", |
188 | | - "factory": "./ng-update/index_bundled#updateToV21", |
189 | | - "package": "@angular/material", |
190 | | - "name": "migration-v21" |
191 | | - }, |
192 | | - { |
193 | | - "version": "21.0.0-0", |
194 | | - "description": "Updates the Angular CDK to v21", |
195 | | - "factory": "./ng-update/index#updateToV21", |
196 | | - "package": "@angular/cdk", |
197 | | - "name": "migration-v21" |
| 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" |
198 | 26 | } |
199 | 27 | ] |
200 | 28 | } |
0 commit comments