From 0087c8d47fb269bb5a0beaf5e6369bd177de596f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:30:26 +0100 Subject: [PATCH] Bump @vitest/eslint-plugin from 1.1.20 to 1.1.22 (#290) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) from 1.1.20 to 1.1.22.
Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.1.22

Bug Fixes

v1.1.21

Bug Fixes

Performance Improvements

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.20...v1.1.21

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitest/eslint-plugin&package-manager=npm_and_yarn&previous-version=1.1.20&new-version=1.1.22)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2756e8..0538c19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mrksbnc/bamboo", - "version": "0.0.0-beta.5", + "version": "0.0.0-beta.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mrksbnc/bamboo", - "version": "0.0.0-beta.5", + "version": "0.0.0-beta.6", "dependencies": { "vue": "^3.5.13" }, @@ -24,7 +24,7 @@ "@types/node": "^22.10.2", "@vitejs/plugin-vue": "^5.2.1", "@vitest/coverage-v8": "2.1.8", - "@vitest/eslint-plugin": "1.1.20", + "@vitest/eslint-plugin": "1.1.22", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.2.0", "@vue/test-utils": "^2.4.6", @@ -4347,11 +4347,10 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.1.20", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.20.tgz", - "integrity": "sha512-2eLsgUm+GVOpDfNyH2do//MiNO/WZkXrPi+EjDmXEdUt6Jwnziq4H221L8vJE0aJys+l1FRfSkm4QbaIyDCfBg==", + "version": "1.1.22", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.22.tgz", + "integrity": "sha512-ztvy2+thiCMmKnywvKGhH3AcKgEMGd4BsFK2QC9/EXqlyjXDp7Pg96PonbLx8bDvNCAjq4hfCw5YuZSAz1EDIg==", "dev": true, - "license": "MIT", "peerDependencies": { "@typescript-eslint/utils": ">= 8.0", "eslint": ">= 8.57.0", diff --git a/package.json b/package.json index 21f2dc1..153b61e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/node": "^22.10.2", "@vitejs/plugin-vue": "^5.2.1", "@vitest/coverage-v8": "2.1.8", - "@vitest/eslint-plugin": "1.1.20", + "@vitest/eslint-plugin": "1.1.22", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.2.0", "@vue/test-utils": "^2.4.6",