Merge pull request #2162 from Athou/renovate/vite-plugin-checker-0.x

chore(deps): update dependency vite-plugin-checker to v0.14.1
This commit is contained in:
Jérémie Panzer
2026-05-29 19:13:53 +02:00
committed by GitHub
2 changed files with 10 additions and 57 deletions

View File

@@ -67,7 +67,7 @@
"lint-staged": "17.0.5",
"typescript": "6.0.3",
"vite": "8.0.14",
"vite-plugin-checker": "0.13.0",
"vite-plugin-checker": "0.14.1",
"vitest": "4.1.7",
"yaml": "2.9.0"
}
@@ -6146,27 +6146,25 @@
}
},
"node_modules/vite-plugin-checker": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.13.0.tgz",
"integrity": "sha512-14EkOZmfinVZNxRmg2uCNDwtqGc/33lU/UEJansHgu27+ad+r6mMBf1Xtnq57jGZWiO/xzwtiEKPYsganw7ZFQ==",
"version": "0.14.1",
"resolved": "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.14.1.tgz",
"integrity": "sha512-Mv8oQc9XYBYf+XkP/riqqQCt8lBP6Iad75PZPho1lHRrpxQI0BwX2gwE10enn4f6Hgc+PvR1F7N38KARcaJtzw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.27.1",
"chokidar": "^4.0.3",
"@babel/code-frame": "^7.29.0",
"chokidar": "^5.0.0",
"npm-run-path": "^6.0.0",
"picocolors": "^1.1.1",
"picomatch": "^4.0.4",
"proper-lockfile": "^4.1.2",
"tiny-invariant": "^1.3.3",
"tinyglobby": "^0.2.15",
"vscode-uri": "^3.1.0"
"tiny-invariant": "^1.3.3"
},
"engines": {
"node": ">=16.11"
"node": ">=20.19.0"
},
"peerDependencies": {
"@biomejs/biome": ">=1.7",
"@biomejs/biome": ">=2.4.12",
"eslint": ">=9.39.4",
"meow": "^13.2.0 || ^14.0.0",
"optionator": "^0.9.4",
@@ -6174,8 +6172,6 @@
"stylelint": ">=16.26.1",
"typescript": "*",
"vite": ">=5.4.21",
"vls": "*",
"vti": "*",
"vue-tsc": "~2.2.10 || ^3.0.0"
},
"peerDependenciesMeta": {
@@ -6200,47 +6196,11 @@
"typescript": {
"optional": true
},
"vls": {
"optional": true
},
"vti": {
"optional": true
},
"vue-tsc": {
"optional": true
}
}
},
"node_modules/vite-plugin-checker/node_modules/chokidar": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
"dev": true,
"license": "MIT",
"dependencies": {
"readdirp": "^4.0.1"
},
"engines": {
"node": ">= 14.16.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/vite-plugin-checker/node_modules/readdirp": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 14.18.0"
},
"funding": {
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/vitest": {
"version": "4.1.7",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.7.tgz",
@@ -6331,13 +6291,6 @@
}
}
},
"node_modules/vscode-uri": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
"integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
"dev": true,
"license": "MIT"
},
"node_modules/w3c-xmlserializer": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",

View File

@@ -75,7 +75,7 @@
"lint-staged": "17.0.5",
"typescript": "6.0.3",
"vite": "8.0.14",
"vite-plugin-checker": "0.13.0",
"vite-plugin-checker": "0.14.1",
"vitest": "4.1.7",
"yaml": "2.9.0"
},