Commit e6a4f60
authored
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)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6158 | 6158 | | |
6159 | 6159 | | |
6160 | 6160 | | |
6161 | | - | |
6162 | | - | |
6163 | | - | |
6164 | | - | |
| 6161 | + | |
| 6162 | + | |
| 6163 | + | |
| 6164 | + | |
6165 | 6165 | | |
6166 | 6166 | | |
6167 | | - | |
| 6167 | + | |
6168 | 6168 | | |
6169 | 6169 | | |
6170 | 6170 | | |
| |||
0 commit comments