@kitschpatrol/shared-config 5.0.7 → 5.0.8

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.
Files changed (2) hide show
  1. package/bin/cli.js +5 -5
  2. package/package.json +10 -10
package/bin/cli.js CHANGED
@@ -11493,7 +11493,7 @@ var Yargs = YargsFactory(esm_default);
11493
11493
  var yargs_default = Yargs;
11494
11494
 
11495
11495
  // ../../package.json
11496
- var version = "5.0.7";
11496
+ var version = "5.0.8";
11497
11497
 
11498
11498
  // ../../src/execa-utilities.ts
11499
11499
  function isErrorExecaError(error) {
@@ -11834,11 +11834,11 @@ async function executeCliCommand(logStream, positionalArguments, optionFlags, co
11834
11834
  env: {
11835
11835
  // Use colorful output unless NO_COLOR is set
11836
11836
  // eslint-disable-next-line ts/naming-convention
11837
- ...process.env.NO_COLOR === void 0 ? { FORCE_COLOR: "true" } : {},
11838
- // Quiet node for when processing *.config.ts files in Node 22
11837
+ ...process.env.NO_COLOR === void 0 ? { FORCE_COLOR: "true" } : {}
11838
+ // Quiet Node when processing *.config.ts files in Node 22
11839
11839
  // Suppress experimental type stripping warning with --no-warnings
11840
- // eslint-disable-next-line ts/naming-convention
11841
- NODE_OPTIONS: "--experimental-strip-types --disable-warning=ExperimentalWarning"
11840
+ // TODO what's the story here on Node 20?
11841
+ // NODE_OPTIONS: '--experimental-strip-types --disable-warning=ExperimentalWarning',
11842
11842
  },
11843
11843
  preferLocal: true,
11844
11844
  reject: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/shared-config",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "description": "A collection of shared configurations, linters, and formatting tools for TypeScript projects. All managed as a single dependency, and invoked via a single CLI command.",
5
5
  "keywords": [
6
6
  "shared-config",
@@ -42,15 +42,15 @@
42
42
  "find-workspaces": "^0.3.1",
43
43
  "fs-extra": "^11.3.0",
44
44
  "prettier": "^3.5.2",
45
- "@kitschpatrol/cspell-config": "5.0.7",
46
- "@kitschpatrol/eslint-config": "5.0.7",
47
- "@kitschpatrol/knip-config": "5.0.7",
48
- "@kitschpatrol/remark-config": "5.0.7",
49
- "@kitschpatrol/prettier-config": "5.0.7",
50
- "@kitschpatrol/typescript-config": "5.0.7",
51
- "@kitschpatrol/mdat-config": "5.0.7",
52
- "@kitschpatrol/repo-config": "5.0.7",
53
- "@kitschpatrol/stylelint-config": "5.0.7"
45
+ "@kitschpatrol/cspell-config": "5.0.8",
46
+ "@kitschpatrol/knip-config": "5.0.8",
47
+ "@kitschpatrol/prettier-config": "5.0.8",
48
+ "@kitschpatrol/remark-config": "5.0.8",
49
+ "@kitschpatrol/eslint-config": "5.0.8",
50
+ "@kitschpatrol/stylelint-config": "5.0.8",
51
+ "@kitschpatrol/mdat-config": "5.0.8",
52
+ "@kitschpatrol/repo-config": "5.0.8",
53
+ "@kitschpatrol/typescript-config": "5.0.8"
54
54
  },
55
55
  "devDependencies": {
56
56
  "chalk": "^5.4.1",