Skip to content

fix(oxlint): do not watch the root directory#671

Merged
danielroe merged 1 commit into
fi3ework:mainfrom
rinse-inc:main
Apr 8, 2026
Merged

fix(oxlint): do not watch the root directory#671
danielroe merged 1 commit into
fi3ework:mainfrom
rinse-inc:main

Conversation

@bjackson
Copy link
Copy Markdown
Contributor

@bjackson bjackson commented Apr 6, 2026

The Oxlint checker adds a call to watch the entire root directory. On large repos, this will cause too many files to be opened.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 6, 2026

Deploy Preview for vite-plugin-checker ready!

Name Link
🔨 Latest commit b966103
🔍 Latest deploy log https://app.netlify.com/projects/vite-plugin-checker/deploys/69d3fe57a9341b0008132d0d
😎 Deploy Preview https://deploy-preview-671--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.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 6, 2026

Open in StackBlitz

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

commit: 3ccdec6

@danielroe danielroe changed the title Remove unnecessary watcher.add call to root directory fix(oxlint): do not watch the root directory Apr 8, 2026
@danielroe danielroe merged commit e5b6f0f into fi3ework:main Apr 8, 2026
14 of 15 checks passed
renovate Bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 15, 2026
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| npm        | vite-plugin-checker | 0.12.0 | 0.13.0 |


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

#####    🚀 Features

