@schoero/configs 1.2.8 → 1.2.9

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.
@@ -134,7 +134,6 @@ export const javascript = [
134
134
  "eslint-plugin-unicorn/no-instanceof-array": "warn",
135
135
  "eslint-plugin-unicorn/no-unreadable-array-destructuring": "warn",
136
136
  "eslint-plugin-unicorn/numeric-separators-style": "warn",
137
- "eslint-plugin-unicorn/no-unsafe-regex": "warn",
138
137
  "eslint-plugin-unicorn/no-useless-length-check": "warn",
139
138
  "eslint-plugin-unicorn/no-useless-spread": "warn",
140
139
  "eslint-plugin-unicorn/throw-new-error": "warn",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.8",
2
+ "version": "1.2.9",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -92,10 +92,10 @@
92
92
  "@cspell/dict-public-licenses": "^2.0.13",
93
93
  "@cspell/dict-software-terms": "^4.2.5",
94
94
  "@cspell/dict-typescript": "^3.2.0",
95
- "@stylistic/eslint-plugin-js": "^4.0.1",
96
- "@stylistic/eslint-plugin-jsx": "^4.0.1",
97
- "@stylistic/eslint-plugin-plus": "^4.0.1",
98
- "@stylistic/eslint-plugin-ts": "^4.0.1",
95
+ "@stylistic/eslint-plugin-js": "^4.1.0",
96
+ "@stylistic/eslint-plugin-jsx": "^4.1.0",
97
+ "@stylistic/eslint-plugin-plus": "^4.1.0",
98
+ "@stylistic/eslint-plugin-ts": "^4.1.0",
99
99
  "@typescript-eslint/eslint-plugin": "^8.25.0",
100
100
  "@typescript-eslint/parser": "^8.25.0",
101
101
  "cspell-lib": "^8.17.5",
@@ -118,7 +118,7 @@
118
118
  },
119
119
  "devDependencies": {
120
120
  "@types/node": "^22.13.5",
121
- "changelogen": "^0.5.7",
121
+ "changelogen": "^0.6.0",
122
122
  "cspell": "^8.17.5",
123
123
  "eslint": "^9.21.0",
124
124
  "markdownlint": "^0.37.4",