Skip to content

Sync Bunfig Schema with Latest Docs#5501

Merged
madskristensen merged 1 commit intoSchemaStore:masterfrom
TurtIeSocks:latest-bunfig
Mar 28, 2026
Merged

Sync Bunfig Schema with Latest Docs#5501
madskristensen merged 1 commit intoSchemaStore:masterfrom
TurtIeSocks:latest-bunfig

Conversation

@TurtIeSocks
Copy link
Copy Markdown
Contributor

Summary

This PR updates Bun configuration support to match the latest bunfig.toml docs.

What Changed

New Schema Coverage

  • Top-level:
    • env (boolean or object with file)
    • console.depth
  • [test]:
    • pathIgnorePatterns
    • randomize
    • seed
    • rerunEach
    • retry
    • concurrentTestGlob
    • onlyFailures
    • [test.reporter].dots
    • [test.reporter].junit
  • [install]:
    • linkWorkspacePackages

Validation

  • jq empty src/schemas/json/bunfig.json
  • node ./cli.js check

Closes #4797
In regards to #4923, I could not find documentation for this property.

@github-actions
Copy link
Copy Markdown
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@madskristensen madskristensen merged commit 72ce923 into SchemaStore:master Mar 28, 2026
5 checks passed
@TurtIeSocks TurtIeSocks deleted the latest-bunfig branch March 28, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bunfig missing test.reporter.junit

2 participants