From ae4cca1924df9a14c32895e16d0dfcf1ad426239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:31:24 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-check-file from 2.8.0 to 3.3.0 Bumps [eslint-plugin-check-file](https://github.com/dukeluo/eslint-plugin-check-file) from 2.8.0 to 3.3.0. - [Release notes](https://github.com/dukeluo/eslint-plugin-check-file/releases) - [Changelog](https://github.com/dukeluo/eslint-plugin-check-file/blob/main/CHANGELOG.md) - [Commits](https://github.com/dukeluo/eslint-plugin-check-file/compare/v2.8.0...v3.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-check-file dependency-version: 3.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++++++++++++---------- package.json | 2 +- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9ac9328..2a2e9de6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "babel-eslint": "^10.1.0", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-check-file": "^2.8.0", + "eslint-plugin-check-file": "^3.3.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-mdx": "^3.6.2", "eslint-plugin-react": "^7.37.5", @@ -10694,24 +10694,33 @@ } }, "node_modules/eslint-plugin-check-file": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-2.8.0.tgz", - "integrity": "sha512-FvvafMTam2WJYH9uj+FuMxQ1y+7jY3Z6P9T4j2214cH0FBxNzTcmeCiGTj1Lxp3mI6kbbgsXvmgewvf+llKYyw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-3.3.1.tgz", + "integrity": "sha512-b7fDkp8Y0T9vloTYSrkMnb5Cqpk1bc6+jDQdgKIhzdwb47NmLAvMFYo3SzHOPF8u4SEsOVhmrNSbo6Sp633syg==", "dev": true, + "funding": [ + { + "type": "ko_fi", + "url": "https://ko-fi.com/huanluo" + }, + { + "type": "github", + "url": "https://github.com/sponsors/dukeluo" + } + ], "license": "Apache-2.0", + "workspaces": [ + "examples/basic" + ], "dependencies": { "is-glob": "^4.0.3", - "micromatch": "^4.0.5" + "micromatch": "^4.0.8" }, "engines": { "node": ">=18" }, - "funding": { - "type": "ko_fi", - "url": "https://ko-fi.com/huanluo" - }, "peerDependencies": { - "eslint": ">=7.28.0" + "eslint": ">=9.0.0" } }, "node_modules/eslint-plugin-import": { diff --git a/package.json b/package.json index 64aee82f..f0488b45 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "babel-eslint": "^10.1.0", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-check-file": "^2.8.0", + "eslint-plugin-check-file": "^3.3.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-mdx": "^3.6.2", "eslint-plugin-react": "^7.37.5",