|
|
@@ -9,10 +9,10 @@
|
|
|
"devDependencies": {
|
|
|
"@eslint/js": "^9.9.0",
|
|
|
"@stylistic/stylelint-plugin": "^3.0.1",
|
|
|
- "eslint": "^9.9.0",
|
|
|
+ "eslint": "^9.9.1",
|
|
|
"globals": "^15.9.0",
|
|
|
"markdownlint-cli": "^0.41.0",
|
|
|
- "neostandard": "^0.11.2",
|
|
|
+ "neostandard": "^0.11.4",
|
|
|
"rtlcss": "^4.3.0",
|
|
|
"sass": "^1.77.8",
|
|
|
"stylelint": "^16.9.0",
|
|
|
@@ -264,9 +264,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@eslint/config-array": {
|
|
|
- "version": "0.17.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.17.1.tgz",
|
|
|
- "integrity": "sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==",
|
|
|
+ "version": "0.18.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.18.0.tgz",
|
|
|
+ "integrity": "sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
"@eslint/object-schema": "^2.1.4",
|
|
|
@@ -313,9 +313,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@eslint/js": {
|
|
|
- "version": "9.9.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.9.0.tgz",
|
|
|
- "integrity": "sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==",
|
|
|
+ "version": "9.9.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.9.1.tgz",
|
|
|
+ "integrity": "sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==",
|
|
|
"dev": true,
|
|
|
"engines": {
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
@@ -456,16 +456,17 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@stylistic/eslint-plugin": {
|
|
|
- "version": "2.6.2",
|
|
|
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.6.2.tgz",
|
|
|
- "integrity": "sha512-Ic5oFNM/25iuagob6LiIBkSI/A2y45TsyKtDtODXHRZDy52WfPfeexI6r+OH5+aWN9QGob2Bw+4JRM9/4areWw==",
|
|
|
+ "version": "2.7.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.7.2.tgz",
|
|
|
+ "integrity": "sha512-3DVLU5HEuk2pQoBmXJlzvrxbKNpu2mJ0SRqz5O/CJjyNCr12ZiPcYMEtuArTyPOk5i7bsAU44nywh1rGfe3gKQ==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@stylistic/eslint-plugin-js": "2.6.2",
|
|
|
- "@stylistic/eslint-plugin-jsx": "2.6.2",
|
|
|
- "@stylistic/eslint-plugin-plus": "2.6.2",
|
|
|
- "@stylistic/eslint-plugin-ts": "2.6.2",
|
|
|
- "@types/eslint": "^9.6.0"
|
|
|
+ "@types/eslint": "^9.6.1",
|
|
|
+ "@typescript-eslint/utils": "^8.3.0",
|
|
|
+ "eslint-visitor-keys": "^4.0.0",
|
|
|
+ "espree": "^10.1.0",
|
|
|
+ "estraverse": "^5.3.0",
|
|
|
+ "picomatch": "^4.0.2"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
@@ -474,70 +475,137 @@
|
|
|
"eslint": ">=8.40.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/@stylistic/eslint-plugin-js": {
|
|
|
- "version": "2.6.2",
|
|
|
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.2.tgz",
|
|
|
- "integrity": "sha512-wCr/kVctAPayMU3pcOI1MKR7MoKIh6VKZU89lPklAqtJoxT+Em6RueiiARbpznUYG5eg3LymiU+aMD+aIZXdqA==",
|
|
|
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
|
+ "version": "8.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz",
|
|
|
+ "integrity": "sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@types/eslint": "^9.6.0",
|
|
|
- "acorn": "^8.12.1",
|
|
|
- "eslint-visitor-keys": "^4.0.0",
|
|
|
- "espree": "^10.1.0"
|
|
|
+ "@typescript-eslint/types": "8.3.0",
|
|
|
+ "@typescript-eslint/visitor-keys": "8.3.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
},
|
|
|
- "peerDependencies": {
|
|
|
- "eslint": ">=8.40.0"
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/@stylistic/eslint-plugin-jsx": {
|
|
|
- "version": "2.6.2",
|
|
|
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-jsx/-/eslint-plugin-jsx-2.6.2.tgz",
|
|
|
- "integrity": "sha512-dSXK/fSPA938J1fBi10QmhzLKtZ/2TuyVNHQMk8jUhWfKJDleAogaSqcWNAbN8fwcoe9UWmt/3StiIf2oYC1aQ==",
|
|
|
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
|
+ "version": "8.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.3.0.tgz",
|
|
|
+ "integrity": "sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "8.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz",
|
|
|
+ "integrity": "sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@stylistic/eslint-plugin-js": "^2.6.2",
|
|
|
- "@types/eslint": "^9.6.0",
|
|
|
- "estraverse": "^5.3.0",
|
|
|
- "picomatch": "^4.0.2"
|
|
|
+ "@typescript-eslint/types": "8.3.0",
|
|
|
+ "@typescript-eslint/visitor-keys": "8.3.0",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "fast-glob": "^3.3.2",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "minimatch": "^9.0.4",
|
|
|
+ "semver": "^7.6.0",
|
|
|
+ "ts-api-utils": "^1.3.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
},
|
|
|
- "peerDependencies": {
|
|
|
- "eslint": ">=8.40.0"
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "typescript": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/@stylistic/eslint-plugin-plus": {
|
|
|
- "version": "2.6.2",
|
|
|
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-plus/-/eslint-plugin-plus-2.6.2.tgz",
|
|
|
- "integrity": "sha512-cANcPASfRvq3VTbbQCrSIXq+2AI0IW68PNYaZoXXS0ENlp7HDB8dmrsJnOgWCcoEvdCB8z/eWcG/eq/v5Qcl+Q==",
|
|
|
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
|
|
+ "version": "8.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.3.0.tgz",
|
|
|
+ "integrity": "sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@types/eslint": "^9.6.0",
|
|
|
- "@typescript-eslint/utils": "^8.0.0"
|
|
|
+ "@eslint-community/eslint-utils": "^4.4.0",
|
|
|
+ "@typescript-eslint/scope-manager": "8.3.0",
|
|
|
+ "@typescript-eslint/types": "8.3.0",
|
|
|
+ "@typescript-eslint/typescript-estree": "8.3.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "eslint": "*"
|
|
|
+ "eslint": "^8.57.0 || ^9.0.0"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/@stylistic/eslint-plugin-ts": {
|
|
|
- "version": "2.6.2",
|
|
|
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.6.2.tgz",
|
|
|
- "integrity": "sha512-6OEN3VtUNxjgOvWPavnC10MByr1H4zsgwNND3rQXr5lDFv93MLUnTsH+/SH15OkuqdyJgrQILI6b9lYecb1vIg==",
|
|
|
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "8.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz",
|
|
|
+ "integrity": "sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@stylistic/eslint-plugin-js": "2.6.2",
|
|
|
- "@types/eslint": "^9.6.0",
|
|
|
- "@typescript-eslint/utils": "^8.0.0"
|
|
|
+ "@typescript-eslint/types": "8.3.0",
|
|
|
+ "eslint-visitor-keys": "^3.4.3"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
},
|
|
|
- "peerDependencies": {
|
|
|
- "eslint": ">=8.40.0"
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
|
+ "version": "3.4.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
|
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://opencollective.com/eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@stylistic/eslint-plugin/node_modules/brace-expansion": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "balanced-match": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@stylistic/eslint-plugin/node_modules/minimatch": {
|
|
|
+ "version": "9.0.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
|
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "brace-expansion": "^2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=16 || 14 >=14.17"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@stylistic/stylelint-plugin": {
|
|
|
@@ -563,9 +631,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@types/eslint": {
|
|
|
- "version": "9.6.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz",
|
|
|
- "integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==",
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
"@types/estree": "*",
|
|
|
@@ -1666,16 +1734,16 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/eslint": {
|
|
|
- "version": "9.9.0",
|
|
|
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.9.0.tgz",
|
|
|
- "integrity": "sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==",
|
|
|
+ "version": "9.9.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.9.1.tgz",
|
|
|
+ "integrity": "sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
|
"@eslint-community/regexpp": "^4.11.0",
|
|
|
- "@eslint/config-array": "^0.17.1",
|
|
|
+ "@eslint/config-array": "^0.18.0",
|
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
|
- "@eslint/js": "9.9.0",
|
|
|
+ "@eslint/js": "9.9.1",
|
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
|
"@humanwhocodes/retry": "^0.3.0",
|
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
|
@@ -3367,16 +3435,16 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/neostandard": {
|
|
|
- "version": "0.11.2",
|
|
|
- "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.11.2.tgz",
|
|
|
- "integrity": "sha512-p7CrLh1fOmXzoA53QrrrmxikAF8k+x+d6sr5OX0CvHzzl0UrK2fs7+Vi4/3gnDgZizkji0KNnpJZA62g8f4zBA==",
|
|
|
+ "version": "0.11.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.11.4.tgz",
|
|
|
+ "integrity": "sha512-rBdlVeUdM0NhBc2S7Vr/l98Y/FTYY+YGdOqSgv60HzP3LF7ruX9Mceur4Nc/qkXf7UT1IOjofLS7OSLAObPi2A==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
"@humanwhocodes/gitignore-to-minimatch": "^1.0.2",
|
|
|
- "@stylistic/eslint-plugin": "^2.6.1",
|
|
|
+ "@stylistic/eslint-plugin": "^2.6.3",
|
|
|
"@types/eslint": "^9.6.0",
|
|
|
- "eslint-plugin-n": "^17.10.1",
|
|
|
- "eslint-plugin-promise": "^7.0.0",
|
|
|
+ "eslint-plugin-n": "^17.10.2",
|
|
|
+ "eslint-plugin-promise": "^7.1.0",
|
|
|
"eslint-plugin-react": "^7.35.0",
|
|
|
"find-up": "^5.0.0",
|
|
|
"globals": "^15.9.0",
|