@shell-shock/eslint-plugin 0.0.48 → 0.0.50

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
@@ -27,7 +27,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.0.46-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.0.48-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -1,5 +1,4 @@
1
1
  import { Rule } from "eslint";
2
-
3
2
  //#region src/helpers/create-rule.d.ts
4
3
  type RuleModule<T extends readonly unknown[]> = Rule.RuleModule & {
5
4
  defaultOptions: T;
@@ -1 +1 @@
1
- {"version":3,"file":"create-rule.d.cts","names":[],"sources":["../../src/helpers/create-rule.ts"],"mappings":";;;KA2BY,UAAA,iCAA2C,IAAA,CAAK,UAAA;EAC1D,cAAA,EAAgB,CAAA;AAAA"}
1
+ {"version":3,"file":"create-rule.d.cts","names":[],"sources":["../../src/helpers/create-rule.ts"],"mappings":";;KA2BY,UAAA,iCAA2C,IAAA,CAAK,UAAA;EAC1D,cAAA,EAAgB,CAAA;AAAA"}
@@ -1,5 +1,4 @@
1
1
  import { Rule } from "eslint";
2
-
3
2
  //#region src/helpers/create-rule.d.ts
4
3
  type RuleModule<T extends readonly unknown[]> = Rule.RuleModule & {
5
4
  defaultOptions: T;
@@ -1 +1 @@
1
- {"version":3,"file":"create-rule.d.mts","names":[],"sources":["../../src/helpers/create-rule.ts"],"mappings":";;;KA2BY,UAAA,iCAA2C,IAAA,CAAK,UAAA;EAC1D,cAAA,EAAgB,CAAA;AAAA"}
1
+ {"version":3,"file":"create-rule.d.mts","names":[],"sources":["../../src/helpers/create-rule.ts"],"mappings":";;KA2BY,UAAA,iCAA2C,IAAA,CAAK,UAAA;EAC1D,cAAA,EAAgB,CAAA;AAAA"}
package/dist/package.cjs CHANGED
@@ -1 +1 @@
1
- var e=`0.0.48`;Object.defineProperty(exports,`version`,{enumerable:!0,get:function(){return e}});
1
+ var e=`0.0.50`;Object.defineProperty(exports,`version`,{enumerable:!0,get:function(){return e}});
package/dist/package.mjs CHANGED
@@ -1,2 +1,2 @@
1
- var e=`0.0.48`;export{e as version};
1
+ var e=`0.0.50`;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.48",
3
+ "version": "0.0.50",
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.3",
165
165
  "@typescript-eslint/utils": "^8.57.2",
166
166
  "defu": "^6.1.4",
167
- "@storm-software/testing-tools": "^1.119.133",
168
- "powerlines": "^0.42.22"
167
+ "@storm-software/testing-tools": "^1.119.135",
168
+ "powerlines": "^0.42.23"
169
169
  },
170
170
  "devDependencies": {
171
171
  "@eslint/compat": "^2.0.3",
172
172
  "@eslint/config-inspector": "^1.5.0",
173
- "@powerlines/plugin-tsdown": "^0.1.323",
174
- "@storm-software/testing-tools": "^1.119.133",
173
+ "@powerlines/plugin-tsdown": "^0.1.324",
174
+ "@storm-software/testing-tools": "^1.119.135",
175
175
  "@types/eslint": "^9.6.1",
176
176
  "@types/eslint__js": "^9.14.0",
177
177
  "@types/node": "^25.5.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.22"
185
+ "powerlines": "^0.42.23"
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": "e407612d68d6376d543e8009c6e2aeb5ff6bc74c"
220
+ "gitHead": "24f916421b8fcaf63663a5cb24746fadfcc7842f"
221
221
  }