Replace esbuild with tools-rolldown, add release files#1
Merged
Conversation
Switch build system from custom esbuild config to declarative vl-tools.config.mjs using @vitus-labs/tools-rolldown, aligning with the vitus-labs ecosystem. Add LICENSE (MIT), README, and CHANGELOG for v0.1.0 release readiness. Pin claude-code-action SHA in CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Lint job: replace `biome lint` + `biome format --check` with single `biome check` (Biome v2 removed --check flag) - Audit job: replace `bun pm audit` with `npx audit-ci --high` (bun removed audit subcommand) - Dependency review: add continue-on-error (needs Advanced Security) - Test job: remove unnecessary build step before tests Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace npm-based audit with native `bun audit --audit-level=high` - Fix dependency-update workflow to use same command - Update CI rules doc Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The tar vulnerabilities are in transitive devDependencies only (tools-rolldown > rollup-plugin-filesize > pacote > cacache > tar) and are not shipped in the extension. Use critical level to avoid false positives from upstream devDep chains. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Job-level permissions are restricted by the top-level permissions block. CodeQL needs security-events: write to upload SARIF results. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CodeQL SARIF upload requires Code scanning to be enabled in repo Security settings. Mark as non-blocking until configured. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
esbuild.config.ts(120 LOC) with declarativevl-tools.config.mjsusing@vitus-labs/tools-rolldown, aligning with the vitus-labs ecosystemclaude-code-action@betain claude-review workflow@types/chrome0.1.38,esbuildremoved,vitest4.1.0,happy-dom20.8.4,rolldownvia tools-rolldown)Test plan
bun run check— biome lint/format passesbun run typecheck— zero TS errorsbun run build— 5 bundles via rolldown, manifest version syncedbun run test -- --coverage— 25/25 tests, 100% coveragedist/as unpacked extension in Chrome — panel appears on Pyreon pages🤖 Generated with Claude Code