@schoero/configs 1.2.7 → 1.2.8

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.
@@ -142,6 +142,7 @@ export const javascript = [
142
142
  "eslint-plugin-unicorn/prefer-export-from": ["warn", { ignoreUsedVariables: true }],
143
143
  "eslint-plugin-unicorn/prefer-negative-index": "warn",
144
144
  "eslint-plugin-unicorn/prefer-node-protocol": "warn",
145
+ "eslint-plugin-unicorn/no-negation-in-equality-check": "warn",
145
146
  "eslint-plugin-unicorn/number-literal-case": "warn",
146
147
  "eslint-plugin-unicorn/template-indent": ["warn", {
147
148
  tags: ["ts"]
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.7",
2
+ "version": "1.2.8",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -76,54 +76,54 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "@cspell/dict-bash": "^4.2.0",
79
- "@cspell/dict-companies": "^3.1.13",
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.30",
82
+ "@cspell/dict-en_us": "^4.3.33",
83
83
  "@cspell/dict-fr-fr": "^2.2.5",
84
- "@cspell/dict-fullstack": "^3.2.3",
84
+ "@cspell/dict-fullstack": "^3.2.5",
85
85
  "@cspell/dict-html": "^4.0.11",
86
86
  "@cspell/dict-html-symbol-entities": "^4.0.3",
87
87
  "@cspell/dict-it-it": "^3.1.4",
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.24",
91
+ "@cspell/dict-npm": "^5.1.27",
92
92
  "@cspell/dict-public-licenses": "^2.0.13",
93
- "@cspell/dict-software-terms": "^4.2.4",
93
+ "@cspell/dict-software-terms": "^4.2.5",
94
94
  "@cspell/dict-typescript": "^3.2.0",
95
- "@stylistic/eslint-plugin-js": "^3.0.0",
96
- "@stylistic/eslint-plugin-jsx": "^3.0.0",
97
- "@stylistic/eslint-plugin-plus": "^3.0.0",
98
- "@stylistic/eslint-plugin-ts": "^3.0.0",
99
- "@typescript-eslint/eslint-plugin": "^8.22.0",
100
- "@typescript-eslint/parser": "^8.22.0",
101
- "cspell-lib": "^8.17.3",
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",
99
+ "@typescript-eslint/eslint-plugin": "^8.25.0",
100
+ "@typescript-eslint/parser": "^8.25.0",
101
+ "cspell-lib": "^8.17.5",
102
102
  "eslint-plugin-import-newlines": "^1.4.0",
103
103
  "eslint-plugin-import-x": "^4.6.1",
104
104
  "eslint-plugin-jsdoc": "^50.6.3",
105
105
  "eslint-plugin-jsonc": "^2.19.1",
106
106
  "eslint-plugin-markdown": "^5.1.0",
107
- "eslint-plugin-perfectionist": "^4.7.0",
108
- "eslint-plugin-unicorn": "^56.0.1",
107
+ "eslint-plugin-perfectionist": "^4.9.0",
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
- "eslint-plugin-yml": "^1.16.0",
111
+ "eslint-plugin-yml": "^1.17.0",
112
112
  "markdownlint-cli2": "^0.17.2",
113
113
  "vite-tsconfig-paths": "^5.1.4",
114
114
  "vitest-github-actions-reporter": "^0.11.1"
115
115
  },
116
116
  "optionalDependencies": {
117
- "eslint-plugin-readable-tailwind": "^1.9.0 || ^2.0.0-beta.0 || ^2.0.0"
117
+ "eslint-plugin-readable-tailwind": "^1.9.0 || ^2.0.0-beta.2 || ^2.0.0"
118
118
  },
119
119
  "devDependencies": {
120
- "@types/node": "^22.12.0",
120
+ "@types/node": "^22.13.5",
121
121
  "changelogen": "^0.5.7",
122
- "cspell": "^8.17.3",
123
- "eslint": "^9.19.0",
122
+ "cspell": "^8.17.5",
123
+ "eslint": "^9.21.0",
124
124
  "markdownlint": "^0.37.4",
125
- "vite": "^6.0.11",
126
- "vitest": "^3.0.4"
125
+ "vite": "^6.2.0",
126
+ "vitest": "^3.0.7"
127
127
  },
128
128
  "keywords": []
129
129
  }