@schoero/configs 1.1.14 → 1.1.16

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.
@@ -37,4 +37,5 @@ tahoma
37
37
  postcss
38
38
  undici
39
39
  lucide
40
- Akshar
40
+ Akshar
41
+ partytown
package/eslint/jsx.js CHANGED
@@ -36,7 +36,7 @@ export const jsx = [
36
36
  "eslint-plugin-stylistic-jsx/jsx-function-call-newline": ["warn", "multiline"],
37
37
  "eslint-plugin-stylistic-jsx/jsx-first-prop-new-line": ["warn", "multiline-multiprop"],
38
38
  "eslint-plugin-stylistic-jsx/jsx-indent": ["warn", 2],
39
- "eslint-plugin-stylistic-jsx/jsx-pascal-case": "warn",
39
+ "eslint-plugin-stylistic-jsx/jsx-pascal-case": ["warn", { allowAllCaps: true }],
40
40
  "eslint-plugin-stylistic-jsx/jsx-indent-props": ["warn", 2],
41
41
  "eslint-plugin-stylistic-jsx/jsx-max-props-per-line": ["warn", { maximum: 1, when: "multiline" }],
42
42
  "eslint-plugin-stylistic-jsx/jsx-one-expression-per-line": ["warn", { allow: "single-line" }],
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.14",
2
+ "version": "1.1.16",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "@cspell/dict-bash": "^4.1.8",
79
- "@cspell/dict-companies": "^3.1.7",
79
+ "@cspell/dict-companies": "^3.1.9",
80
80
  "@cspell/dict-css": "^4.0.16",
81
81
  "@cspell/dict-de-ch": "^1.2.3",
82
82
  "@cspell/dict-en_us": "^4.3.28",
@@ -88,42 +88,42 @@
88
88
  "@cspell/dict-lorem-ipsum": "^4.0.3",
89
89
  "@cspell/dict-markdown": "^2.0.7",
90
90
  "@cspell/dict-node": "^5.0.5",
91
- "@cspell/dict-npm": "^5.1.14",
91
+ "@cspell/dict-npm": "^5.1.18",
92
92
  "@cspell/dict-public-licenses": "^2.0.11",
93
- "@cspell/dict-software-terms": "^4.1.17",
93
+ "@cspell/dict-software-terms": "^4.1.20",
94
94
  "@cspell/dict-typescript": "^3.1.11",
95
- "@stylistic/eslint-plugin-js": "^2.11.0",
96
- "@stylistic/eslint-plugin-jsx": "^2.11.0",
97
- "@stylistic/eslint-plugin-plus": "^2.11.0",
98
- "@stylistic/eslint-plugin-ts": "^2.11.0",
99
- "@typescript-eslint/eslint-plugin": "^8.16.0",
100
- "@typescript-eslint/parser": "^8.16.0",
101
- "cspell-lib": "^8.16.1",
95
+ "@stylistic/eslint-plugin-js": "^2.12.1",
96
+ "@stylistic/eslint-plugin-jsx": "^2.12.1",
97
+ "@stylistic/eslint-plugin-plus": "^2.12.1",
98
+ "@stylistic/eslint-plugin-ts": "^2.12.1",
99
+ "@typescript-eslint/eslint-plugin": "^8.18.1",
100
+ "@typescript-eslint/parser": "^8.18.1",
101
+ "cspell-lib": "^8.17.1",
102
102
  "eslint-plugin-import-newlines": "^1.4.0",
103
- "eslint-plugin-import-x": "^4.4.3",
104
- "eslint-plugin-jsdoc": "^50.6.0",
103
+ "eslint-plugin-import-x": "^4.5.1",
104
+ "eslint-plugin-jsdoc": "^50.6.1",
105
105
  "eslint-plugin-jsonc": "^2.18.2",
106
106
  "eslint-plugin-markdown": "^5.1.0",
107
- "eslint-plugin-perfectionist": "^4.1.2",
107
+ "eslint-plugin-perfectionist": "^4.3.0",
108
108
  "eslint-plugin-unicorn": "^56.0.1",
109
109
  "eslint-plugin-unused-imports": "^4.1.4",
110
110
  "eslint-plugin-vitest": "^0.5.4",
111
111
  "eslint-plugin-yml": "^1.16.0",
112
- "markdownlint-cli2": "^0.15.0",
113
- "vite-tsconfig-paths": "^5.1.3",
112
+ "markdownlint-cli2": "^0.16.0",
113
+ "vite-tsconfig-paths": "^5.1.4",
114
114
  "vitest-github-actions-reporter": "^0.11.1"
115
115
  },
116
116
  "optionalDependencies": {
117
117
  "eslint-plugin-readable-tailwind": "^1.8.2"
118
118
  },
119
119
  "devDependencies": {
120
- "@types/node": "^22.10.1",
120
+ "@types/node": "^22.10.2",
121
121
  "changelogen": "^0.5.7",
122
- "cspell": "^8.16.1",
123
- "eslint": "^9.16.0",
124
- "markdownlint": "^0.36.1",
122
+ "cspell": "^8.17.1",
123
+ "eslint": "^9.17.0",
124
+ "markdownlint": "^0.37.1",
125
125
  "vite": "^5.4.10",
126
- "vitest": "^2.1.6"
126
+ "vitest": "^2.1.8"
127
127
  },
128
128
  "keywords": []
129
129
  }