From e2c8bdae824aed4018dfe26204f58ef4e3c3e062 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:00:19 +0000 Subject: [PATCH] chore(deps): update dependency @vitest/eslint-plugin to v1.1.20 (#2091) 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 | |---|---|---|---|---|---| | [@vitest/eslint-plugin](https://redirect.github.com/vitest-dev/eslint-plugin-vitest) | [`1.1.18` -> `1.1.20`](https://renovatebot.com/diffs/npm/@vitest%2feslint-plugin/1.1.18/1.1.20) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2feslint-plugin/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2feslint-plugin/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2feslint-plugin/1.1.18/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2feslint-plugin/1.1.18/1.1.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin) ### [`v1.1.20`](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.20) [Compare Source](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.19...v1.1.20) ##### Bug Fixes - detect expectations in chains with underscores ([#​607](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/607)) ([d31fdb7](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/commit/d31fdb7)) #### What's Changed - fix: detect expectations in chains with underscores by [@​ghusse](https://redirect.github.com/ghusse) in [https://github.com/vitest-dev/eslint-plugin-vitest/pull/607](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/607) - docs: fix no-standalone-expect.md options example by [@​andykenward](https://redirect.github.com/andykenward) in [https://github.com/vitest-dev/eslint-plugin-vitest/pull/606](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/606) #### New Contributors - [@​ghusse](https://redirect.github.com/ghusse) made their first contribution in [https://github.com/vitest-dev/eslint-plugin-vitest/pull/607](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/607) - [@​andykenward](https://redirect.github.com/andykenward) made their first contribution in [https://github.com/vitest-dev/eslint-plugin-vitest/pull/606](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/606) **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.19...v1.1.20 ### [`v1.1.19`](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.19) [Compare Source](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.18...v1.1.19) ##### Bug Fixes - Apply ESLint to .ts files ([#​602](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/602)) ([085e320](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/commit/085e320)) - vitest/expect-expect throws false positive ([#​604](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/604)) ([7fd75ea](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/commit/7fd75ea)) #### What's Changed - fix: Apply ESLint to .ts files by [@​y-hsgw](https://redirect.github.com/y-hsgw) in [https://github.com/vitest-dev/eslint-plugin-vitest/pull/602](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/602) - fix: vitest/expect-expect throws false positive by [@​y-hsgw](https://redirect.github.com/y-hsgw) in [https://github.com/vitest-dev/eslint-plugin-vitest/pull/604](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/604) **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.18...v1.1.19
--- ### 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. --- - [ ] 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/TypeStat). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 88b8acda7..849769da0 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@types/prop-types": "15.7.14", "@types/react": "19.0.2", "@vitest/coverage-v8": "2.1.8", - "@vitest/eslint-plugin": "1.1.18", + "@vitest/eslint-plugin": "1.1.20", "console-fail-test": "0.5.0", "cspell": "8.17.1", "eslint": "9.17.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0c1532584..265bf075d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,8 +64,8 @@ importers: specifier: 2.1.8 version: 2.1.8(vitest@2.1.8(@types/node@22.10.2)) '@vitest/eslint-plugin': - specifier: 1.1.18 - version: 1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.17.0(jiti@2.4.1))(typescript@5.7.2)(vitest@2.1.8(@types/node@22.10.2)) + specifier: 1.1.20 + version: 1.1.20(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.17.0(jiti@2.4.1))(typescript@5.7.2)(vitest@2.1.8(@types/node@22.10.2)) console-fail-test: specifier: 0.5.0 version: 0.5.0 @@ -1107,8 +1107,8 @@ packages: '@vitest/browser': optional: true - '@vitest/eslint-plugin@1.1.18': - resolution: {integrity: sha512-pcnR0hn4KRaWqdEXdZPXLs2wAxzMBD8dKkpVkOuhT+bOOGW1/4BdiUrU3I0LW2loskfVS/XldwcO/lCEoFDyZw==} + '@vitest/eslint-plugin@1.1.20': + resolution: {integrity: sha512-2eLsgUm+GVOpDfNyH2do//MiNO/WZkXrPi+EjDmXEdUt6Jwnziq4H221L8vJE0aJys+l1FRfSkm4QbaIyDCfBg==} peerDependencies: '@typescript-eslint/utils': '>= 8.0' eslint: '>= 8.57.0' @@ -4443,7 +4443,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitest/eslint-plugin@1.1.18(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.17.0(jiti@2.4.1))(typescript@5.7.2)(vitest@2.1.8(@types/node@22.10.2))': + '@vitest/eslint-plugin@1.1.20(@typescript-eslint/utils@8.18.1(eslint@9.17.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.17.0(jiti@2.4.1))(typescript@5.7.2)(vitest@2.1.8(@types/node@22.10.2))': dependencies: '@typescript-eslint/utils': 8.18.1(eslint@9.17.0(jiti@2.4.1))(typescript@5.7.2) eslint: 9.17.0(jiti@2.4.1)