Skip to content

Commit

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


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

##### Patch Changes

-   [`568b782`](fi3ework/vite-plugin-checker@568b782): Added basic support for Biome
-   [`82972e0`](fi3ework/vite-plugin-checker@82972e0): fix: tweak biome configs


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

##### Patch Changes

-   [`909182e`](fi3ework/vite-plugin-checker@909182e): Remove extraneous non props attributes warning
-   [`e881c44`](fi3ework/vite-plugin-checker@e881c44): Bump [@vitejs/plugin-vue](https://github.com/vitejs/plugin-vue) to resolve runtime warning, see [#346](fi3ework/vite-plugin-checker#346)
-   [`80ca69c`](fi3ework/vite-plugin-checker@80ca69c): Resolve optionaltor from ESLint path, do not requires to install optionator anymore
-   [`78fc007`](fi3ework/vite-plugin-checker@78fc007): Throw error and hint user when vue-tsc working with typescript lower than 5.0.0
-   [`52423b2`](fi3ework/vite-plugin-checker@52423b2): sync runTsc <https://github.com/volarjs/volar.js/blob/630f31118d3986c00cc730eb83cd896709fd547e/packages/typescript/lib/quickstart/runTsc.ts>
-   [`2a0af74`](fi3ework/vite-plugin-checker@2a0af74): refactor: reuse codeFrame helper in logger and deduplicate code
-   [`7d985e7`](fi3ework/vite-plugin-checker@7d985e7): refactor: import `@volar/typescript` from `vue-tsc`


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

##### Minor Changes

-   [`0747729`](fi3ework/vite-plugin-checker@0747729): fix: compatibility with vue-tsc 2.x
  • Loading branch information
renovate[bot] committed Aug 25, 2024
1 parent e54cbb0 commit 4a44294
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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.1",
"typescript": "4.9.5",
"vite": "5.4.2",
"vite-plugin-checker": "0.6.4",
"vite-plugin-checker": "0.7.2",
"vite-plugin-ejs": "1.7.0",
"vite-tsconfig-paths": "4.2.3",
"yargs": "17.6.0"
Expand Down
16 changes: 9 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a44294

Please sign in to comment.