@adbayb/stack 2.29.0 → 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.29.0";
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.29.0",
3
+ "version": "2.30.0",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",
@@ -40,20 +40,20 @@
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",
46
+ "@eslint-react/eslint-plugin": "^1.52.6",
47
47
  "@eslint/compat": "^1.3.2",
48
48
  "@stylistic/eslint-plugin": "^5.2.3",
49
49
  "@vitest/eslint-plugin": "^1.3.3",
50
- "eslint": "^9.33.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": "^52.0.4",
56
+ "eslint-plugin-jsdoc": "^54.1.1",
57
57
  "eslint-plugin-mdx": "^3.6.2",
58
58
  "eslint-plugin-n": "^17.21.3",
59
59
  "eslint-plugin-prettier": "^5.5.4",
@@ -61,17 +61,17 @@
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",
69
+ "turbo": "^2.5.6",
70
70
  "typescript": "^5.9.2",
71
- "typescript-eslint": "^8.39.0"
71
+ "typescript-eslint": "^8.40.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@types/node": "22.17.1",
74
+ "@types/node": "22.17.2",
75
75
  "quickbundle": "2.13.0"
76
76
  },
77
77
  "publishConfig": {