Skip to content

Commit 75fdda7

Browse files
committed
chore: 🤖 bump version
1 parent 1ed3aa3 commit 75fdda7

File tree

8 files changed

+3078
-3375
lines changed

8 files changed

+3078
-3375
lines changed

.changeset/huge-tools-raise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperse/exec-program": patch
3+
---
4+
5+
bump version

.yarn/releases/yarn-4.3.1.cjs

Lines changed: 0 additions & 894 deletions
This file was deleted.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 948 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.3.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,31 +62,31 @@
6262
}
6363
},
6464
"dependencies": {
65-
"@hyperse/ts-node-paths": "^1.0.9",
66-
"execa": "^9.3.0"
65+
"@hyperse/ts-node-paths": "^1.0.12",
66+
"execa": "^9.5.3"
6767
},
6868
"devDependencies": {
69-
"@changesets/changelog-github": "0.5.0",
70-
"@changesets/cli": "2.27.7",
71-
"@commitlint/cli": "19.3.0",
72-
"@commitlint/config-conventional": "19.2.2",
73-
"@hyperse/eslint-config-hyperse": "^1.0.10",
74-
"@types/node": "^20.14.12",
75-
"commitizen": "4.3.0",
69+
"@changesets/changelog-github": "0.5.1",
70+
"@changesets/cli": "2.29.4",
71+
"@commitlint/cli": "19.8.1",
72+
"@commitlint/config-conventional": "19.8.1",
73+
"@hyperse/eslint-config-hyperse": "^1.4.4",
74+
"@types/node": "^22.15.18",
75+
"commitizen": "4.3.1",
7676
"cz-conventional-changelog": "3.3.0",
77-
"eslint": "^9.8.0",
78-
"husky": "9.1.3",
79-
"lint-staged": "15.2.7",
77+
"eslint": "^9.27.0",
78+
"husky": "9.1.7",
79+
"lint-staged": "16.0.0",
8080
"npm-run-all": "^4.1.5",
81-
"tsup": "^8.2.3",
82-
"typescript": "^5.5.4",
83-
"vitest": "^2.0.4"
81+
"tsup": "^8.5.0",
82+
"typescript": "^5.8.3",
83+
"vitest": "^3.1.3"
8484
},
8585
"engines": {
8686
"node": ">=20"
8787
},
8888
"publishConfig": {
8989
"access": "public"
9090
},
91-
"packageManager": "yarn@4.3.1"
91+
"packageManager": "yarn@4.9.1"
9292
}

src/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { execa } from 'execa';
2-
import { ExecOptions, ExecResultPromise } from './types.js';
2+
import type { ExecOptions, ExecResultPromise } from './types.js';
33

44
/**
55
* Execute a file with arguments and options

src/runTsScript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { execa } from 'execa';
2-
import { ExecOptions, ExecResultPromise } from './types.js';
2+
import type { ExecOptions, ExecResultPromise } from './types.js';
33

44
/**
55
* Process execute typescript script file using `@hyperse/ts-node-paths`

0 commit comments

Comments
 (0)