@kitschpatrol/shared-config 5.12.0 → 5.13.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 (2) hide show
  1. package/bin/cli.js +4 -4
  2. package/package.json +11 -11
package/bin/cli.js CHANGED
@@ -11107,7 +11107,7 @@ var Yargs = YargsFactory(esm_default);
11107
11107
  var yargs_default = Yargs;
11108
11108
 
11109
11109
  // ../../package.json
11110
- var version = "5.12.0";
11110
+ var version = "5.13.0";
11111
11111
 
11112
11112
  // ../../src/execa-utilities.ts
11113
11113
  function isErrorExecaError(error) {
@@ -11947,7 +11947,7 @@ async function printCspellConfigCommand(logStream) {
11947
11947
  var commandDefinition = {
11948
11948
  commands: {
11949
11949
  init: {
11950
- configFile: "cspell.config.js",
11950
+ configFile: "cspell.config.ts",
11951
11951
  configPackageJson: {
11952
11952
  cspell: {
11953
11953
  import: "@kitschpatrol/cspell-config"
@@ -12121,7 +12121,7 @@ var sharedKnipConfig = {
12121
12121
  "prettier-plugin-sh",
12122
12122
  "prettier-plugin-tailwindcss",
12123
12123
  "prettier-plugin-toml",
12124
- // Undetected due to string import in cspell.config.js
12124
+ // Undetected due to string import in cspell.config.ts
12125
12125
  "@kitschpatrol/dict-en-wiktionary"
12126
12126
  ]
12127
12127
  };
@@ -12319,7 +12319,7 @@ var commandDefinition5 = {
12319
12319
  positionalArgumentMode: "optional"
12320
12320
  },
12321
12321
  init: {
12322
- configFile: "prettier.config.js",
12322
+ configFile: "prettier.config.ts",
12323
12323
  configPackageJson: {
12324
12324
  prettier: "@kitschpatrol/prettier-config"
12325
12325
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/shared-config",
3
- "version": "5.12.0",
3
+ "version": "5.13.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",
@@ -43,16 +43,16 @@
43
43
  "execa": "^9.6.1",
44
44
  "find-workspaces": "^0.3.1",
45
45
  "fs-extra": "^11.3.3",
46
- "prettier": "^3.8.0",
47
- "@kitschpatrol/cspell-config": "5.12.0",
48
- "@kitschpatrol/eslint-config": "5.12.0",
49
- "@kitschpatrol/knip-config": "5.12.0",
50
- "@kitschpatrol/mdat-config": "5.12.0",
51
- "@kitschpatrol/repo-config": "5.12.0",
52
- "@kitschpatrol/stylelint-config": "5.12.0",
53
- "@kitschpatrol/prettier-config": "5.12.0",
54
- "@kitschpatrol/remark-config": "5.12.0",
55
- "@kitschpatrol/typescript-config": "5.12.0"
46
+ "prettier": "^3.8.1",
47
+ "@kitschpatrol/cspell-config": "5.13.0",
48
+ "@kitschpatrol/eslint-config": "5.13.0",
49
+ "@kitschpatrol/knip-config": "5.13.0",
50
+ "@kitschpatrol/remark-config": "5.13.0",
51
+ "@kitschpatrol/typescript-config": "5.13.0",
52
+ "@kitschpatrol/stylelint-config": "5.13.0",
53
+ "@kitschpatrol/repo-config": "5.13.0",
54
+ "@kitschpatrol/mdat-config": "5.13.0",
55
+ "@kitschpatrol/prettier-config": "5.13.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "globby": "^15.0.0",