@storm-software/eslint 0.170.76 → 0.170.77

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.15"};
4442
+ version: "0.0.16"};
4443
4443
 
4444
4444
  // ../eslint-plugin-banner/src/rules/banner.ts
4445
4445
  init_cjs_shims();
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.15"};
4288
+ version: "0.0.16"};
4289
4289
 
4290
4290
  // ../eslint-plugin-banner/src/rules/banner.ts
4291
4291
  init_esm_shims();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.170.76",
3
+ "version": "0.170.77",
4
4
  "private": false,
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "keywords": [
@@ -196,9 +196,9 @@
196
196
  "@next/eslint-plugin-next": "^15.5.19",
197
197
  "@nx/eslint": "22.7.5",
198
198
  "@prettier/plugin-xml": "^3.4.2",
199
- "@storm-software/eslint-plugin-banner": "0.0.16",
200
- "@storm-software/eslint-plugin-pnpm": "^0.0.15",
201
- "@storm-software/eslint-plugin-tsdoc": "^0.0.15",
199
+ "@storm-software/eslint-plugin-banner": "0.0.17",
200
+ "@storm-software/eslint-plugin-pnpm": "0.0.16",
201
+ "@storm-software/eslint-plugin-tsdoc": "0.0.16",
202
202
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
203
203
  "@types/eslint": "^9.6.1",
204
204
  "@types/eslint__js": "^8.42.3",
@@ -249,5 +249,5 @@
249
249
  "prettier-plugin-astro": "^0.14.0"
250
250
  },
251
251
  "publishConfig": { "access": "public" },
252
- "gitHead": "3338005eaf456a728852f8fc8a138faf67dcaa52"
252
+ "gitHead": "af8d3637180172149f50f593cb72bd5865e530a6"
253
253
  }