Skip to content

Fix node 24 deprecation with spawn() args (fixes #535) #540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

nocive
Copy link
Contributor

@nocive nocive commented Jul 10, 2025

Fixes #535

[DEP0190] DeprecationWarning:  Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.

[DEP0190] DeprecationWarning:  Passing args to a child process with shell
option true can lead to security vulnerabilities, as the arguments are not
escaped, only concatenated.
Copy link

netlify bot commented Jul 10, 2025

Deploy Preview for vite-plugin-checker ready!

Name Link
🔨 Latest commit acd7523
🔍 Latest deploy log https://app.netlify.com/projects/vite-plugin-checker/deploys/686fc8a1f15a6200083030a0
😎 Deploy Preview https://deploy-preview-540--vite-plugin-checker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

pkg-pr-new bot commented Jul 10, 2025

Open in StackBlitz

npm i https://pkg.pr.new/vite-plugin-checker@540

commit: acd7523

@danielroe danielroe merged commit 455b64e into fi3ework:main Jul 14, 2025
10 checks passed
@felixranesberger
Copy link

My current understanding is that the changes are already in main, but are not released yet.
Any chance we can release this already? 👍

renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Jul 27, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.1 |


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

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.0)



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

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.3)


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

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.2)


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

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 4, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


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

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.2)


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

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.0)



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

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.3)


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

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.2)


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

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 5, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


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

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.2)


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

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.0)



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

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.3)


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

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.2)


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

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 6, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


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

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.2)


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

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.0)



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

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.3)


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

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.2)


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

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 7, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


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

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.2)


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

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.0)



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

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.3)


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

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.2)


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

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 8, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


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

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.2)


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

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.0)



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

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.3)


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

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.2)


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

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 9, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


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

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.2)


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

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.0)



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

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.3)


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

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.2)


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

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.1)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Aug 10, 2025
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| npm        | vite-plugin-checker | 0.9.0 | 0.10.2 |


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

#####    🐞 Bug Fixes

- **deps**: Update dependency picomatch to ^4.0.3  -  in fi3ework/vite-plugin-checker#550 [<samp>(6a27b)</samp>](fi3ework/vite-plugin-checker@6a27b36)
- **stylelint**: Handle empty result  -  by [@liukonghe](https://github.com/liukonghe) in fi3ework/vite-plugin-checker#284 [<samp>(42ca9)</samp>](fi3ework/vite-plugin-checker@42ca9c3)
- **vue-tsc**: Support `vue-tsc` 3.0.3+  -  by [@KazariEX](https://github.com/KazariEX) in fi3ework/vite-plugin-checker#551 [<samp>(5055e)</samp>](fi3ework/vite-plugin-checker@5055e5e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.2)


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

#####    🐞 Bug Fixes

- Pass single string command with args to `spawn`  -  by [@nocive](https://github.com/nocive) in fi3ework/vite-plugin-checker#540 [<samp>(455b6)</samp>](fi3ework/vite-plugin-checker@455b64e)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.1)


## [v0.10.0](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.10.0)



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

*No significant changes*

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.3)


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

#####    🐞 Bug Fixes

- Use diagnostic level to choose printing as error/info  -  by [@psaintjust](https://github.com/psaintjust) in fi3ework/vite-plugin-checker#501 [<samp>(7d10d)</samp>](fi3ework/vite-plugin-checker@7d10dac)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.2)


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

#####    🐞 Bug Fixes

- Do not use `error` level for info/warn messages  -  by [@danielroe](https://github.com/danielroe) in fi3ework/vite-plugin-checker#474 [<samp>(694b7)</samp>](fi3ework/vite-plugin-checker@694b740)
- Handle error when file is deleted while watcher is triggering  -  by [@danielroe](https://github.com/danielroe) [<samp>(95a85)</samp>](fi3ework/vite-plugin-checker@95a8564)
- De-default typescript import  -  by [@danielroe](https://github.com/danielroe) [<samp>(2ac0f)</samp>](fi3ework/vite-plugin-checker@2ac0fc5)
- Filter out empty paths when creating ignore  -  by [@danielroe](https://github.com/danielroe) [<samp>(b4d36)</samp>](fi3ework/vite-plugin-checker@b4d3639)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.9.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

node >=24 deprecation warning concerning passing args to a child process with shell option true
3 participants