Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance/upgrade UUID #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

skwakman
Copy link

@skwakman skwakman commented Nov 8, 2023

This upgrades UUID to a more recent version, so that projects using jest-text-transformer don't get the 'outdated uuid version' message from NPM or other package managers and security scanners.

Additionally, this commit sets the minimum nodejs version to 12.13, as per jest's v28 minimum requirements.

@kaisellgren
Copy link

kaisellgren commented Apr 26, 2024

Can @janouma merge this PR? Thank you :)

If we use NodeJS v19, it's possible to use import { randomUUID } from 'node:crypto' instead of the uuid -package. This would get rid of the dependency.

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.

None yet

2 participants