@kirklin/eslint-config 2.6.0 → 2.6.1

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/dist/cli.cjs CHANGED
@@ -48,8 +48,8 @@ var import_picocolors = __toESM(require("picocolors"), 1);
48
48
  var package_default = {
49
49
  name: "@kirklin/eslint-config",
50
50
  type: "module",
51
- version: "2.6.0",
52
- packageManager: "pnpm@9.4.0",
51
+ version: "2.6.1",
52
+ packageManager: "pnpm@9.9.0",
53
53
  description: "Kirk Lin's ESLint config",
54
54
  author: "Kirk Lin (https://github.com/kirklin/)",
55
55
  license: "MIT",
@@ -181,8 +181,8 @@ var package_default = {
181
181
  yargs: "^17.7.2"
182
182
  },
183
183
  devDependencies: {
184
- "@antfu/ni": "^0.22.4",
185
- "@eslint-react/eslint-plugin": "^1.12.1",
184
+ "@antfu/ni": "^0.23.0",
185
+ "@eslint-react/eslint-plugin": "^1.12.2",
186
186
  "@eslint/config-inspector": "^0.5.4",
187
187
  "@kirklin/eslint-config": "workspace:*",
188
188
  "@prettier/plugin-xml": "^3.4.1",
@@ -216,7 +216,7 @@ var package_default = {
216
216
  svelte: "^4.2.19",
217
217
  "svelte-eslint-parser": "^0.41.0",
218
218
  tsup: "^8.2.4",
219
- tsx: "^4.18.0",
219
+ tsx: "^4.19.0",
220
220
  typescript: "^5.5.4",
221
221
  vitest: "^2.0.5",
222
222
  vue: "^3.4.38"
package/dist/cli.js CHANGED
@@ -19,8 +19,8 @@ import c from "picocolors";
19
19
  var package_default = {
20
20
  name: "@kirklin/eslint-config",
21
21
  type: "module",
22
- version: "2.6.0",
23
- packageManager: "pnpm@9.4.0",
22
+ version: "2.6.1",
23
+ packageManager: "pnpm@9.9.0",
24
24
  description: "Kirk Lin's ESLint config",
25
25
  author: "Kirk Lin (https://github.com/kirklin/)",
26
26
  license: "MIT",
@@ -152,8 +152,8 @@ var package_default = {
152
152
  yargs: "^17.7.2"
153
153
  },
154
154
  devDependencies: {
155
- "@antfu/ni": "^0.22.4",
156
- "@eslint-react/eslint-plugin": "^1.12.1",
155
+ "@antfu/ni": "^0.23.0",
156
+ "@eslint-react/eslint-plugin": "^1.12.2",
157
157
  "@eslint/config-inspector": "^0.5.4",
158
158
  "@kirklin/eslint-config": "workspace:*",
159
159
  "@prettier/plugin-xml": "^3.4.1",
@@ -187,7 +187,7 @@ var package_default = {
187
187
  svelte: "^4.2.19",
188
188
  "svelte-eslint-parser": "^0.41.0",
189
189
  tsup: "^8.2.4",
190
- tsx: "^4.18.0",
190
+ tsx: "^4.19.0",
191
191
  typescript: "^5.5.4",
192
192
  vitest: "^2.0.5",
193
193
  vue: "^3.4.38"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kirklin/eslint-config",
3
3
  "type": "module",
4
- "version": "2.6.0",
4
+ "version": "2.6.1",
5
5
  "description": "Kirk Lin's ESLint config",
6
6
  "author": "Kirk Lin (https://github.com/kirklin/)",
7
7
  "license": "MIT",
@@ -118,8 +118,8 @@
118
118
  "yargs": "^17.7.2"
119
119
  },
120
120
  "devDependencies": {
121
- "@antfu/ni": "^0.22.4",
122
- "@eslint-react/eslint-plugin": "^1.12.1",
121
+ "@antfu/ni": "^0.23.0",
122
+ "@eslint-react/eslint-plugin": "^1.12.2",
123
123
  "@eslint/config-inspector": "^0.5.4",
124
124
  "@prettier/plugin-xml": "^3.4.1",
125
125
  "@stylistic/eslint-plugin-migrate": "^2.6.4",
@@ -152,11 +152,11 @@
152
152
  "svelte": "^4.2.19",
153
153
  "svelte-eslint-parser": "^0.41.0",
154
154
  "tsup": "^8.2.4",
155
- "tsx": "^4.18.0",
155
+ "tsx": "^4.19.0",
156
156
  "typescript": "^5.5.4",
157
157
  "vitest": "^2.0.5",
158
158
  "vue": "^3.4.38",
159
- "@kirklin/eslint-config": "2.6.0"
159
+ "@kirklin/eslint-config": "2.6.1"
160
160
  },
161
161
  "resolutions": {
162
162
  "@eslint-community/eslint-utils": "^4.4.0",