chore(deps): bump uuid and nyc - #3370
Merged
Merged
Conversation
Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [nyc](https://github.com/istanbuljs/nyc). These dependencies need to be updated together. Removes `uuid` Updates `nyc` from 15.1.0 to 18.0.0 - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md) - [Commits](istanbuljs/nyc@v15.1.0...nyc-v18.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: dependency-type: indirect - dependency-name: nyc dependency-version: 18.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
nkaradzhov
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes uuid. It's no longer used after updating ancestor dependency nyc. These dependencies need to be updated together.
Removes
uuidUpdates
nycfrom 15.1.0 to 18.0.0Release notes
Sourced from nyc's releases.
Changelog
Sourced from nyc's changelog.
... (truncated)
Commits
3ce6d97chore(main): release nyc 18.0.0 (#1613)b9f6781build: publication is now manual again due to changes in tokens0707729fix(deps)!: update dependencies pulling in old glob (#1612)41f4476chore(main): release nyc 17.1.0 (#1572)d338985chore(deps-dev): bump requirejs from 2.3.6 to 2.3.7 (#1582)af74d1efeat(deps): bump foreground-child from ^2.0.0 to ^3.0.0 (#1546)ae657b6fix: reduce size of serialized JSON output (#1570)b6a9484chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1571)b86edbcchore(deps-dev): bump ws from 8.16.0 to 8.17.1 (#1568)fee2821chore(main): release nyc 17.0.0 (#1558)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Dev-only coverage tooling with no production impact; CI already uses Node 20/22, matching nyc 18’s engine requirements.
Overview
Bumps the dev dependency
nycfrom^15.1.0to^18.0.0inpackage.json, with the correspondingpackage-lock.jsonrefresh.The lockfile change is mostly transitive tooling pulled in by Istanbul/nyc (e.g.
istanbul-lib-instrument,istanbul-lib-processinfo,glob/rimraf/test-exclude, updated Babel packages).uuiddrops out of the tree as a side effect of the nyc upgrade, not as a direct removal inpackage.json.nyc 18 expects Node 20 or ≥22 for its dependencies; this repo’s test workflow already matrixes those versions. No library source or runtime package code is modified—only coverage/test dev tooling.
Reviewed by Cursor Bugbot for commit 071dc78. Bugbot is set up for automated code reviews on this repo. Configure here.