@schoero/configs 1.2.12 → 1.2.13

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 +16 -15
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.12",
2
+ "version": "1.2.13",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -42,11 +42,11 @@
42
42
  "@stylistic/eslint-plugin-jsx": "^4.2.0",
43
43
  "changelogen": "^0.6.1",
44
44
  "cspell": "^8.17.5",
45
- "eslint": "^9.21.0",
45
+ "eslint": "^9.22.0",
46
46
  "markdownlint": "^0.37.4",
47
47
  "unwritten": "^0.2.14",
48
- "vite": "^6.2.1",
49
- "vitest": "^3.0.8"
48
+ "vite": "^6.2.2",
49
+ "vitest": "^3.0.9"
50
50
  },
51
51
  "peerDependenciesMeta": {
52
52
  "@stylistic/eslint-plugin-jsx": {
@@ -79,7 +79,7 @@
79
79
  "@cspell/dict-companies": "^3.1.14",
80
80
  "@cspell/dict-css": "^4.0.17",
81
81
  "@cspell/dict-de-ch": "^1.2.3",
82
- "@cspell/dict-en_us": "^4.3.34",
82
+ "@cspell/dict-en_us": "^4.3.35",
83
83
  "@cspell/dict-fr-fr": "^2.2.5",
84
84
  "@cspell/dict-fullstack": "^3.2.6",
85
85
  "@cspell/dict-html": "^4.0.11",
@@ -88,30 +88,31 @@
88
88
  "@cspell/dict-lorem-ipsum": "^4.0.4",
89
89
  "@cspell/dict-markdown": "^2.0.9",
90
90
  "@cspell/dict-node": "^5.0.6",
91
- "@cspell/dict-npm": "^5.1.29",
91
+ "@cspell/dict-npm": "^5.1.31",
92
92
  "@cspell/dict-public-licenses": "^2.0.13",
93
- "@cspell/dict-software-terms": "^4.2.5",
93
+ "@cspell/dict-software-terms": "^5.0.2",
94
94
  "@cspell/dict-typescript": "^3.2.0",
95
95
  "@stylistic/eslint-plugin-js": "^4.2.0",
96
96
  "@stylistic/eslint-plugin-jsx": "^4.2.0",
97
97
  "@stylistic/eslint-plugin-plus": "^4.2.0",
98
98
  "@stylistic/eslint-plugin-ts": "^4.2.0",
99
- "@typescript-eslint/eslint-plugin": "^8.26.0",
100
- "@typescript-eslint/parser": "^8.26.0",
99
+ "@typescript-eslint/eslint-plugin": "^8.27.0",
100
+ "@typescript-eslint/parser": "^8.27.0",
101
101
  "cspell-lib": "^8.17.5",
102
102
  "eslint-plugin-import-newlines": "^1.4.0",
103
- "eslint-plugin-import-x": "^4.6.1",
104
- "eslint-plugin-jsdoc": "^50.6.3",
103
+ "eslint-plugin-import-x": "^4.9.1",
104
+ "eslint-plugin-jsdoc": "^50.6.8",
105
105
  "eslint-plugin-jsonc": "^2.19.1",
106
106
  "eslint-plugin-markdown": "^5.1.0",
107
- "eslint-plugin-perfectionist": "^4.10.0",
107
+ "eslint-plugin-perfectionist": "^4.10.1",
108
108
  "eslint-plugin-unicorn": "^57.0.0",
109
109
  "eslint-plugin-unused-imports": "^4.1.4",
110
110
  "eslint-plugin-vitest": "^0.5.4",
111
111
  "eslint-plugin-yml": "^1.17.0",
112
112
  "markdownlint-cli2": "^0.17.2",
113
113
  "vite-tsconfig-paths": "^5.1.4",
114
- "vitest-github-actions-reporter": "^0.11.1"
114
+ "vitest-github-actions-reporter": "^0.11.1",
115
+ "yaml-eslint-parser": "^1.3.0"
115
116
  },
116
117
  "optionalDependencies": {
117
118
  "eslint-plugin-readable-tailwind": "^2.0.0"
@@ -122,8 +123,8 @@
122
123
  "cspell": "^8.17.5",
123
124
  "eslint": "^9.22.0",
124
125
  "markdownlint": "^0.37.4",
125
- "vite": "^6.2.1",
126
- "vitest": "^3.0.8"
126
+ "vite": "^6.2.2",
127
+ "vitest": "^3.0.9"
127
128
  },
128
129
  "keywords": []
129
130
  }