@shell-shock/eslint-plugin 0.0.70 → 0.0.72

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
@@ -267,7 +267,7 @@ generation of development tools, please reach out on our
267
267
 
268
268
  <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>
269
269
  <br />
270
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
270
+ <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>
271
271
 
272
272
  <br />
273
273
 
package/dist/package.cjs CHANGED
@@ -1 +1 @@
1
- var e=`0.0.70`;Object.defineProperty(exports,`version`,{enumerable:!0,get:function(){return e}});
1
+ var e=`0.0.72`;Object.defineProperty(exports,`version`,{enumerable:!0,get:function(){return e}});
package/dist/package.mjs CHANGED
@@ -1,2 +1,2 @@
1
- var e=`0.0.70`;export{e as version};
1
+ var e=`0.0.72`;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.70",
3
+ "version": "0.0.72",
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"],
@@ -164,14 +164,14 @@
164
164
  "@stryke/path": "^0.27.4",
165
165
  "@typescript-eslint/utils": "^8.58.2",
166
166
  "defu": "^6.1.7",
167
- "@storm-software/testing-tools": "^1.119.150",
168
- "powerlines": "^0.42.38"
167
+ "@storm-software/testing-tools": "^1.119.152",
168
+ "powerlines": "^0.42.40"
169
169
  },
170
170
  "devDependencies": {
171
171
  "@eslint/compat": "^2.0.5",
172
172
  "@eslint/config-inspector": "^1.5.0",
173
- "@powerlines/plugin-tsdown": "^0.1.339",
174
- "@storm-software/testing-tools": "^1.119.150",
173
+ "@powerlines/plugin-tsdown": "^0.1.340",
174
+ "@storm-software/testing-tools": "^1.119.152",
175
175
  "@types/eslint": "^9.6.1",
176
176
  "@types/eslint__js": "^9.14.0",
177
177
  "@types/node": "^25.6.0",
@@ -182,7 +182,7 @@
182
182
  "eslint-plugin-i18n-text": "^1.0.1",
183
183
  "eslint-rule-documentation": "^1.0.23",
184
184
  "eslint-typegen": "^2.3.1",
185
- "powerlines": "^0.42.38"
185
+ "powerlines": "^0.42.40"
186
186
  },
187
187
  "peerDependencies": { "eslint": ">=9.39.3" },
188
188
  "peerDependenciesMeta": { "eslint": { "optional": false } },
@@ -217,5 +217,5 @@
217
217
  "./package.json": "./package.json"
218
218
  }
219
219
  },
220
- "gitHead": "6ef904ba0c05e26d17cc27465a09c535d6fd6b3c"
220
+ "gitHead": "dcc6ef2c66de17416af3242b25b977c49974b4a1"
221
221
  }