@adbayb/stack 2.15.0 → 2.17.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/dist/index.js CHANGED
@@ -193,7 +193,7 @@ const ESLINT_EXTENSIONS = [
193
193
  "mdx"
194
194
  ];
195
195
 
196
- var version = "2.15.0";
196
+ var version = "2.17.0";
197
197
 
198
198
  const createWatchCommand = (program)=>{
199
199
  program.command({
@@ -277,7 +277,7 @@ const createInstallCommand = (program)=>{
277
277
  async handler () {
278
278
  const lineBreakMatcher = String.raw`\n|\r\n`;
279
279
  const modifiedFilesCommand = `node -e 'console.log(require("child_process").execSync("git status --porcelain", {encoding: "utf8"}).split(/${lineBreakMatcher}/).filter(Boolean).map(item => item.split(" ").at(-1)).join(" "))'`;
280
- await installGitHook("pre-commit", getStackCommand(`fix $(${modifiedFilesCommand})`, false));
280
+ await installGitHook("pre-commit", `${getStackCommand(`fix $(${modifiedFilesCommand})`, false)} && git add -A`);
281
281
  }
282
282
  }).task({
283
283
  label: label$4("Install `git.commit-msg` hook"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.15.0",
3
+ "version": "2.17.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.11",
44
- "@commitlint/cli": "^19.6.1",
45
- "@commitlint/config-conventional": "^19.6.0",
46
- "@eslint/compat": "^1.2.5",
43
+ "@changesets/cli": "^2.27.12",
44
+ "@commitlint/cli": "^19.7.1",
45
+ "@commitlint/config-conventional": "^19.7.1",
46
+ "@eslint/compat": "^1.2.6",
47
47
  "@eslint/eslintrc": "^3.2.0",
48
- "@stylistic/eslint-plugin": "^2.13.0",
49
- "@vitest/eslint-plugin": "^1.1.25",
50
- "eslint": "^9.18.0",
48
+ "@stylistic/eslint-plugin": "^3.1.0",
49
+ "@vitest/eslint-plugin": "^1.1.31",
50
+ "eslint": "^9.20.1",
51
51
  "eslint-config-prettier": "^10.0.1",
52
- "eslint-import-resolver-typescript": "^3.7.0",
52
+ "eslint-import-resolver-typescript": "^3.8.0",
53
53
  "eslint-plugin-depend": "^0.12.0",
54
54
  "eslint-plugin-import-x": "^4.6.1",
55
55
  "eslint-plugin-jest-formatting": "^3.1.0",
56
- "eslint-plugin-jsdoc": "^50.6.1",
56
+ "eslint-plugin-jsdoc": "^50.6.3",
57
57
  "eslint-plugin-mdx": "^3.1.5",
58
58
  "eslint-plugin-n": "^17.15.1",
59
- "eslint-plugin-prettier": "^5.2.1",
59
+ "eslint-plugin-prettier": "^5.2.3",
60
60
  "eslint-plugin-react": "^7.37.4",
61
61
  "eslint-plugin-react-hooks": "^5.1.0",
62
- "eslint-plugin-react-hooks-extra": "^1.23.2",
63
- "eslint-plugin-react-web-api": "^1.23.2",
64
- "eslint-plugin-sonarjs": "^3.0.1",
62
+ "eslint-plugin-react-hooks-extra": "^1.26.2",
63
+ "eslint-plugin-react-web-api": "^1.26.2",
64
+ "eslint-plugin-sonarjs": "^3.0.2",
65
65
  "eslint-plugin-sort-keys-custom-order": "^2.2.1",
66
66
  "eslint-plugin-unicorn": "^56.0.1",
67
- "fdir": "^6.4.2",
68
- "globals": "^15.14.0",
69
- "prettier": "^3.4.2",
70
- "prettier-plugin-packagejson": "^2.5.6",
67
+ "fdir": "^6.4.3",
68
+ "globals": "^15.15.0",
69
+ "prettier": "^3.5.1",
70
+ "prettier-plugin-packagejson": "^2.5.8",
71
71
  "termost": "^1.4.0",
72
- "turbo": "^2.3.3",
72
+ "turbo": "^2.4.2",
73
73
  "typescript": "^5.7.3",
74
- "typescript-eslint": "^8.20.0"
74
+ "typescript-eslint": "^8.24.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@types/node": "22.10.6",
77
+ "@types/node": "22.13.4",
78
78
  "quickbundle": "2.8.0"
79
79
  },
80
80
  "publishConfig": {
@@ -20,6 +20,6 @@
20
20
  "packageManager": "pnpm@{{npmVersion}}",
21
21
  "engines": {
22
22
  "node": ">=22.0.0",
23
- "pnpm": ">=9.0.0"
23
+ "pnpm": ">=10.0.0"
24
24
  }
25
25
  }
@@ -20,6 +20,6 @@
20
20
  "packageManager": "pnpm@{{npmVersion}}",
21
21
  "engines": {
22
22
  "node": ">=22.0.0",
23
- "pnpm": ">=9.0.0"
23
+ "pnpm": ">=10.0.0"
24
24
  }
25
25
  }