From 484bac7ecd028ec6c3c258ddbae57331e85b6548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:21:39 -0500 Subject: [PATCH] Bump @vitest/eslint-plugin from 1.1.21 to 1.1.24 in /src/Bicep.Cli.E2eTests (#16021) 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.21 to 1.1.24.
Release notes

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

v1.1.24

Bug Fixes

v1.1.23

Bug Fixes

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.22...v1.1.23

v1.1.22

Bug Fixes

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.21&new-version=1.1.24)](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)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/16021) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/Bicep.Cli.E2eTests/package-lock.json | 8 ++++---- src/Bicep.Cli.E2eTests/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Bicep.Cli.E2eTests/package-lock.json b/src/Bicep.Cli.E2eTests/package-lock.json index f4d6da05b8d..546e7f1696a 100644 --- a/src/Bicep.Cli.E2eTests/package-lock.json +++ b/src/Bicep.Cli.E2eTests/package-lock.json @@ -12,7 +12,7 @@ "@types/cross-spawn": "^6.0.6", "@types/eslint__js": "^8.42.3", "@types/uuid": "^10.0.0", - "@vitest/eslint-plugin": "^1.1.21", + "@vitest/eslint-plugin": "^1.1.24", "cross-env": "^7.0.3", "cross-spawn": "^7.0.6", "eslint": "^9.17.0", @@ -1339,9 +1339,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.1.21", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.21.tgz", - "integrity": "sha512-gIpmafm7WSwXGHq413q3fC26+nER5mQtM7Lqi7UusY5bSzeQIJmViC+G6CfPo06U0CfgZ+rt7FPaskpkZ2f6gg==", + "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/src/Bicep.Cli.E2eTests/package.json b/src/Bicep.Cli.E2eTests/package.json index 802403e0535..64a492bcc9e 100644 --- a/src/Bicep.Cli.E2eTests/package.json +++ b/src/Bicep.Cli.E2eTests/package.json @@ -8,7 +8,7 @@ "@types/cross-spawn": "^6.0.6", "@types/eslint__js": "^8.42.3", "@types/uuid": "^10.0.0", - "@vitest/eslint-plugin": "^1.1.21", + "@vitest/eslint-plugin": "^1.1.24", "cross-env": "^7.0.3", "cross-spawn": "^7.0.6", "eslint": "^9.17.0",