@adbayb/stack 0.0.0-next-39c69a8 → 0.0.0-next-f2fef9f

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +14 -14
package/dist/index.js CHANGED
@@ -464,7 +464,7 @@ const PRESERVE_FILES = [
464
464
  "node_modules"
465
465
  ];
466
466
 
467
- var version = "0.0.0-next-39c69a8";
467
+ var version = "0.0.0-next-f2fef9f";
468
468
 
469
469
  const createCreateCommand = (program)=>{
470
470
  program.command({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "0.0.0-next-39c69a8",
3
+ "version": "0.0.0-next-f2fef9f",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",
@@ -40,33 +40,33 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "@changesets/changelog-github": "^0.6.0",
43
- "@changesets/cli": "^2.30.0",
44
- "@commitlint/cli": "^20.5.0",
43
+ "@changesets/cli": "^2.31.0",
44
+ "@commitlint/cli": "^20.5.2",
45
45
  "@commitlint/config-conventional": "^20.5.0",
46
46
  "@eslint-react/eslint-plugin": "^3.0.0",
47
- "@eslint/compat": "^2.0.3",
47
+ "@eslint/compat": "^2.0.5",
48
48
  "@stylistic/eslint-plugin": "^5.10.0",
49
- "@vitest/eslint-plugin": "^1.6.13",
50
- "eslint": "^10.1.0",
49
+ "@vitest/eslint-plugin": "^1.6.16",
50
+ "eslint": "^10.2.1",
51
51
  "eslint-config-prettier": "^10.1.8",
52
52
  "eslint-import-resolver-typescript": "^4.4.4",
53
53
  "eslint-plugin-depend": "^1.5.0",
54
54
  "eslint-plugin-import-x": "^4.16.2",
55
- "eslint-plugin-jsdoc": "^62.8.0",
55
+ "eslint-plugin-jsdoc": "^62.9.0",
56
56
  "eslint-plugin-mdx": "^3.7.0",
57
57
  "eslint-plugin-n": "^17.24.0",
58
- "eslint-plugin-perfectionist": "^5.7.0",
58
+ "eslint-plugin-perfectionist": "^5.9.0",
59
59
  "eslint-plugin-prettier": "^5.5.5",
60
- "eslint-plugin-sonarjs": "^4.0.2",
60
+ "eslint-plugin-sonarjs": "^4.0.3",
61
61
  "eslint-plugin-unicorn": "^63.0.0",
62
62
  "fdir": "^6.5.0",
63
- "globals": "^17.4.0",
64
- "prettier": "^3.8.1",
63
+ "globals": "^17.5.0",
64
+ "prettier": "^3.8.3",
65
65
  "prettier-plugin-packagejson": "^3.0.2",
66
66
  "termost": "^1.9.0",
67
- "turbo": "^2.8.20",
68
- "typescript": "^6.0.2",
69
- "typescript-eslint": "^8.57.2"
67
+ "turbo": "^2.9.6",
68
+ "typescript": "^6.0.3",
69
+ "typescript-eslint": "^8.59.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/node": "24.12.0",