Skip to content

Bump @antithesishq/bombadil from 0.6.1 to 0.7.0 in the npm group - #14

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/npm-31d2283f87
Open

Bump @antithesishq/bombadil from 0.6.1 to 0.7.0 in the npm group#14
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/npm-31d2283f87

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown

Bumps the npm group with 1 update: @antithesishq/bombadil.

Updates @antithesishq/bombadil from 0.6.1 to 0.7.0

Release notes

Sourced from @​antithesishq/bombadil's releases.

v0.7.0

Major updates:

  • Publish docker image to docker hub on release (#262)
  • Improve integration with Antithesis environment and fuzzer (#257)
  • Add --cookie option for browser testing (#232, #256)

Minor updates:

  • Add curl to docker image (#258)
  • Add configurable quiescence for terminal drain (#240)

Bug fixes:

  • Drop dangling ./random export from npm package (#259)
  • Pass generation through with action to discard stale ones (#260)
  • Fix stack overflow/growing violations (#247)
  • Fix npm package build in CI (#237)
  • Fix README broken links (#229)
  • Fix terminal --reproduce bug (#226)

Breaking changes:

  • Introduce action templates system and remove randomness from JS runtime (#233, #234, #235)

Internal:

  • Use flat-vec tree for markup (#248)
  • Stop manually passing target/rustflags in Nix (#245)
  • Separate example specs and improve caching (#239)
  • Add nix-build-push helper for prewarming cachix (#238)
  • Port property tests to Hegel (#227)
  • Split up schema modules (#225)

Migration notes:

  • Action generators no longer directly use randomness in JS/TS to produce concrete Action values --- instead they declaratively describe the ranges of random values in actions, producing ActionTemplate values.

    Templates are generally parameterized with [number, number] or StringGenerator (see types here), e.g.:

    { Click: { point: { x: [0, 100], y: [200, 300] }, ... } }

    You may still use constants if you don't want Bombadil to generate

... (truncated)

Changelog

Sourced from @​antithesishq/bombadil's changelog.

0.7.0

Major updates:

  • Publish docker image to docker hub on release (#262)
  • Improve integration with Antithesis environment and fuzzer (#257)
  • Add --cookie option for browser testing (#232, #256)

Minor updates:

  • Add curl to docker image (#258)
  • Add configurable quiescence for terminal drain (#240)

Bug fixes:

  • Drop dangling ./random export from npm package (#259)
  • Pass generation through with action to discard stale ones (#260)
  • Fix stack overflow/growing violations (#247)
  • Fix npm package build in CI (#237)
  • Fix README broken links (#229)
  • Fix terminal --reproduce bug (#226)

Breaking changes:

  • Introduce action templates system and remove randomness from JS runtime (#233, #234, #235)

Internal:

  • Use flat-vec tree for markup (#248)
  • Stop manually passing target/rustflags in Nix (#245)
  • Separate example specs and improve caching (#239)
  • Add nix-build-push helper for prewarming cachix (#238)
  • Port property tests to Hegel (#227)
  • Split up schema modules (#225)

Migration notes:

  • Action generators no longer directly use randomness in JS/TS to produce concrete Action values --- instead they declaratively describe the ranges of random values in actions, producing ActionTemplate values.

    Templates are generally parameterized with [number, number] or StringGenerator (see types here), e.g.:

    { Click: { point: { x: [0, 100], y: [200, 300] }, ... } }

... (truncated)

Commits
  • ffab0eb release v0.7.0 (#264)
  • 22a94db Update docs for upcoming 0.7.0 version (#263)
  • 1d2c138 Publish docker image to docker hub on release (#262)
  • f3582f6 fix: drop dangling ./random export from npm package (#259)
  • 89904fc fix: pass generation through with action to discard stale ones (#260)
  • ddf7942 feat: add curl to docker image (#258)
  • 0ad57e9 feat: improve integration with Antithesis environment and fuzzer (#257)
  • ee3ec4d Extend --cookie to accept Set-Cookie syntax (#256)
  • 405d45a render: use flat-vec tree for markup (#248)
  • cfdfb84 eval: fix stack overflow/growing violations (#247)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the npm group with 1 update: [@antithesishq/bombadil](https://github.com/antithesishq/bombadil).


Updates `@antithesishq/bombadil` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/antithesishq/bombadil/releases)
- [Changelog](https://github.com/antithesishq/bombadil/blob/main/CHANGELOG.md)
- [Commits](antithesishq/bombadil@v0.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: "@antithesishq/bombadil"
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants