chore(deps): update dependency @eslint-react/eslint-plugin to v5.6.4

This commit is contained in:
Łukasz Mierzwa
2026-04-30 21:11:47 +00:00
committed by Łukasz Mierzwa
parent ca02062767
commit 3b336cbe7d
2 changed files with 93 additions and 92 deletions

183
ui/package-lock.json generated
View File

@@ -44,7 +44,7 @@
"typeface-open-sans": "1.1.13"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "5.6.0",
"@eslint-react/eslint-plugin": "5.6.4",
"@eslint/js": "10.0.1",
"@fetch-mock/jest": "0.2.20",
"@playwright/test": "1.59.1",
@@ -2357,9 +2357,9 @@
}
},
"node_modules/@eslint-react/ast": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.6.0.tgz",
"integrity": "sha512-biOm79b4i2pkMa3RXHCECnONHOW1rpA/gNVsmgFXTt74NFtPK9FV/qeHdIZqUYp9HTshDN8bbxcRhFOdQWnc6Q==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.6.4.tgz",
"integrity": "sha512-AtkRMfHDdSG7BI+ZIt7BRXqIfhOXxRZtia6cBW1qH0xVeKGko7SUS3D4bYy8Vq7RVxYkMwOXxWin3Y/ccT7POA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2377,17 +2377,17 @@
}
},
"node_modules/@eslint-react/core": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.6.0.tgz",
"integrity": "sha512-SYLXj1JJodDs+An9PH8cIaH5dTxWz0kAxzDAHtFsWdwcOIv9ehQG5WMoG0FiczvZxfbvEKSqW7KMJ/J+61Ur1A==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.6.4.tgz",
"integrity": "sha512-R0wi0bGslQPsZlpNjqt9SXMvqXa6mSpk6Lue3Te9/G+66/9hKRGKHHftwB2n70rsOmP7xRDVfEwp1Bis2HGszg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.6.0",
"@eslint-react/eslint": "5.6.0",
"@eslint-react/jsx": "5.6.0",
"@eslint-react/shared": "5.6.0",
"@eslint-react/var": "5.6.0",
"@eslint-react/ast": "5.6.4",
"@eslint-react/eslint": "5.6.4",
"@eslint-react/jsx": "5.6.4",
"@eslint-react/shared": "5.6.4",
"@eslint-react/var": "5.6.4",
"@typescript-eslint/scope-manager": "^8.59.1",
"@typescript-eslint/types": "^8.59.1",
"@typescript-eslint/utils": "^8.59.1",
@@ -2402,9 +2402,9 @@
}
},
"node_modules/@eslint-react/eslint": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.6.0.tgz",
"integrity": "sha512-0nwBw4ILM25HX0AlWIhcRqAN1PcOD47PYBTDqI2zkx28wiIpm3ZirdjjaMVZd/8bm2NsKsLdLdddUGpjux6V9Q==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.6.4.tgz",
"integrity": "sha512-wjCnX6/URIuV3JRsrmJOJHHgEB6YI46t3DKG848KNoZbwQ6xx1g+Vzl/5zygfbdQvfdlDfHS+TBqiZ/PuFaj9A==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2419,19 +2419,19 @@
}
},
"node_modules/@eslint-react/eslint-plugin": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.6.0.tgz",
"integrity": "sha512-kQfZg/4SnYpFYFoY5xEqKI4DnIB3l9EuacAU5/kxDK1LwI/oRCQMqhMR5KX3RwmAuUPlPcVLoRUPZf+ix/MtuQ==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.6.4.tgz",
"integrity": "sha512-YHYrrPJOFa/Jbd8EYYn9KgQCJ0NduQEdjanncyUAOs2WMXcagwocphRSsE2JvoVxUEpp7+44yHoKgBykIyuZsw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/shared": "5.6.0",
"eslint-plugin-react-dom": "5.6.0",
"eslint-plugin-react-jsx": "5.6.0",
"eslint-plugin-react-naming-convention": "5.6.0",
"eslint-plugin-react-rsc": "5.6.0",
"eslint-plugin-react-web-api": "5.6.0",
"eslint-plugin-react-x": "5.6.0"
"@eslint-react/shared": "5.6.4",
"eslint-plugin-react-dom": "5.6.4",
"eslint-plugin-react-jsx": "5.6.4",
"eslint-plugin-react-naming-convention": "5.6.4",
"eslint-plugin-react-rsc": "5.6.4",
"eslint-plugin-react-web-api": "5.6.4",
"eslint-plugin-react-x": "5.6.4"
},
"engines": {
"node": ">=22.0.0"
@@ -2442,16 +2442,16 @@
}
},
"node_modules/@eslint-react/jsx": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.6.0.tgz",
"integrity": "sha512-wAZt7p27lDMdB6lnyJMU2DRebjyIeeW1ao37ee8i5fvKYgHX8dGZFjU2mlOKCWCGVXB8ijUyt49EThawZac0GA==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.6.4.tgz",
"integrity": "sha512-Hx9Oo32OlqHNCUwCK61b3dvBMMyIb7tdQav7Xs7XfJ6xVmsJPPTJA4aXAy/RMjx1WA5/9I7RQb+jsaQYaTaMFQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.6.0",
"@eslint-react/eslint": "5.6.0",
"@eslint-react/shared": "5.6.0",
"@eslint-react/var": "5.6.0",
"@eslint-react/ast": "5.6.4",
"@eslint-react/eslint": "5.6.4",
"@eslint-react/shared": "5.6.4",
"@eslint-react/var": "5.6.4",
"@typescript-eslint/types": "^8.59.1",
"@typescript-eslint/utils": "^8.59.1",
"ts-pattern": "^5.9.0"
@@ -2465,16 +2465,16 @@
}
},
"node_modules/@eslint-react/shared": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.6.0.tgz",
"integrity": "sha512-c59ClCmI7JgIGEQoene5zyAHMQXYtu626wtXbRW8qTrixkHKQX+1Q2ulxeOn1+3e7MSJlALrIUbzCuY/aqgfDw==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.6.4.tgz",
"integrity": "sha512-Wz4sQ6D887OcywPizXKfMIw9D1BJaB/orI/PwRgluFUNe7K9XptHRPPyS/qIoiBjSGO6Hq39kpJ7YM8CfE8SPw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/eslint": "5.6.0",
"@eslint-react/eslint": "5.6.4",
"@typescript-eslint/utils": "^8.59.1",
"ts-pattern": "^5.9.0",
"zod": "^4.3.6"
"zod": "^4.4.1"
},
"engines": {
"node": ">=22.0.0"
@@ -2485,14 +2485,14 @@
}
},
"node_modules/@eslint-react/var": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.6.0.tgz",
"integrity": "sha512-1mzv3LtjOwRUB+jfQhExzob6QhwMj3x5its0IxJVCDBQff1/NalS+5gRbBQZa7D6DWUUv+f8P3laijXiCwH5pg==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.6.4.tgz",
"integrity": "sha512-g8H9+7dqJxeOWpaJlSRPAgNHVRWJHtb9Ut9YmbmOLkrai6yFhMFLI+n/SlmdXb+LhLvzjKoweoAkGKaVRlO+5A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.6.0",
"@eslint-react/eslint": "5.6.0",
"@eslint-react/ast": "5.6.4",
"@eslint-react/eslint": "5.6.4",
"@typescript-eslint/scope-manager": "^8.59.1",
"@typescript-eslint/types": "^8.59.1",
"@typescript-eslint/utils": "^8.59.1",
@@ -7389,16 +7389,16 @@
}
},
"node_modules/eslint-plugin-react-dom": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.6.0.tgz",
"integrity": "sha512-hHwfOKvuOjc2z3zyijs87CZQ4BhkvksnsRve3bQZrGLrbt4Ktkk7kufZVuhOJc94bof+e3n6GQKQ+UFGyXrrrg==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.6.4.tgz",
"integrity": "sha512-M4yqFc88kD3D1k2chHTE1l+55uR9oXaoJfNrzGeMrd1YmLnjG7VWGQfWwG+sizyOp3+lLc1Nr3/A95pCfIY8aw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.6.0",
"@eslint-react/eslint": "5.6.0",
"@eslint-react/jsx": "5.6.0",
"@eslint-react/shared": "5.6.0",
"@eslint-react/ast": "5.6.4",
"@eslint-react/eslint": "5.6.4",
"@eslint-react/jsx": "5.6.4",
"@eslint-react/shared": "5.6.4",
"@typescript-eslint/types": "^8.59.1",
"@typescript-eslint/utils": "^8.59.1",
"compare-versions": "^6.1.1"
@@ -7412,16 +7412,17 @@
}
},
"node_modules/eslint-plugin-react-jsx": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.6.0.tgz",
"integrity": "sha512-rtJCLwbZ7QdceUaW+dnKJgxU63uHhzYVzgg4OsWuKZrC17oaZUJJGWeM7RB7oJvpi33ToGJn11NZog2EYNnWRw==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.6.4.tgz",
"integrity": "sha512-S44anDxpDGRXrRkQmFH0WzfcXRQDh7QFyk1OC9CANp+fpmdwJdJ42jbpmrhE21A7pu+QgFKU/yZQb1MpP4JxgQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.6.0",
"@eslint-react/eslint": "5.6.0",
"@eslint-react/jsx": "5.6.0",
"@eslint-react/shared": "5.6.0",
"@eslint-react/ast": "5.6.4",
"@eslint-react/core": "5.6.4",
"@eslint-react/eslint": "5.6.4",
"@eslint-react/jsx": "5.6.4",
"@eslint-react/shared": "5.6.4",
"@typescript-eslint/types": "^8.59.1",
"@typescript-eslint/utils": "^8.59.1"
},
@@ -7434,16 +7435,16 @@
}
},
"node_modules/eslint-plugin-react-naming-convention": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.6.0.tgz",
"integrity": "sha512-ZYujbDbDRX5u0i/H104ZYucZxkooXmP+Dwc5eN/J39ulakLXqF/+DBYpzlVAgCEQiKhm8biBIToImeDfo0eU6Q==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.6.4.tgz",
"integrity": "sha512-HWUHU5o5NRBui6pkLzlzoY2KoE4TYxjSQTJ91//ZmCKYhvmI5BjzoIqosY9o5WkMKZ2gPdKXsA0HSOI1i++hgg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.6.0",
"@eslint-react/core": "5.6.0",
"@eslint-react/eslint": "5.6.0",
"@eslint-react/var": "5.6.0",
"@eslint-react/ast": "5.6.4",
"@eslint-react/core": "5.6.4",
"@eslint-react/eslint": "5.6.4",
"@eslint-react/var": "5.6.4",
"@typescript-eslint/types": "^8.59.1",
"@typescript-eslint/utils": "^8.59.1",
"ts-pattern": "^5.9.0"
@@ -7457,17 +7458,17 @@
}
},
"node_modules/eslint-plugin-react-rsc": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.6.0.tgz",
"integrity": "sha512-XqPkR55Sui/usDCKM5RdZuuQptt36jHZUJFsuT+0hHMcGDwiRXLW6qe11kyNVJSM6tIZS5rFGBa6jvBW3F373Q==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.6.4.tgz",
"integrity": "sha512-HXe5fTrFeRKstyJdAwqQ/0YXCgqJXrwrxsTbLkPqToVuxi005MnUuZvOHlUQdxtihXMDhMnMwtJThnlFz96AYg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.6.0",
"@eslint-react/core": "5.6.0",
"@eslint-react/eslint": "5.6.0",
"@eslint-react/shared": "5.6.0",
"@eslint-react/var": "5.6.0",
"@eslint-react/ast": "5.6.4",
"@eslint-react/core": "5.6.4",
"@eslint-react/eslint": "5.6.4",
"@eslint-react/shared": "5.6.4",
"@eslint-react/var": "5.6.4",
"@typescript-eslint/types": "^8.59.1",
"@typescript-eslint/utils": "^8.59.1"
},
@@ -7480,17 +7481,17 @@
}
},
"node_modules/eslint-plugin-react-web-api": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.6.0.tgz",
"integrity": "sha512-u8/wzKLjC8BFvciacckKH1M269EbrFfYa0Oz9G2oHAZZDojfqXNsvY4EuWZbVyRyeMN5RUWPxbmObu5p6fVzqw==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.6.4.tgz",
"integrity": "sha512-L65S4Z0dxhSuKd6gkt+uzKLlqa6/ZqphwZcX0lT++wpwp2RrJDZtU4f+6jJxt/kh4cGaXCNP/cIx02NDT/k7qg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.6.0",
"@eslint-react/core": "5.6.0",
"@eslint-react/eslint": "5.6.0",
"@eslint-react/shared": "5.6.0",
"@eslint-react/var": "5.6.0",
"@eslint-react/ast": "5.6.4",
"@eslint-react/core": "5.6.4",
"@eslint-react/eslint": "5.6.4",
"@eslint-react/shared": "5.6.4",
"@eslint-react/var": "5.6.4",
"@typescript-eslint/types": "^8.59.1",
"@typescript-eslint/utils": "^8.59.1",
"birecord": "^0.1.1",
@@ -7505,18 +7506,18 @@
}
},
"node_modules/eslint-plugin-react-x": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.6.0.tgz",
"integrity": "sha512-vdIlMn+7pXqNfgrPK3osPJxucz4cHdG5yerLPc20I/wcJKRhtUvip31vujw7LMfWO3fvk1DPh+h2vr0i7D83Bw==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.6.4.tgz",
"integrity": "sha512-RR3YvZLnQC8jiH7SLKNaU0cTUCraXpKV/bTXXuwqKQ7wi/4bg3EJfiYtf18chHzWm2zg0pU9HGp5f6bGw7RGIw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.6.0",
"@eslint-react/core": "5.6.0",
"@eslint-react/eslint": "5.6.0",
"@eslint-react/jsx": "5.6.0",
"@eslint-react/shared": "5.6.0",
"@eslint-react/var": "5.6.0",
"@eslint-react/ast": "5.6.4",
"@eslint-react/core": "5.6.4",
"@eslint-react/eslint": "5.6.4",
"@eslint-react/jsx": "5.6.4",
"@eslint-react/shared": "5.6.4",
"@eslint-react/var": "5.6.4",
"@typescript-eslint/scope-manager": "^8.59.1",
"@typescript-eslint/type-utils": "^8.59.1",
"@typescript-eslint/types": "^8.59.1",
@@ -13593,9 +13594,9 @@
}
},
"node_modules/zod": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.1.tgz",
"integrity": "sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==",
"dev": true,
"license": "MIT",
"funding": {

View File

@@ -40,7 +40,7 @@
"typeface-open-sans": "1.1.13"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "5.6.0",
"@eslint-react/eslint-plugin": "5.6.4",
"@eslint/js": "10.0.1",
"@fetch-mock/jest": "0.2.20",
"@playwright/test": "1.59.1",