From 3afbcbd2498bb0216bb3c889bd5198b0f784050b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:04:07 -0800 Subject: [PATCH] build(deps): update dependency @vitest/eslint-plugin to v1.1.24 (#11206) 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.23` -> `1.1.24`](https://renovatebot.com/diffs/npm/@vitest%2feslint-plugin/1.1.23/1.1.24) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2feslint-plugin/1.1.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2feslint-plugin/1.1.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2feslint-plugin/1.1.23/1.1.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2feslint-plugin/1.1.23/1.1.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin) ### [`v1.1.24`](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.24) [Compare Source](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.23...v1.1.24) ##### Bug Fixes - fix types ([#​632](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/632)) ([b7b4f0f](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/commit/b7b4f0f))
--- - [ ] If you want to rebase/retry this PR, check this box Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04e12359dc5..440b1b1b603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@typescript-eslint/rule-tester": "8.19.0", "@typescript-eslint/utils": "8.19.0", "@vitest/coverage-v8": "2.1.8", - "@vitest/eslint-plugin": "1.1.23", + "@vitest/eslint-plugin": "1.1.24", "@whitespace/storybook-addon-html": "6.1.1", "autoprefixer": "10.4.20", "axe-core": "4.10.2", @@ -8235,9 +8235,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.1.23", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.23.tgz", - "integrity": "sha512-tH8nPAKYdH8jXo/ZJ7SpYTjW9Djoc6t1/EIJicI/ouDwYJQh/U6vhOAOU2nzQgjjfjU26ukvB6iu8MEI9oJmPg==", + "version": "1.1.24", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.24.tgz", + "integrity": "sha512-7IaENe4NNy33g0iuuy5bHY69JYYRjpv4lMx6H5Wp30W7ez2baLHwxsXF5TM4wa8JDYZt8ut99Ytoj7GiDO01hw==", "dev": true, "peerDependencies": { "@typescript-eslint/utils": ">= 8.0", diff --git a/package.json b/package.json index 02e90dd2000..3f5adba5b9b 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@typescript-eslint/rule-tester": "8.19.0", "@typescript-eslint/utils": "8.19.0", "@vitest/coverage-v8": "2.1.8", - "@vitest/eslint-plugin": "1.1.23", + "@vitest/eslint-plugin": "1.1.24", "@whitespace/storybook-addon-html": "6.1.1", "autoprefixer": "10.4.20", "axe-core": "4.10.2",