@storm-software/linting-tools 1.104.0 → 1.104.2

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
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.103.6-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&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;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.104.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&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;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/bin/lint.cjs CHANGED
@@ -632,7 +632,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
632
632
  envName: fileName?.toUpperCase(),
633
633
  jitiOptions: {
634
634
  debug: false,
635
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
635
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
636
636
  },
637
637
  ...options
638
638
  });
@@ -644,7 +644,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
644
644
  envName: fileName?.toUpperCase(),
645
645
  jitiOptions: {
646
646
  debug: false,
647
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
647
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
648
648
  },
649
649
  configFile: fileName,
650
650
  ...options
package/bin/lint.js CHANGED
@@ -611,7 +611,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
611
611
  envName: fileName?.toUpperCase(),
612
612
  jitiOptions: {
613
613
  debug: false,
614
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
614
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
615
615
  },
616
616
  ...options
617
617
  });
@@ -623,7 +623,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
623
623
  envName: fileName?.toUpperCase(),
624
624
  jitiOptions: {
625
625
  debug: false,
626
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
626
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
627
627
  },
628
628
  configFile: fileName,
629
629
  ...options
package/dist/index.cjs CHANGED
@@ -576,7 +576,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
576
576
  envName: _optionalChain([fileName, 'optionalAccess', _30 => _30.toUpperCase, 'call', _31 => _31()]),
577
577
  jitiOptions: {
578
578
  debug: false,
579
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
579
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
580
580
  },
581
581
  ...options
582
582
  });
@@ -588,7 +588,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
588
588
  envName: _optionalChain([fileName, 'optionalAccess', _32 => _32.toUpperCase, 'call', _33 => _33()]),
589
589
  jitiOptions: {
590
590
  debug: false,
591
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
591
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
592
592
  },
593
593
  configFile: fileName,
594
594
  ...options
package/dist/index.js CHANGED
@@ -576,7 +576,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
576
576
  envName: fileName?.toUpperCase(),
577
577
  jitiOptions: {
578
578
  debug: false,
579
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
579
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
580
580
  },
581
581
  ...options
582
582
  });
@@ -588,7 +588,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
588
588
  envName: fileName?.toUpperCase(),
589
589
  jitiOptions: {
590
590
  debug: false,
591
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
591
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
592
592
  },
593
593
  configFile: fileName,
594
594
  ...options
