chore(deps-dev): Bump brace-expansion from 1.1.12 to 1.1.13#428
Conversation
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.12 to 1.1.13. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.13 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
CI Failure Analysis: CIRun: #23666397460 | Commit: SummaryTwo jobs failed: Dead Code Check found 3 unused exported types, and Test passed all tests but crashed during coverage report generation due to a recursive directory copy ( Failures Found
How to FixDead code (knip): Remove or mark as used the 3 unused exported types in # Option A: Remove unused exports
# Edit src/stages/3-execution/sdk-client.ts and remove PermissionMode, SDKResultSuccess, SDKResultError exports
# Option B: Run knip to verify
npx knipTest coverage crash: The Vitest UI reporter is trying to copy // vitest.config.ts — ensure coverage output doesn't conflict with UI output
coverage: {
reportsDirectory: './coverage', // check this doesn't nest inside itself
}Also check Analyzed by Claude |
Bumps brace-expansion from 1.1.12 to 1.1.13.
Commits
6c353ca1.1.137fd684fBackport fix for GHSA-f886-m6hf-6m8v (#95)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.