]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#32516)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 18 Dec 2020 13:11:07 +0000 (15:11 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 13:11:07 +0000 (15:11 +0200)
* Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 23.0.0 to 24.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v23.0.0...v24.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
* Update karma.conf.js

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

index d0dd8bdd9033918c157bda168e87406c969fc90a..38c7003bb0f996ee03520506f1fdcd916ed6ab30 100644 (file)
@@ -59,7 +59,7 @@ const conf = {
   colors: true,
   autoWatch: false,
   singleRun: true,
-  concurrency: Infinity,
+  concurrency: Number.POSITIVE_INFINITY,
   client: {
     clearContext: false
   },
index af1b0d0b953229ba4acb0733800b713bad40beac..d94ad792998a5e8f1d9381bea309a2ada84a80a1 100644 (file)
       }
     },
     "eslint-plugin-unicorn": {
-      "version": "23.0.0",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-23.0.0.tgz",
-      "integrity": "sha512-Vabo3cjl6cjyhcf+76CdQEY6suOFzK0Xh3xo0uL9VDYrDJP5+B6PjV0tHTYm82WZmFWniugFJM3ywHSNYTi/ZQ==",
+      "version": "24.0.0",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-24.0.0.tgz",
+      "integrity": "sha512-NfLjIZas/ZUwc3S+pUtbTRqgCkODxPEkJBJ5ZR8wIu90BmX4jmXp10hoOZMScR2CR1NYTtrx0OX4BQvBnbzZzA==",
       "dev": true,
       "requires": {
         "ci-info": "^2.0.0",
         "regexp-tree": "^0.1.21",
         "reserved-words": "^0.1.2",
         "safe-regex": "^2.1.1",
-        "semver": "^7.3.2"
+        "semver": "^7.3.4"
       },
       "dependencies": {
         "safe-regex": {
index 11e06e03f1ba0bf1a63bc547e971222d4ac4a54b..16d2fc93548e2c1b0e3eabc1ded7fa276cf36d81 100644 (file)
     "eslint": "^7.15.0",
     "eslint-config-xo": "^0.33.1",
     "eslint-plugin-import": "^2.22.1",
-    "eslint-plugin-unicorn": "^23.0.0",
+    "eslint-plugin-unicorn": "^24.0.0",
     "find-unused-sass-variables": "^3.0.0",
     "glob": "^7.1.6",
     "hammer-simulator": "0.0.1",