Skip to content

Commit de5739f

Browse files
chore(deps): update dependency @vitest/eslint-plugin to v1.3.6 (#2752)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@vitest/eslint-plugin](https://redirect.github.com/vitest-dev/eslint-plugin-vitest) | [`1.3.4` -> `1.3.6`](https://renovatebot.com/diffs/npm/@vitest%2feslint-plugin/1.3.4/1.3.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2feslint-plugin/1.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2feslint-plugin/1.3.4/1.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/eslint-plugin-vitest (@&#8203;vitest/eslint-plugin)</summary> ### [`v1.3.6`](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.5...v1.3.6) [Compare Source](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.5...v1.3.6) ### [`v1.3.5`](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.3.5) [Compare Source](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.4...v1.3.5) ##### Bug Fixes - **docs:** fix incorrect rule name in vitest/require-mock-type-parameters example ([#&#8203;740](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/740)) ([d48741a](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/commit/d48741a)) ##### Features - **prefer-describe-function-title:** Check for unnecessary .name ([#&#8203;744](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/issues/744)) ([5f1fe04](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/commit/5f1fe04)) #### What's Changed - fix(docs): fix incorrect rule name in vitest/require-mock-type-parameters example by [@&#8203;sceee](https://redirect.github.com/sceee) in [#&#8203;740](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/740) - feat(prefer-describe-function-title): Check for unnecessary .name by [@&#8203;y-hsgw](https://redirect.github.com/y-hsgw) in [#&#8203;744](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/744) - fix(build): add missing [@&#8203;typescript-eslint/scope-manager](https://redirect.github.com/typescript-eslint/scope-manager) dependency by [@&#8203;y-hsgw](https://redirect.github.com/y-hsgw) in [#&#8203;747](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/747) - chore(eslint): migrate to typescript-eslint and apply recommended config by [@&#8203;y-hsgw](https://redirect.github.com/y-hsgw) in [#&#8203;746](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/746) #### New Contributors - [@&#8203;sceee](https://redirect.github.com/sceee) made their first contribution in [#&#8203;740](https://redirect.github.com/vitest-dev/eslint-plugin-vitest/pull/740) **Full Changelog**: <vitest-dev/eslint-plugin-vitest@v1.3.4...v1.3.5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 2nd through 5th day of the month" (UTC), 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/JabRef/JabRefOnline). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ff73ae commit de5739f

File tree

2 files changed

+66
-41
lines changed

2 files changed

+66
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@types/yaireo__tagify": "4.27.0",
113113
"@vee-validate/nuxt": "4.15.0",
114114
"@vitest/coverage-v8": "3.2.4",
115-
"@vitest/eslint-plugin": "1.3.4",
115+
"@vitest/eslint-plugin": "1.3.6",
116116
"@vue/compiler-sfc": "3.5.18",
117117
"@vue/eslint-config-typescript": "14.6.0",
118118
"@vue/runtime-dom": "3.5.18",

0 commit comments

Comments
 (0)