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
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>
|
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. |
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.
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.