@kitschpatrol/cspell-config 5.8.3 → 5.9.0

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/bin/cli.js CHANGED
@@ -5138,7 +5138,7 @@ var Yargs = YargsFactory(esm_default);
5138
5138
  var yargs_default = Yargs;
5139
5139
 
5140
5140
  // ../../package.json
5141
- var version = "5.8.3";
5141
+ var version = "5.9.0";
5142
5142
 
5143
5143
  // ../../src/execa-utilities.ts
5144
5144
  function isErrorExecaError(error) {
@@ -5800,7 +5800,7 @@ async function checkForUnusedWords(fileGlobs = ["."]) {
5800
5800
  {
5801
5801
  issue({ text, uri }) {
5802
5802
  unusedWords = unusedWords.filter(
5803
- (word) => !(word.toLowerCase() === text.toLowerCase().replace(/['\u2019\u2018]s$/, "") && uri !== url.href)
5803
+ (word) => word.toLowerCase() !== text.toLowerCase().replace(/['\u2019\u2018]s$/, "") || uri === url.href
5804
5804
  );
5805
5805
  }
5806
5806
  }
@@ -5855,7 +5855,7 @@ async function casePoliceCommand(logStream, positionalArguments) {
5855
5855
  const logPrefix = "[Case Police]";
5856
5856
  const subStream = createStreamFilter((text) => {
5857
5857
  const plainText = stripVTControlCharacters(text);
5858
- const shouldStrip = !(plainText.startsWith(logPrefix) && plainText.includes("\u2192"));
5858
+ const shouldStrip = !plainText.startsWith(logPrefix) || !plainText.includes("\u2192");
5859
5859
  return shouldStrip;
5860
5860
  });
5861
5861
  subStream.pipe(logStream);
@@ -8,7 +8,7 @@ ARGB
8
8
  ARoS
9
9
  ARVR
10
10
  ASMR
11
- ASTC
11
+ ASTC
12
12
  AVIXA
13
13
  BBVA
14
14
  BICSI
@@ -105,6 +105,7 @@ KQED
105
105
  LGBTQ
106
106
  LLDB
107
107
  LLIS
108
+ LLM
108
109
  LTMSC
109
110
  LWJGL
110
111
  MCAD
@@ -202,4 +203,5 @@ WLAN
202
203
  WLTOF
203
204
  WWDC
204
205
  WXRU
206
+ XDOM
205
207
  XONE
@@ -281,6 +281,7 @@ linkedom
281
281
  linkify
282
282
  linkinator
283
283
  linkpath
284
+ LLMs
284
285
  localizable
285
286
  loggerless
286
287
  Loggly
@@ -467,6 +468,7 @@ pkgroll
467
468
  Plask
468
469
  playform
469
470
  playsinline
471
+ pmset
470
472
  pngs
471
473
  pointerupoutside
472
474
  Polycode
@@ -645,6 +647,7 @@ vsync
645
647
  Vuetify
646
648
  weasis
647
649
  webarchive
650
+ webc
648
651
  Webflow
649
652
  webmail
650
653
  webmin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/cspell-config",
3
- "version": "5.8.3",
3
+ "version": "5.9.0",
4
4
  "description": "CSpell configuration for @kitschpatrol/shared-config.",
5
5
  "keywords": [
6
6
  "shared-config",
@@ -43,13 +43,13 @@
43
43
  "init/*"
44
44
  ],
45
45
  "dependencies": {
46
- "@cspell/cspell-types": "^9.3.0",
46
+ "@cspell/cspell-types": "^9.3.2",
47
47
  "@pinojs/json-colorizer": "^4.0.0",
48
- "case-police": "^2.0.0",
48
+ "case-police": "^2.1.1",
49
49
  "cosmiconfig": "^9.0.0",
50
50
  "cosmiconfig-typescript-loader": "^6.2.0",
51
- "cspell": "^9.3.0",
52
- "cspell-lib": "^9.3.0",
51
+ "cspell": "^9.3.2",
52
+ "cspell-lib": "^9.3.2",
53
53
  "execa": "^9.6.0",
54
54
  "find-workspaces": "^0.3.1",
55
55
  "fs-extra": "^11.3.2",