fix: upgrade dev dependencies (@actions/*, biome v2, vitest v4, @vercel/ncc)#644
Merged
Conversation
- Bump @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2, @actions/tool-cache to ^4.0.0 - Switch tsconfig to module:preserve + moduleResolution:bundler so TypeScript resolves package exports fields correctly - Add types:["node"] to tsconfig to fix node: protocol imports - Exclude dist/** from Biome linting (build artifact) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Run biome migrate to update config (files.ignore → files.includes) - Exclude dist/ from linting - Fix noUnusedPrivateClassMembers in errors.ts - Fix noUnusedVariables in WindowsInstaller.ts (catch _err) - Fix import sorting in multiple files (new organizeImports behavior) - Update lint:fix script: --apply → --write Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ea529e3 to
1471efe
Compare
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
Upgrades all dev dependencies to their latest versions.
Changes
@actions/*— ESM-only versions@actions/core→ v3@actions/exec→ v3@actions/io→ v3@actions/tool-cache→ v4@vercel/ncc0.38.0→0.38.4import.metaevaluation in CJS builds@biomejs/biome1.8.3→2.4.14(major)biome migrateto update config formatdist/from lintingnoUnusedPrivateClassMembers,noUnusedVariables, import sortinglint:fixscript:--apply→--writevitest2.0.2→4.1.5(major)@types/node20.6.2→25.6.0to satisfy peer dep