fix(deps): patch sharp and Joi; align Vitest on 4.1.11 - #55
Open
dependabot[bot] wants to merge 2 commits into
Open
dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
…updates Bumps the npm_and_yarn group with 2 updates in the / directory: [sharp](https://github.com/lovell/sharp) and [joi](https://github.com/hapijs/joi). Bumps the npm_and_yarn group with 1 update in the /config directory: [joi](https://github.com/hapijs/joi). Updates `sharp` from 0.35.0 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.35.0...v0.35.4) Updates `joi` from 18.0.2 to 18.2.9 - [Commits](hapijs/joi@v18.0.2...v18.2.9) Updates `joi` from 18.0.2 to 18.2.9 - [Commits](hapijs/joi@v18.0.2...v18.2.9) Updates `@vitest/mocker` from 4.1.8 to 5.0.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.0/packages/mocker) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: joi dependency-version: 18.2.9 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: joi dependency-version: 18.2.9 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@vitest/mocker" dependency-version: 5.0.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
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.



This security update keeps sharp and Joi patched and replaces the partial Vitest 5 upgrade with a compatible, patched Vitest 4 stack.
The original dependency graph paired Vitest/mocker 5.0.0 with UI and coverage 4.1.8, creating incompatible peer requirements. Vitest 4.1.11 includes the redirect-mock file-read security fix; the existing nested mock in AssetPanel also needs migration before Vitest 5.
The sharp and Joi changes from Dependabot are preserved. Application code, tests and configuration are unchanged.
Validation on Linux x64, Node 24.19.0 and npm 11.9.0:
Remaining merge evidence and blockers:
removeRelationship is not defined. The same failure is reproduced with the base's Vitest 4.1.8, so the full suite has not passed.Detailed validation, security advisories and tested dependency-file fingerprints.
Correction commit: 739b4c5. The PR remains open for a merge decision; the checks above do not establish full merge readiness.