From a0bcf6205ca1cf225a3664d49b97f8a294f6c918 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 14 Oct 2025 09:55:44 +0200 Subject: [PATCH] Update to @shlinkio/eslint-config-js-coding-standard v3.7 --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27d475ec..d6d9a4c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "workbox-strategies": "^7.3.0" }, "devDependencies": { - "@shlinkio/eslint-config-js-coding-standard": "~3.6.1", + "@shlinkio/eslint-config-js-coding-standard": "~3.7.0", "@stylistic/eslint-plugin": "^5.4.0", "@tailwindcss/vite": "^4.1.14", "@testing-library/jest-dom": "^6.9.1", @@ -3456,10 +3456,11 @@ "integrity": "sha512-3iCyKtxv/EAPhSv9Ht7KYu8sQOT4uj1zwSsXQCC7VeILuLhAW9SBdtJvjCI95rIYeGYto2fwW4QPghy9Qw2XCA==" }, "node_modules/@shlinkio/eslint-config-js-coding-standard": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@shlinkio/eslint-config-js-coding-standard/-/eslint-config-js-coding-standard-3.6.1.tgz", - "integrity": "sha512-vd4kDipv0nw6FCAXQcFCKURqKnApzCeQRYgDI5StJrvu5T1qr3X2uAPKCubFc1FDIg91+d3RA4piNpNWUFwh4g==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@shlinkio/eslint-config-js-coding-standard/-/eslint-config-js-coding-standard-3.7.0.tgz", + "integrity": "sha512-6PpXWKOdveCvsA2iHdS9KO6LQcfjxhPzCczmbPb0Me6Ff/IDwBFMWz+AadQVWaHe47fWlblTUBsMl0718FEceA==", "dev": true, + "license": "MIT", "peerDependencies": { "@stylistic/eslint-plugin": ">=4.2.0", "eslint": "^9.20.1", @@ -3467,7 +3468,7 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.34.2", "eslint-plugin-react-compiler": "*", - "eslint-plugin-react-hooks": "^6.1.1 || ^5.0.0", + "eslint-plugin-react-hooks": "^7.0.0 || ^6.1.1", "eslint-plugin-simple-import-sort": "^12.1.0", "typescript-eslint": "^8.45" }, @@ -13885,9 +13886,9 @@ "integrity": "sha512-3iCyKtxv/EAPhSv9Ht7KYu8sQOT4uj1zwSsXQCC7VeILuLhAW9SBdtJvjCI95rIYeGYto2fwW4QPghy9Qw2XCA==" }, "@shlinkio/eslint-config-js-coding-standard": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@shlinkio/eslint-config-js-coding-standard/-/eslint-config-js-coding-standard-3.6.1.tgz", - "integrity": "sha512-vd4kDipv0nw6FCAXQcFCKURqKnApzCeQRYgDI5StJrvu5T1qr3X2uAPKCubFc1FDIg91+d3RA4piNpNWUFwh4g==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@shlinkio/eslint-config-js-coding-standard/-/eslint-config-js-coding-standard-3.7.0.tgz", + "integrity": "sha512-6PpXWKOdveCvsA2iHdS9KO6LQcfjxhPzCczmbPb0Me6Ff/IDwBFMWz+AadQVWaHe47fWlblTUBsMl0718FEceA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 628d6ea7..3b673baf 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "workbox-strategies": "^7.3.0" }, "devDependencies": { - "@shlinkio/eslint-config-js-coding-standard": "~3.6.1", + "@shlinkio/eslint-config-js-coding-standard": "~3.7.0", "@stylistic/eslint-plugin": "^5.4.0", "@tailwindcss/vite": "^4.1.14", "@testing-library/jest-dom": "^6.9.1",