@xylabs/eslint-config-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 +8 -8
package/README.md CHANGED
@@ -98,10 +98,12 @@ For React projects, use [`@xylabs/eslint-config-react-flat`](https://www.npmjs.c
98
98
 
99
99
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
100
100
 
101
+ ## Credits
101
102
 
103
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
102
104
 
103
- [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
104
105
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/eslint-config-flat.svg
105
106
  [npm-link]: https://www.npmjs.com/package/@xylabs/eslint-config-flat
106
107
  [license-badge]: https://img.shields.io/npm/l/@xylabs/eslint-config-flat.svg
107
108
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
109
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xylabs/eslint-config-flat",
4
- "version": "8.1.16",
4
+ "version": "8.1.18",
5
5
  "description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
6
6
  "keywords": [
7
7
  "xylabs",
@@ -40,26 +40,26 @@
40
40
  "@eslint/json": "~2.0.0",
41
41
  "@eslint/markdown": "^8.0.2",
42
42
  "@stylistic/eslint-plugin": "~5.10.0",
43
- "@typescript-eslint/eslint-plugin": "~8.60.1",
44
- "@typescript-eslint/parser": "^8.60.1",
43
+ "@typescript-eslint/eslint-plugin": "^8.61.0",
44
+ "@typescript-eslint/parser": "^8.61.0",
45
45
  "eslint-plugin-import-x": "~4.16.2",
46
46
  "eslint-plugin-simple-import-sort": "~13.0.0",
47
47
  "eslint-plugin-sonarjs": "~4.0.3",
48
- "eslint-plugin-unicorn": "~64.0.0",
48
+ "eslint-plugin-unicorn": "~65.0.0",
49
49
  "eslint-plugin-workspaces": "~0.12.1"
50
50
  },
51
51
  "devDependencies": {
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
  "typescript": "^6.0.3",
59
59
  "vite": "^8.0.16",
60
60
  "vitest": "~4.1.8",
61
- "@xylabs/toolchain": "~8.1.16",
62
- "@xylabs/tsconfig": "~8.1.16"
61
+ "@xylabs/toolchain": "~8.1.18",
62
+ "@xylabs/tsconfig": "~8.1.18"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "eslint": "^10.3",