Skip to content

chore(deps-dev): bump tinybench from 5.1.0 to 6.0.2 in the dev-dependencies group across 1 directory#1

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-11f40af28f
Closed

chore(deps-dev): bump tinybench from 5.1.0 to 6.0.2 in the dev-dependencies group across 1 directory#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-11f40af28f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps the dev-dependencies group with 1 update in the / directory: tinybench.

Updates tinybench from 5.1.0 to 6.0.2

Release notes

Sourced from tinybench's releases.

v6.0.2

   🐞 Bug Fixes

    View changes on GitHub

v6.0.1

   🐞 Bug Fixes

    View changes on GitHub

v6.0.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v6.0.0-rc.1

🚨 Breaking Changes

... (truncated)

Commits
  • 72d7d53 chore: release v6.0.2
  • fe73bb8 chore(deps): lock file maintenance (#553)
  • 06ed214 chore(deps): update all non-major dependencies (#555)
  • ad7f879 chore(deps): update all non-major dependencies (#554)
  • 124e4d0 fix(lint): add promise recommended config and jsdoc check-tag-names rule
  • ac47e7c chore(deps): update vitest to v4.1.6 and workspace overrides
  • 74bcfe9 chore: disable simple-git-hooks build script in allowBuilds
  • 93ba1c2 chore(deps): update pnpm to v11 (#550)
  • fe0a6f9 build: keep minify with readable output (strip comments, keep whitespace) (#552)
  • dcc9499 chore: update pnpm to v11 (#551)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tinybench since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 16, 2026
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 16, 2026

Merging this PR will not alter performance

✅ 3 untouched benchmarks


Comparing dependabot/npm_and_yarn/dev-dependencies-11f40af28f (caf060f) with main (d2d72d6)

Open in CodSpeed

Bumps the dev-dependencies group with 1 update in the / directory: [tinybench](https://github.com/tinylibs/tinybench).


Updates `tinybench` from 5.1.0 to 6.0.2
- [Release notes](https://github.com/tinylibs/tinybench/releases)
- [Commits](tinylibs/tinybench@v5.1.0...v6.0.2)

---
updated-dependencies:
- dependency-name: tinybench
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): Bump tinybench from 5.1.0 to 6.0.2 in the dev-dependencies group chore(deps-dev): bump tinybench from 5.1.0 to 6.0.2 in the dev-dependencies group across 1 directory May 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-11f40af28f branch from 448e346 to caf060f Compare May 16, 2026 03:38
@awesomesk1ll
Copy link
Copy Markdown
Contributor

Closing: tinybench v6 is not yet supported by @codspeed/vitest-plugin (CodSpeedHQ/codspeed-node#69). Dependabot is being configured to ignore tinybench major bumps until upstream supports v6.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 16, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-11f40af28f branch May 16, 2026 03:47
awesomesk1ll added a commit that referenced this pull request May 16, 2026
The first four scenarios picked spots where rxjs's thin Subject design
dominates. Scenarios 5 and 6 cover the workloads our design is built
for, and the picture flips.

- 05-sparse-bus: 100 distinct event types share a logical dispatcher,
  fire targets one. Indexed Map<eventName, Set<Trigger>> stays O(1);
  rxjs's shared Subject + 100 filter pipes pays O(N), saga similar.
  Triggery 544k vs rxjs 286k vs saga 251k — ~2x win. effector and
  xstate beat us here because their per-event primitives are tighter.
- 06-lazy-conditions: 5 sources update every iteration, handler reads
  only #1. Triggery's pull-only conditions make source updates free
  (variable writes); effector's combine/sample, saga's reducer +
  select, and xstate's assign all pay per-update. Triggery 517k vs
  effector 212k / saga 302k / xstate 127k. rxjs BehaviorSubject +
  withLatestFrom hits 2.57M because it's essentially the same lazy
  strategy implemented through operators — replacing it with
  combineLatest would put rxjs in our range.
- COMPARISONS.md: explains why rxjs is fast (no inspector / cascade /
  middleware / concurrency tracking on the hot path), adds 'where each
  library shines' summary, drops the marketing-speak.
- README Performance section: all 6 scenarios with bold winner per
  row, honest 2-line take.
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