Skip to content

Bump uuid and istanbul-lib-processinfo#515

Merged
davidjgoss merged 2 commits into
mainfrom
dependabot/npm_and_yarn/multi-7365aee205
Jun 17, 2026
Merged

Bump uuid and istanbul-lib-processinfo#515
davidjgoss merged 2 commits into
mainfrom
dependabot/npm_and_yarn/multi-7365aee205

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Removes uuid. It's no longer used after updating ancestor dependency istanbul-lib-processinfo. These dependencies need to be updated together.

Removes uuid

Updates istanbul-lib-processinfo from 3.0.0 to 3.0.1

Changelog

Sourced from istanbul-lib-processinfo's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 12, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 12, 2026

Copy link
Copy Markdown

Deploying react-components with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3fc6d49
Status: ✅  Deploy successful!
Preview URL: https://36f8e7d2.react-components-9pg.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-mult-w9mi.react-components-9pg.pages.dev

View logs

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 12, 2026
@mpkorstanje

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mpkorstanje

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-7365aee205 branch from 22ad02a to ed58567 Compare June 14, 2026 01:45
@mpkorstanje

mpkorstanje commented Jun 15, 2026

Copy link
Copy Markdown
Member
npm error `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm error
npm error Missing: typescript@5.9.3 from lock file

Looks like npm ci and npm install don't agree.

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-7365aee205 branch from 4c9e5fa to fa59407 Compare June 15, 2026 00:18
Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [istanbul-lib-processinfo](https://github.com/istanbuljs/istanbul-lib-processinfo). These dependencies need to be updated together.


Removes `uuid`

Updates `istanbul-lib-processinfo` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/istanbuljs/istanbul-lib-processinfo/releases)
- [Changelog](https://github.com/istanbuljs/istanbul-lib-processinfo/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/istanbul-lib-processinfo@istanbul-lib-processinfo-v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: istanbul-lib-processinfo
  dependency-version: 3.0.1
  dependency-type: indirect
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-7365aee205 branch from fa59407 to e916d94 Compare June 15, 2026 00:20
@davidjgoss davidjgoss self-assigned this Jun 15, 2026
@davidjgoss

Copy link
Copy Markdown
Member

The problem we have here is:

  • The npm version that ships with node 24 writes the lockfile in a way that's not backwards compatible with node 22
  • Our workflows, and Cloudflare Pages, use node 22 (the latter doesn't even offer 24)
  • Dependabot is using 24 and you can't change it

So we have a bit of an impasse. I'll try to fix this manually.

@davidjgoss davidjgoss merged commit e7c3481 into main Jun 17, 2026
4 checks passed
@davidjgoss davidjgoss deleted the dependabot/npm_and_yarn/multi-7365aee205 branch June 17, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants