@schoero/configs 1.2.14 → 1.2.15
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.
- package/cspell/cspell.json +5 -0
- package/package.json +22 -22
package/cspell/cspell.json
CHANGED
|
@@ -321,6 +321,11 @@
|
|
|
321
321
|
"name": "sql-unicode-string-prefix",
|
|
322
322
|
"pattern": "/\\bN'/g"
|
|
323
323
|
},
|
|
324
|
+
{
|
|
325
|
+
"name": "js-hex-number",
|
|
326
|
+
"pattern": "/\\b0[xX][a-fA-F0-9]+n?\\b/g",
|
|
327
|
+
"description": "JavaScript Hexadecimal Number including BigInt."
|
|
328
|
+
},
|
|
324
329
|
{
|
|
325
330
|
"name": "js-hex-escape",
|
|
326
331
|
"pattern": "/\\\\x[a-f0-9]{2}/gi",
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.2.
|
|
2
|
+
"version": "1.2.15",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@cspell/dict-bash": "^4.2.0",
|
|
79
|
-
"@cspell/dict-companies": "^3.1
|
|
79
|
+
"@cspell/dict-companies": "^3.2.1",
|
|
80
80
|
"@cspell/dict-css": "^4.0.17",
|
|
81
|
-
"@cspell/dict-de-ch": "^1.
|
|
82
|
-
"@cspell/dict-en_us": "^4.4.
|
|
83
|
-
"@cspell/dict-fr-fr": "^2.
|
|
81
|
+
"@cspell/dict-de-ch": "^1.3.0",
|
|
82
|
+
"@cspell/dict-en_us": "^4.4.7",
|
|
83
|
+
"@cspell/dict-fr-fr": "^2.3.0",
|
|
84
84
|
"@cspell/dict-fullstack": "^3.2.6",
|
|
85
85
|
"@cspell/dict-html": "^4.0.11",
|
|
86
86
|
"@cspell/dict-html-symbol-entities": "^4.0.3",
|
|
@@ -88,43 +88,43 @@
|
|
|
88
88
|
"@cspell/dict-lorem-ipsum": "^4.0.4",
|
|
89
89
|
"@cspell/dict-markdown": "^2.0.10",
|
|
90
90
|
"@cspell/dict-node": "^5.0.7",
|
|
91
|
-
"@cspell/dict-npm": "^5.2.
|
|
91
|
+
"@cspell/dict-npm": "^5.2.3",
|
|
92
92
|
"@cspell/dict-public-licenses": "^2.0.13",
|
|
93
|
-
"@cspell/dict-software-terms": "^5.0.
|
|
93
|
+
"@cspell/dict-software-terms": "^5.0.8",
|
|
94
94
|
"@cspell/dict-typescript": "^3.2.1",
|
|
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.
|
|
100
|
-
"@typescript-eslint/parser": "^8.
|
|
101
|
-
"cspell-lib": "^
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "^8.32.0",
|
|
100
|
+
"@typescript-eslint/parser": "^8.32.0",
|
|
101
|
+
"cspell-lib": "^9.0.0",
|
|
102
102
|
"eslint-plugin-import-newlines": "^1.4.0",
|
|
103
|
-
"eslint-plugin-import-x": "^4.
|
|
104
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
103
|
+
"eslint-plugin-import-x": "^4.11.0",
|
|
104
|
+
"eslint-plugin-jsdoc": "^50.6.11",
|
|
105
105
|
"eslint-plugin-jsonc": "^2.20.0",
|
|
106
106
|
"eslint-plugin-markdown": "^5.1.0",
|
|
107
|
-
"eslint-plugin-perfectionist": "^4.
|
|
108
|
-
"eslint-plugin-unicorn": "^
|
|
107
|
+
"eslint-plugin-perfectionist": "^4.12.3",
|
|
108
|
+
"eslint-plugin-unicorn": "^59.0.1",
|
|
109
109
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
110
110
|
"eslint-plugin-vitest": "^0.5.4",
|
|
111
|
-
"eslint-plugin-yml": "^1.
|
|
111
|
+
"eslint-plugin-yml": "^1.18.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
|
"yaml-eslint-parser": "^1.3.0"
|
|
116
116
|
},
|
|
117
117
|
"optionalDependencies": {
|
|
118
|
-
"eslint-plugin-readable-tailwind": "^2.1.
|
|
118
|
+
"eslint-plugin-readable-tailwind": "^2.1.1"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
|
-
"@types/node": "^22.
|
|
121
|
+
"@types/node": "^22.15.15",
|
|
122
122
|
"changelogen": "^0.6.1",
|
|
123
|
-
"cspell": "^
|
|
124
|
-
"eslint": "^9.
|
|
125
|
-
"markdownlint": "^0.
|
|
126
|
-
"vite": "^6.
|
|
127
|
-
"vitest": "^3.1.
|
|
123
|
+
"cspell": "^9.0.0",
|
|
124
|
+
"eslint": "^9.26.0",
|
|
125
|
+
"markdownlint": "^0.38.0",
|
|
126
|
+
"vite": "^6.3.5",
|
|
127
|
+
"vitest": "^3.1.3"
|
|
128
128
|
},
|
|
129
129
|
"keywords": []
|
|
130
130
|
}
|