This release introduces several updates to project configuration and dependencies, focusing on improving type safety, updating packages for bug fixes and new features, and refining file inclusion rules for linting and builds. The changes also include a minor fix to CSS syntax for consistency.
Dependency and tooling updates:
- Updated multiple dependencies in
package.jsonto their latest versions, includinglucide-react,react,react-dom,react-router-dom,electron,@biomejs/biome,tsx, andvite, which brings in bug fixes and new features. [1] [2] - Added a new
typecheckscript topackage.jsonto run TypeScript type checks, improving type safety in the development workflow.
Configuration improvements:
- Added a
files.includessection tobiome.jsonto explicitly define which files and folders are included or excluded during linting and related operations, helping to avoid unnecessary checks on build outputs and extensions.
Code consistency:
- Fixed the CSS plugin import syntax in
globals.cssfor consistency by switching from single quotes to double quotes.
Full Changelog: v3.0.2...v3.0.3