- **biome**: Add support for biome 2.4  -  by [@ScotchAndSoda](https://github.com/ScotchAndSoda), **Maksim Kruglov** and [@danielroe](https://github.com/danielroe) in [#660](fi3ework/vite-plugin-checker#660) [<samp>(76969)</samp>](fi3ework/vite-plugin-checker@769696e)
- **eslint**: Support ESLint v10.x  -  by [@Guymestef](https://github.com/Guymestef) in [#668](fi3ework/vite-plugin-checker#668) [<samp>(ef484)</samp>](fi3ework/vite-plugin-checker@ef4841d)

#####    🐞 Bug Fixes

- **deps**:
  - Update dependency vue to ^3.5.27  -  in [#641](fi3ework/vite-plugin-checker#641) [<samp>(ef599)</samp>](fi3ework/vite-plugin-checker@ef599bd)
  - Update dependency vue to ^3.5.28  -  in [#648](fi3ework/vite-plugin-checker#648) [<samp>(47878)</samp>](fi3ework/vite-plugin-checker@4787886)
  - Update dependency vue to ^3.5.29  -  in [#659](fi3ework/vite-plugin-checker#659) [<samp>(14444)</samp>](fi3ework/vite-plugin-checker@1444447)
  - Update dependency picomatch to ^4.0.4  -  in [#670](fi3ework/vite-plugin-checker#670) [<samp>(399de)</samp>](fi3ework/vite-plugin-checker@399de37)
- **oxlint**:
  - Do not watch the root directory  -  by [@bjackson](https://github.com/bjackson) in [#671](fi3ework/vite-plugin-checker#671) [<samp>(e5b6f)</samp>](fi3ework/vite-plugin-checker@e5b6f0f)
- **stylelint**:
  - Allow meow v14 in peer dependencies  -  by [@felixranesberger](https://github.com/felixranesberger) in [#646](fi3ework/vite-plugin-checker#646) [<samp>(8633a)</samp>](fi3ework/vite-plugin-checker@8633ae5)
- **vue-tsc**:
  - Handle concurrency when setting up plugin  -  by [@kitsune7](https://github.com/kitsune7) in [#643](fi3ework/vite-plugin-checker#643) [<samp>(23ced)</samp>](fi3ework/vite-plugin-checker@23ced95)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.12.0...vite-plugin-checker@0.13.0)
renovate Bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 19, 2026
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| npm        | vite-plugin-checker | 0.12.0 | 0.13.0 |


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

#####    🚀 Features

- **biome**: Add support for biome 2.4  -  by [@ScotchAndSoda](https://github.com/ScotchAndSoda), **Maksim Kruglov** and [@danielroe](https://github.com/danielroe) in [#660](fi3ework/vite-plugin-checker#660) [<samp>(76969)</samp>](fi3ework/vite-plugin-checker@769696e)
- **eslint**: Support ESLint v10.x  -  by [@Guymestef](https://github.com/Guymestef) in [#668](fi3ework/vite-plugin-checker#668) [<samp>(ef484)</samp>](fi3ework/vite-plugin-checker@ef4841d)

#####    🐞 Bug Fixes

- **deps**:
  - Update dependency vue to ^3.5.27  -  in [#641](fi3ework/vite-plugin-checker#641) [<samp>(ef599)</samp>](fi3ework/vite-plugin-checker@ef599bd)
  - Update dependency vue to ^3.5.28  -  in [#648](fi3ework/vite-plugin-checker#648) [<samp>(47878)</samp>](fi3ework/vite-plugin-checker@4787886)
  - Update dependency vue to ^3.5.29  -  in [#659](fi3ework/vite-plugin-checker#659) [<samp>(14444)</samp>](fi3ework/vite-plugin-checker@1444447)
  - Update dependency picomatch to ^4.0.4  -  in [#670](fi3ework/vite-plugin-checker#670) [<samp>(399de)</samp>](fi3ework/vite-plugin-checker@399de37)
- **oxlint**:
  - Do not watch the root directory  -  by [@bjackson](https://github.com/bjackson) in [#671](fi3ework/vite-plugin-checker#671) [<samp>(e5b6f)</samp>](fi3ework/vite-plugin-checker@e5b6f0f)
- **stylelint**:
  - Allow meow v14 in peer dependencies  -  by [@felixranesberger](https://github.com/felixranesberger) in [#646](fi3ework/vite-plugin-checker#646) [<samp>(8633a)</samp>](fi3ework/vite-plugin-checker@8633ae5)
- **vue-tsc**:
  - Handle concurrency when setting up plugin  -  by [@kitsune7](https://github.com/kitsune7) in [#643](fi3ework/vite-plugin-checker#643) [<samp>(23ced)</samp>](fi3ework/vite-plugin-checker@23ced95)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.12.0...vite-plugin-checker@0.13.0)
renovate Bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Apr 30, 2026
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| npm        | vite-plugin-checker | 0.12.0 | 0.13.0 |


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

#####    🚀 Features

- **biome**: Add support for biome 2.4  -  by [@ScotchAndSoda](https://github.com/ScotchAndSoda), **Maksim Kruglov** and [@danielroe](https://github.com/danielroe) in [#660](fi3ework/vite-plugin-checker#660) [<samp>(76969)</samp>](fi3ework/vite-plugin-checker@769696e)
- **eslint**: Support ESLint v10.x  -  by [@Guymestef](https://github.com/Guymestef) in [#668](fi3ework/vite-plugin-checker#668) [<samp>(ef484)</samp>](fi3ework/vite-plugin-checker@ef4841d)

#####    🐞 Bug Fixes

- **deps**:
  - Update dependency vue to ^3.5.27  -  in [#641](fi3ework/vite-plugin-checker#641) [<samp>(ef599)</samp>](fi3ework/vite-plugin-checker@ef599bd)
  - Update dependency vue to ^3.5.28  -  in [#648](fi3ework/vite-plugin-checker#648) [<samp>(47878)</samp>](fi3ework/vite-plugin-checker@4787886)
  - Update dependency vue to ^3.5.29  -  in [#659](fi3ework/vite-plugin-checker#659) [<samp>(14444)</samp>](fi3ework/vite-plugin-checker@1444447)
  - Update dependency picomatch to ^4.0.4  -  in [#670](fi3ework/vite-plugin-checker#670) [<samp>(399de)</samp>](fi3ework/vite-plugin-checker@399de37)
- **oxlint**:
  - Do not watch the root directory  -  by [@bjackson](https://github.com/bjackson) in [#671](fi3ework/vite-plugin-checker#671) [<samp>(e5b6f)</samp>](fi3ework/vite-plugin-checker@e5b6f0f)
- **stylelint**:
  - Allow meow v14 in peer dependencies  -  by [@felixranesberger](https://github.com/felixranesberger) in [#646](fi3ework/vite-plugin-checker#646) [<samp>(8633a)</samp>](fi3ework/vite-plugin-checker@8633ae5)
- **vue-tsc**:
  - Handle concurrency when setting up plugin  -  by [@kitsune7](https://github.com/kitsune7) in [#643](fi3ework/vite-plugin-checker#643) [<samp>(23ced)</samp>](fi3ework/vite-plugin-checker@23ced95)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.12.0...vite-plugin-checker@0.13.0)
renovate Bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 2, 2026
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| npm        | vite-plugin-checker | 0.12.0 | 0.13.0 |


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

#####    🚀 Features

- **biome**: Add support for biome 2.4  -  by [@ScotchAndSoda](https://github.com/ScotchAndSoda), **Maksim Kruglov** and [@danielroe](https://github.com/danielroe) in [#660](fi3ework/vite-plugin-checker#660) [<samp>(76969)</samp>](fi3ework/vite-plugin-checker@769696e)
- **eslint**: Support ESLint v10.x  -  by [@Guymestef](https://github.com/Guymestef) in [#668](fi3ework/vite-plugin-checker#668) [<samp>(ef484)</samp>](fi3ework/vite-plugin-checker@ef4841d)

#####    🐞 Bug Fixes

- **deps**:
  - Update dependency vue to ^3.5.27  -  in [#641](fi3ework/vite-plugin-checker#641) [<samp>(ef599)</samp>](fi3ework/vite-plugin-checker@ef599bd)
  - Update dependency vue to ^3.5.28  -  in [#648](fi3ework/vite-plugin-checker#648) [<samp>(47878)</samp>](fi3ework/vite-plugin-checker@4787886)
  - Update dependency vue to ^3.5.29  -  in [#659](fi3ework/vite-plugin-checker#659) [<samp>(14444)</samp>](fi3ework/vite-plugin-checker@1444447)
  - Update dependency picomatch to ^4.0.4  -  in [#670](fi3ework/vite-plugin-checker#670) [<samp>(399de)</samp>](fi3ework/vite-plugin-checker@399de37)
- **oxlint**:
  - Do not watch the root directory  -  by [@bjackson](https://github.com/bjackson) in [#671](fi3ework/vite-plugin-checker#671) [<samp>(e5b6f)</samp>](fi3ework/vite-plugin-checker@e5b6f0f)
- **stylelint**:
  - Allow meow v14 in peer dependencies  -  by [@felixranesberger](https://github.com/felixranesberger) in [#646](fi3ework/vite-plugin-checker#646) [<samp>(8633a)</samp>](fi3ework/vite-plugin-checker@8633ae5)
- **vue-tsc**:
  - Handle concurrency when setting up plugin  -  by [@kitsune7](https://github.com/kitsune7) in [#643](fi3ework/vite-plugin-checker#643) [<samp>(23ced)</samp>](fi3ework/vite-plugin-checker@23ced95)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.12.0...vite-plugin-checker@0.13.0)
renovate Bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request May 3, 2026
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| npm        | vite-plugin-checker | 0.12.0 | 0.13.0 |


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

#####    🚀 Features

- **biome**: Add support for biome 2.4  -  by [@ScotchAndSoda](https://github.com/ScotchAndSoda), **Maksim Kruglov** and [@danielroe](https://github.com/danielroe) in [#660](fi3ework/vite-plugin-checker#660) [<samp>(76969)</samp>](fi3ework/vite-plugin-checker@769696e)
- **eslint**: Support ESLint v10.x  -  by [@Guymestef](https://github.com/Guymestef) in [#668](fi3ework/vite-plugin-checker#668) [<samp>(ef484)</samp>](fi3ework/vite-plugin-checker@ef4841d)

#####    🐞 Bug Fixes

- **deps**:
  - Update dependency vue to ^3.5.27  -  in [#641](fi3ework/vite-plugin-checker#641) [<samp>(ef599)</samp>](fi3ework/vite-plugin-checker@ef599bd)
  - Update dependency vue to ^3.5.28  -  in [#648](fi3ework/vite-plugin-checker#648) [<samp>(47878)</samp>](fi3ework/vite-plugin-checker@4787886)
  - Update dependency vue to ^3.5.29  -  in [#659](fi3ework/vite-plugin-checker#659) [<samp>(14444)</samp>](fi3ework/vite-plugin-checker@1444447)
  - Update dependency picomatch to ^4.0.4  -  in [#670](fi3ework/vite-plugin-checker#670) [<samp>(399de)</samp>](fi3ework/vite-plugin-checker@399de37)
- **oxlint**:
  - Do not watch the root directory  -  by [@bjackson](https://github.com/bjackson) in [#671](fi3ework/vite-plugin-checker#671) [<samp>(e5b6f)</samp>](fi3ework/vite-plugin-checker@e5b6f0f)
- **stylelint**:
  - Allow meow v14 in peer dependencies  -  by [@felixranesberger](https://github.com/felixranesberger) in [#646](fi3ework/vite-plugin-checker#646) [<samp>(8633a)</samp>](fi3ework/vite-plugin-checker@8633ae5)
- **vue-tsc**:
  - Handle concurrency when setting up plugin  -  by [@kitsune7](https://github.com/kitsune7) in [#643](fi3ework/vite-plugin-checker#643) [<samp>(23ced)</samp>](fi3ework/vite-plugin-checker@23ced95)

#####     [View changes on GitHub](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.12.0...vite-plugin-checker@0.13.0)
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.

2 participants