matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 5e8ad9112bc7c14b8d896a8d6b1eaaee82184a91
parent f14271d8f29959b60811ddc7b1fdd98a0d6a5664
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat, 19 Feb 2022 18:24:35 +0100

Bump eslint-plugin-unicorn from 40.1.0 to 41.0.0 (#72)

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 40.1.0 to 41.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v40.1.0...v41.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
Mpackage-lock.json | 16++++++++--------
Mpackage.json | 2+-
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -39,7 +39,7 @@ "eslint": "8.9.0", "eslint-config-next": "12.1.0", "eslint-plugin-jsx-a11y": "6.5.1", - "eslint-plugin-unicorn": "40.1.0", + "eslint-plugin-unicorn": "41.0.0", "i18next-parser": "5.4.0", "postcss": "8.4.6", "tailwindcss": "3.0.22", @@ -3375,9 +3375,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "40.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz", - "integrity": "sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==", + "version": "41.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz", + "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.15.7", @@ -3402,7 +3402,7 @@ "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1" }, "peerDependencies": { - "eslint": ">=7.32.0" + "eslint": ">=8.8.0" } }, "node_modules/eslint-plugin-unicorn/node_modules/semver": { @@ -11665,9 +11665,9 @@ "requires": {} }, "eslint-plugin-unicorn": { - "version": "40.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz", - "integrity": "sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==", + "version": "41.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz", + "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.15.7", diff --git a/package.json b/package.json @@ -50,7 +50,7 @@ "eslint": "8.9.0", "eslint-config-next": "12.1.0", "eslint-plugin-jsx-a11y": "6.5.1", - "eslint-plugin-unicorn": "40.1.0", + "eslint-plugin-unicorn": "41.0.0", "i18next-parser": "5.4.0", "postcss": "8.4.6", "tailwindcss": "3.0.22",