typescript-runtime-type-benchmarks icon indicating copy to clipboard operation
typescript-runtime-type-benchmarks copied to clipboard

📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support

Results 113 typescript-runtime-type-benchmarks issues
Sort by recently updated
recently updated
newest added

Bumps [vega](https://github.com/vega/vega) and [vega-lite](https://github.com/vega/vega-lite). These dependencies needed to be updated together. Updates `vega` from 5.33.0 to 6.2.0 Release notes Sourced from vega's releases. v6.0.0 changes since v5.33.0 monorepo Vega is...

dependencies
javascript

Bumps [vega](https://github.com/vega/vega) and [vega-lite](https://github.com/vega/vega-lite). These dependencies needed to be updated together. Updates `vega` from 5.33.0 to 6.2.0 Release notes Sourced from vega's releases. v6.0.0 changes since v5.33.0 monorepo Vega is...

dependencies
javascript

Bumps [vega-expression](https://github.com/vega/vega) to 5.2.1 and updates ancestor dependency [vega-lite](https://github.com/vega/vega-lite). These dependencies need to be updated together. Updates `vega-expression` from 5.2.0 to 5.2.1 Commits See full diff in compare view Maintainer...

dependencies
javascript

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 7.1.12. Release notes Sourced from vite's releases. v7.1.12 Please refer to CHANGELOG.md for details. v7.1.11 Please refer to CHANGELOG.md for details. v7.1.10 Please refer to...

dependencies
javascript

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-pages-artifact](https://redirect.github.com/actions/upload-pages-artifact) | action | major | `v3` -> `v4` | --- ### Release...

renovatebot

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v4` -> `v6` | --- ### Release...

renovatebot

Bumps and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together. Updates `brace-expansion` from 2.0.1 to 2.0.2 Release notes Sourced from brace-expansion's releases. v2.0.2 pkg: publish on tag 2.x 14f1d91 fmt...

dependencies
javascript

Typebox@1 was [released](https://www.npmjs.com/package/typebox) recently and is ESM only It would be cool to add it to the benchmarks I might be able to do it this weekend

## 🎯 Purpose This PR adds rank numbers to the benchmark results display in the web interface to make performance comparisons more accessible for presentations and quick analysis. ## 📋...

## Problem Currently, benchmark result data is stored directly in the repository under `docs/results/` with large JSON files (14-20KB each) for different runtime versions: ``` docs/results/ ├── bun-1.1.json (19KB) ├──...