@adbayb/stack 2.36.1-next-d738fcb → 2.36.1-next-2d037ee

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.
package/dist/index.js CHANGED
@@ -431,7 +431,7 @@ const PRESERVE_FILES = ["node_modules"];
431
431
 
432
432
  //#endregion
433
433
  //#region package.json
434
- var version = "2.36.1-next-d738fcb";
434
+ var version = "2.36.1-next-2d037ee";
435
435
 
436
436
  //#endregion
437
437
  //#region src/commands/create.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.36.1-next-d738fcb",
3
+ "version": "2.36.1-next-2d037ee",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",
@@ -41,22 +41,22 @@
41
41
  "dependencies": {
42
42
  "@changesets/changelog-github": "^0.7.0",
43
43
  "@changesets/cli": "^2.31.0",
44
- "@commitlint/cli": "^21.0.1",
45
- "@commitlint/config-conventional": "^21.0.1",
46
- "@eslint-react/eslint-plugin": "^5.8.4",
44
+ "@commitlint/cli": "^21.0.2",
45
+ "@commitlint/config-conventional": "^21.0.2",
46
+ "@eslint-react/eslint-plugin": "^5.8.7",
47
47
  "@eslint/compat": "^2.1.0",
48
48
  "@stylistic/eslint-plugin": "^5.10.0",
49
49
  "@vitest/eslint-plugin": "^1.6.18",
50
- "eslint": "^10.4.0",
50
+ "eslint": "^10.4.1",
51
51
  "eslint-config-prettier": "^10.1.8",
52
52
  "eslint-import-resolver-typescript": "^4.4.4",
53
53
  "eslint-plugin-depend": "^1.5.0",
54
54
  "eslint-plugin-import-x": "^4.16.2",
55
55
  "eslint-plugin-jsdoc": "^63.0.0",
56
- "eslint-plugin-mdx": "^3.7.0",
56
+ "eslint-plugin-mdx": "^3.7.1",
57
57
  "eslint-plugin-n": "^18.0.1",
58
58
  "eslint-plugin-perfectionist": "^5.9.0",
59
- "eslint-plugin-prettier": "^5.5.5",
59
+ "eslint-plugin-prettier": "^5.5.6",
60
60
  "eslint-plugin-sonarjs": "^4.0.3",
61
61
  "eslint-plugin-unicorn": "^64.0.0",
62
62
  "fdir": "^6.5.0",
@@ -64,9 +64,9 @@
64
64
  "prettier": "^3.8.3",
65
65
  "prettier-plugin-packagejson": "^3.0.2",
66
66
  "termost": "^1.9.1",
67
- "turbo": "^2.9.14",
67
+ "turbo": "^2.9.16",
68
68
  "typescript": "^6.0.3",
69
- "typescript-eslint": "^8.59.4"
69
+ "typescript-eslint": "^8.60.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/node": "24.12.4",
@@ -1,8 +1 @@
1
1
  save-exact=true
2
- public-hoist-pattern[]=*changesets*
3
- public-hoist-pattern[]=*commitlint*
4
- public-hoist-pattern[]=*eslint*
5
- public-hoist-pattern[]=*prettier*
6
- public-hoist-pattern[]=*turbo*
7
- public-hoist-pattern[]=*typescript*
8
- public-hoist-pattern[]=*types*
@@ -3,3 +3,11 @@ packages:
3
3
  - "examples/*"
4
4
  - "libraries/*"
5
5
  - "tools/*"
6
+ publicHoistPattern:
7
+ - "*changesets*"
8
+ - "*commitlint*"
9
+ - "*eslint*"
10
+ - "*prettier*"
11
+ - "*turbo*"
12
+ - "*typescript*"
13
+ - "*types*"
@@ -1,8 +1 @@
1
1
  save-exact=true
2
- public-hoist-pattern[]=*changesets*
3
- public-hoist-pattern[]=*commitlint*
4
- public-hoist-pattern[]=*eslint*
5
- public-hoist-pattern[]=*prettier*
6
- public-hoist-pattern[]=*turbo*
7
- public-hoist-pattern[]=*typescript*
8
- public-hoist-pattern[]=*types*
@@ -2,3 +2,11 @@ packages:
2
2
  - "examples/*"
3
3
  - "tools/*"
4
4
  - "{{projectName}}"
5
+ publicHoistPattern:
6
+ - "*changesets*"
7
+ - "*commitlint*"
8
+ - "*eslint*"
9
+ - "*prettier*"
10
+ - "*turbo*"
11
+ - "*typescript*"
12
+ - "*types*"