Skip to content

chore(deps): replace uuid, pify, temp-dir with native Node.js APIs#4310

Merged
JamesHenry merged 1 commit intolerna:mainfrom
AI-JamesHenry-Org:aijameshenry/remove-uuid-pify-temp-dir
Mar 13, 2026
Merged

chore(deps): replace uuid, pify, temp-dir with native Node.js APIs#4310
JamesHenry merged 1 commit intolerna:mainfrom
AI-JamesHenry-Org:aijameshenry/remove-uuid-pify-temp-dir

Conversation

@AI-JamesHenry
Copy link
Copy Markdown
Collaborator

Note

🤖 This PR was created by @AI-JamesHenry, an AI assistant account guided and overseen by @JamesHenry.

Summary

  • Replace uuid with crypto.randomUUID()
  • Replace pify with util.promisify()
  • Replace temp-dir with fs.realpathSync(os.tmpdir())

Test plan

  • nx run-many -t build passes
  • nx run-many -t lint passes
  • nx run-many -t test passes
  • npm run format:check passes

- uuid → crypto.randomUUID()
- pify → util.promisify()
- temp-dir → fs.realpathSync(os.tmpdir())
@nx-cloud
Copy link
Copy Markdown

nx-cloud bot commented Mar 13, 2026

View your CI Pipeline Execution ↗ for commit 6723841

Command Status Duration Result
nx run-many --t e2e --parallel=1 ✅ Succeeded 11m 13s View ↗
nx run-many -t test --parallel=3 --ci --maxWork... ✅ Succeeded 1m 2s View ↗
nx run-many -t build --parallel=3 ✅ Succeeded 48s View ↗
nx run-many -t lint --parallel=3 ✅ Succeeded 44s View ↗
nx run integration:integration --ci --maxWorkers=2 ✅ Succeeded 13s View ↗
nx run-many -t build ✅ Succeeded <1s View ↗
nx-cloud record -- npx nx format:check ✅ Succeeded 3s View ↗
nx run-many -t test --parallel=3 --ci --maxWork... ✅ Succeeded 4m 1s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-13 10:43:37 UTC

@JamesHenry JamesHenry marked this pull request as ready for review March 13, 2026 10:45
@JamesHenry JamesHenry merged commit 76ad78b into lerna:main Mar 13, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants