From 689b72105e398bf41fba620a02ed29ed0e2eced1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 06:10:17 +0000 Subject: [PATCH] fix(deps): Bump eslint-plugin-putout from 22.5.1 to 22.6.1 (#252) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [eslint-plugin-putout](https://github.com/coderaiser/putout) from 22.5.1 to 22.6.1.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-putout&package-manager=npm_and_yarn&previous-version=22.5.1&new-version=22.6.1)](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)
--- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b734b9..d4d8b96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-putout": "^22.5.1", + "eslint-plugin-putout": "^22.6.1", "eslint-plugin-regexp": "^2.5.0", "eslint-plugin-security": "^2.1.1", "eslint-plugin-sonarjs": "^0.25.1", @@ -59,6 +59,7 @@ "eslint-plugin-ext": "^0.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", + "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-jest-formatting": "^3.1.0", "eslint-plugin-jsdoc": ">= 48.2.3", "eslint-plugin-json": "^3.1.0", @@ -68,7 +69,6 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-putout": "^22.5.1", "eslint-plugin-regexp": "^2.5.0", "eslint-plugin-security": "^2.1.1", "eslint-plugin-sonarjs": "^0.25.1", @@ -6271,9 +6271,9 @@ } }, "node_modules/eslint-plugin-putout": { - "version": "22.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-putout/-/eslint-plugin-putout-22.5.1.tgz", - "integrity": "sha512-AMTi5mREGb6oO5CA5xGgPWEtiGwW+1EFfWtP23VI8GLTxLTZ5Az2EetdAJ8iPuyGZpwlWQgN/GjZxM0ISQ7DvA==", + "version": "22.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-putout/-/eslint-plugin-putout-22.6.1.tgz", + "integrity": "sha512-lUfy75YwBoQYcZDAUZgen2yuehzB0ssb89U0jcqGtRcQda6414eUsDk4rsG6CmFUfesdWEvQWbrCafpdJGLL2Q==", "dependencies": { "@babel/core": "^8.0.0-alpha.1", "@babel/eslint-parser": "^8.0.0-alpha.1", @@ -18596,9 +18596,9 @@ "requires": {} }, "eslint-plugin-putout": { - "version": "22.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-putout/-/eslint-plugin-putout-22.5.1.tgz", - "integrity": "sha512-AMTi5mREGb6oO5CA5xGgPWEtiGwW+1EFfWtP23VI8GLTxLTZ5Az2EetdAJ8iPuyGZpwlWQgN/GjZxM0ISQ7DvA==", + "version": "22.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-putout/-/eslint-plugin-putout-22.6.1.tgz", + "integrity": "sha512-lUfy75YwBoQYcZDAUZgen2yuehzB0ssb89U0jcqGtRcQda6414eUsDk4rsG6CmFUfesdWEvQWbrCafpdJGLL2Q==", "requires": { "@babel/core": "^8.0.0-alpha.1", "@babel/eslint-parser": "^8.0.0-alpha.1", diff --git a/package.json b/package.json index dfa0c85..64b838d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-putout": "^22.5.1", + "eslint-plugin-putout": "^22.6.1", "eslint-plugin-regexp": "^2.5.0", "eslint-plugin-security": "^2.1.1", "eslint-plugin-sonarjs": "^0.25.1", @@ -81,7 +81,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-putout": "^22.5.1", + "eslint-plugin-putout": "^22.6.1", "eslint-plugin-regexp": "^2.5.0", "eslint-plugin-security": "^2.1.1", "eslint-plugin-sonarjs": "^0.25.1",