Conversation
|
@dependabot rebase |
c578a5f to
612cff8
Compare
|
@dependabot rebase |
Bumps the production-dependencies group with 1 update: [yaml](https://github.com/eemeli/yaml). Updates `yaml` from 2.8.2 to 2.8.3 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.8.2...v2.8.3) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
612cff8 to
c2e0805
Compare
CI Failure Analysis: CI - TestRun: #23464969514 | Commit: SummaryAll tests passed, but the run exited with code 1 due to an unhandled Failures Found
Error DetailsRoot CauseThe Vitest coverage configuration likely has the This is likely triggered by the How to FixCheck // vitest.config.ts
export default defineConfig({
test: {
coverage: {
reportsDirectory: './coverage',
// Ensure no reporter outputs to a subdirectory like './coverage/coverage'
},
},
});Alternatively, if using # Reproduce locally
npm test -- --coverage
# If it passes locally, the issue may be CI-specific (e.g., leftover coverage/ dir from a prior step)
# Try adding a clean step before tests:
rm -rf coverage/
npm test -- --coverageIf the issue is a stale Analyzed by Claude |
Bumps the production-dependencies group with 1 update: yaml.
Updates
yamlfrom 2.8.2 to 2.8.3Release notes
Sourced from yaml's releases.
Commits
ce145872.8.31e84ebbfix: Catch stack overflow during node composition6b24090ci: Include Prettier check in lint action9424deechore: Refresh lockfiled1aca82Add trailingComma ToString option for multiline flow formatting (#670)4321509ci: Drop the branch filter from GitHub PR actions47207d0chore: Update docs-slate5212faechore: Update docs-slateDependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions