@shayanthenerd/eslint-config 0.11.2 → 0.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shayanthenerd/eslint-config",
3
- "version": "0.11.2",
3
+ "version": "0.12.1",
4
4
  "license": "MIT",
5
5
  "description": "A modern, flexible ESLint configuration for enforcing best practices and maintaining a consistent coding style",
6
6
  "keywords": [
@@ -52,24 +52,24 @@
52
52
  "engines": {
53
53
  "node": ">=20.12.0"
54
54
  },
55
- "packageManager": "pnpm@10.20.0",
55
+ "packageManager": "pnpm@10.24.0",
56
56
  "scripts": {
57
- "prepare": "pnpm git:gitmessage && pnpm simple-git-hooks && pnpm generate:types",
57
+ "prepare": "pnpm git:gitmessage && simple-git-hooks && pnpm generate:types",
58
58
  "prepublishOnly": "pnpm build:package",
59
59
  "git:gitmessage": "git config --local commit.template \".gitmessage\"",
60
- "inspect": "pnpm eslint-config-inspector",
60
+ "inspect": "eslint-config-inspector",
61
61
  "build:package": "tsdown --no-report",
62
- "build:inspector": "pnpm eslint-config-inspector build --config=./scripts/defaultESLintConfigReference.ts",
63
- "preview:inspector": "pnpm serve .eslint-config-inspector",
62
+ "build:inspector": "eslint-config-inspector build --config=./scripts/defaultESLintConfigReference.ts",
63
+ "preview:inspector": "serve .eslint-config-inspector",
64
64
  "generate:types": "node ./scripts/generateESLintTypes.ts",
65
- "update:actions": "pnpm actions-up --yes",
65
+ "update:actions": "actions-up --yes",
66
66
  "format": "prettier --write '**/*.{json,jsonc,yaml,yml,lock}' --cache",
67
67
  "lint:oxlint": "oxlint --fix",
68
68
  "lint:eslint": "eslint --fix --cache --cache-location=./node_modules/.cache/.eslintcache",
69
69
  "lint": "pnpm lint:oxlint && pnpm lint:eslint",
70
70
  "check:types": "tsc",
71
- "check:exports": "pnpm attw --pack --profile=esm-only --exclude-entrypoints=./oxlint",
72
- "check:spell": "pnpm dlx cspell . --gitignore --exclude='pnpm-lock.yaml' --cache --cache-location='./node_modules/.cache/.cspellcache'",
71
+ "check:exports": "attw --pack --profile=esm-only --exclude-entrypoints=./oxlint",
72
+ "check:spell": "pnpx cspell . --gitignore --exclude='pnpm-lock.yaml' --cache --cache-location='./node_modules/.cache/.cspellcache'",
73
73
  "ci:validate": "pnpm generate:types && pnpm format && pnpm lint && pnpm check:types && pnpm build:inspector && pnpm build:package && pnpm check:exports"
74
74
  },
75
75
  "simple-git-hooks": {
@@ -80,45 +80,44 @@
80
80
  "**/*.{json,jsonc,yaml,yml,lock}": "pnpm format"
81
81
  },
82
82
  "dependencies": {
83
- "@eslint/compat": "1.4.1",
83
+ "@eslint/compat": "2.0.0",
84
84
  "@eslint/css": "0.14.1",
85
- "@eslint/js": "9.39.1",
86
- "@html-eslint/eslint-plugin": "0.47.1",
87
- "@stylistic/eslint-plugin": "5.5.0",
88
- "@vitest/eslint-plugin": "1.4.0",
85
+ "@html-eslint/eslint-plugin": "0.50.0",
86
+ "@stylistic/eslint-plugin": "5.6.1",
87
+ "@vitest/eslint-plugin": "1.5.0",
89
88
  "defu": "6.1.4",
90
89
  "eslint": "9.39.1",
91
90
  "eslint-flat-config-utils": "2.1.4",
92
91
  "eslint-import-resolver-typescript": "4.4.4",
93
- "eslint-plugin-better-tailwindcss": "3.7.10",
92
+ "eslint-plugin-better-tailwindcss": "3.7.11",
94
93
  "eslint-plugin-cypress": "5.2.0",
95
94
  "eslint-plugin-import-x": "4.16.1",
96
- "eslint-plugin-oxlint": "1.25.0",
95
+ "eslint-plugin-oxlint": "1.30.0",
97
96
  "eslint-plugin-perfectionist": "4.15.1",
98
97
  "eslint-plugin-playwright": "2.3.0",
99
- "eslint-plugin-storybook": "10.0.4",
98
+ "eslint-plugin-storybook": "10.1.0",
100
99
  "eslint-plugin-unused-imports": "4.3.0",
101
- "eslint-plugin-vue": "10.5.1",
100
+ "eslint-plugin-vue": "10.6.1",
102
101
  "eslint-plugin-vuejs-accessibility": "2.4.1",
103
102
  "globals": "16.5.0",
104
103
  "local-pkg": "1.1.2",
105
- "oxlint": "1.25.0",
104
+ "oxlint": "1.30.0",
106
105
  "tailwind-csstree": "0.1.4",
107
- "typescript-eslint": "8.46.3"
106
+ "typescript-eslint": "8.48.0"
108
107
  },
109
108
  "devDependencies": {
110
109
  "@arethetypeswrong/cli": "0.18.2",
111
- "@eslint/config-inspector": "1.3.0",
112
- "@types/node": "24.10.0",
110
+ "@eslint/config-inspector": "1.4.2",
111
+ "@types/node": "24.10.1",
113
112
  "actions-up": "1.5.0",
114
113
  "eslint-typegen": "2.3.0",
115
- "nano-staged": "0.8.0",
116
- "prettier": "3.6.2",
114
+ "nano-staged": "0.9.0",
115
+ "prettier": "3.7.1",
117
116
  "publint": "0.3.15",
118
117
  "serve": "14.2.5",
119
118
  "simple-git-hooks": "2.13.1",
120
- "tsdown": "0.16.0",
119
+ "tsdown": "0.16.7",
121
120
  "typescript": "5.9.3",
122
- "unplugin-unused": "0.5.5"
121
+ "unplugin-unused": "0.5.6"
123
122
  }
124
123
  }