Skip to content

Commit acdb713

Browse files
chore(deps): update dependency @eslint-community/eslint-plugin-eslint-comments to v4.6.0 (#1523)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@eslint-community/eslint-plugin-eslint-comments](https://redirect.github.com/eslint-community/eslint-plugin-eslint-comments) | [`4.5.0` → `4.6.0`](https://renovatebot.com/diffs/npm/@eslint-community%2feslint-plugin-eslint-comments/4.5.0/4.6.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint-community%2feslint-plugin-eslint-comments/4.6.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint-community%2feslint-plugin-eslint-comments/4.5.0/4.6.0?slim=true) | --- ### Release Notes <details> <summary>eslint-community/eslint-plugin-eslint-comments (@&#8203;eslint-community/eslint-plugin-eslint-comments)</summary> ### [`v4.6.0`](https://redirect.github.com/eslint-community/eslint-plugin-eslint-comments/releases/tag/v4.6.0) [Compare Source](https://redirect.github.com/eslint-community/eslint-plugin-eslint-comments/compare/v4.5.0...v4.6.0) ##### Features - add type definitions ([#&#8203;246](https://redirect.github.com/eslint-community/eslint-plugin-eslint-comments/issues/246)) ([10bd8ab](https://redirect.github.com/eslint-community/eslint-plugin-eslint-comments/commit/10bd8abb4d8f91e2b83f03aa725e03914d712f89)) </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/JoshuaKGoldberg/eslint-plugin-package-json). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: michael faith <michaelfaith@users.noreply.github.com>
1 parent 0d33275 commit acdb713

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

eslint.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-expect-error - no types - https://github.com/eslint-community/eslint-plugin-eslint-comments/issues/214
21
import comments from "@eslint-community/eslint-plugin-eslint-comments/configs";
32
import eslint from "@eslint/js";
43
import markdown from "@eslint/markdown";
@@ -37,7 +36,6 @@ export default defineConfig(
3736
{
3837
extends: [
3938
eslint.configs.recommended,
40-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4139
comments.recommended,
4240
eslintPlugin.configs.recommended,
4341
n.configs["flat/recommended"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"validate-npm-package-name": "^7.0.0"
6868
},
6969
"devDependencies": {
70-
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
70+
"@eslint-community/eslint-plugin-eslint-comments": "4.6.0",
7171
"@eslint/js": "9.39.1",
7272
"@eslint/markdown": "7.5.1",
7373
"@types/estree": "1.0.8",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)