chore(deps): bump vitest to 4.1.11 and patch audit advisories - #175
Merged
Merged
Conversation
Bump vitest 4.1.2 -> 4.1.11 (GHSA-82fw-gwwq-j7x9) with an exact relock of the vitest and @vitest/* entries, and raise the js-yaml override to 4.3.2 plus a new @xmldom/xmldom 0.8.15 override so aube audit passes again. Supersedes #173, which updated package.json without aube-lock.yaml. --- _Generated with [`xum`](https://github.com/coder/xum) • Model: `anthropic:claude-opus-5-5` • Thinking: `high`_
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.
What
Replaces #173 with one dependency PR that CI can install.
@vitest/mocker). Made withaube add -D -E vitest@4.1.11, so only thevitestand@vitest/*lockfile entries change.overrides:js-yaml4.3.1 → 4.3.2 and new@xmldom/xmldom0.8.15. Both come in throughrelease-please. Nine high advisories published after Aug 21 madeaube audit --audit-level highfail on main itself, which blocks every PR'slinux-staticjob and the release pipeline (chore(release): 0.6.0 #172).Why #173 failed
It changed
package.jsonbut notaube-lock.yaml, so every job stopped ataube ci:Validation (local)
aube cipasses (frozen lockfile).aube audit --audit-level high: "No known vulnerabilities found".mise run ci: format-check, workflow-lint, lint, audit and typecheck pass.test: 1635/1636; the one failure was a load-related timeout intest/e2e/export-fixtures.test.ts(waitForIdleexit 4) while other workspaces were running suites on the same host. Rerunning that file alone passed 5/5.mise run build && mise run install-smokepass.Supersedes #173.
Generated with
xum• Model:anthropic:claude-opus-5-5• Thinking:high