chore: update dependencies and migrate to biome#32
Merged
Conversation
Owner
LancelotP
commented
Oct 9, 2025
- Removed ESLint configuration file (.eslintrc.cjs) and Prettier configuration file (.prettierrc.js).
- Added new Biome configuration file (biome.json) to manage linting and formatting.
- Updated package.json scripts to use Biome for linting and added CI-specific linting commands.
- Adjusted pnpm-lock.yaml to reflect the removal of ESLint and Prettier dependencies and the addition of Biome.
- Updated workflows to run the new linting commands.
…-lock.yaml - Updated download script to use `pnpm dlx tsx` instead of `ts-node-esm`. - Bumped versions of several devDependencies: - `@types/cli-progress` from 3.11.5 to 3.11.6 - `check-export-map` from 1.3.0 to 1.3.1 - `rollup-plugin-visualizer` from 5.9.2 to 5.14.0 - `typescript` from 5.2.2 to 5.9.3 - `vite` from 4.5.0 to 4.5.14 - `vite-plugin-dts` from 3.6.3 to 3.9.1 - `zod` from 3.22.4 to 3.25.76 - Updated lockfile version to 9.0 and adjusted package resolutions accordingly.
…atting - Removed ESLint configuration file (.eslintrc.cjs) and Prettier configuration file (.prettierrc.js). - Added new Biome configuration file (biome.json) to manage linting and formatting. - Updated package.json scripts to use Biome for linting and added CI-specific linting commands. - Adjusted pnpm-lock.yaml to reflect the removal of ESLint and Prettier dependencies and the addition of Biome. - Updated workflows to run the new linting commands.
…nd update biome configuration
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.