chore(dev-deps): bump uuid from 13.0.0 to 14.0.0#371
chore(dev-deps): bump uuid from 13.0.0 to 14.0.0#371dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependabot Fix AssessmentPackage: What changed upstream
Migration concerns checked
What brokeuuid is not imported anywhere in this codebase. The package is listed in The CI failures are pre-existing infrastructure issues unrelated to the uuid bump:
Neither failure class is caused by, or fixable by, this uuid version change. What was fixedNo code changes needed — the uuid v14 bump requires no migration because the package is unused in our code. Verification
Notes for reviewerThe CI failures shown in this PR are pre-existing flakiness in the E2E test suite:
This PR is safe to merge as-is. Consider re-running CI if you want a clean green run. |
Dependabot Fix AssessmentPackage: `uuid` `13.0.0` → `14.0.0` (major) What changed upstream
Migration concerns checked
What brokeThe CI failures are not caused by the uuid bump. Two separate environment issues occurred:
What was fixedNo code changes were needed. The uuid bump is benign:
Verification
Notes for reviewerThe E2E and Web CLI test failures are pre-existing environmental issues on Dependabot PRs (no secrets, shared anonymous session quota). This PR is safe to merge as-is. The uuid bump requires zero code changes. |
Dependabot Fix AssessmentPackage: `uuid` `13.0.0` → `14.0.0` (minor) What changed upstreamThe `uuid` package moved from v13 to v14. No breaking API changes relevant to this repo — the package was not imported anywhere in the codebase regardless. Per `pnpm why uuid`, the only consumer is `@ably/cli` itself as a direct devDependency. The change is purely a lockfile update. Migration concerns checked
What brokeNothing broke due to the uuid bump. The `uuid` package is listed as a devDependency but is never imported anywhere in the source or test code. All code uses `node:crypto`'s `randomUUID` instead. The 8 E2E test failures are pre-existing infrastructure/environment issues unrelated to the uuid version bump:
What was fixedNo code changes made. The `uuid` v13 → v14 bump requires no migration because the package is not used anywhere in the codebase. Verification
Notes for reviewerThe E2E failures appear to be pre-existing flakiness in the CI environment (access token permissions, mutable messages feature gate, transient network). They are not caused by the uuid bump and would have appeared on `main` under the same conditions. This PR can be merged as-is. |
|
@dependabot recreate |
Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.0 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v13.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
45db179 to
f313c41
Compare
Dependabot Fix AssessmentPackage: `uuid` `13.0.0` → `14.0.0` (major) What changed upstream
Migration concerns checked
What brokeNothing in this codebase. The The CI failures are not caused by the uuid version bump. They appear to be pre-existing flaky E2E issues:
What was fixedNo code changes were made. The uuid bump is safe as-is because the package is unused. Verification
Notes for reviewerThe |
|
phantom dependency was true... removed in a separate PR |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps uuid from 13.0.0 to 14.0.0.
Release notes
Sourced from uuid's releases.
Changelog
Sourced from uuid's changelog.
Commits
7c1ea08chore(main): release 14.0.0 (#926)3d2c5b0Merge commit from forkf2c235ffix!: expectcryptoto be global everywhere (requires node@20+) (#935)529ef08chore: upgrade TypeScript and fixup types (#927)086fd79chore: update dependencies (#933)dc4ddb8feat!: drop node@18 support (#934)0f1f9c9chore: switch to Biome for parsing and linting (#932)e2879e6chore: use maintained version of npm-run-all (#930)ffa3138fix: Use GITHUB_TOKEN for release-please and enable npm provenance (#925)0423d49docs: remove obsolete v1 option notes (#915)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.