@storm-software/eslint 0.170.72 → 0.170.74

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/dist/preset.cjs CHANGED
@@ -4439,7 +4439,7 @@ init_cjs_shims();
4439
4439
 
4440
4440
  // ../eslint-plugin-banner/package.json
4441
4441
  var package_default = {
4442
- version: "0.0.11"};
4442
+ version: "0.0.13"};
4443
4443
 
4444
4444
  // ../eslint-plugin-banner/src/rules/banner.ts
4445
4445
  init_cjs_shims();
@@ -18459,7 +18459,7 @@ plugin3.configs = configs3;
18459
18459
 
18460
18460
  // ../eslint-plugin-pnpm/package.json
18461
18461
  var package_default2 = {
18462
- version: "0.0.11"};
18462
+ version: "0.0.13"};
18463
18463
 
18464
18464
  // ../eslint-plugin-pnpm/src/plugin.ts
18465
18465
  var plugin4 = {
package/dist/preset.js CHANGED
@@ -4285,7 +4285,7 @@ init_esm_shims();
4285
4285
 
4286
4286
  // ../eslint-plugin-banner/package.json
4287
4287
  var package_default = {
4288
- version: "0.0.11"};
4288
+ version: "0.0.13"};
4289
4289
 
4290
4290
  // ../eslint-plugin-banner/src/rules/banner.ts
4291
4291
  init_esm_shims();
@@ -18047,7 +18047,7 @@ plugin3.configs = configs3;
18047
18047
 
18048
18048
  // ../eslint-plugin-pnpm/package.json
18049
18049
  var package_default2 = {
18050
- version: "0.0.11"};
18050
+ version: "0.0.13"};
18051
18051
 
18052
18052
  // ../eslint-plugin-pnpm/src/plugin.ts
18053
18053
  var plugin4 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.170.72",
3
+ "version": "0.170.74",
4
4
  "private": false,
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "keywords": [
@@ -141,14 +141,14 @@
141
141
  "@eslint/eslintrc": "^3.3.5",
142
142
  "@eslint/markdown": "^6.6.0",
143
143
  "@nx/eslint-plugin": "22.7.5",
144
- "@storm-software/config": "1.137.82",
145
- "@storm-software/config-tools": "1.190.50",
146
- "@storm-software/package-constants": "0.1.63",
144
+ "@storm-software/config": "1.137.84",
145
+ "@storm-software/config-tools": "1.190.52",
146
+ "@storm-software/package-constants": "0.1.65",
147
147
  "@stylistic/eslint-plugin": "^4.4.1",
148
148
  "@typescript-eslint/eslint-plugin": "^8.61.0",
149
149
  "@typescript-eslint/parser": "^8.61.0",
150
150
  "@typescript-eslint/utils": "^8.61.0",
151
- "@vitest/eslint-plugin": "^1.6.19",
151
+ "@vitest/eslint-plugin": "^1.6.20",
152
152
  "chalk": "^4.1.2",
153
153
  "defu": "^6.1.7",
154
154
  "eslint-config-flat-gitignore": "^2.3.0",
@@ -174,10 +174,16 @@
174
174
  "eslint-plugin-unicorn": "^57.0.0",
175
175
  "eslint-plugin-unused-imports": "^4.4.1",
176
176
  "eslint-plugin-yml": "^1.19.1",
177
+ "fdir": "^6.5.0",
178
+ "find-up-simple": "^1.0.1",
177
179
  "globals": "^16.5.0",
178
180
  "jsonc-eslint-parser": "^2.4.2",
179
181
  "local-pkg": "^1.2.1",
180
182
  "parse-gitignore": "^2.0.0",
183
+ "pathe": "^2.0.3",
184
+ "picomatch": "^4.0.4",
185
+ "pnpm-workspace-yaml": "^0.3.1",
186
+ "tinyglobby": "^0.2.17",
181
187
  "toml-eslint-parser": "^0.10.1",
182
188
  "yaml-eslint-parser": "^1.3.2"
183
189
  },
@@ -190,9 +196,9 @@
190
196
  "@next/eslint-plugin-next": "^15.5.19",
191
197
  "@nx/eslint": "22.7.5",
192
198
  "@prettier/plugin-xml": "^3.4.2",
193
- "@storm-software/eslint-plugin-banner": "0.0.12",
194
- "@storm-software/eslint-plugin-pnpm": "0.0.12",
195
- "@storm-software/eslint-plugin-tsdoc": "0.0.12",
199
+ "@storm-software/eslint-plugin-banner": "0.0.14",
200
+ "@storm-software/eslint-plugin-pnpm": "0.0.14",
201
+ "@storm-software/eslint-plugin-tsdoc": "0.0.14",
196
202
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
197
203
  "@types/eslint": "^9.6.1",
198
204
  "@types/eslint__js": "^8.42.3",
@@ -243,5 +249,5 @@
243
249
  "prettier-plugin-astro": "^0.14.0"
244
250
  },
245
251
  "publishConfig": { "access": "public" },
246
- "gitHead": "30be7dd7e795ece6a62babcc0eee673cadd486e0"
252
+ "gitHead": "4c8e4b31aa299f6a9dd2e30f4a3ebdc4d59c85e4"
247
253
  }