From c26ea7cb5b2cd921f3f1302d0af37533dc89cd0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Feb 2022 04:35:49 +0000 Subject: [PATCH] Bump eslint-config-rainbow from 2.0.1 to 3.0.0 Bumps [eslint-config-rainbow](https://github.com/rainbow-me/eslint-config-rainbow) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/rainbow-me/eslint-config-rainbow/releases) - [Changelog](https://github.com/rainbow-me/eslint-config-rainbow/blob/master/CHANGELOG.md) - [Commits](https://github.com/rainbow-me/eslint-config-rainbow/compare/v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: eslint-config-rainbow dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f2ca025b..062b3970 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/node-fetch": "^2.5.7", "@typescript-eslint/eslint-plugin": "^5.12.1", "eslint": "^7.32.0", - "eslint-config-rainbow": "^2.0.0", + "eslint-config-rainbow": "^3.0.0", "eslint-plugin-jest": "^24.5.2", "husky": "^7.0.4", "prettier": "^2.5.1", diff --git a/yarn.lock b/yarn.lock index 70e6f8b8..e0db79ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2715,10 +2715,10 @@ eslint-config-prettier@^8.1.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew== -eslint-config-rainbow@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/eslint-config-rainbow/-/eslint-config-rainbow-2.0.1.tgz#29e4e3258e4a411a4bc67c028e9f3dd653665a6f" - integrity sha512-SOea4oU2SS8iKiAgXxuLBVgQgRlNeYYo1OgnwOXiwuHS629MpOF7bAV3mYRtoniY3df+o8WocCcACEEMFNyaug== +eslint-config-rainbow@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-rainbow/-/eslint-config-rainbow-3.0.0.tgz#c4502f8c32d0da1d76db85b7e21a8a0b1f254983" + integrity sha512-nnoS1BVJhhtFCHx0p4Sr6bo51uPrddbVXcq+D7JfC5DtBhWdF6HA9TKKa3ZbT4BsCDGHL8M5sbYfCOeGYDjGug== dependencies: "@babel/core" "^7.13.10" "@babel/eslint-parser" "^7.13.10" @@ -2733,6 +2733,7 @@ eslint-config-rainbow@^2.0.0: eslint-plugin-react "^7.23.0" eslint-plugin-react-hooks "^4.2.0" eslint-plugin-react-native "^3.10.0" + eslint-plugin-sort-destructure-keys "^1.4.0" eslint-plugin-sort-keys-fix "^1.1.2" eslint-config-react-app@^5.2.1: @@ -2882,6 +2883,13 @@ eslint-plugin-react@^7.14.3, eslint-plugin-react@^7.23.0: semver "^6.3.0" string.prototype.matchall "^4.0.5" +eslint-plugin-sort-destructure-keys@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-sort-destructure-keys/-/eslint-plugin-sort-destructure-keys-1.4.0.tgz#45924521e556692002522468a75b6a9fbac11316" + integrity sha512-txU9l22mblz7YpyjJNYFy4wb5PVXiRMbc9lqFPPhvY4wKyBBYQvb31TIcduf7iRb4Bv01aiXcJiuCkOOrVY48Q== + dependencies: + natural-compare-lite "^1.4.0" + eslint-plugin-sort-keys-fix@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/eslint-plugin-sort-keys-fix/-/eslint-plugin-sort-keys-fix-1.1.2.tgz#00c8b5791612ec32162b8d7a0563e9c6eb27ec59" @@ -4809,6 +4817,11 @@ mute-stream@0.0.8: resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== +natural-compare-lite@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4" + integrity sha1-F7CVgZiJef3a/gIB6TG6kzyWy7Q= + natural-compare@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"