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

This commit is contained in:
Łukasz Mierzwa
2026-05-09 12:17:14 +00:00
committed by Łukasz Mierzwa
parent e051a400ed
commit 7eceff5ce5
2 changed files with 89 additions and 89 deletions

176
ui/package-lock.json generated
View File

@@ -44,7 +44,7 @@
"typeface-open-sans": "1.1.13"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "5.7.4",
"@eslint-react/eslint-plugin": "5.7.5",
"@eslint/js": "10.0.1",
"@fetch-mock/jest": "0.2.20",
"@playwright/test": "1.59.1",
@@ -2375,9 +2375,9 @@
}
},
"node_modules/@eslint-react/ast": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.7.4.tgz",
"integrity": "sha512-+gB5RgZ3lwpioLd7olkzZtzYhSp1ReXy1Uz5i7QbUqfh5VR43X2xkMN4x32TqpKqKhePCETh9rac2cwp912lAg==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.7.5.tgz",
"integrity": "sha512-xMrkcIJH/n/YnR9ys0izfeHK0/LEEfC9y+YnM1LdKtGUSKm19vcZ506Nc/X1XfGYkHMaJQJvDnXbdMcGaCI8Sw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2395,17 +2395,17 @@
}
},
"node_modules/@eslint-react/core": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.7.4.tgz",
"integrity": "sha512-QIO2a1HHLAZ5YFrY8kNt09kHNWj7b493ISim5bYC/WHSyjiAIxrH5/XQNnt0WgwKe1Gpz54i2nj2ch8LDsM/Lg==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.7.5.tgz",
"integrity": "sha512-v4ltzn/Y0gLVpJnFNBTsASPQI3XeIa925kq+bv6qM5i1/8b2MLMNKrf2InDOUVDWrtIRXwuqkeg9WYDVcpqhhA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.7.4",
"@eslint-react/eslint": "5.7.4",
"@eslint-react/jsx": "5.7.4",
"@eslint-react/shared": "5.7.4",
"@eslint-react/var": "5.7.4",
"@eslint-react/ast": "5.7.5",
"@eslint-react/eslint": "5.7.5",
"@eslint-react/jsx": "5.7.5",
"@eslint-react/shared": "5.7.5",
"@eslint-react/var": "5.7.5",
"@typescript-eslint/scope-manager": "^8.59.2",
"@typescript-eslint/types": "^8.59.2",
"@typescript-eslint/utils": "^8.59.2",
@@ -2420,9 +2420,9 @@
}
},
"node_modules/@eslint-react/eslint": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.7.4.tgz",
"integrity": "sha512-9WQp14xqE1F2QixVizgjT9JKgzmK2DmOq/+p5YIpY/R0j+E0j2rwUP59M0bSNFBcvP9yQvqbAYYpte/Otu1GzA==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.7.5.tgz",
"integrity": "sha512-PkpHtaVICA0LDl1oDXw7ZF1Nn4ik0TnrG5Urcacr2lwmvwYDvl31hxoBUqNTA+VkYzIDUqKeAUfMXpCtXe3rDw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2437,19 +2437,19 @@
}
},
"node_modules/@eslint-react/eslint-plugin": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.7.4.tgz",
"integrity": "sha512-GX2t2owWwwMlXnS+8dSxhMFA9FAw6rJ5ujc5Gd6x714rWJ+VrZ6Wd6W59FpmlttHNHS1UBRVibIscj3TeiPeXg==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.7.5.tgz",
"integrity": "sha512-LTNLG1UWhD2W06zu0nqPGv1pRoxLOZuFCOU2ndF8kwYvyF+4VhJoCo4MMTYMJbbmN9ZU61pZFbZAJvPQqXyxkw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/shared": "5.7.4",
"eslint-plugin-react-dom": "5.7.4",
"eslint-plugin-react-jsx": "5.7.4",
"eslint-plugin-react-naming-convention": "5.7.4",
"eslint-plugin-react-rsc": "5.7.4",
"eslint-plugin-react-web-api": "5.7.4",
"eslint-plugin-react-x": "5.7.4"
"@eslint-react/shared": "5.7.5",
"eslint-plugin-react-dom": "5.7.5",
"eslint-plugin-react-jsx": "5.7.5",
"eslint-plugin-react-naming-convention": "5.7.5",
"eslint-plugin-react-rsc": "5.7.5",
"eslint-plugin-react-web-api": "5.7.5",
"eslint-plugin-react-x": "5.7.5"
},
"engines": {
"node": ">=22.0.0"
@@ -2460,16 +2460,16 @@
}
},
"node_modules/@eslint-react/jsx": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.7.4.tgz",
"integrity": "sha512-O8v8mfhoen4+LpLHoB4jhXdaeenjS4SubcCpnTtWLLXcEPClRSLkNWbZkRKzfQoB4uu20SxbTyVi2yUhNd3tzA==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.7.5.tgz",
"integrity": "sha512-dmtbYB9p1yCneH4Eo16Zv1I7f3/BgGMsiQTm6FD+4KynFouOGZja+7TOU2VbUR4Lf1Hjg3RORA+RyD5VZQpc3Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.7.4",
"@eslint-react/eslint": "5.7.4",
"@eslint-react/shared": "5.7.4",
"@eslint-react/var": "5.7.4",
"@eslint-react/ast": "5.7.5",
"@eslint-react/eslint": "5.7.5",
"@eslint-react/shared": "5.7.5",
"@eslint-react/var": "5.7.5",
"@typescript-eslint/types": "^8.59.2",
"@typescript-eslint/utils": "^8.59.2",
"ts-pattern": "^5.9.0"
@@ -2483,13 +2483,13 @@
}
},
"node_modules/@eslint-react/shared": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.7.4.tgz",
"integrity": "sha512-+lG2uUtst6EdjPoP4/tZbwOZqhG6i+p6PbLB5q6hXySLOCJV4QFbmW1z/9BfBsUkodK5g32r/XqhnX68Usgrbw==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.7.5.tgz",
"integrity": "sha512-NV3P16oiQeZBzBVGBMtjM7mxBkEBFcoIb3P898JBzU1S0BdYhR9d/oMTmdjm+81jBmBOBfuzObRZyV4wl6UWAQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/eslint": "5.7.4",
"@eslint-react/eslint": "5.7.5",
"@typescript-eslint/utils": "^8.59.2",
"ts-pattern": "^5.9.0",
"zod": "^4.4.3"
@@ -2503,14 +2503,14 @@
}
},
"node_modules/@eslint-react/var": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.7.4.tgz",
"integrity": "sha512-g3emX943tqu5tzXT7wIeQWISLlsQ/Ke/3Z+msgnXJjOpVnqXsZ9Svqn7FqkfCmO9+1Si8NaYOq4cnrRYjvfAtA==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.7.5.tgz",
"integrity": "sha512-Zyzb/DGSyXZDBkkRGcTww03JDFgVE3eAqMlRwgqoc28fRzIJNcJBXiUFaiDVGluf0OtZwLCspsvGmI9b0nJn+g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.7.4",
"@eslint-react/eslint": "5.7.4",
"@eslint-react/ast": "5.7.5",
"@eslint-react/eslint": "5.7.5",
"@typescript-eslint/scope-manager": "^8.59.2",
"@typescript-eslint/types": "^8.59.2",
"@typescript-eslint/utils": "^8.59.2",
@@ -7407,16 +7407,16 @@
}
},
"node_modules/eslint-plugin-react-dom": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.7.4.tgz",
"integrity": "sha512-8nxLEEVXraVuJEKAs9UexhqHb5p096UVqmzyYTHSr0u7o18dtVJHbSPdrhShuqcZd8aT+R7aNDbr9LnHBnb81A==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.7.5.tgz",
"integrity": "sha512-Offk+olNNmubwu7VjKUKClTIf2/48PyHv0nrLCjNN/3qslql+T93tDbvKwvK9K2p4c0nDZ8vENi5phy06Hy5Tg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.7.4",
"@eslint-react/eslint": "5.7.4",
"@eslint-react/jsx": "5.7.4",
"@eslint-react/shared": "5.7.4",
"@eslint-react/ast": "5.7.5",
"@eslint-react/eslint": "5.7.5",
"@eslint-react/jsx": "5.7.5",
"@eslint-react/shared": "5.7.5",
"@typescript-eslint/types": "^8.59.2",
"@typescript-eslint/utils": "^8.59.2",
"compare-versions": "^6.1.1"
@@ -7430,17 +7430,17 @@
}
},
"node_modules/eslint-plugin-react-jsx": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.7.4.tgz",
"integrity": "sha512-wSpvkmCGGbp4sfUcGhjnK4GqC4Rvqpsn6HqHUKXC820J1v/VU641L52tsL3jE76+mRZs+ikf9u5nW2u1YD1N/Q==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.7.5.tgz",
"integrity": "sha512-ACA9EGiYF39ZDt4Huv4zKsBYCBuUO9eKsliMkuKbBnK1QbH3tvpdbwIU4g6vdcOKmS7Y+jf9m3fzezGYtw2mdg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.7.4",
"@eslint-react/core": "5.7.4",
"@eslint-react/eslint": "5.7.4",
"@eslint-react/jsx": "5.7.4",
"@eslint-react/shared": "5.7.4",
"@eslint-react/ast": "5.7.5",
"@eslint-react/core": "5.7.5",
"@eslint-react/eslint": "5.7.5",
"@eslint-react/jsx": "5.7.5",
"@eslint-react/shared": "5.7.5",
"@typescript-eslint/types": "^8.59.2",
"@typescript-eslint/utils": "^8.59.2"
},
@@ -7453,16 +7453,16 @@
}
},
"node_modules/eslint-plugin-react-naming-convention": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.7.4.tgz",
"integrity": "sha512-5zJD+is+24bEkchS7wspdfyabx7GSe7K/NFcwfBPp0JyUwEqgs9/maU3588tNB9qTSj+EejcZaOUrTOxzD1EdA==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.7.5.tgz",
"integrity": "sha512-1M4xXTfXrBqtmkSK5XGFuzEKdMhsk4jtlFIHmxqQ8ZtuByv9VUqm+UBIXqW60HSKER4lmHaJnAEhZCVbPJCaUQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.7.4",
"@eslint-react/core": "5.7.4",
"@eslint-react/eslint": "5.7.4",
"@eslint-react/var": "5.7.4",
"@eslint-react/ast": "5.7.5",
"@eslint-react/core": "5.7.5",
"@eslint-react/eslint": "5.7.5",
"@eslint-react/var": "5.7.5",
"@typescript-eslint/types": "^8.59.2",
"@typescript-eslint/utils": "^8.59.2",
"ts-pattern": "^5.9.0"
@@ -7476,17 +7476,17 @@
}
},
"node_modules/eslint-plugin-react-rsc": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.7.4.tgz",
"integrity": "sha512-IUc/zBkP3PmL9bnOOMnzmxe7lkeGx3D0UxWyVJ2dtbvF3A7+UgC2pvjTQ7vdQ60d/0wCeE9LaSa1ljBD+ZQP9g==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.7.5.tgz",
"integrity": "sha512-2uuJ+tPN0QXEyMdGZjIWuWdqLr0/nLViT3GqNYyZo1oL2Fn7EozM7piXxt7PvfsVqhW9xBAHZFX8+2B5Iwiu1w==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.7.4",
"@eslint-react/core": "5.7.4",
"@eslint-react/eslint": "5.7.4",
"@eslint-react/shared": "5.7.4",
"@eslint-react/var": "5.7.4",
"@eslint-react/ast": "5.7.5",
"@eslint-react/core": "5.7.5",
"@eslint-react/eslint": "5.7.5",
"@eslint-react/shared": "5.7.5",
"@eslint-react/var": "5.7.5",
"@typescript-eslint/types": "^8.59.2",
"@typescript-eslint/utils": "^8.59.2"
},
@@ -7499,17 +7499,17 @@
}
},
"node_modules/eslint-plugin-react-web-api": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.7.4.tgz",
"integrity": "sha512-dhVqYwcy7oPWuLauq8CgdCbVihlZLDdETIjkRXx0sBRUBH8XuOGXCV1lp+losLtxKVyMhkhWZLdZ87kxhlSQzg==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.7.5.tgz",
"integrity": "sha512-6lWV7Bydx7ZraMEhcJ/Ra/DKLodBuuP9hlWOQEknUDVXtuyk3l494HqP09Yvh6llBa5Nl7+smXlOP/s8TmKOFQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.7.4",
"@eslint-react/core": "5.7.4",
"@eslint-react/eslint": "5.7.4",
"@eslint-react/shared": "5.7.4",
"@eslint-react/var": "5.7.4",
"@eslint-react/ast": "5.7.5",
"@eslint-react/core": "5.7.5",
"@eslint-react/eslint": "5.7.5",
"@eslint-react/shared": "5.7.5",
"@eslint-react/var": "5.7.5",
"@typescript-eslint/types": "^8.59.2",
"@typescript-eslint/utils": "^8.59.2",
"birecord": "^0.1.1",
@@ -7524,18 +7524,18 @@
}
},
"node_modules/eslint-plugin-react-x": {
"version": "5.7.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.7.4.tgz",
"integrity": "sha512-gskGjJeKZHvescjNwVGD4wk8c/87wnpwb8w/0CU7MyCw5ttaLS1DyXM2Z+9dm0SqErw1aSR9wKCj/3tqMWRz5g==",
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.7.5.tgz",
"integrity": "sha512-oHUoWMWhs2oU3OCrgiVNtzHlIgbZV3GxH/1QPrpCIMT1vn9Nb2TSr8TOLW5nj2kNDglmyCBScBJxo5yxHeS/cQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-react/ast": "5.7.4",
"@eslint-react/core": "5.7.4",
"@eslint-react/eslint": "5.7.4",
"@eslint-react/jsx": "5.7.4",
"@eslint-react/shared": "5.7.4",
"@eslint-react/var": "5.7.4",
"@eslint-react/ast": "5.7.5",
"@eslint-react/core": "5.7.5",
"@eslint-react/eslint": "5.7.5",
"@eslint-react/jsx": "5.7.5",
"@eslint-react/shared": "5.7.5",
"@eslint-react/var": "5.7.5",
"@typescript-eslint/scope-manager": "^8.59.2",
"@typescript-eslint/type-utils": "^8.59.2",
"@typescript-eslint/types": "^8.59.2",

View File

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