@adbayb/stack 2.36.1 → 2.37.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.
- package/dist/index.js +1 -1
- package/package.json +9 -9
- package/templates/multi-projects/.gitignore.tmpl +45 -32
- package/templates/multi-projects/.npmrc.tmpl +0 -7
- package/templates/multi-projects/pnpm-workspace.yaml.tmpl +8 -0
- package/templates/single-project/.gitignore.tmpl +45 -32
- package/templates/single-project/.npmrc.tmpl +0 -7
- package/templates/single-project/pnpm-workspace.yaml.tmpl +8 -0
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adbayb/stack",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.37.0",
|
|
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.
|
|
45
|
-
"@commitlint/config-conventional": "^21.0.
|
|
46
|
-
"@eslint-react/eslint-plugin": "^5.8.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
67
|
+
"turbo": "^2.9.16",
|
|
68
68
|
"typescript": "^6.0.3",
|
|
69
|
-
"typescript-eslint": "^8.
|
|
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
|
|
78
|
-
|
|
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
|
|
92
|
+
# vuepress build output
|
|
93
|
+
.vuepress/dist
|
|
94
|
+
|
|
95
|
+
# vuepress v2.x temp directory
|
|
93
96
|
.temp
|
|
94
|
-
|
|
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
|
-
#
|
|
115
|
-
.
|
|
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
|
-
#
|
|
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
|
|
@@ -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
|
|
78
|
-
|
|
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
|
|
92
|
+
# vuepress build output
|
|
93
|
+
.vuepress/dist
|
|
94
|
+
|
|
95
|
+
# vuepress v2.x temp directory
|
|
93
96
|
.temp
|
|
94
|
-
|
|
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
|
-
#
|
|
115
|
-
.
|
|
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
|
-
#
|
|
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
|