Skip to content

Commit b1c0a35

Browse files
authored
Update NX.md
1 parent 4ba385b commit b1c0a35

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

NX.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,102 @@ Fetching @nx/playwright@21.0.2
9797
- To learn more go to https://nx.dev/features/automate-updating-dependencies
9898
```
9999

100+
Should you follow above recommended migration steps, you will be prompted as follows:
101+
102+
```
103+
NX Running 'npm install' to make sure necessary packages are installed
104+
105+
106+
removed 83 packages, and audited 1098 packages in 5s
107+
108+
167 packages are looking for funding
109+
run `npm fund` for details
110+
111+
11 moderate severity vulnerabilities
112+
113+
To address issues that do not require attention, run:
114+
npm audit fix
115+
116+
To address all issues (including breaking changes), run:
117+
npm audit fix --force
118+
119+
Run `npm audit` for details.
120+
121+
NX Running migrations from 'migrations.json'
122+
123+
Running the following migrations:
124+
- nx: remove-legacy-cache (Removes the legacy cache configuration from nx.json)
125+
- nx: remove-custom-tasks-runner (Removes the legacy cache configuration from nx.json)
126+
- @nx/jest: replace-getJestProjects-with-getJestProjectsAsync-v21 (Replace usage of `getJestProjects` with `getJestProjectsAsync`.)
127+
- @nx/jest: remove-tsconfig-option-from-jest-executor (Remove the previously deprecated and unused `tsConfig` option from the `@nx/jest:jest` executor.)
128+
- nx: release-version-config-changes (Updates release version config based on the breaking changes in Nx v21)
129+
- nx: release-changelog-config-changes (Updates release changelog config based on the breaking changes in Nx v21)
130+
- @nx/webpack: update-21-0-0-remove-isolated-config (Remove isolatedConfig option for @nx/webpack:webpack)
131+
- @nx/react: update-21-0-0-update-babel-loose (Replaces `classProperties.loose` option with `loose`.)
132+
---------------------------------------------------------
133+
134+
Running migration nx: remove-legacy-cache
135+
Ran remove-legacy-cache from nx
136+
Removes the legacy cache configuration from nx.json
137+
138+
Changes:
139+
UPDATE nx.json
140+
141+
---------------------------------------------------------
142+
Running migration nx: remove-custom-tasks-runner
143+
Ran remove-custom-tasks-runner from nx
144+
Removes the legacy cache configuration from nx.json
145+
146+
No changes were made
147+
148+
---------------------------------------------------------
149+
Running migration @nx/jest: replace-getJestProjects-with-getJestProjectsAsync-v21
150+
Ran replace-getJestProjects-with-getJestProjectsAsync-v21 from @nx/jest
151+
Replace usage of `getJestProjects` with `getJestProjectsAsync`.
152+
153+
No changes were made
154+
155+
---------------------------------------------------------
156+
Running migration @nx/jest: remove-tsconfig-option-from-jest-executor
157+
Ran remove-tsconfig-option-from-jest-executor from @nx/jest
158+
Remove the previously deprecated and unused `tsConfig` option from the `@nx/jest:jest` executor.
159+
160+
No changes were made
161+
162+
---------------------------------------------------------
163+
Running migration nx: release-version-config-changes
164+
Ran release-version-config-changes from nx
165+
Updates release version config based on the breaking changes in Nx v21
166+
167+
No changes were made
168+
169+
---------------------------------------------------------
170+
Running migration nx: release-changelog-config-changes
171+
Ran release-changelog-config-changes from nx
172+
Updates release changelog config based on the breaking changes in Nx v21
173+
174+
No changes were made
175+
176+
---------------------------------------------------------
177+
Running migration @nx/webpack: update-21-0-0-remove-isolated-config
178+
Ran update-21-0-0-remove-isolated-config from @nx/webpack
179+
Remove isolatedConfig option for @nx/webpack:webpack
180+
181+
No changes were made
182+
183+
---------------------------------------------------------
184+
Running migration @nx/react: update-21-0-0-update-babel-loose
185+
Ran update-21-0-0-update-babel-loose from @nx/react
186+
Replaces `classProperties.loose` option with `loose`.
187+
188+
No changes were made
189+
190+
---------------------------------------------------------
191+
192+
NX Successfully finished running migrations from 'migrations.json'. This workspace is up to date!
193+
194+
```
195+
100196
Based on the provided repository structure and documentation, I'll help you run the Hatch project. The project appears to be set up as a React monorepo using Nx. Here are the steps to run it:
101197

102198

0 commit comments

Comments
 (0)