]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Build(deps-dev): Bump eslint-plugin-unicorn from 51.0.1 to 52.0.0 (#39883)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 9 Apr 2024 14:55:17 +0000 (17:55 +0300)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2024 14:55:17 +0000 (17:55 +0300)
* Build(deps-dev): Bump eslint-plugin-unicorn from 51.0.1 to 52.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 51.0.1 to 52.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.1...v52.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* Disable unicorn/no-anonymous-default-export

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 b4262cf6ede77264b15a49f91cbeefea2fbb727a..d6fbffae068fbf4dd3bb4b2f4060d1a72f5c4b7e 100644 (file)
@@ -85,6 +85,7 @@
     "strict": "error",
     "unicorn/explicit-length-check": "off",
     "unicorn/filename-case": "off",
+    "unicorn/no-anonymous-default-export": "off",
     "unicorn/no-array-callback-reference": "off",
     "unicorn/no-array-method-this-argument": "off",
     "unicorn/no-null": "off",
index 6a205d22148b6fd7f67d6aab97be9f8cf554a57c..7d6b6b8a8be414eb0162a492cc79061ee7c66b4f 100644 (file)
@@ -39,7 +39,7 @@
         "eslint-plugin-html": "^8.0.0",
         "eslint-plugin-import": "^2.29.1",
         "eslint-plugin-markdown": "^4.0.1",
-        "eslint-plugin-unicorn": "^51.0.1",
+        "eslint-plugin-unicorn": "^52.0.0",
         "find-unused-sass-variables": "^6.0.0",
         "globby": "^14.0.1",
         "hammer-simulator": "0.0.1",
       }
     },
     "node_modules/eslint-plugin-unicorn": {
-      "version": "51.0.1",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz",
-      "integrity": "sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==",
+      "version": "52.0.0",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-52.0.0.tgz",
+      "integrity": "sha512-1Yzm7/m+0R4djH0tjDjfVei/ju2w3AzUGjG6q8JnuNIL5xIwsflyCooW5sfBvQp2pMYQFSWWCFONsjCax1EHng==",
       "dev": true,
       "dependencies": {
         "@babel/helper-validator-identifier": "^7.22.20",
index 614c6e3691aba3b6d10af1da5fabd17e7198d985..361ac0c04eb32b0d46e3c0ce4d12630096c755d5 100644 (file)
     "eslint-plugin-html": "^8.0.0",
     "eslint-plugin-import": "^2.29.1",
     "eslint-plugin-markdown": "^4.0.1",
-    "eslint-plugin-unicorn": "^51.0.1",
+    "eslint-plugin-unicorn": "^52.0.0",
     "find-unused-sass-variables": "^6.0.0",
     "globby": "^14.0.1",
     "hammer-simulator": "0.0.1",