@kitschpatrol/shared-config 5.7.3 → 5.8.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.
Files changed (3) hide show
  1. package/bin/cli.js +2 -3
  2. package/package.json +10 -10
  3. package/readme.md +1 -1
package/bin/cli.js CHANGED
@@ -11084,7 +11084,7 @@ var Yargs = YargsFactory(esm_default);
11084
11084
  var yargs_default = Yargs;
11085
11085
 
11086
11086
  // ../../package.json
11087
- var version = "5.7.3";
11087
+ var version = "5.8.0";
11088
11088
 
11089
11089
  // ../../src/execa-utilities.ts
11090
11090
  function isErrorExecaError(error) {
@@ -11245,8 +11245,7 @@ function isDirectoryBelow(directory, parent) {
11245
11245
  }
11246
11246
  function findWorkspacePackageDirectories() {
11247
11247
  const packageDirectory = getPackageDirectory();
11248
- const directories = /* @__PURE__ */ new Set();
11249
- directories.add(packageDirectory);
11248
+ const directories = /* @__PURE__ */ new Set([packageDirectory]);
11250
11249
  const workspaces = findWorkspaces();
11251
11250
  if (workspaces !== null) {
11252
11251
  for (const workspace of workspaces) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/shared-config",
3
- "version": "5.7.3",
3
+ "version": "5.8.0",
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",
@@ -44,15 +44,15 @@
44
44
  "find-workspaces": "^0.3.1",
45
45
  "fs-extra": "^11.3.2",
46
46
  "prettier": "^3.6.2",
47
- "@kitschpatrol/cspell-config": "5.7.3",
48
- "@kitschpatrol/eslint-config": "5.7.3",
49
- "@kitschpatrol/mdat-config": "5.7.3",
50
- "@kitschpatrol/remark-config": "5.7.3",
51
- "@kitschpatrol/knip-config": "5.7.3",
52
- "@kitschpatrol/prettier-config": "5.7.3",
53
- "@kitschpatrol/repo-config": "5.7.3",
54
- "@kitschpatrol/stylelint-config": "5.7.3",
55
- "@kitschpatrol/typescript-config": "5.7.3"
47
+ "@kitschpatrol/cspell-config": "5.8.0",
48
+ "@kitschpatrol/eslint-config": "5.8.0",
49
+ "@kitschpatrol/knip-config": "5.8.0",
50
+ "@kitschpatrol/prettier-config": "5.8.0",
51
+ "@kitschpatrol/remark-config": "5.8.0",
52
+ "@kitschpatrol/mdat-config": "5.8.0",
53
+ "@kitschpatrol/repo-config": "5.8.0",
54
+ "@kitschpatrol/stylelint-config": "5.8.0",
55
+ "@kitschpatrol/typescript-config": "5.8.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "globby": "^15.0.0",
package/readme.md CHANGED
@@ -220,7 +220,7 @@ pnpm run fix
220
220
 
221
221
  ### CLI
222
222
 
223
- <!-- cli-help cliCommand: 'ksc' -->
223
+ <!-- cli-help { cliCommand: 'ksc' } -->
224
224
 
225
225
  #### Command: `ksc`
226
226