@schoero/configs 1.1.9 → 1.1.11

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.
Files changed (2) hide show
  1. package/eslint/json.js +1 -1
  2. package/package.json +24 -24
package/eslint/json.js CHANGED
@@ -106,7 +106,7 @@ export const json = [
106
106
  },
107
107
  {
108
108
  order: ["types", "require", "import"],
109
- pathPattern: "^exports.*$"
109
+ pathPattern: "^exports\..*\..*$"
110
110
  }
111
111
  ]
112
112
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.9",
2
+ "version": "1.1.11",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -43,7 +43,7 @@
43
43
  "changelogen": "^0.5.5",
44
44
  "cspell": "^8.13.0",
45
45
  "eslint": "^9.8.0",
46
- "markdownlint": "^0.35.0",
46
+ "markdownlint": "^0.36.1",
47
47
  "unwritten": "^0.2.12",
48
48
  "vite": "^5.3.5",
49
49
  "vitest": "^2.0.5"
@@ -79,7 +79,7 @@
79
79
  "@cspell/dict-companies": "^3.1.7",
80
80
  "@cspell/dict-css": "^4.0.16",
81
81
  "@cspell/dict-de-ch": "^1.2.3",
82
- "@cspell/dict-en_us": "^4.3.27",
82
+ "@cspell/dict-en_us": "^4.3.28",
83
83
  "@cspell/dict-fr-fr": "^2.2.5",
84
84
  "@cspell/dict-fullstack": "^3.2.3",
85
85
  "@cspell/dict-html": "^4.0.10",
@@ -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.11",
91
+ "@cspell/dict-npm": "^5.1.14",
92
92
  "@cspell/dict-public-licenses": "^2.0.11",
93
- "@cspell/dict-software-terms": "^4.1.13",
93
+ "@cspell/dict-software-terms": "^4.1.17",
94
94
  "@cspell/dict-typescript": "^3.1.11",
95
- "@stylistic/eslint-plugin-js": "^2.10.1",
96
- "@stylistic/eslint-plugin-jsx": "^2.10.1",
97
- "@stylistic/eslint-plugin-plus": "^2.10.1",
98
- "@stylistic/eslint-plugin-ts": "^2.10.1",
99
- "@typescript-eslint/eslint-plugin": "^8.13.0",
100
- "@typescript-eslint/parser": "^8.13.0",
101
- "cspell-lib": "^8.16.0",
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",
102
102
  "eslint-plugin-import-newlines": "^1.4.0",
103
- "eslint-plugin-import-x": "^4.4.0",
104
- "eslint-plugin-jsdoc": "^50.4.3",
105
- "eslint-plugin-jsonc": "^2.16.0",
103
+ "eslint-plugin-import-x": "^4.4.3",
104
+ "eslint-plugin-jsdoc": "^50.6.0",
105
+ "eslint-plugin-jsonc": "^2.18.2",
106
106
  "eslint-plugin-markdown": "^5.1.0",
107
- "eslint-plugin-perfectionist": "^3.9.1",
108
- "eslint-plugin-unicorn": "^56.0.0",
107
+ "eslint-plugin-perfectionist": "^4.1.2",
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
- "eslint-plugin-yml": "^1.15.0",
112
- "markdownlint-cli2": "^0.14.0",
113
- "vite-tsconfig-paths": "^5.1.0",
111
+ "eslint-plugin-yml": "^1.16.0",
112
+ "markdownlint-cli2": "^0.15.0",
113
+ "vite-tsconfig-paths": "^5.1.3",
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.9.0",
120
+ "@types/node": "^22.10.1",
121
121
  "changelogen": "^0.5.7",
122
- "cspell": "^8.16.0",
123
- "eslint": "^9.14.0",
122
+ "cspell": "^8.16.1",
123
+ "eslint": "^9.16.0",
124
124
  "markdownlint": "^0.36.1",
125
125
  "vite": "^5.4.10",
126
- "vitest": "^2.1.4"
126
+ "vitest": "^2.1.6"
127
127
  },
128
128
  "keywords": []
129
129
  }