Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps bench-node from 0.12.0 to 0.13.0.

Release notes

Sourced from bench-node's releases.

v0.13.0

0.13.0 (2025-11-27)

Features

  • feat(reporters): support generating formatted output as string instead of writing to stdout (#128)
    • refactors reporter modules to separate formatting logic from stdout printing
    • export to<format> functions and rework some of the tests. (960cb87)
    • enables use-case where reports are consumed programmatically (e.g. regression testing, file output) instead of directly printed
    • updates json, text and csv reporters to export to<Format>() methods and adjust associated tests accordingly
Changelog

Sourced from bench-node's changelog.

0.13.0 (2025-11-27)

Features

  • export to<format> functions and rework some of the tests. (960cb87)

Miscellaneous Chores

  • change printTree to formatTree (d6ff418)
  • Convert json reporter to allow json generation to string. (cfc464c)
  • Convert printResult to generate a line of output. (4199a57)
  • extract toCSV from csv reporter. (033dd4b)
  • Extract toPretty() method (c2e54a3)
  • extract toText from text reporter (db850ca)
  • Move lint after unit tests. (e0c019d)
  • Move short branch to top of conditional block. (e7254b3)
  • Remove duplicate time code in pretty and text printers (a977b97)
  • Split out text only chart creation function. (80538fa)
  • Use report for tests. (b14db92)
Commits
  • e188e50 chore(main): release 0.13.0
  • 960cb87 feat: export to<format> functions and rework some of the tests.
  • db850ca chore: extract toText from text reporter
  • 033dd4b chore: extract toCSV from csv reporter.
  • b14db92 chore: Use report for tests.
  • c2e54a3 chore: Extract toPretty() method
  • d6ff418 chore: change printTree to formatTree
  • e7254b3 chore: Move short branch to top of conditional block.
  • 4199a57 chore: Convert printResult to generate a line of output.
  • a977b97 chore: Remove duplicate time code in pretty and text printers
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bench-node](https://github.com/RafaelGSS/bench-node) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/RafaelGSS/bench-node/releases)
- [Changelog](https://github.com/RafaelGSS/bench-node/blob/main/CHANGELOG.md)
- [Commits](RafaelGSS/bench-node@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: bench-node
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Superseded by #945.

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bench-node-0.13.0 branch December 22, 2025 06:01
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.

1 participant