Repo Performance
Version updated for https://github.com/ToyB0x/ts-bench to version v0.0.13.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Summary
- Updated GitHub Actions Marketplace (enabled pinning of internal CLI version) (The following changes do not affect updates to this action; GitHub and NPM releases are now separate)
What’s Changed
- feat: prepare publish web app by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/89
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/90
- fix: move @react-router/dev from devDependencies to dependencies to support npx build execution by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/91
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/92
- fix: move tailwindcss, vite, vite-tsconfig-paths, and @tailwindcss/vite from devDependencies to dependencies for proper build/runtime support by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/93
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/94
- fix: move TypeScript and type definitions from devDependencies to dependencies for proper build/runtime support by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/95
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/96
- feat: add shadcn by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/97
- feat: add simple chart UI by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/100
- fix(deps): update dependency lucide-react to ^0.518.0 by @renovate in https://github.com/ToyB0x/ts-bench/pull/52
- fix(deps): pin dependencies by @renovate in https://github.com/ToyB0x/ts-bench/pull/99
- feat: render real chart by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/101
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/98
- fix(deps): move dependencies to ensure proper runtime support by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/102
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/103
- feat: enhance CLI commands with database migration and improved trace analysis options by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/104
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/105
- feat: enhance database insertion logic and update CLI table output by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/106
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/107
- feat: enhance CPU usage reporting and migration logging / adjust FORCE_MILLIS by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/108
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/109
- feat: update web design by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/112
- fix(deps): update dependency lucide-react to v0.522.0 - autoclosed by @renovate in https://github.com/ToyB0x/ts-bench/pull/111
- fix(deps): update all non-major dependencies (patch) by @renovate in https://github.com/ToyB0x/ts-bench/pull/110
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/113
- chore: improve UI by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/114
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/115
- feat: show git commit info on graph by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/116
- feat: migrate db with owner version by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/118
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/117
- feat: add analyze command with span options for performance checks by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/119
- feat: update GitHub Actions workflow for building and deploying web reports by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/120
- chore: remove build step for web report from CI workflow by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/121
- fix: deploy pages ci by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/122
- chore: remove caching for db:generate task in turbo.jsonc by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/123
- fix: update pre-render commands in CI workflow for report site by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/124
- chore: add workflow for purging report database by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/125
- chore: clean up CI workflows by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/126
- chore: update CI workflows by skipping artifact by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/127
- refactor: ci by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/128
- feat: add multi analyze command by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/129
- fix: improve commit checkout logging and update input patterns for build commands by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/131
- fix: disable cache for prerender build to prevent issues with output path by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/132
- fix: multi analyze by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/133
- fix: update scan ordering to use commit date instead of creation date by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/134
- fix: multi scan error handling by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/135
- Version Packages by @github-actions in https://github.com/ToyB0x/ts-bench/pull/130
- feat: use extend diag mode by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/136
- feat: update db with extended diag mode by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/137
- feat: multi axis graph by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/139
- feat: enhance tooltip display with commit message and CPU info by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/140
- feat: add caching support for tsc and analysis commands (with db flag) by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/142
- feat: use cache action by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/144
- chore(deps): update all non-major dependencies (patch) by @renovate in https://github.com/ToyB0x/ts-bench/pull/143
- chore: temporarily disable CI workflow for pre-marketplace by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/146
- feat: update footer to display current scan date and package version by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/147
- feat: add detail page for interactive chart by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/148
- feat: add CLI_VERSION input to action.yml for version control by @ToyB0x in https://github.com/ToyB0x/ts-bench/pull/149
Full Changelog: https://github.com/ToyB0x/ts-bench/compare/v0.0.12...v0.0.13