|
2 | 2 | "migrations": [ |
3 | 3 | { |
4 | 4 | "cli": "nx", |
5 | | - "version": "16.0.0-beta.0", |
6 | | - "description": "Remove @nrwl/cli.", |
7 | | - "implementation": "./src/migrations/update-16-0-0/remove-nrwl-cli", |
| 5 | + "version": "16.2.0-beta.0", |
| 6 | + "description": "Remove outputPath from run commands", |
| 7 | + "implementation": "./src/migrations/update-16-2-0/remove-run-commands-output-path", |
8 | 8 | "package": "nx", |
9 | | - "name": "16.0.0-remove-nrwl-cli" |
| 9 | + "name": "16.2.0-remove-output-path-from-run-commands" |
10 | 10 | }, |
11 | 11 | { |
12 | 12 | "cli": "nx", |
13 | | - "version": "16.0.0-beta.9", |
14 | | - "description": "Replace `dependsOn.projects` and `inputs` definitions with new configuration format.", |
15 | | - "implementation": "./src/migrations/update-16-0-0/update-depends-on-to-tokens", |
| 13 | + "version": "16.6.0-beta.6", |
| 14 | + "description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed", |
| 15 | + "implementation": "./src/migrations/update-15-0-0/prefix-outputs", |
16 | 16 | "package": "nx", |
17 | | - "name": "16.0.0-tokens-for-depends-on" |
| 17 | + "name": "16.6.0-prefix-outputs" |
18 | 18 | }, |
19 | 19 | { |
20 | 20 | "cli": "nx", |
21 | | - "version": "16.0.0-beta.0", |
22 | | - "description": "Replace @nrwl/nx-cloud with nx-cloud", |
23 | | - "implementation": "./src/migrations/update-16-0-0/update-nx-cloud-runner", |
| 21 | + "version": "16.8.0-beta.3", |
| 22 | + "description": "Escape $ in env variables", |
| 23 | + "implementation": "./src/migrations/update-16-8-0/escape-dollar-sign-env-variables", |
24 | 24 | "package": "nx", |
25 | | - "name": "16.0.0-update-nx-cloud-runner" |
| 25 | + "name": "16.8.0-escape-dollar-sign-env" |
26 | 26 | }, |
27 | 27 | { |
28 | 28 | "cli": "nx", |
29 | | - "version": "16.0.0-beta.1", |
30 | | - "description": "Replace @nx/devkit with @nx/devkit", |
31 | | - "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
32 | | - "package": "@nx/devkit", |
33 | | - "name": "update-16-0-0-add-nx-packages" |
34 | | - }, |
35 | | - { |
36 | | - "cli": "nx", |
37 | | - "version": "16.0.0-beta.1", |
38 | | - "description": "Replace @nx/workspace with @nx/workspace", |
39 | | - "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
40 | | - "package": "@nx/workspace", |
41 | | - "name": "update-16-0-0-add-nx-packages" |
42 | | - }, |
43 | | - { |
44 | | - "version": "16.0.0-beta.4", |
45 | | - "description": "Generates a plugin called 'workspace-plugin' containing your workspace generators.", |
46 | | - "cli": "nx", |
47 | | - "implementation": "./src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin", |
48 | | - "package": "@nx/workspace", |
49 | | - "name": "16-0-0-move-workspace-generators-into-local-plugin" |
| 29 | + "version": "16.5.0-beta.2", |
| 30 | + "description": "Add test-setup.ts to ignored files in production input", |
| 31 | + "implementation": "./src/migrations/update-16-5-0/add-test-setup-to-inputs-ignore", |
| 32 | + "package": "@nx/jest", |
| 33 | + "name": "add-test-setup-to-inputs-ignore" |
50 | 34 | }, |
51 | 35 | { |
52 | | - "version": "16.0.0-beta.9", |
53 | | - "description": "Fix .babelrc presets if it contains an invalid entry for @nx/web/babel.", |
54 | 36 | "cli": "nx", |
55 | | - "implementation": "./src/migrations/update-16-0-0/fix-invalid-babelrc", |
56 | | - "package": "@nx/workspace", |
57 | | - "name": "16-0-0-fix-invalid-babelrc" |
| 37 | + "version": "16.3.1-beta.0", |
| 38 | + "description": "Replace @nrwl/node:webpack and @nx/node:webpack with @nx/webpack:webpack for all project targets", |
| 39 | + "implementation": "./src/migrations/update-16-3-1/update-webpack-executor", |
| 40 | + "package": "@nx/node", |
| 41 | + "name": "update-16-3-1-update-executor" |
58 | 42 | }, |
59 | 43 | { |
60 | 44 | "cli": "nx", |
61 | | - "version": "16.0.0-beta.1", |
62 | | - "description": "Replace @nx/linter with @nx/linter", |
63 | | - "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
64 | | - "package": "@nx/linter", |
65 | | - "name": "update-16-0-0-add-nx-packages" |
| 45 | + "version": "16.4.0-beta.8", |
| 46 | + "description": "Replace @nx/node:node with @nx/js:node for all project targets", |
| 47 | + "implementation": "./src/migrations/update-16-4-0/replace-node-executor", |
| 48 | + "package": "@nx/node", |
| 49 | + "name": "update-16-4-0-replace-node-executor" |
66 | 50 | }, |
67 | 51 | { |
68 | 52 | "cli": "nx", |
69 | | - "version": "16.0.0-beta.1", |
70 | | - "description": "Replace @nx/js with @nx/js", |
71 | | - "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
| 53 | + "version": "16.6.0-beta.0", |
| 54 | + "description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.", |
| 55 | + "factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps", |
72 | 56 | "package": "@nx/js", |
73 | | - "name": "update-16-0-0-add-nx-packages" |
74 | | - }, |
75 | | - { |
76 | | - "cli": "nx", |
77 | | - "version": "16.0.0-beta.1", |
78 | | - "description": "Replace @nx/eslint-plugin with @nx/eslint-plugin", |
79 | | - "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
80 | | - "package": "@nx/eslint-plugin", |
81 | | - "name": "update-16-0-0-add-nx-packages" |
82 | | - }, |
83 | | - { |
84 | | - "cli": "nx", |
85 | | - "version": "16.0.0-beta.1", |
86 | | - "description": "Replace @nx/web with @nx/web", |
87 | | - "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
88 | | - "package": "@nx/web", |
89 | | - "name": "update-16-0-0-add-nx-packages" |
90 | | - }, |
91 | | - { |
92 | | - "cli": "nx", |
93 | | - "version": "16.0.0-beta.4", |
94 | | - "description": "Replace @nx/web executors with @nx/webpack and @nx/rollup", |
95 | | - "implementation": "./src/migrations/update-16-0-0-update-executors/update-16-0-0-update-executors", |
96 | | - "package": "@nx/web", |
97 | | - "name": "update-16-0-0-update-executors" |
| 57 | + "name": "explicitly-set-projects-to-update-buildable-deps" |
98 | 58 | }, |
99 | 59 | { |
100 | 60 | "cli": "nx", |
101 | | - "version": "16.0.0-beta.1", |
102 | | - "description": "Replace @nx/jest with @nx/jest", |
103 | | - "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
104 | | - "package": "@nx/jest", |
105 | | - "name": "update-16-0-0-add-nx-packages" |
106 | | - }, |
107 | | - { |
108 | | - "version": "16.0.0-beta.1", |
109 | | - "cli": "nx", |
110 | | - "description": "Removes CLI property within schema.json files and moves generators and schematics to the proper root node in migrations.json", |
111 | | - "factory": "./src/migrations/update-16-0-0/cli-in-schema-json", |
| 61 | + "version": "16.2.0-beta.0", |
| 62 | + "description": "Replace @nx/plugin:e2e with @nx/jest", |
| 63 | + "implementation": "./src/migrations/update-16-2-0/replace-e2e-executor", |
112 | 64 | "package": "@nx/plugin", |
113 | | - "name": "update-remove-cli-prop" |
| 65 | + "name": "update-16-2-0-replace-e2e-executor" |
114 | 66 | }, |
115 | 67 | { |
116 | | - "cli": "nx", |
117 | | - "version": "16.0.0-beta.1", |
118 | | - "description": "Replace @nx/plugin with @nx/plugin", |
119 | | - "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
120 | | - "package": "@nx/plugin", |
121 | | - "name": "update-16-0-0-add-nx-packages" |
122 | | - }, |
123 | | - { |
124 | | - "cli": "nx", |
125 | | - "version": "16.0.0-beta.1", |
126 | | - "description": "Replace @nx/node with @nx/node", |
127 | | - "implementation": "./src/migrations/update-16-0-0-add-nx-packages/update-16-0-0-add-nx-packages", |
128 | | - "package": "@nx/node", |
129 | | - "name": "update-16-0-0-add-nx-packages" |
130 | | - }, |
131 | | - { |
132 | | - "cli": "nx", |
133 | | - "version": "16.0.0-beta.5", |
134 | | - "description": "Replace @nx/node:webpack with @nx/node:webpack", |
135 | | - "implementation": "./src/migrations/update-16-0-0/update-webpack-executor", |
136 | | - "package": "@nx/node", |
137 | | - "name": "update-16-0-0-update-executor" |
| 68 | + "version": "16.8.0", |
| 69 | + "description": "update-16-8-0-add-ignored-files", |
| 70 | + "implementation": "./src/migrations/update-16-8-0-add-ignored-files/update-16-8-0-add-ignored-files", |
| 71 | + "package": "@nx/linter", |
| 72 | + "name": "update-16-8-0-add-ignored-files" |
138 | 73 | } |
139 | 74 | ] |
140 | 75 | } |
0 commit comments