@santi020k/eslint-config-santi020k 3.2.4 → 3.2.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 (1) hide show
  1. package/package.json +18 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@santi020k/eslint-config-santi020k",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "A comprehensive ESLint configuration package for JavaScript, TypeScript, and React projects, including popular plugins and custom rules for consistent coding style.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -53,7 +53,7 @@
53
53
  "contributors": [
54
54
  "Santiago Molina <info@santi020k.me>"
55
55
  ],
56
- "license": "Apache License 2.0",
56
+ "license": "MIT",
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
@@ -62,11 +62,11 @@
62
62
  },
63
63
  "devDependencies": {
64
64
  "@eslint/config-inspector": "^1.0.2",
65
- "@types/node": "^22.14.1",
65
+ "@types/node": "^22.15.17",
66
66
  "cz-conventional-changelog": "^3.3.0",
67
- "esbuild": "^0.25.2",
67
+ "esbuild": "^0.25.4",
68
68
  "husky": "^9.1.7",
69
- "lint-staged": "^15.5.1",
69
+ "lint-staged": "^15.5.2",
70
70
  "react": "^19.1.0",
71
71
  "react-dom": "^19.1.0",
72
72
  "tslib": "^2.8.1",
@@ -75,25 +75,25 @@
75
75
  "yalc": "^1.0.0-pre.53"
76
76
  },
77
77
  "dependencies": {
78
- "@cspell/eslint-plugin": "^8.18.1",
79
- "@eslint/compat": "^1.2.8",
80
- "@eslint/js": "^9.24.0",
81
- "@eslint/markdown": "^6.3.0",
82
- "@next/eslint-plugin-next": "^15.3.0",
78
+ "@cspell/eslint-plugin": "^9.0.1",
79
+ "@eslint/compat": "^1.2.9",
80
+ "@eslint/js": "^9.26.0",
81
+ "@eslint/markdown": "^6.4.0",
82
+ "@next/eslint-plugin-next": "^15.3.2",
83
83
  "@stencil-community/eslint-plugin": "^0.10.0",
84
84
  "@stylistic/eslint-plugin": "^4.2.0",
85
- "@typescript-eslint/eslint-plugin": "^8.30.1",
86
- "@typescript-eslint/type-utils": "^8.30.1",
85
+ "@typescript-eslint/eslint-plugin": "^8.32.0",
86
+ "@typescript-eslint/type-utils": "^8.32.0",
87
87
  "cross-dirname": "^0.1.0",
88
- "eslint": "^9.24.0",
89
- "eslint-config-expo": "^8.0.1",
88
+ "eslint": "^9.26.0",
89
+ "eslint-config-expo": "^9.2.0",
90
90
  "eslint-config-standard": "^17.1.0",
91
91
  "eslint-plugin-astro": "^1.3.1",
92
- "eslint-plugin-expo": "^0.1.0",
92
+ "eslint-plugin-expo": "^0.1.4",
93
93
  "eslint-plugin-i18next": "^6.1.1",
94
94
  "eslint-plugin-import": "^2.31.0",
95
95
  "eslint-plugin-jsx-a11y": "^6.10.2",
96
- "eslint-plugin-mdx": "^3.4.0",
96
+ "eslint-plugin-mdx": "^3.4.1",
97
97
  "eslint-plugin-n": "^17.17.0",
98
98
  "eslint-plugin-promise": "^7.2.1",
99
99
  "eslint-plugin-react": "^7.37.5",
@@ -104,8 +104,8 @@
104
104
  "eslint-plugin-testing-library": "^7.1.1",
105
105
  "eslint-plugin-unused-imports": "^4.1.4",
106
106
  "eslint-plugin-vitest": "^0.5.4",
107
- "globals": "^16.0.0",
108
- "typescript-eslint": "^8.30.1"
107
+ "globals": "^16.1.0",
108
+ "typescript-eslint": "^8.32.0"
109
109
  },
110
110
  "overrides": {
111
111
  "eslint-config-standard": "$eslint-config-standard",