Skip to content

Commit

Permalink
Update dependency vite-plugin-checker to v0.9.0
Browse files Browse the repository at this point in the history
| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| npm        | vite-plugin-checker | 0.8.0 | 0.9.0 |


## [v0.9.0](https://github.com/fi3ework/vite-plugin-checker/releases/tag/vite-plugin-checker%400.9.0)

#####    🚨 Breaking Changes

-   Drop support for `cjs` usage  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#452 [<samp>(155d7)</samp>](fi3ework/vite-plugin-checker@155d771)
-   **deps**: Upgrade to chokidar v4  -  by [@danielroe](https://github.com/danielroe) and [@stianjensen](https://github.com/stianjensen) in fi3ework/vite-plugin-checker#453 [<samp>(dc05e)</samp>](fi3ework/vite-plugin-checker@dc05e42)
-   **stylelint**: Require stylelint 16+ and update `meow`  -  by [@strawberry-choco](https://github.com/strawberry-choco) in fi3ework/vite-plugin-checker#294 [<samp>(3ec83)</samp>](fi3ework/vite-plugin-checker@3ec83ee)

#####    🚀 Features

-   Allow configuring custom `typescriptPath`  -  by [@fuks-ru](https://github.com/fuks-ru) in fi3ework/vite-plugin-checker#296 [<samp>(945e9)</samp>](fi3ework/vite-plugin-checker@945e9b0)

#####    🐞 Bug Fixes

-   Wait for checkers to finish before completing build  -  by [@philipgriffin](https://github.com/philipgriffin) and [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#288 [<samp>(a0d32)</samp>](fi3ework/vite-plugin-checker@a0d3281)
-   **biome**: Set `maxBuffer` size to infinity  -  by [@jonondarnad](https://github.com/jonondarnad) in fi3ework/vite-plugin-checker#417 [<samp>(939ab)</samp>](fi3ework/vite-plugin-checker@939abbb)

#####    🏎 Performance

-   Drop `fs-extra` in favour of native `node:fs`  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#444 [<samp>(94830)</samp>](fi3ework/vite-plugin-checker@9483051)
-   Remove unused dependencies  -  by [@danielroe](https://github.com/danielroe) [<samp>(fc0bc)</samp>](fi3ework/vite-plugin-checker@fc0bcd6)
-   Switch to `colorette`  -  by [@danielroe](https://github.com/danielroe) [<samp>(2a745)</samp>](fi3ework/vite-plugin-checker@2a745f8)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.8.0...vite-plugin-checker@0.9.0)
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 8579eb8 commit da942b2
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 330 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ts-node": "10.9.2",
"typescript": "5.7.2",
"vite": "6.1.0",
"vite-plugin-checker": "0.8.0",
"vite-plugin-checker": "0.9.0",
"vite-plugin-ejs": "1.7.0",
"vite-tsconfig-paths": "5.1.4",
"yargs": "17.7.2"
Expand Down
Loading

0 comments on commit da942b2

Please sign in to comment.