kamiazya
web-csv-toolbox
BlogDocsChangelog

Branches performance

Pull requests

build(deps): bump tinybench from 2.9.0 to 6.0.0#619
last run
6 days ago
build(deps): bump tinybench from 2.9.0 to 6.0.0 Bumps [tinybench](https://github.com/tinylibs/tinybench) from 2.9.0 to 6.0.0. - [Release notes](https://github.com/tinylibs/tinybench/releases) - [Commits](https://github.com/tinylibs/tinybench/compare/v2.9.0...v6.0.0) --- updated-dependencies: - dependency-name: tinybench dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
6 days ago
3dd9c7a
dependabot/npm_and_yarn/tinybench-6.0.0
CodSpeed Performance Gauge
N/A
build(deps-dev): bump @changesets/cli from 2.29.7 to 2.29.8 Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.29.7 to 2.29.8. - [Release notes](https://github.com/changesets/changesets/releases) - [Commits](https://github.com/changesets/changesets/commits) --- updated-dependencies: - dependency-name: "@changesets/cli" dependency-version: 2.29.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
6 days ago
5f12c1e
dependabot/npm_and_yarn/changesets/cli-2.29.8
CodSpeed Performance Gauge
×3.5
feat: implement multi-layered supply chain attack defense#617
last run
10 days ago
chore: add changeset for supply chain defense 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 days ago
c5cb82a
security/supply-chain-defense
CodSpeed Performance Gauge
-89%
feat: implement const type parameters to eliminate `as const` requirement This change leverages TypeScript 5.0's const type parameters feature to automatically capture literal types without requiring users to write `as const` annotations. Changes: - Added const type parameters to all factory functions - Implemented function overloads for precise return type narrowing - Created CSVOutputFormat type alias for better code organization - Unified import statements (removed import("").XXX patterns) - Updated all documentation and JSDoc examples to remove `as const` Users can now write: header: ['name', 'age'] instead of: header: ['name', 'age'] as const Maintains 100% backward compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 days ago
3d75c8b
feat/const-type-parameters
CodSpeed Performance Gauge
-51%
© 2025 CodSpeed Technology
Home Terms Privacy Docs