]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump eslint-plugin-unicorn from 18.0.1 to 19.0.1 (#30663)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Tue, 28 Apr 2020 13:28:46 +0000 (16:28 +0300)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 13:28:46 +0000 (16:28 +0300)
* Bump eslint-plugin-unicorn from 18.0.1 to 19.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 18.0.1 to 19.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v18.0.1...v19.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* ESlint: disable a few new rules for now.

* unicorn/no-fn-reference-in-iterator
* unicorn/no-null

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

index 8c52318b47086f5f36997350ea3adaf94f412367..8c6a5a3e3770a78154e341fb1ac0fae676043390 100644 (file)
@@ -39,7 +39,9 @@
     "unicorn/consistent-function-scoping": "off",
     "unicorn/explicit-length-check": "off",
     "unicorn/import-index": "off",
+    "unicorn/no-fn-reference-in-iterator": "off",
     "unicorn/no-for-loop": "off",
+    "unicorn/no-null": "off",
     "unicorn/no-unused-properties": "error",
     "unicorn/prefer-dataset": "off",
     "unicorn/prefer-includes": "off",
index 75ca2a834e0dd14126344cf1b6625ed94bb9a263..6461ef3e611b5ecac5b51898ae3eecbdb45c594d 100644 (file)
       }
     },
     "eslint-plugin-unicorn": {
-      "version": "18.0.1",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-18.0.1.tgz",
-      "integrity": "sha512-Y4bgygek4x4ogeMcSHr6MZi3frBPZ80eIpMOsxew7jAblb53OYflpRh0an62Z6jv/fw7D3TkXauqLOBWbT9adg==",
+      "version": "19.0.1",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-19.0.1.tgz",
+      "integrity": "sha512-fu0/h5mHXfBC6EkA3i2vCjsfC8j53+T9txGhNL4fpxJ+1JKsUKfv+tmXDgy0XnLHhFjnOZp4tRWJWbcykeIP2Q==",
       "dev": true,
       "requires": {
         "ci-info": "^2.0.0",
         "clean-regexp": "^1.0.0",
         "eslint-ast-utils": "^1.1.0",
         "eslint-template-visitor": "^1.1.0",
+        "eslint-utils": "^2.0.0",
         "import-modules": "^2.0.0",
         "lodash": "^4.17.15",
         "read-pkg-up": "^7.0.1",
         "semver": "^7.1.3"
       },
       "dependencies": {
+        "eslint-utils": {
+          "version": "2.0.0",
+          "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.0.0.tgz",
+          "integrity": "sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==",
+          "dev": true,
+          "requires": {
+            "eslint-visitor-keys": "^1.1.0"
+          }
+        },
         "find-up": {
           "version": "4.1.0",
           "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
           }
         },
         "semver": {
-          "version": "7.2.2",
-          "resolved": "https://registry.npmjs.org/semver/-/semver-7.2.2.tgz",
-          "integrity": "sha512-Zo84u6o2PebMSK3zjJ6Zp5wi8VnQZnEaCP13Ul/lt1ANsLACxnJxq4EEm1PY94/por1Hm9+7xpIswdS5AkieMA==",
+          "version": "7.3.2",
+          "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
+          "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==",
           "dev": true
         },
         "type-fest": {
index 3e5e5c100ba4e3ee08bb3a27786dea2f7b1c3f30..4f252b31d99427a7bd60320f130eb3873ccc8f2d 100644 (file)
     "eslint": "^6.8.0",
     "eslint-config-xo": "^0.29.1",
     "eslint-plugin-import": "^2.20.2",
-    "eslint-plugin-unicorn": "^18.0.1",
+    "eslint-plugin-unicorn": "^19.0.1",
     "find-unused-sass-variables": "^1.0.5",
     "glob": "^7.1.6",
     "hammer-simulator": "0.0.1",
index 1d10223fc3a86ea2de06ff1089c23cb230db2f4a..690606863e7ff701ffa03b438042d81693f9a011 100644 (file)
@@ -35,6 +35,7 @@
     "strict": "error",
     "unicorn/consistent-function-scoping": "off",
     "unicorn/no-for-loop": "off",
+    "unicorn/no-null": "off",
     "unicorn/prefer-dataset": "off",
     "unicorn/prefer-includes": "off",
     "unicorn/prefer-node-append": "off",