@schoero/configs 1.5.39 → 1.5.40

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 +19 -15
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.39",
2
+ "version": "1.5.40",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -28,7 +28,11 @@
28
28
  "markdownlint:fix": "npm run markdownlint -- --fix",
29
29
  "prepare": "npm run build",
30
30
  "spellcheck": "cspell .",
31
- "spellcheck:ci": "npm run spellcheck -- --no-progress"
31
+ "spellcheck:ci": "npm run spellcheck -- --no-progress",
32
+ "update": "ncu"
33
+ },
34
+ "engines": {
35
+ "node": ">=20.0.0"
32
36
  },
33
37
  "files": [
34
38
  "eslint",
@@ -47,7 +51,7 @@
47
51
  "eslint": "^10.5.0",
48
52
  "markdownlint": "^0.41.0",
49
53
  "oxlint": "^1.69.0",
50
- "oxlint-tsgolint": "^0.23.0",
54
+ "oxlint-tsgolint": "^0.22.0",
51
55
  "unwritten": "^0.2.14",
52
56
  "vite": "^8.0.16",
53
57
  "vitest": "^4.1.8"
@@ -99,36 +103,36 @@
99
103
  "@cspell/dict-public-licenses": "^2.0.16",
100
104
  "@cspell/dict-software-terms": "^5.2.2",
101
105
  "@cspell/dict-typescript": "^3.2.3",
102
- "@eslint/markdown": "^8.0.2",
106
+ "@eslint/markdown": "^8.0.3",
103
107
  "@stylistic/eslint-plugin": "^5.10.0",
104
- "@typescript-eslint/eslint-plugin": "^8.62.0",
105
- "@typescript-eslint/parser": "^8.62.0",
108
+ "@typescript-eslint/eslint-plugin": "^8.62.1",
109
+ "@typescript-eslint/parser": "^8.62.1",
106
110
  "@vitest/eslint-plugin": "^1.6.20",
107
111
  "cspell-lib": "^10.0.1",
108
112
  "eslint-plugin-import-newlines": "^2.0.0",
109
- "eslint-plugin-import-x": "^4.17.0",
110
- "eslint-plugin-jsdoc": "^63.0.8",
113
+ "eslint-plugin-import-x": "^4.17.1",
114
+ "eslint-plugin-jsdoc": "^63.0.10",
111
115
  "eslint-plugin-jsonc": "^3.2.0",
112
116
  "eslint-plugin-perfectionist": "^5.9.1",
113
- "eslint-plugin-unicorn": "^69.0.0",
117
+ "eslint-plugin-unicorn": "^70.0.0",
114
118
  "eslint-plugin-unused-imports": "^4.4.1",
115
119
  "eslint-plugin-yml": "^3.5.0",
116
120
  "globals": "^17.7.0",
117
- "markdownlint-cli2": "^0.22.1",
121
+ "markdownlint-cli2": "^0.23.0",
118
122
  "yaml-eslint-parser": "^2.0.0"
119
123
  },
120
124
  "optionalDependencies": {
121
125
  "eslint-plugin-better-tailwindcss": "^4.6.0"
122
126
  },
123
127
  "devDependencies": {
124
- "@types/node": "^26.0.1",
128
+ "@types/node": "^26.1.0",
125
129
  "changelogen": "^0.6.2",
126
130
  "cspell": "^10.0.1",
127
- "eslint": "^10.5.0",
131
+ "eslint": "^10.6.0",
128
132
  "markdownlint": "^0.41.0",
129
- "oxlint": "^1.71.0",
130
- "oxlint-tsgolint": "^0.23.0",
131
- "vite": "^8.1.0",
133
+ "oxlint": "^1.72.0",
134
+ "oxlint-tsgolint": "^0.24.0",
135
+ "vite": "^8.1.3",
132
136
  "vitest": "^4.1.9"
133
137
  },
134
138
  "keywords": []