package/package.json CHANGED
@@ -1 +1,142 @@
1
- {"name":"@storm-software/linting-tools","version":"1.104.0","type":"module","description":"⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/linting-tools"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"maintainers":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},{"name":"Pat Sullivan","email":"admin@stormsoftware.com","url":"https://patsullivan.org"}],"contributors":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"}],"funding":{"type":"github","url":"https://github.com/sponsors/storm-software"},"license":"Apache-2.0","private":false,"packageManager":"pnpm@9.15.2","engines":{"node":">=22.4.0","pnpm":">=9.15.2"},"bin":{"storm-lint":"./bin/lint.cjs","storm-lint-esm":"./bin/lint.js","storm-lint-cjs":"./bin/lint.cjs"},"main":"./dist/index.cjs","module":"./dist/index.js","exports":{"./package.json":"./package.json",".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./index":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./biome/*":"./biome/*","./ls-lint/*":"./ls-lint/*","./syncpack/*":"./syncpack/*","./cspell/*":"./cspell/*","./alex/*":"./alex/*","./taplo/*":"./taplo/*","./zizmor/*":"./zizmor/*","./dependency-cruiser/*":"./dependency-cruiser/*"},"types":"./dist/index.d.ts","files":["alex/**/*","bin/**/*","biome/**/*","cspell/**/*","dist/**/*","ls-lint/**/*","syncpack/**/*","taplo/**/*","zizmor/**/*"],"keywords":["storm-software","monorepo","storm-ops","sullivanpj","manypkg","ls-lint","cspell","biome","alex","taplo","syncpack","zizmor"],"peerDependencies":{"@storm-software/cspell":"workspace:*"},"peerDependenciesMeta":{"@storm-software/cspell":{"optional":false}},"dependencies":{"@angular-devkit/architect":"0.1900.6","@manypkg/cli":"0.21.4","@manypkg/get-packages":"2.2.1","alex":"11.0.1","check-dependency-version-consistency":"4.1.0","commander":"^12.1.0","dpdm":"3.14.0","fast-glob":"3.3.2","fs-extra":"11.2.0","octokit":"4.0.2","p-limit":"5.0.0","rehype-parse":"9.0.0","rehype-retext":"4.0.0","remark-frontmatter":"5.0.0","remark-gfm":"4.0.0","remark-mdx":"3.0.1","remark-parse":"11.0.0","remark-retext":"6.0.0","retext-english":"5.0.0","retext-equality":"7.1.0","retext-profanities":"8.0.0","spawndamnit":"2.0.0","tsconfig-paths":"4.2.0","unified":"11.0.5","unified-engine":"11.2.1","vfile-reporter":"8.1.1"},"devDependencies":{"@storm-software/cspell":"0.6.0","@types/node":"^22.10.2","cspell":"8.8.4","tsup":"8.3.5"},"publishConfig":{"access":"public"}}
1
+ {
2
+ "name": "@storm-software/linting-tools",
3
+ "version": "1.104.2",
4
+ "type": "module",
5
+ "description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
6
+ "repository": {
7
+ "type": "github",
8
+ "url": "https://github.com/storm-software/storm-ops",
9
+ "directory": "packages/linting-tools"
10
+ },
11
+ "homepage": "https://stormsoftware.com",
12
+ "bugs": "https://github.com/storm-software/storm-ops/issues",
13
+ "author": {
14
+ "name": "Storm Software",
15
+ "email": "contact@stormsoftware.com",
16
+ "url": "https://stormsoftware.com"
17
+ },
18
+ "maintainers": [
19
+ {
20
+ "name": "Storm Software",
21
+ "email": "contact@stormsoftware.com",
22
+ "url": "https://stormsoftware.com"
23
+ },
24
+ {
25
+ "name": "Pat Sullivan",
26
+ "email": "admin@stormsoftware.com",
27
+ "url": "https://patsullivan.org"
28
+ }
29
+ ],
30
+ "contributors": [
31
+ {
32
+ "name": "Storm Software",
33
+ "email": "contact@stormsoftware.com",
34
+ "url": "https://stormsoftware.com"
35
+ }
36
+ ],
37
+ "funding": {
38
+ "type": "github",
39
+ "url": "https://github.com/sponsors/storm-software"
40
+ },
41
+ "license": "Apache-2.0",
42
+ "private": false,
43
+ "packageManager": "pnpm@9.15.2",
44
+ "engines": { "node": ">=22.4.0", "pnpm": ">=9.15.2" },
45
+ "bin": {
46
+ "storm-lint": "./bin/lint.cjs",
47
+ "storm-lint-esm": "./bin/lint.js",
48
+ "storm-lint-cjs": "./bin/lint.cjs"
49
+ },
50
+ "main": "./dist/index.cjs",
51
+ "module": "./dist/index.js",
52
+ "exports": {
53
+ "./package.json": "./package.json",
54
+ ".": {
55
+ "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
56
+ "require": {
57
+ "types": "./dist/index.d.cts",
58
+ "default": "./dist/index.cjs"
59
+ },
60
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
61
+ },
62
+ "./index": {
63
+ "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
64
+ "require": {
65
+ "types": "./dist/index.d.cts",
66
+ "default": "./dist/index.cjs"
67
+ },
68
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
69
+ },
70
+ "./biome/*": "./biome/*",
71
+ "./ls-lint/*": "./ls-lint/*",
72
+ "./syncpack/*": "./syncpack/*",
73
+ "./cspell/*": "./cspell/*",
74
+ "./alex/*": "./alex/*",
75
+ "./taplo/*": "./taplo/*",
76
+ "./zizmor/*": "./zizmor/*",
77
+ "./dependency-cruiser/*": "./dependency-cruiser/*"
78
+ },
79
+ "types": "./dist/index.d.ts",
80
+ "files": [
81
+ "alex/**/*",
82
+ "bin/**/*",
83
+ "biome/**/*",
84
+ "cspell/**/*",
85
+ "dist/**/*",
86
+ "ls-lint/**/*",
87
+ "syncpack/**/*",
88
+ "taplo/**/*",
89
+ "zizmor/**/*"
90
+ ],
91
+ "keywords": [
92
+ "storm-software",
93
+ "monorepo",
94
+ "storm-ops",
95
+ "sullivanpj",
96
+ "manypkg",
97
+ "ls-lint",
98
+ "cspell",
99
+ "biome",
100
+ "alex",
101
+ "taplo",
102
+ "syncpack",
103
+ "zizmor"
104
+ ],
105
+ "peerDependencies": { "@storm-software/cspell": "workspace:*" },
106
+ "peerDependenciesMeta": { "@storm-software/cspell": { "optional": false } },
107
+ "dependencies": {
108
+ "@angular-devkit/architect": "0.1900.6",
109
+ "@manypkg/cli": "0.21.4",
110
+ "@manypkg/get-packages": "2.2.1",
111
+ "alex": "11.0.1",
112
+ "check-dependency-version-consistency": "4.1.0",
113
+ "commander": "^12.1.0",
114
+ "dpdm": "3.14.0",
115
+ "fast-glob": "3.3.2",
116
+ "fs-extra": "11.2.0",
117
+ "octokit": "4.0.2",
118
+ "p-limit": "5.0.0",
119
+ "rehype-parse": "9.0.0",
120
+ "rehype-retext": "4.0.0",
121
+ "remark-frontmatter": "5.0.0",
122
+ "remark-gfm": "4.0.0",
123
+ "remark-mdx": "3.0.1",
124
+ "remark-parse": "11.0.0",
125
+ "remark-retext": "6.0.0",
126
+ "retext-english": "5.0.0",
127
+ "retext-equality": "7.1.0",
128
+ "retext-profanities": "8.0.0",
129
+ "spawndamnit": "2.0.0",
130
+ "tsconfig-paths": "4.2.0",
131
+ "unified": "11.0.5",
132
+ "unified-engine": "11.2.1",
133
+ "vfile-reporter": "8.1.1"
134
+ },
135
+ "devDependencies": {
136
+ "@storm-software/cspell": "0.6.2",
137
+ "@types/node": "^22.10.2",
138
+ "cspell": "8.8.4",
139
+ "tsup": "8.3.5"
140
+ },
141
+ "publishConfig": { "access": "public" }
142
+ }