@jsse/eslint-config 0.2.19 → 0.2.20

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.2.19",
4
+ "version": "0.2.20",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -59,8 +59,8 @@
59
59
  }
60
60
  },
61
61
  "dependencies": {
62
- "@eslint/compat": "^1.1.1",
63
- "@eslint/js": "~9.11.1",
62
+ "@eslint/compat": "^1.2.0",
63
+ "@eslint/js": "~9.12.0",
64
64
  "@eslint/markdown": "^6.2.0",
65
65
  "@stylistic/eslint-plugin": "2.9.0",
66
66
  "@typescript-eslint/eslint-plugin": "^8.8.1",
@@ -68,13 +68,13 @@
68
68
  "@vitest/eslint-plugin": "^1.1.7",
69
69
  "eslint-config-flat-gitignore": "^0.3.0",
70
70
  "eslint-define-config": "^2.1.0",
71
+ "eslint-merge-processors": "^0.1.0",
71
72
  "eslint-plugin-antfu": "^2.7.0",
72
73
  "eslint-plugin-eslint-comments": "^3.2.0",
73
74
  "eslint-plugin-import-x": "^4.3.1",
74
75
  "eslint-plugin-jsdoc": "^50.3.1",
75
76
  "eslint-plugin-jsonc": "^2.16.0",
76
- "eslint-plugin-markdown": "^5.1.0",
77
- "eslint-plugin-n": "^17.10.3",
77
+ "eslint-plugin-n": "^17.11.1",
78
78
  "eslint-plugin-no-only-tests": "^3.3.0",
79
79
  "eslint-plugin-perfectionist": "^3.8.0",
80
80
  "eslint-plugin-react": "~7.37.1",
@@ -96,27 +96,29 @@
96
96
  "@changesets/cli": "^2.27.9",
97
97
  "@jsse/prettier-config": "^0.1.0",
98
98
  "@jsse/tsconfig": "^0.2.1",
99
+ "@stylistic/eslint-plugin-jsx": "^2.9.0",
99
100
  "@types/eslint": "^9.6.1",
100
101
  "@types/eslint__js": "~8.42.3",
101
102
  "@types/fs-extra": "^11.0.4",
102
- "@types/node": "^22.7.4",
103
+ "@types/node": "^22.7.5",
103
104
  "cac": "^6.7.14",
104
- "eslint": "^9.11.1",
105
+ "eslint": "^9.12.0",
105
106
  "eslint-flat-config-utils": "^0.4.0",
106
107
  "eslint-plugin-tailwindcss": "^3.17.4",
107
108
  "eslint-typegen": "^0.3.2",
108
109
  "execa": "~9.4.0",
109
110
  "fast-glob": "^3.3.2",
110
111
  "fs-extra": "^11.2.0",
111
- "globals": "^15.10.0",
112
+ "globals": "^15.11.0",
112
113
  "local-pkg": "^0.5.0",
114
+ "neverthrow": "^8.0.0",
113
115
  "prettier": "^3.3.3",
114
116
  "react": "~18.3.1",
115
117
  "rimraf": "^6.0.1",
116
- "tailwindcss": "^3.4.12",
118
+ "tailwindcss": "^3.4.13",
117
119
  "tsup": "^8.3.0",
118
120
  "tsx": "^4.19.1",
119
- "typescript": "~5.6.2",
121
+ "typescript": "5.6.3",
120
122
  "vitest": "^2.1.2"
121
123
  },
122
124
  "prettier": "@jsse/prettier-config",