Skip to content

v3.0.3

Latest

Choose a tag to compare

@daltonmenezes daltonmenezes released this 07 Dec 01:48
53e1e0d

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.json to their latest versions, including lucide-react, react, react-dom, react-router-dom, electron, @biomejs/biome, tsx, and vite, which brings in bug fixes and new features. [1] [2]
  • Added a new typecheck script to package.json to run TypeScript type checks, improving type safety in the development workflow.

Configuration improvements:

  • Added a files.includes section to biome.json to 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.css for consistency by switching from single quotes to double quotes.

Full Changelog: v3.0.2...v3.0.3