@adbayb/stack 2.12.0 → 2.14.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/configs/eslint/presets/react.js +3 -1
- package/configs/eslint/presets/test.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +14 -14
- package/templates/multi-projects/libraries/{{projectName}}/package.json.tmpl +1 -1
- package/templates/single-project/{{projectName}}/package.json.tmpl +1 -1
|
@@ -4,9 +4,11 @@ import reactHooksPlugin from "eslint-plugin-react-hooks";
|
|
|
4
4
|
// eslint-disable-next-line depend/ban-dependencies
|
|
5
5
|
import reactPlugin from "eslint-plugin-react";
|
|
6
6
|
|
|
7
|
+
import { JAVASCRIPT_LIKE_EXTENSIONS } from "../constants.js";
|
|
8
|
+
|
|
7
9
|
export const config = [
|
|
8
10
|
{
|
|
9
|
-
files:
|
|
11
|
+
files: JAVASCRIPT_LIKE_EXTENSIONS,
|
|
10
12
|
plugins: {
|
|
11
13
|
"react": reactPlugin,
|
|
12
14
|
"react-hooks": reactHooksPlugin,
|
|
@@ -4,8 +4,8 @@ import vitestPlugin from "@vitest/eslint-plugin";
|
|
|
4
4
|
export const config = [
|
|
5
5
|
{
|
|
6
6
|
files: [
|
|
7
|
-
"**/test.{js,ts,jsx,tsx,cjs,cts,mjs,mts}",
|
|
8
|
-
"**/*.test.{js,ts,jsx,tsx,cjs,cts,mjs,mts}",
|
|
7
|
+
"**/{test,test-d}.{js,ts,jsx,tsx,cjs,cts,mjs,mts}",
|
|
8
|
+
"**/*.{test,test-d}.{js,ts,jsx,tsx,cjs,cts,mjs,mts}",
|
|
9
9
|
],
|
|
10
10
|
plugins: {
|
|
11
11
|
"jest-formatting": jestFormattingPlugin,
|
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.14.0",
|
|
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": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"clean": "rm -rf dist",
|
|
31
31
|
"prepublishOnly": "pnpm build",
|
|
32
32
|
"start": "pnpm watch",
|
|
33
|
-
"test": "vitest --typecheck --reporter=verbose",
|
|
33
|
+
"test": "vitest --passWithNoTests --typecheck --reporter=verbose",
|
|
34
34
|
"watch": "quickbundle watch"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"clean": "rm -rf dist",
|
|
31
31
|
"prepublishOnly": "pnpm build",
|
|
32
32
|
"start": "pnpm watch",
|
|
33
|
-
"test": "vitest --typecheck --reporter=verbose",
|
|
33
|
+
"test": "vitest --passWithNoTests --typecheck --reporter=verbose",
|
|
34
34
|
"watch": "quickbundle watch"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|