Skip to content

Commit 501957a

Browse files
chore(deps): update dependency eslint-plugin-check-file to v3.1.0 (#986)
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) | [`3.0.0` -> `3.1.0`](https://renovatebot.com/diffs/npm/eslint-plugin-check-file/3.0.0/3.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-check-file/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-check-file/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-check-file/3.0.0/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-check-file/3.0.0/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dukeluo/eslint-plugin-check-file (eslint-plugin-check-file)</summary> ### [`v3.1.0`](https://redirect.github.com/dukeluo/eslint-plugin-check-file/blob/HEAD/CHANGELOG.md#310---2025-02-16) [Compare Source](https://redirect.github.com/dukeluo/eslint-plugin-check-file/compare/v3.0.0...v3.1.0) ##### Added - add support for css,json,markdown parsers ##### Changed - improve documentation </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60f015a commit 501957a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint": "^8.57.0",
7979
"eslint-config-prettier": "10.0.1",
8080
"eslint-mdx": "3.1.5",
81-
"eslint-plugin-check-file": "3.0.0",
81+
"eslint-plugin-check-file": "3.1.0",
8282
"eslint-plugin-import": "2.31.0",
8383
"eslint-plugin-jest": "27.9.0",
8484
"eslint-plugin-mdx": "3.1.5",

yarn.lock

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

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==
6161+
eslint-plugin-check-file@3.1.0:
6162+
version "3.1.0"
6163+
resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-3.1.0.tgz#8b065d9cee3b9dd00c06524504dc7f55e4a2f875"
6164+
integrity sha512-bBVjeQvG8ZMCjXr9mJEIZoNf7f5RT+cTqUr6QQq0xMKkWjLQpQtpqUXkBV/XncffOwvyTqjvKpqiQMCXL3mIDw==
61656165
dependencies:
61666166
is-glob "^4.0.3"
61676167
micromatch "^4.0.8"

0 commit comments

Comments
 (0)