@adbayb/stack 0.0.0-next-400d90f → 0.0.0-next-bb12fc2
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
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-bb12fc2",
|
|
4
4
|
"description": "My opinionated JavaScript-based toolchain",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stack",
|
|
@@ -40,41 +40,41 @@
|
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@changesets/changelog-github": "^0.5.0",
|
|
43
|
-
"@changesets/cli": "^2.27.
|
|
44
|
-
"@commitlint/cli": "^19.6.
|
|
43
|
+
"@changesets/cli": "^2.27.11",
|
|
44
|
+
"@commitlint/cli": "^19.6.1",
|
|
45
45
|
"@commitlint/config-conventional": "^19.6.0",
|
|
46
46
|
"@eslint/compat": "^1.2.4",
|
|
47
47
|
"@eslint/eslintrc": "^3.2.0",
|
|
48
|
-
"@stylistic/eslint-plugin": "^2.
|
|
49
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
50
|
-
"eslint": "^9.
|
|
48
|
+
"@stylistic/eslint-plugin": "^2.12.1",
|
|
49
|
+
"@vitest/eslint-plugin": "^1.1.20",
|
|
50
|
+
"eslint": "^9.17.0",
|
|
51
51
|
"eslint-config-prettier": "^9.1.0",
|
|
52
52
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
53
53
|
"eslint-plugin-depend": "^0.12.0",
|
|
54
|
-
"eslint-plugin-import-x": "^4.
|
|
54
|
+
"eslint-plugin-import-x": "^4.6.1",
|
|
55
55
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
56
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
56
|
+
"eslint-plugin-jsdoc": "^50.6.1",
|
|
57
57
|
"eslint-plugin-mdx": "^3.1.5",
|
|
58
|
-
"eslint-plugin-n": "^17.
|
|
58
|
+
"eslint-plugin-n": "^17.15.0",
|
|
59
59
|
"eslint-plugin-prettier": "^5.2.1",
|
|
60
60
|
"eslint-plugin-react": "^7.37.2",
|
|
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.20.1",
|
|
63
|
+
"eslint-plugin-react-web-api": "^1.20.1",
|
|
64
64
|
"eslint-plugin-sonarjs": "^3.0.1",
|
|
65
65
|
"eslint-plugin-sort-keys-custom-order": "^2.2.1",
|
|
66
66
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
67
67
|
"fdir": "^6.4.2",
|
|
68
|
-
"globals": "^15.
|
|
68
|
+
"globals": "^15.14.0",
|
|
69
69
|
"prettier": "^3.4.2",
|
|
70
70
|
"prettier-plugin-packagejson": "^2.5.6",
|
|
71
71
|
"termost": "^1.4.0",
|
|
72
72
|
"turbo": "^2.3.3",
|
|
73
73
|
"typescript": "^5.7.2",
|
|
74
|
-
"typescript-eslint": "^8.
|
|
74
|
+
"typescript-eslint": "^8.18.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@types/node": "22.10.
|
|
77
|
+
"@types/node": "22.10.2",
|
|
78
78
|
"quickbundle": "2.8.0"
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": {
|
|
@@ -9,7 +9,14 @@
|
|
|
9
9
|
"astro"
|
|
10
10
|
],
|
|
11
11
|
"editor.codeActionsOnSave": {
|
|
12
|
-
"source.fixAll.eslint": "explicit"
|
|
12
|
+
"source.fixAll.eslint": "explicit",
|
|
13
|
+
"source.fixAll.ts": "explicit",
|
|
14
|
+
"source.addMissingImports.ts": "explicit",
|
|
15
|
+
"source.organizeImports": "never",
|
|
16
|
+
"source.organizeLinkDefinitions": "explicit",
|
|
17
|
+
"source.removeUnused.ts": "explicit",
|
|
18
|
+
"source.removeUnusedImports": "explicit",
|
|
19
|
+
"source.sortImports": "never"
|
|
13
20
|
},
|
|
14
21
|
"workbench.editor.labelFormat": "short",
|
|
15
22
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
@@ -9,7 +9,14 @@
|
|
|
9
9
|
"astro"
|
|
10
10
|
],
|
|
11
11
|
"editor.codeActionsOnSave": {
|
|
12
|
-
"source.fixAll.eslint": "explicit"
|
|
12
|
+
"source.fixAll.eslint": "explicit",
|
|
13
|
+
"source.fixAll.ts": "explicit",
|
|
14
|
+
"source.addMissingImports.ts": "explicit",
|
|
15
|
+
"source.organizeImports": "never",
|
|
16
|
+
"source.organizeLinkDefinitions": "explicit",
|
|
17
|
+
"source.removeUnused.ts": "explicit",
|
|
18
|
+
"source.removeUnusedImports": "explicit",
|
|
19
|
+
"source.sortImports": "never"
|
|
13
20
|
},
|
|
14
21
|
"workbench.editor.labelFormat": "short",
|
|
15
22
|
"typescript.tsdk": "node_modules/typescript/lib",
|