Skip to content

Commit e6a4f60

Browse files
chore(deps): update dependency eslint-plugin-check-file to v3 (#948)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-check-file](https://redirect.github.com/dukeluo/eslint-plugin-check-file) | [`2.8.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-check-file/2.8.0/3.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-check-file/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-check-file/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-check-file/2.8.0/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-check-file/2.8.0/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dukeluo/eslint-plugin-check-file (eslint-plugin-check-file)</summary> ### [`v3.0.0`](https://redirect.github.com/dukeluo/eslint-plugin-check-file/blob/HEAD/CHANGELOG.md#300---2025-01-30) [Compare Source](https://redirect.github.com/dukeluo/eslint-plugin-check-file/compare/v2.8.0...v3.0.0) ##### Added - the plugin can lint non-js/ts files (e.g., images, styles, etc.) with processor `eslint-processor-check-file` - the rule `filename-naming-convention` can be used with a new built-in naming convention `NEXT_JS_PAGE_ROUTER_FILENAME_CASE` which is used for Next.js page router project - the rule `no-index` can set `errorMessage` property to customize the error message - the rule `folder-match-with-fex` can set `errorMessage` property to customize the error message - the rule `folder-naming-convention` can set `errorMessage` property to customize the error message ##### Changed - the error message of the rule `folder-match-with-fex` uses filename without path - improve documentation ##### Fixed - `NEXT_JS_APP_ROUTER_CASE` can support filename route like `rss.xml` ##### Removed - remove legacy support for `context` object - remove legacy support for rule `filename-blocklist` - remove legacy configuration support </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/openfeature.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d475d58 commit e6a4f60

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint": "^8.57.0",
7878
"eslint-config-prettier": "10.0.1",
7979
"eslint-mdx": "3.1.5",
80-
"eslint-plugin-check-file": "2.8.0",
80+
"eslint-plugin-check-file": "3.0.0",
8181
"eslint-plugin-import": "2.31.0",
8282
"eslint-plugin-jest": "27.9.0",
8383
"eslint-plugin-mdx": "3.1.5",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6158,13 +6158,13 @@ eslint-module-utils@^2.12.0:
61586158
dependencies:
61596159
debug "^3.2.7"
61606160

6161-
eslint-plugin-check-file@2.8.0:
6162-
version "2.8.0"
6163-
resolved "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-2.8.0.tgz"
6164-
integrity sha512-FvvafMTam2WJYH9uj+FuMxQ1y+7jY3Z6P9T4j2214cH0FBxNzTcmeCiGTj1Lxp3mI6kbbgsXvmgewvf+llKYyw==
6161+
eslint-plugin-check-file@3.0.0:
6162+
version "3.0.0"
6163+
resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-3.0.0.tgz#f465cc232e16fa5d522fe0e1538975b198fbd273"
6164+
integrity sha512-WCkGSE5bA1er0r8Hin7DL8GjHT09WSsO/1AwoCWpaDrvDd4dfXaYXJxHYP08J2wPYA4KqiVJ78U9bG/SZ1+qdw==
61656165
dependencies:
61666166
is-glob "^4.0.3"
6167-
micromatch "^4.0.5"
6167+
micromatch "^4.0.8"
61686168

61696169
61706170
version "2.31.0"

0 commit comments

Comments
 (0)