@xylabs/eslint-config-react-flat 8.1.16 → 8.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -84,10 +84,12 @@ Everything from [`@xylabs/eslint-config-flat`](https://www.npmjs.com/package/@xy
84
84
 
85
85
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
86
86
 
87
+ ## Credits
87
88
 
89
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
88
90
 
89
- [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
90
91
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/eslint-config-react-flat.svg
91
92
  [npm-link]: https://www.npmjs.com/package/@xylabs/eslint-config-react-flat
92
93
  [license-badge]: https://img.shields.io/npm/l/@xylabs/eslint-config-react-flat.svg
93
94
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
95
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/eslint-config-react-flat",
3
- "version": "8.1.16",
3
+ "version": "8.1.18",
4
4
  "description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
5
5
  "keywords": [
6
6
  "xylabs",
@@ -35,24 +35,24 @@
35
35
  "LICENSE"
36
36
  ],
37
37
  "dependencies": {
38
- "@typescript-eslint/parser": "^8.60.1",
39
- "eslint-plugin-react-dom": "^5.8.10",
38
+ "@typescript-eslint/parser": "^8.61.0",
39
+ "eslint-plugin-react-dom": "^5.8.16",
40
40
  "eslint-plugin-react-hooks": "^7.1.1",
41
- "eslint-plugin-react-naming-convention": "^5.8.10",
41
+ "eslint-plugin-react-naming-convention": "^5.8.16",
42
42
  "eslint-plugin-react-refresh": "^0.5.2",
43
- "eslint-plugin-react-web-api": "^5.8.10",
44
- "eslint-plugin-react-x": "^5.8.10",
43
+ "eslint-plugin-react-web-api": "^5.8.16",
44
+ "eslint-plugin-react-x": "^5.8.16",
45
45
  "eslint-plugin-storybook": "^10.4.2",
46
46
  "globals": "~17.6.0",
47
- "@xylabs/eslint-config-flat": "~8.1.16"
47
+ "@xylabs/eslint-config-flat": "~8.1.18"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@babel/core": "^7.29.7",
51
51
  "@testing-library/dom": "^10.4.1",
52
- "@types/node": "^25.9.1",
52
+ "@types/node": "^25.9.2",
53
53
  "@vitest/coverage-v8": "~4.1.8",
54
54
  "acorn": "^8.16.0",
55
- "cosmiconfig": "~9.0.1",
55
+ "cosmiconfig": "~9.0.2",
56
56
  "eslint": "^10.4.1",
57
57
  "eslint-import-resolver-typescript": "^4.4.5",
58
58
  "react": "^19.2.7",
@@ -62,8 +62,8 @@
62
62
  "vite": "^8.0.16",
63
63
  "vitest": "~4.1.8",
64
64
  "zod": "^4.4.3",
65
- "@xylabs/toolchain": "~8.1.16",
66
- "@xylabs/tsconfig": "~8.1.16"
65
+ "@xylabs/toolchain": "~8.1.18",
66
+ "@xylabs/tsconfig": "~8.1.18"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "eslint": "^10.3",