@adbayb/stack 2.36.1-next-d738fcb → 2.36.1-next-185924d

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-185924d";
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-185924d",
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",
@@ -5,7 +5,6 @@ npm-debug.log*
5
5
  yarn-debug.log*
6
6
  yarn-error.log*
7
7
  lerna-debug.log*
8
- .pnpm-debug.log*
9
8
 
10
9
  # Diagnostic reports (https://nodejs.org/api/report.html)
11
10
  report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -57,12 +56,6 @@ web_modules/
57
56
  # Optional stylelint cache
58
57
  .stylelintcache
59
58
 
60
- # Microbundle cache
61
- .rpt2_cache/
62
- .rts2_cache_cjs/
63
- .rts2_cache_es/
64
- .rts2_cache_umd/
65
-
66
59
  # Optional REPL history
67
60
  .node_repl_history
68
61
 
@@ -74,24 +67,42 @@ web_modules/
74
67
 
75
68
  # dotenv environment variable files
76
69
  .env
77
- .env.development.local
78
- .env.test.local
79
- .env.production.local
80
- .env.local
70
+ .env.*
71
+ !.env.example
81
72
 
82
73
  # parcel-bundler cache (https://parceljs.org/)
83
74
  .cache
84
75
  .parcel-cache
85
76
 
77
+ # Next.js build output
78
+ .next
79
+ out
80
+
81
+ # Nuxt.js build / generate output
82
+ .nuxt
83
+ dist
84
+ .output
85
+
86
86
  # Gatsby files
87
87
  .cache/
88
88
  # Comment in the public line in if your project uses Gatsby and not Next.js
89
89
  # https://nextjs.org/blog/next-9-1#public-directory-support
90
90
  # public
91
91
 
92
- # vuepress v2.x temp and cache directory
92
+ # vuepress build output
93
+ .vuepress/dist
94
+
95
+ # vuepress v2.x temp directory
93
96
  .temp
94
- .cache
97
+
98
+ # Sveltekit cache directory
99
+ .svelte-kit/
100
+
101
+ # vitepress build output
102
+ **/.vitepress/dist
103
+
104
+ # vitepress cache directory
105
+ **/.vitepress/cache
95
106
 
96
107
  # Docusaurus cache and generated files
97
108
  .docusaurus
@@ -105,31 +116,33 @@ web_modules/
105
116
  # DynamoDB Local files
106
117
  .dynamodb/
107
118
 
119
+ # Firebase cache directory
120
+ .firebase/
121
+
108
122
  # TernJS port file
109
123
  .tern-port
110
124
 
111
125
  # Stores VSCode versions used for testing VSCode extensions
112
126
  .vscode-test
113
127
 
114
- # yarn v2
115
- .yarn/cache
116
- .yarn/unplugged
117
- .yarn/build-state.yml
118
- .yarn/install-state.gz
119
- .pnp.*
120
-
121
- # Vitest
122
- tsconfig.vitest-temp.json
123
-
124
- # Build output
125
- .expo
126
- web-build
127
- expo-env.d.ts
128
- .next
129
- .nuxt
130
- out
131
- dist
128
+ # pnpm
129
+ .pnpm-store
132
130
 
133
- # Others
131
+ # yarn v3
132
+ .pnp.*
133
+ .yarn/*
134
+ !.yarn/patches
135
+ !.yarn/plugins
136
+ !.yarn/releases
137
+ !.yarn/sdks
138
+ !.yarn/versions
139
+
140
+ # Vite files
141
+ vite.config.js.timestamp-*
142
+ vite.config.ts.timestamp-*
143
+ .vite/
144
+
145
+ # Custom
134
146
  .DS_Store
135
147
  .turbo
148
+ test-results
@@ -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*"
@@ -5,7 +5,6 @@ npm-debug.log*
5
5
  yarn-debug.log*
6
6
  yarn-error.log*
7
7
  lerna-debug.log*
8
- .pnpm-debug.log*
9
8
 
10
9
  # Diagnostic reports (https://nodejs.org/api/report.html)
11
10
  report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
@@ -57,12 +56,6 @@ web_modules/
57
56
  # Optional stylelint cache
58
57
  .stylelintcache
59
58
 
60
- # Microbundle cache
61
- .rpt2_cache/
62
- .rts2_cache_cjs/
63
- .rts2_cache_es/
64
- .rts2_cache_umd/
65
-
66
59
  # Optional REPL history
67
60
  .node_repl_history
68
61
 
@@ -74,24 +67,42 @@ web_modules/
74
67
 
75
68
  # dotenv environment variable files
76
69
  .env
77
- .env.development.local
78
- .env.test.local
79
- .env.production.local
80
- .env.local
70
+ .env.*
71
+ !.env.example
81
72
 
82
73
  # parcel-bundler cache (https://parceljs.org/)
83
74
  .cache
84
75
  .parcel-cache
85
76
 
77
+ # Next.js build output
78
+ .next
79
+ out
80
+
81
+ # Nuxt.js build / generate output
82
+ .nuxt
83
+ dist
84
+ .output
85
+
86
86
  # Gatsby files
87
87
  .cache/
88
88
  # Comment in the public line in if your project uses Gatsby and not Next.js
89
89
  # https://nextjs.org/blog/next-9-1#public-directory-support
90
90
  # public
91
91
 
92
- # vuepress v2.x temp and cache directory
92
+ # vuepress build output
93
+ .vuepress/dist
94
+
95
+ # vuepress v2.x temp directory
93
96
  .temp
94
- .cache
97
+
98
+ # Sveltekit cache directory
99
+ .svelte-kit/
100
+
101
+ # vitepress build output
102
+ **/.vitepress/dist
103
+
104
+ # vitepress cache directory
105
+ **/.vitepress/cache
95
106
 
96
107
  # Docusaurus cache and generated files
97
108
  .docusaurus
@@ -105,31 +116,33 @@ web_modules/
105
116
  # DynamoDB Local files
106
117
  .dynamodb/
107
118
 
119
+ # Firebase cache directory
120
+ .firebase/
121
+
108
122
  # TernJS port file
109
123
  .tern-port
110
124
 
111
125
  # Stores VSCode versions used for testing VSCode extensions
112
126
  .vscode-test
113
127
 
114
- # yarn v2
115
- .yarn/cache
116
- .yarn/unplugged
117
- .yarn/build-state.yml
118
- .yarn/install-state.gz
119
- .pnp.*
120
-
121
- # Vitest
122
- tsconfig.vitest-temp.json
123
-
124
- # Build output
125
- .expo
126
- web-build
127
- expo-env.d.ts
128
- .next
129
- .nuxt
130
- out
131
- dist
128
+ # pnpm
129
+ .pnpm-store
132
130
 
133
- # Others
131
+ # yarn v3
132
+ .pnp.*
133
+ .yarn/*
134
+ !.yarn/patches
135
+ !.yarn/plugins
136
+ !.yarn/releases
137
+ !.yarn/sdks
138
+ !.yarn/versions
139
+
140
+ # Vite files
141
+ vite.config.js.timestamp-*
142
+ vite.config.ts.timestamp-*
143
+ .vite/
144
+
145
+ # Custom
134
146
  .DS_Store
135
147
  .turbo
148
+ test-results
@@ -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*"