Skip to content

Commit 827ac86

Browse files
authored
fix: tinyexec v1 is esm only, use 0.x instead (#212)
1 parent 87771dd commit 827ac86

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fixed": [],
1111
"linked": [],
1212
"access": "public",
13-
"baseBranch": "master",
13+
"baseBranch": "4.x",
1414
"updateInternalDependencies": "patch",
1515
"ignore": []
1616
}

.changeset/short-rocks-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"pretty-quick": patch
3+
---
4+
5+
fix: tinyexec v1 is esm only, use 0.x instead

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- 18
2323
- 20
2424
- 22
25+
- 24
2526
os:
2627
- ubuntu-latest
2728
fail-fast: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- 4.x
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"lint:es": "eslint . --cache",
6363
"lint:tsc": "tsc --noEmit",
6464
"prepare": "patch-package && simple-git-hooks",
65-
"release": "yarn build && clean-pkg-json && changeset publish",
65+
"release": "yarn build && clean-pkg-json && changeset publish --tag release-v4",
6666
"test": "jest"
6767
},
6868
"peerDependencies": {
@@ -74,7 +74,7 @@
7474
"mri": "^1.2.0",
7575
"picocolors": "^1.1.1",
7676
"picomatch": "^4.0.2",
77-
"tinyexec": "^1.0.1",
77+
"tinyexec": "^0.3.2",
7878
"tslib": "^2.8.1"
7979
},
8080
"devDependencies": {

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11492,7 +11492,7 @@ __metadata:
1149211492
simple-git-hooks: ^2.13.0
1149311493
size-limit: ^11.2.0
1149411494
size-limit-preset-node-lib: ^0.4.0
11495-
tinyexec: ^1.0.1
11495+
tinyexec: ^0.3.2
1149611496
ts-jest: ^29.3.4
1149711497
ts-node: ^10.9.2
1149811498
tsdown: ^0.12.5
@@ -13730,6 +13730,13 @@ __metadata:
1373013730
languageName: node
1373113731
linkType: hard
1373213732

13733+
"tinyexec@npm:^0.3.2":
13734+
version: 0.3.2
13735+
resolution: "tinyexec@npm:0.3.2"
13736+
checksum: bd491923020610bdeadb0d8cf5d70e7cbad5a3201620fd01048c9bf3b31ffaa75c33254e1540e13b993ce4e8187852b0b5a93057bb598e7a57afa2ca2048a35c
13737+
languageName: node
13738+
linkType: hard
13739+
1373313740
"tinyexec@npm:^1.0.0, tinyexec@npm:^1.0.1":
1373413741
version: 1.0.1
1373513742
resolution: "tinyexec@npm:1.0.1"

0 commit comments

Comments
 (0)