@moso/eslint-config 2.0.4 → 2.0.5

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 (3) hide show
  1. package/dist/index.d.mts +113 -77
  2. package/dist/index.mjs +474 -243
  3. package/package.json +20 -20
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moso/eslint-config",
3
3
  "type": "module",
4
- "version": "2.0.4",
4
+ "version": "2.0.5",
5
5
  "description": "My shareable ESLint config",
6
6
  "author": {
7
7
  "name": "Morten Sørensen",
@@ -58,15 +58,15 @@
58
58
  },
59
59
  "workspaces": ["src/rules"],
60
60
  "peerDependencies": {
61
- "@eslint-react/eslint-plugin": "^2.3.13",
62
- "@next/eslint-plugin-next": "^16.1.0",
61
+ "@eslint-react/eslint-plugin": "^2.4.0",
62
+ "@next/eslint-plugin-next": "^16.1.1",
63
+ "astro-eslint-parser": "^1.2.2",
63
64
  "eslint": ">=9.30.0",
64
65
  "eslint-plugin-astro": "^1.5.0",
65
66
  "eslint-plugin-jsx-a11y": "^6.10.2",
66
67
  "eslint-plugin-react-hooks": "^7.0.1",
67
68
  "eslint-plugin-react-refresh": "^0.4.26",
68
- "eslint-plugin-react-you-might-not-need-an-effect": "^0.7.0",
69
- "eslint-plugin-vue": "^10.6.2",
69
+ "eslint-plugin-react-you-might-not-need-an-effect": "^0.8.1",
70
70
  "eslint-plugin-vuejs-accessibility": "^2.4.1"
71
71
  },
72
72
  "peerDependenciesMeta": {
@@ -76,6 +76,9 @@
76
76
  "@next/eslint-plugin-next": {
77
77
  "optional": true
78
78
  },
79
+ "astro-eslint-parser": {
80
+ "optional": true
81
+ },
79
82
  "eslint-plugin-astro": {
80
83
  "optional": true
81
84
  },
@@ -91,9 +94,6 @@
91
94
  "eslint-plugin-react-you-might-not-need-an-effect": {
92
95
  "optional": true
93
96
  },
94
- "eslint-plugin-vue": {
95
- "optional": true
96
- },
97
97
  "eslint-plugin-vuejs-accessibility": {
98
98
  "optional": true
99
99
  }
@@ -103,21 +103,19 @@
103
103
  "@clack/prompts": "^0.11.0",
104
104
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
105
105
  "@stylistic/eslint-plugin": "^5.6.1",
106
- "@typescript-eslint/eslint-plugin": "^8.50.0",
107
- "@typescript-eslint/parser": "^8.50.0",
108
- "@vitest/eslint-plugin": "^1.5.2",
109
- "astro-eslint-parser": "^1.2.2",
106
+ "@typescript-eslint/eslint-plugin": "^8.50.1",
107
+ "@typescript-eslint/parser": "^8.50.1",
108
+ "@vitest/eslint-plugin": "^1.6.4",
110
109
  "eslint-flat-config-utils": "^2.1.4",
111
110
  "eslint-merge-processors": "^2.0.0",
112
111
  "eslint-plugin-de-morgan": "^2.0.0",
113
- "eslint-plugin-erasable-syntax-only": "^0.4.0",
114
112
  "eslint-plugin-functional": "^9.0.2",
115
113
  "eslint-plugin-import-lite": "^0.4.0",
116
114
  "eslint-plugin-jsdoc": "^61.5.0",
117
115
  "eslint-plugin-jsonc": "^2.21.0",
118
116
  "eslint-plugin-n": "^17.23.1",
119
117
  "eslint-plugin-no-only-tests": "^3.3.0",
120
- "eslint-plugin-perfectionist": "^5.0.0",
118
+ "eslint-plugin-perfectionist": "^5.1.0",
121
119
  "eslint-plugin-promise": "^7.2.1",
122
120
  "eslint-plugin-regexp": "^2.10.0",
123
121
  "eslint-plugin-unicorn": "^62.0.0",
@@ -132,22 +130,24 @@
132
130
  "yaml-eslint-parser": "^1.3.2"
133
131
  },
134
132
  "devDependencies": {
135
- "@eslint-react/eslint-plugin": "^2.3.13",
133
+ "@eslint-react/eslint-plugin": "^2.4.0",
136
134
  "@eslint/compat": "^2.0.0",
137
135
  "@eslint/config-inspector": "^1.4.2",
138
136
  "@eslint/js": "^9.39.2",
139
137
  "@moso/eslint-plugin": "2.0.1",
140
- "@next/eslint-plugin-next": "^16.1.0",
138
+ "@next/eslint-plugin-next": "^16.1.1",
141
139
  "@types/node": "^25.0.3",
142
- "@typescript-eslint/rule-tester": "^8.50.0",
143
- "@typescript-eslint/utils": "^8.50.0",
140
+ "@typescript-eslint/rule-tester": "^8.50.1",
141
+ "@typescript-eslint/utils": "^8.50.1",
142
+ "astro-eslint-parser": "^1.2.2",
144
143
  "bumpp": "^10.3.2",
145
144
  "eslint": "^9.39.2",
146
145
  "eslint-plugin-astro": "^1.5.0",
146
+ "eslint-plugin-erasable-syntax-only": "^0.4.0",
147
147
  "eslint-plugin-jsx-a11y": "^6.10.2",
148
148
  "eslint-plugin-react-hooks": "^7.0.1",
149
149
  "eslint-plugin-react-refresh": "^0.4.26",
150
- "eslint-plugin-react-you-might-not-need-an-effect": "^0.7.0",
150
+ "eslint-plugin-react-you-might-not-need-an-effect": "^0.8.1",
151
151
  "eslint-plugin-toml": "^0.12.0",
152
152
  "eslint-plugin-vue": "^10.6.2",
153
153
  "eslint-plugin-vuejs-accessibility": "^2.4.1",
@@ -156,7 +156,7 @@
156
156
  "lint-staged": "^16.2.7",
157
157
  "simple-git-hooks": "git+https://github.com/toplenboren/simple-git-hooks.git",
158
158
  "ts-dedent": "^2.2.0",
159
- "tsdown": "^0.18.1",
159
+ "tsdown": "^0.18.3",
160
160
  "tsx": "^4.21.0",
161
161
  "typescript": "^5.9.3",
162
162
  "vitest": "^4.0.16"