@adbayb/stack 0.0.0-next-6c844b5 → 0.0.0-next-4da7c72
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 +12 -12
- package/templates/multi-projects/.changeset/config.json.tmpl +4 -0
- package/templates/multi-projects/.vscode/settings.json +2 -2
- package/templates/single-project/.changeset/config.json.tmpl +4 -0
- package/templates/single-project/.vscode/settings.json +2 -2
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adbayb/stack",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-4da7c72",
|
|
4
4
|
"description": "My opinionated JavaScript-based toolchain",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stack",
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"templates"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@changesets/changelog-github": "^0.5.
|
|
43
|
-
"@changesets/cli": "^2.
|
|
42
|
+
"@changesets/changelog-github": "^0.5.1",
|
|
43
|
+
"@changesets/cli": "^2.28.1",
|
|
44
44
|
"@commitlint/cli": "^19.7.1",
|
|
45
45
|
"@commitlint/config-conventional": "^19.7.1",
|
|
46
|
-
"@eslint/compat": "^1.2.
|
|
46
|
+
"@eslint/compat": "^1.2.7",
|
|
47
47
|
"@eslint/eslintrc": "^3.2.0",
|
|
48
|
-
"@stylistic/eslint-plugin": "^
|
|
49
|
-
"@vitest/eslint-plugin": "
|
|
48
|
+
"@stylistic/eslint-plugin": "^4.0.1",
|
|
49
|
+
"@vitest/eslint-plugin": "1.1.32-beta.1",
|
|
50
50
|
"eslint": "^9.20.1",
|
|
51
51
|
"eslint-config-prettier": "^10.0.1",
|
|
52
|
-
"eslint-import-resolver-typescript": "^3.8.
|
|
52
|
+
"eslint-import-resolver-typescript": "^3.8.3",
|
|
53
53
|
"eslint-plugin-depend": "^0.12.0",
|
|
54
54
|
"eslint-plugin-import-x": "^4.6.1",
|
|
55
55
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
@@ -59,19 +59,19 @@
|
|
|
59
59
|
"eslint-plugin-prettier": "^5.2.3",
|
|
60
60
|
"eslint-plugin-react": "^7.37.4",
|
|
61
61
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
62
|
-
"eslint-plugin-react-hooks-extra": "^1.
|
|
63
|
-
"eslint-plugin-react-web-api": "^1.
|
|
62
|
+
"eslint-plugin-react-hooks-extra": "^1.27.0",
|
|
63
|
+
"eslint-plugin-react-web-api": "^1.27.0",
|
|
64
64
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
65
65
|
"eslint-plugin-sort-keys-custom-order": "^2.2.1",
|
|
66
|
-
"eslint-plugin-unicorn": "^
|
|
66
|
+
"eslint-plugin-unicorn": "^57.0.0",
|
|
67
67
|
"fdir": "^6.4.3",
|
|
68
|
-
"globals": "^
|
|
68
|
+
"globals": "^16.0.0",
|
|
69
69
|
"prettier": "^3.5.1",
|
|
70
70
|
"prettier-plugin-packagejson": "^2.5.8",
|
|
71
71
|
"termost": "^1.4.0",
|
|
72
72
|
"turbo": "^2.4.2",
|
|
73
73
|
"typescript": "^5.7.3",
|
|
74
|
-
"typescript-eslint": "^8.24.
|
|
74
|
+
"typescript-eslint": "^8.24.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@types/node": "22.13.4",
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
"changelog": ["@changesets/changelog-github", { "repo": "{{repoId}}" }],
|
|
6
6
|
"commit": false,
|
|
7
7
|
"ignore": ["@examples/*"],
|
|
8
|
+
"privatePackages": {
|
|
9
|
+
"tag": true,
|
|
10
|
+
"version": true
|
|
11
|
+
},
|
|
8
12
|
"updateInternalDependencies": "patch",
|
|
9
13
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
10
14
|
"onlyUpdatePeerDependentsWhenOutOfRange": true,
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"source.addMissingImports.ts": "explicit",
|
|
15
15
|
"source.organizeImports": "never",
|
|
16
16
|
"source.organizeLinkDefinitions": "explicit",
|
|
17
|
-
"source.removeUnused.ts": "
|
|
18
|
-
"source.removeUnusedImports": "
|
|
17
|
+
"source.removeUnused.ts": "never",
|
|
18
|
+
"source.removeUnusedImports": "never",
|
|
19
19
|
"source.sortImports": "never"
|
|
20
20
|
},
|
|
21
21
|
"workbench.editor.labelFormat": "short",
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
"changelog": ["@changesets/changelog-github", { "repo": "{{repoId}}" }],
|
|
6
6
|
"commit": false,
|
|
7
7
|
"ignore": ["@examples/*"],
|
|
8
|
+
"privatePackages": {
|
|
9
|
+
"tag": true,
|
|
10
|
+
"version": true
|
|
11
|
+
},
|
|
8
12
|
"updateInternalDependencies": "patch",
|
|
9
13
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
10
14
|
"onlyUpdatePeerDependentsWhenOutOfRange": true,
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"source.addMissingImports.ts": "explicit",
|
|
15
15
|
"source.organizeImports": "never",
|
|
16
16
|
"source.organizeLinkDefinitions": "explicit",
|
|
17
|
-
"source.removeUnused.ts": "
|
|
18
|
-
"source.removeUnusedImports": "
|
|
17
|
+
"source.removeUnused.ts": "never",
|
|
18
|
+
"source.removeUnusedImports": "never",
|
|
19
19
|
"source.sortImports": "never"
|
|
20
20
|
},
|
|
21
21
|
"workbench.editor.labelFormat": "short",
|