]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 (#31370)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 8 Aug 2020 06:02:20 +0000 (09:02 +0300)
committerGitHub <noreply@github.com>
Sat, 8 Aug 2020 06:02:20 +0000 (09:02 +0300)
* Bump eslint-plugin-unicorn from 20.1.0 to 21.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 20.1.0 to 21.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v20.1.0...v21.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
* Disable `unicorn/prefer-array-find` rule for now

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
.eslintrc.json
package-lock.json
package.json

index af472af6519f5d166eb6a6f7799421b2ef58ff0d..59fe70f56405a7ad560aaf8bf3bb6b99a6f3a57e 100644 (file)
@@ -44,6 +44,7 @@
     "unicorn/no-null": "off",
     "unicorn/no-unused-properties": "error",
     "unicorn/no-useless-undefined": "off",
+    "unicorn/prefer-array-find": "off",
     "unicorn/prefer-dataset": "off",
     "unicorn/prefer-includes": "off",
     "unicorn/prefer-node-append": "off",
index 84bab1330730a87fc65bc6bd1401f9aafa44a8ab..17a66beb8fb9d92673e5f961f3e7dae90d0b813c 100644 (file)
       }
     },
     "eslint-plugin-unicorn": {
-      "version": "20.1.0",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-20.1.0.tgz",
-      "integrity": "sha512-XQxLBJT/gnwyRR6cfYsIK1AdekQchAt5tmcsnldevGjgR2xoZsRUa5/i6e0seNHy2RoT57CkTnbVHwHF8No8LA==",
+      "version": "21.0.0",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-21.0.0.tgz",
+      "integrity": "sha512-S8v7+v4gZTQPj4pKKvexhgSUaLQSyItvxW2SVZDaX9Iu5IjlAmF2eni+L6w8a2aqshxgU8Lle4FIAVDtuejSKQ==",
       "dev": true,
       "requires": {
         "ci-info": "^2.0.0",
         "clean-regexp": "^1.0.0",
         "eslint-ast-utils": "^1.1.0",
         "eslint-template-visitor": "^2.0.0",
-        "eslint-utils": "^2.0.0",
+        "eslint-utils": "^2.1.0",
         "import-modules": "^2.0.0",
         "lodash": "^4.17.15",
         "pluralize": "^8.0.0",
index 29afa8530533bc96993751668b24d0f33ca3f700..def4fe30bdfdcddded279e97fe2aad8cdccd246e 100644 (file)
     "eslint": "^7.6.0",
     "eslint-config-xo": "^0.32.1",
     "eslint-plugin-import": "^2.22.0",
-    "eslint-plugin-unicorn": "^20.1.0",
+    "eslint-plugin-unicorn": "^21.0.0",
     "find-unused-sass-variables": "^2.0.0",
     "glob": "^7.1.6",
     "hammer-simulator": "0.0.1",