Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Update uuid dependency #111

Open
SamMousa opened this issue Oct 21, 2022 · 2 comments
Open

Update uuid dependency #111

SamMousa opened this issue Oct 21, 2022 · 2 comments
Assignees

Comments

@SamMousa
Copy link

There's only very few call sites to update and it would remove a deprecated warning from every install.

Changing code this pretty simple as explained here: https://www.npmjs.com/package/uuid#upgrading-from-uuid3

Also it seems at least one call site uses the new syntax: import { v4 as uuidv4 } from 'uuid';, which leads me to believe that just replacing every import with that line allows you to update the uuid dependency to the latest version.

aleks-pro added a commit to aleks-pro/testcafe-reporter-dashboard that referenced this issue Oct 25, 2022
aleks-pro added a commit that referenced this issue Oct 25, 2022
* fix: update uuid dependencies (closes #111)

* fix: mocha version updated
@aleks-pro aleks-pro self-assigned this Oct 25, 2022
@kirtan-desai
Copy link

The pr made to resolve this forgot to update the uuid version in package.json

@aleks-pro
Copy link
Collaborator

Hi @SamMousa , @kirtan-desai

Thank you for pointing out this issue to us. We will address it in the next testcafe release.

AndreyBelym pushed a commit to DevExpress/testcafe that referenced this issue Nov 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants