@kitschpatrol/shared-config 5.8.0 → 5.8.2

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.8.0";
11087
+ var version = "5.8.2";
11088
11088
 
11089
11089
  // ../../src/execa-utilities.ts
11090
11090
  function isErrorExecaError(error) {
@@ -12096,7 +12096,6 @@ var sharedKnipConfig = {
12096
12096
  "@prettier/plugin-xml",
12097
12097
  "prettier-plugin-packagejson",
12098
12098
  "prettier-plugin-sh",
12099
- "prettier-plugin-sql",
12100
12099
  "prettier-plugin-tailwindcss",
12101
12100
  "prettier-plugin-toml",
12102
12101
  // Undetected due to string import in cspell.config.js
@@ -12274,7 +12273,7 @@ var sharedOptions = [
12274
12273
  "--plugin=prettier-plugin-astro",
12275
12274
  "--plugin=prettier-plugin-packagejson",
12276
12275
  "--plugin=prettier-plugin-sh",
12277
- "--plugin=prettier-plugin-sql",
12276
+ // '--plugin=prettier-plugin-sql',
12278
12277
  "--plugin=prettier-plugin-svelte",
12279
12278
  "--plugin=prettier-plugin-tailwindcss",
12280
12279
  "--plugin=prettier-plugin-toml",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/shared-config",
3
- "version": "5.8.0",
3
+ "version": "5.8.2",
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.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"
47
+ "@kitschpatrol/cspell-config": "5.8.2",
48
+ "@kitschpatrol/eslint-config": "5.8.2",
49
+ "@kitschpatrol/knip-config": "5.8.2",
50
+ "@kitschpatrol/prettier-config": "5.8.2",
51
+ "@kitschpatrol/remark-config": "5.8.2",
52
+ "@kitschpatrol/mdat-config": "5.8.2",
53
+ "@kitschpatrol/repo-config": "5.8.2",
54
+ "@kitschpatrol/stylelint-config": "5.8.2",
55
+ "@kitschpatrol/typescript-config": "5.8.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "globby": "^15.0.0",
package/readme.md CHANGED
@@ -128,7 +128,7 @@ There are a few different ways to integrate `@kitschpatrol/shared-config` into y
128
128
  The easiest way to get started is to create a new project from a starter template:
129
129
 
130
130
  ```sh
131
- pnpm create @kitschpatrol/project
131
+ pnpm create @kitschpatrol/project@latest
132
132
  ```
133
133
 
134
134
  See the [template repository](https://github.com/kitschpatrol/create-project) for more details.