@schoero/configs 1.1.16 → 1.2.1

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.
@@ -265,6 +265,10 @@ export const typescript = [
265
265
  format: ["UPPER_CASE", "PascalCase"],
266
266
  selector: "enumMember"
267
267
  },
268
+ {
269
+ format: ["UPPER_CASE", "PascalCase"],
270
+ selector: "enum"
271
+ },
268
272
  {
269
273
  format: ["PascalCase"],
270
274
  selector: "typeLike"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.16",
2
+ "version": "1.2.1",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -39,14 +39,14 @@
39
39
  "unwritten"
40
40
  ],
41
41
  "peerDependencies": {
42
- "@stylistic/eslint-plugin-jsx": "^2.6.2",
43
- "changelogen": "^0.5.5",
44
- "cspell": "^8.13.0",
45
- "eslint": "^9.8.0",
46
- "markdownlint": "^0.36.1",
47
- "unwritten": "^0.2.12",
48
- "vite": "^5.3.5",
49
- "vitest": "^2.0.5"
42
+ "@stylistic/eslint-plugin-jsx": "^2.13.0",
43
+ "changelogen": "^0.5.7",
44
+ "cspell": "^8.17.2",
45
+ "eslint": "^9.18.0",
46
+ "markdownlint": "^0.37.4",
47
+ "unwritten": "^0.2.13",
48
+ "vite": "^6.0.7",
49
+ "vitest": "^3.0.1"
50
50
  },
51
51
  "peerDependenciesMeta": {
52
52
  "@stylistic/eslint-plugin-jsx": {
@@ -75,41 +75,41 @@
75
75
  }
76
76
  },
77
77
  "dependencies": {
78
- "@cspell/dict-bash": "^4.1.8",
79
- "@cspell/dict-companies": "^3.1.9",
80
- "@cspell/dict-css": "^4.0.16",
78
+ "@cspell/dict-bash": "^4.2.0",
79
+ "@cspell/dict-companies": "^3.1.12",
80
+ "@cspell/dict-css": "^4.0.17",
81
81
  "@cspell/dict-de-ch": "^1.2.3",
82
- "@cspell/dict-en_us": "^4.3.28",
82
+ "@cspell/dict-en_us": "^4.3.29",
83
83
  "@cspell/dict-fr-fr": "^2.2.5",
84
84
  "@cspell/dict-fullstack": "^3.2.3",
85
- "@cspell/dict-html": "^4.0.10",
85
+ "@cspell/dict-html": "^4.0.11",
86
86
  "@cspell/dict-html-symbol-entities": "^4.0.3",
87
- "@cspell/dict-it-it": "^3.1.3",
88
- "@cspell/dict-lorem-ipsum": "^4.0.3",
89
- "@cspell/dict-markdown": "^2.0.7",
90
- "@cspell/dict-node": "^5.0.5",
91
- "@cspell/dict-npm": "^5.1.18",
92
- "@cspell/dict-public-licenses": "^2.0.11",
93
- "@cspell/dict-software-terms": "^4.1.20",
94
- "@cspell/dict-typescript": "^3.1.11",
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",
87
+ "@cspell/dict-it-it": "^3.1.4",
88
+ "@cspell/dict-lorem-ipsum": "^4.0.4",
89
+ "@cspell/dict-markdown": "^2.0.9",
90
+ "@cspell/dict-node": "^5.0.6",
91
+ "@cspell/dict-npm": "^5.1.23",
92
+ "@cspell/dict-public-licenses": "^2.0.13",
93
+ "@cspell/dict-software-terms": "^4.2.2",
94
+ "@cspell/dict-typescript": "^3.2.0",
95
+ "@stylistic/eslint-plugin-js": "^2.13.0",
96
+ "@stylistic/eslint-plugin-jsx": "^2.13.0",
97
+ "@stylistic/eslint-plugin-plus": "^2.13.0",
98
+ "@stylistic/eslint-plugin-ts": "^2.13.0",
99
+ "@typescript-eslint/eslint-plugin": "^8.20.0",
100
+ "@typescript-eslint/parser": "^8.20.0",
101
+ "cspell-lib": "^8.17.2",
102
102
  "eslint-plugin-import-newlines": "^1.4.0",
103
- "eslint-plugin-import-x": "^4.5.1",
103
+ "eslint-plugin-import-x": "^4.6.1",
104
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.3.0",
107
+ "eslint-plugin-perfectionist": "^4.6.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.16.0",
112
+ "markdownlint-cli2": "^0.17.1",
113
113
  "vite-tsconfig-paths": "^5.1.4",
114
114
  "vitest-github-actions-reporter": "^0.11.1"
115
115
  },
@@ -117,13 +117,13 @@
117
117
  "eslint-plugin-readable-tailwind": "^1.8.2"
118
118
  },
119
119
  "devDependencies": {
120
- "@types/node": "^22.10.2",
120
+ "@types/node": "^22.10.7",
121
121
  "changelogen": "^0.5.7",
122
- "cspell": "^8.17.1",
123
- "eslint": "^9.17.0",
124
- "markdownlint": "^0.37.1",
125
- "vite": "^5.4.10",
126
- "vitest": "^2.1.8"
122
+ "cspell": "^8.17.2",
123
+ "eslint": "^9.18.0",
124
+ "markdownlint": "^0.37.4",
125
+ "vite": "^6.0.7",
126
+ "vitest": "^3.0.1"
127
127
  },
128
128
  "keywords": []
129
129
  }