@storm-software/cspell 0.34.1 → 0.34.3

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-0.34.0-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.34.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/dict/storm.txt CHANGED
@@ -160,6 +160,7 @@ docgen
160
160
  doctoc
161
161
  domwindow
162
162
  donedeal
163
+ dotenvx
163
164
  dpdm
164
165
  dprint
165
166
  dsari
@@ -188,6 +189,7 @@ healthcheck
188
189
  healthz
189
190
  heroicons
190
191
  hideconstructor
192
+ hookable
191
193
  hookform
192
194
  httpparser
193
195
  immer
@@ -205,6 +207,7 @@ kafkajs
205
207
  kbit
206
208
  keybase
207
209
  ksql
210
+ kvhttp
208
211
  kysely
209
212
  langium
210
213
  layerci
@@ -328,6 +331,8 @@ treeshake
328
331
  tsdoc
329
332
  tsdocs
330
333
  tsdown
334
+ tses
335
+ tsestree
331
336
  tsup
332
337
  typecheck
333
338
  typedarrays
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cspell",
3
- "version": "0.34.1",
3
+ "version": "0.34.3",
4
4
  "type": "module",
5
5
  "description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
6
6
  "repository": {
@@ -111,23 +111,23 @@
111
111
  "@cspell/dict-css": "^4.0.17",
112
112
  "@cspell/dict-docker": "^1.1.14",
113
113
  "@cspell/dict-dotnet": "^5.0.9",
114
- "@cspell/dict-en-common-misspellings": "^2.0.11",
114
+ "@cspell/dict-en-common-misspellings": "^2.1.0",
115
115
  "@cspell/dict-en-gb": "^4.1.65",
116
- "@cspell/dict-en_us": "^4.4.9",
116
+ "@cspell/dict-en_us": "^4.4.11",
117
117
  "@cspell/dict-filetypes": "^3.0.12",
118
118
  "@cspell/dict-fonts": "^4.0.4",
119
119
  "@cspell/dict-fullstack": "^3.2.6",
120
- "@cspell/dict-git": "^3.0.5",
121
- "@cspell/dict-golang": "^6.0.21",
120
+ "@cspell/dict-git": "^3.0.6",
121
+ "@cspell/dict-golang": "^6.0.22",
122
122
  "@cspell/dict-html": "^4.0.11",
123
123
  "@cspell/dict-html-symbol-entities": "^4.0.3",
124
124
  "@cspell/dict-java": "^5.0.11",
125
- "@cspell/dict-k8s": "^1.0.10",
125
+ "@cspell/dict-k8s": "^1.0.11",
126
126
  "@cspell/dict-lorem-ipsum": "^4.0.4",
127
127
  "@cspell/dict-makefile": "^1.0.4",
128
- "@cspell/dict-markdown": "^2.0.10",
128
+ "@cspell/dict-markdown": "^2.0.11",
129
129
  "@cspell/dict-node": "^5.0.7",
130
- "@cspell/dict-npm": "^5.2.4",
130
+ "@cspell/dict-npm": "^5.2.6",
131
131
  "@cspell/dict-php": "^4.0.14",
132
132
  "@cspell/dict-powershell": "^5.0.14",
133
133
  "@cspell/dict-public-licenses": "^2.0.13",
@@ -139,7 +139,7 @@
139
139
  "@cspell/dict-sql": "^2.2.0",
140
140
  "@cspell/dict-svelte": "^1.0.6",
141
141
  "@cspell/dict-swift": "^2.0.5",
142
- "@cspell/dict-typescript": "^3.2.1",
142
+ "@cspell/dict-typescript": "^3.2.2",
143
143
  "@cspell/dict-vue": "^3.0.4",
144
144
  "tsup": "8.4.0"
145
145
  },