@shell-shock/eslint-plugin 0.0.85 → 0.0.86

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/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
 
6
6
  <div align="center">
7
7
  <picture>
8
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/shell-shock/banner-1280x640-dark.gif">
9
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/shell-shock/banner-1280x640-light.gif">
10
- <img src="https://public.storm-cdn.com/shell-shock/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-dark.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-light.gif">
10
+ <img src="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
11
11
  </picture>
12
12
  </div>
13
13
  <br />
@@ -243,9 +243,9 @@ specification. Contributions of any kind welcome!
243
243
 
244
244
  <div align="center">
245
245
  <picture>
246
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
247
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
248
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
246
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
247
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
248
+ <img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
249
249
  </picture>
250
250
  </div>
251
251
  <br />
@@ -277,8 +277,17 @@ generation of development tools, please reach out on our
277
277
 
278
278
  <br />
279
279
 
280
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
280
+ <div align="center">
281
+ <a href="https://stormsoftware.com" target="_blank">
282
+ <picture>
283
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
284
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
285
+ <img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
286
+ </picture>
287
+ </a>
288
+ </div>
281
289
  <br />
290
+
282
291
  <div align="center"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/misc/text/visit-us-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/misc/text/visit-us-light.png"><img src="https://public.storm-cdn.com/misc/text/visit-us-dark.png" height="90px" alt="Visit us at stormsoftware.com" /></picture></a></div>
283
292
 
284
293
  <br />
package/dist/package.cjs CHANGED
@@ -1 +1 @@
1
- var e=`0.0.84`;Object.defineProperty(exports,"version",{enumerable:!0,get:function(){return e}});
1
+ var e=`0.0.85`;Object.defineProperty(exports,"version",{enumerable:!0,get:function(){return e}});
package/dist/package.mjs CHANGED
@@ -1,2 +1,2 @@
1
- var e=`0.0.84`;export{e as version};
1
+ var e=`0.0.85`;export{e as version};
2
2
  //# sourceMappingURL=package.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/eslint-plugin",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "private": false,
5
5
  "description": "An ESLint Plugin with linting rules that ensure a Shell Shock project is following the best practices.",
6
6
  "keywords": ["eslint", "eslint-plugin", "shell-shock", "storm-software"],
@@ -81,28 +81,28 @@
81
81
  "@stryke/path": "^0.29.11",
82
82
  "@typescript-eslint/utils": "^8.61.0",
83
83
  "defu": "^6.1.7",
84
- "@storm-software/testing-tools": "^1.119.207",
85
- "powerlines": "^0.47.134"
84
+ "@storm-software/testing-tools": "^1.119.222",
85
+ "powerlines": "^0.47.137"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@eslint/compat": "^2.1.0",
89
89
  "@eslint/config-inspector": "^1.5.0",
90
- "@powerlines/plugin-tsdown": "^0.1.535",
91
- "@storm-software/testing-tools": "^1.119.207",
90
+ "@powerlines/plugin-tsdown": "^0.1.538",
91
+ "@storm-software/testing-tools": "^1.119.222",
92
92
  "@types/eslint": "^9.6.1",
93
93
  "@types/eslint__js": "^9.14.0",
94
94
  "@types/node": "^25.9.3",
95
- "eslint": "^10.4.1",
95
+ "eslint": "^10.5.0",
96
96
  "eslint-doc-generator": "^3.6.0",
97
97
  "eslint-flat-config-utils": "^2.1.4",
98
98
  "eslint-plugin-eslint-plugin": "^7.4.0",
99
99
  "eslint-plugin-i18n-text": "^1.0.1",
100
100
  "eslint-rule-documentation": "^1.0.23",
101
101
  "eslint-typegen": "^2.3.1",
102
- "powerlines": "^0.47.134"
102
+ "powerlines": "^0.47.137"
103
103
  },
104
104
  "peerDependencies": { "eslint": ">=9.39.3" },
105
105
  "peerDependenciesMeta": { "eslint": { "optional": false } },
106
106
  "publishConfig": { "access": "public" },
107
- "gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
107
+ "gitHead": "a6c69ec8211e244444893231fe37d7cfbe518fb1"
108
108
  }