@adbayb/stack 2.28.1 → 2.30.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.
@@ -21,6 +21,7 @@ export const config = [
21
21
  rules: {
22
22
  "import-x/no-anonymous-default-export": "off",
23
23
  "import-x/no-default-export": "off",
24
+ "sonarjs/file-name-differ-from-class": "off",
24
25
  "sonarjs/sonar-no-magic-numbers": "off",
25
26
  },
26
27
  },
package/dist/index.js CHANGED
@@ -195,7 +195,7 @@ const ESLINT_EXTENSIONS = [
195
195
  "mdx"
196
196
  ];
197
197
 
198
- var version = "2.28.1";
198
+ var version = "2.30.0";
199
199
 
200
200
  const createWatchCommand = (program)=>{
201
201
  program.command({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.28.1",
3
+ "version": "2.30.0",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",
@@ -40,38 +40,38 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "@changesets/changelog-github": "^0.5.1",
43
- "@changesets/cli": "^2.29.5",
43
+ "@changesets/cli": "^2.29.6",
44
44
  "@commitlint/cli": "^19.8.1",
45
45
  "@commitlint/config-conventional": "^19.8.1",
46
- "@eslint-react/eslint-plugin": "^1.52.3",
47
- "@eslint/compat": "^1.3.1",
48
- "@stylistic/eslint-plugin": "^5.2.2",
46
+ "@eslint-react/eslint-plugin": "^1.52.6",
47
+ "@eslint/compat": "^1.3.2",
48
+ "@stylistic/eslint-plugin": "^5.2.3",
49
49
  "@vitest/eslint-plugin": "^1.3.3",
50
- "eslint": "^9.32.0",
50
+ "eslint": "^9.34.0",
51
51
  "eslint-config-prettier": "^10.1.8",
52
52
  "eslint-import-resolver-typescript": "^4.4.4",
53
53
  "eslint-plugin-depend": "^1.2.0",
54
54
  "eslint-plugin-import-x": "^4.16.1",
55
55
  "eslint-plugin-jest-formatting": "^3.1.0",
56
- "eslint-plugin-jsdoc": "^51.4.1",
56
+ "eslint-plugin-jsdoc": "^54.1.1",
57
57
  "eslint-plugin-mdx": "^3.6.2",
58
- "eslint-plugin-n": "^17.21.0",
59
- "eslint-plugin-prettier": "^5.5.3",
58
+ "eslint-plugin-n": "^17.21.3",
59
+ "eslint-plugin-prettier": "^5.5.4",
60
60
  "eslint-plugin-react-hooks": "^5.2.0",
61
61
  "eslint-plugin-sonarjs": "^3.0.4",
62
62
  "eslint-plugin-sort-keys-custom-order": "^2.2.1",
63
63
  "eslint-plugin-unicorn": "^60.0.0",
64
- "fdir": "^6.4.6",
64
+ "fdir": "^6.5.0",
65
65
  "globals": "^16.3.0",
66
66
  "prettier": "^3.6.2",
67
67
  "prettier-plugin-packagejson": "^2.5.19",
68
68
  "termost": "^1.8.0",
69
- "turbo": "^2.5.5",
70
- "typescript": "^5.8.3",
71
- "typescript-eslint": "^8.38.0"
69
+ "turbo": "^2.5.6",
70
+ "typescript": "^5.9.2",
71
+ "typescript-eslint": "^8.40.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@types/node": "22.16.5",
74
+ "@types/node": "22.17.2",
75
75
  "quickbundle": "2.13.0"
76
76
  },
77
77
  "publishConfig": {
@@ -83,23 +83,12 @@ web_modules/
83
83
  .cache
84
84
  .parcel-cache
85
85
 
86
- # Next.js build output
87
- .next
88
- out
89
-
90
- # Nuxt.js build / generate output
91
- .nuxt
92
- dist
93
-
94
86
  # Gatsby files
95
87
  .cache/
96
88
  # Comment in the public line in if your project uses Gatsby and not Next.js
97
89
  # https://nextjs.org/blog/next-9-1#public-directory-support
98
90
  # public
99
91
 
100
- # vuepress build output
101
- .vuepress/dist
102
-
103
92
  # vuepress v2.x temp and cache directory
104
93
  .temp
105
94
  .cache
@@ -132,6 +121,15 @@ dist
132
121
  # Vitest
133
122
  tsconfig.vitest-temp.json
134
123
 
124
+ # Build output
125
+ .expo
126
+ web-build
127
+ expo-env.d.ts
128
+ .next
129
+ .nuxt
130
+ out
131
+ dist
132
+
135
133
  # Others
136
134
  .DS_Store
137
135
  .turbo
@@ -83,23 +83,12 @@ web_modules/
83
83
  .cache
84
84
  .parcel-cache
85
85
 
86
- # Next.js build output
87
- .next
88
- out
89
-
90
- # Nuxt.js build / generate output
91
- .nuxt
92
- dist
93
-
94
86
  # Gatsby files
95
87
  .cache/
96
88
  # Comment in the public line in if your project uses Gatsby and not Next.js
97
89
  # https://nextjs.org/blog/next-9-1#public-directory-support
98
90
  # public
99
91
 
100
- # vuepress build output
101
- .vuepress/dist
102
-
103
92
  # vuepress v2.x temp and cache directory
104
93
  .temp
105
94
  .cache
@@ -132,6 +121,15 @@ dist
132
121
  # Vitest
133
122
  tsconfig.vitest-temp.json
134
123
 
124
+ # Build output
125
+ .expo
126
+ web-build
127
+ expo-env.d.ts
128
+ .next
129
+ .nuxt
130
+ out
131
+ dist
132
+
135
133
  # Others
136
134
  .DS_Store
137
135
  .turbo