Skip to content

Commit 534c973

Browse files
chore(deps): update dependency eslint-plugin-check-file to v3.3.0 (#1196)
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.2.0` -> `3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-check-file/3.2.0/3.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-check-file/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-check-file/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-check-file/3.2.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-check-file/3.2.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dukeluo/eslint-plugin-check-file (eslint-plugin-check-file)</summary> ### [`v3.3.0`](https://redirect.github.com/dukeluo/eslint-plugin-check-file/blob/HEAD/CHANGELOG.md#330---2025-06-09) [Compare Source](https://redirect.github.com/dukeluo/eslint-plugin-check-file/compare/v3.2.0...v3.3.0) ##### Added - add `ignoreWords` parameter to `folder-naming-convention` rule </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:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03cbb42 commit 534c973

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.5",
7979
"eslint-mdx": "3.4.2",
80-
"eslint-plugin-check-file": "3.2.0",
80+
"eslint-plugin-check-file": "3.3.0",
8181
"eslint-plugin-import": "2.31.0",
8282
"eslint-plugin-jest": "27.9.0",
8383
"eslint-plugin-mdx": "3.4.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6030,10 +6030,10 @@ eslint-module-utils@^2.12.0:
60306030
dependencies:
60316031
debug "^3.2.7"
60326032

6033-
eslint-plugin-check-file@3.2.0:
6034-
version "3.2.0"
6035-
resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-3.2.0.tgz#821d1dae541290e9a14b0f2eac621a0156c251ac"
6036-
integrity sha512-jHT3ZkSlazbxNdMhlfS3MotIfSHyNX8Kw0XQ0V7qNaum1Cq3wqEVHJAIwzBNG5JTqjRRBfXClX9pYqsJoNjAMw==
6033+
eslint-plugin-check-file@3.3.0:
6034+
version "3.3.0"
6035+
resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-3.3.0.tgz#237a0d4e98858361151e44f9e951c4b64bd1756a"
6036+
integrity sha512-D57NBJRZt/8KzROsYgvRJzzItztWsP5B/9TssGhLHrrZzOMIFDn3RLnZN4kD7i5B4FduR040eOEqzKEcfFA9mQ==
60376037
dependencies:
60386038
is-glob "^4.0.3"
60396039
micromatch "^4.0.8"

0 commit comments

Comments
 (0)