Skip to content

Commit 37f2b23

Browse files
chore(deps): update dependency eslint-plugin-check-file to v3.2.0 (#1108)
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.1.0` -> `3.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-check-file/3.1.0/3.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-check-file/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-check-file/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-check-file/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-check-file/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dukeluo/eslint-plugin-check-file (eslint-plugin-check-file)</summary> ### [`v3.2.0`](https://redirect.github.com/dukeluo/eslint-plugin-check-file/blob/HEAD/CHANGELOG.md#320---2025-04-13) [Compare Source](https://redirect.github.com/dukeluo/eslint-plugin-check-file/compare/v3.1.0...v3.2.0) ##### Added - add support for TypeScript declaration file </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4edddd0 commit 37f2b23

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
@@ -77,7 +77,7 @@
7777
"eslint": "^8.57.0",
7878
"eslint-config-prettier": "10.1.2",
7979
"eslint-mdx": "3.4.0",
80-
"eslint-plugin-check-file": "3.1.0",
80+
"eslint-plugin-check-file": "3.2.0",
8181
"eslint-plugin-import": "2.31.0",
8282
"eslint-plugin-jest": "27.9.0",
8383
"eslint-plugin-mdx": "3.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6027,10 +6027,10 @@ eslint-module-utils@^2.12.0:
60276027
dependencies:
60286028
debug "^3.2.7"
60296029

6030-
eslint-plugin-check-file@3.1.0:
6031-
version "3.1.0"
6032-
resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-3.1.0.tgz#8b065d9cee3b9dd00c06524504dc7f55e4a2f875"
6033-
integrity sha512-bBVjeQvG8ZMCjXr9mJEIZoNf7f5RT+cTqUr6QQq0xMKkWjLQpQtpqUXkBV/XncffOwvyTqjvKpqiQMCXL3mIDw==
6030+
eslint-plugin-check-file@3.2.0:
6031+
version "3.2.0"
6032+
resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-3.2.0.tgz#821d1dae541290e9a14b0f2eac621a0156c251ac"
6033+
integrity sha512-jHT3ZkSlazbxNdMhlfS3MotIfSHyNX8Kw0XQ0V7qNaum1Cq3wqEVHJAIwzBNG5JTqjRRBfXClX9pYqsJoNjAMw==
60346034
dependencies:
60356035
is-glob "^4.0.3"
60366036
micromatch "^4.0.8"

0 commit comments

Comments
 (0)