From 3504b960ff219b0d67c6c481325c53d139b22d6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 18:02:13 +0530 Subject: [PATCH] chore(deps): update dependency eslint-config-love to v99 (#302) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-love](https://redirect.github.com/mightyiam/eslint-config-love) | [`98.0.2` -> `99.0.0`](https://renovatebot.com/diffs/npm/eslint-config-love/98.0.2/99.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-love/99.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-love/99.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-love/98.0.2/99.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-love/98.0.2/99.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mightyiam/eslint-config-love (eslint-config-love) ### [`v99.0.0`](https://redirect.github.com/mightyiam/eslint-config-love/blob/HEAD/CHANGELOG.md#9900-2024-11-16) [Compare Source](https://redirect.github.com/mightyiam/eslint-config-love/compare/v98.0.2...v99.0.0) ##### ⚠ BREAKING CHANGES - [@​typescript-eslint/unified-signatures](https://redirect.github.com/typescript-eslint/unified-signatures) ##### Features - [@​typescript-eslint/unified-signatures](https://redirect.github.com/typescript-eslint/unified-signatures) ([cefd3b8](https://redirect.github.com/mightyiam/eslint-config-love/commit/cefd3b81dfa3310ea93d8f5ddb62e02c0d8277fc))
--- ### 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 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. --- - [ ] 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/kkrishguptaa/trevenant). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8b66adb..36d1041 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@typescript-eslint/eslint-plugin": "8.14.0", "eslint": "9.15.0", "eslint-config-standard": "17.1.0", - "eslint-config-love": "98.0.2", + "eslint-config-love": "99.0.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-n": "17.13.2", "eslint-plugin-promise": "7.1.0", diff --git a/yarn.lock b/yarn.lock index 841630b..7df1725 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2033,10 +2033,10 @@ eslint-compat-utils@^0.5.1: dependencies: semver "^7.5.4" -eslint-config-love@98.0.2: - version "98.0.2" - resolved "https://registry.yarnpkg.com/eslint-config-love/-/eslint-config-love-98.0.2.tgz#4bc2d02df305954e16f039eaf000190056f5e226" - integrity sha512-MsFl/VvHJRo9BHmsNMJbLvSeCJv7enuDPEFSJnRp1ecYtaBvyoJgeP79F+JZ6iitzUQSRR7p7wcyuvKVlnFTIQ== +eslint-config-love@99.0.0: + version "99.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-love/-/eslint-config-love-99.0.0.tgz#1d6752a4ebe57f260d4f3fa77b476684c99b3d73" + integrity sha512-GGNNMdPmw069mbQeTzYFkCKt7zZaeBdakupQ0zJm/m+EdaVUz+qituoBx9bRI1so9O2jYbnII9Tb7Lx13PG9Kg== dependencies: "@typescript-eslint/utils" "^8.12.0" eslint-plugin-eslint-comments "^3.2.0"