@storm-software/tsconfig 0.47.15 → 0.47.18

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/CHANGELOG.md CHANGED
@@ -1,7 +1,33 @@
1
+ ## [0.47.17](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.17) (2025-11-04)
2
+
3
+ ### Features
4
+
5
+ - **monorepo:** Update packages to use Nx v22.0.2 ([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Resolve sherif linting issues and reformat README markdown files ([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
10
+
1
11
  ![Storm Software's logo banner](https://public.storm-cdn.com/brand-banner.png)
2
12
 
3
13
  # Changelog for Storm Ops - Tsconfig
4
14
 
15
+ ## [0.47.16](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.16) (2025-10-31)
16
+
17
+ ### Miscellaneous
18
+
19
+ - **monorepo:** Update workspace package links
20
+ ([49f67dda6](https://github.com/storm-software/storm-ops/commit/49f67dda6))
21
+
22
+ ## [0.47.15](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.15) (2025-10-31)
23
+
24
+ ### Miscellaneous
25
+
26
+ - **cspell:** Added `automd` to the dictionary
27
+ ([2b54b1cac](https://github.com/storm-software/storm-ops/commit/2b54b1cac))
28
+ - **monorepo:** Update workspace package links
29
+ ([6c345f258](https://github.com/storm-software/storm-ops/commit/6c345f258))
30
+
5
31
  ## [0.47.14](https://github.com/storm-software/storm-ops/releases/tag/tsconfig%400.47.14) (2025-10-30)
6
32
 
7
33
  ### Miscellaneous
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-0.47.13-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-0.47.17-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 -->
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm TypeScript Configuration (tsconfig.json) Files](#storm-typescript-configuration-tsconfigjson-files)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsconfig",
3
- "version": "0.47.15",
3
+ "version": "0.47.18",
4
4
  "description": "A comprehensive package containing shared TypeScript configuration files for various Storm Software projects.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -26,7 +26,7 @@
26
26
  "sullivanpj"
27
27
  ],
28
28
  "dependencies": { "@total-typescript/ts-reset": "0.5.1" },
29
- "devDependencies": { "@types/node": "^22.10.2" },
29
+ "devDependencies": { "@types/node": "^22.19.0" },
30
30
  "publishConfig": { "access": "public" },
31
- "gitHead": "99cbe99b61fdfd4950fefc959a347ab232e788da"
31
+ "gitHead": "4ff7ccead93c470ebb8b9ad5fcd7e70f3a122cbf"
32
32
  }