diff --git a/.changeset/config.json b/.changeset/config.json index c200595..f3e31fb 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,7 +10,7 @@ "fixed": [], "linked": [], "access": "public", - "baseBranch": "master", + "baseBranch": "4.x", "updateInternalDependencies": "patch", "ignore": [] } diff --git a/.changeset/short-rocks-count.md b/.changeset/short-rocks-count.md new file mode 100644 index 0000000..7f42a59 --- /dev/null +++ b/.changeset/short-rocks-count.md @@ -0,0 +1,5 @@ +--- +"pretty-quick": patch +--- + +fix: tinyexec v1 is esm only, use 0.x instead diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28e4038..905f008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - 18 - 20 - 22 + - 24 os: - ubuntu-latest fail-fast: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45aa626..941da3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: branches: - - master + - 4.x concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/package.json b/package.json index 0844914..5c5de56 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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": { diff --git a/yarn.lock b/yarn.lock index f2f94cf..733cc2f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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"