@kitschpatrol/shared-config 5.11.0 → 5.12.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 +1 -1
  2. package/license.txt +1 -1
  3. 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.11.0";
11110
+ var version = "5.12.0";
11111
11111
 
11112
11112
  // ../../src/execa-utilities.ts
11113
11113
  function isErrorExecaError(error) {
package/license.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023-2025 Eric Mika
3
+ Copyright (c) 2023-2026 Eric Mika
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/shared-config",
3
- "version": "5.11.0",
3
+ "version": "5.12.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.7.4",
47
- "@kitschpatrol/cspell-config": "5.11.0",
48
- "@kitschpatrol/eslint-config": "5.11.0",
49
- "@kitschpatrol/knip-config": "5.11.0",
50
- "@kitschpatrol/prettier-config": "5.11.0",
51
- "@kitschpatrol/mdat-config": "5.11.0",
52
- "@kitschpatrol/typescript-config": "5.11.0",
53
- "@kitschpatrol/repo-config": "5.11.0",
54
- "@kitschpatrol/stylelint-config": "5.11.0",
55
- "@kitschpatrol/remark-config": "5.11.0"
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"
56
56
  },
57
57
  "devDependencies": {
58
58
  "globby": "^15.0.0",