Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"baseBranch": "4.x",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/short-rocks-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pretty-quick": patch
---

fix: tinyexec v1 is esm only, use 0.x instead
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- 18
- 20
- 22
- 24
os:
- ubuntu-latest
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- 4.x

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"lint:es": "eslint . --cache",
"lint:tsc": "tsc --noEmit",
"prepare": "patch-package && simple-git-hooks",
"release": "yarn build && clean-pkg-json && changeset publish",
"release": "yarn build && clean-pkg-json && changeset publish --tag release-v4",
"test": "jest"
},
"peerDependencies": {
Expand All @@ -74,7 +74,7 @@
"mri": "^1.2.0",
"picocolors": "^1.1.1",
"picomatch": "^4.0.2",
"tinyexec": "^1.0.1",
"tinyexec": "^0.3.2",
"tslib": "^2.8.1"
},
"devDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11492,7 +11492,7 @@ __metadata:
simple-git-hooks: ^2.13.0
size-limit: ^11.2.0
size-limit-preset-node-lib: ^0.4.0
tinyexec: ^1.0.1
tinyexec: ^0.3.2
ts-jest: ^29.3.4
ts-node: ^10.9.2
tsdown: ^0.12.5
Expand Down Expand Up @@ -13730,6 +13730,13 @@ __metadata:
languageName: node
linkType: hard

"tinyexec@npm:^0.3.2":
version: 0.3.2
resolution: "tinyexec@npm:0.3.2"
checksum: bd491923020610bdeadb0d8cf5d70e7cbad5a3201620fd01048c9bf3b31ffaa75c33254e1540e13b993ce4e8187852b0b5a93057bb598e7a57afa2ca2048a35c
languageName: node
linkType: hard

"tinyexec@npm:^1.0.0, tinyexec@npm:^1.0.1":
version: 1.0.1
resolution: "tinyexec@npm:1.0.1"
Expand Down
Loading