File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1010 "fixed" : [],
1111 "linked" : [],
1212 "access" : " public" ,
13- "baseBranch" : " master " ,
13+ "baseBranch" : " 4.x " ,
1414 "updateInternalDependencies" : " patch" ,
1515 "ignore" : []
1616}
Original file line number Diff line number Diff line change 1+ ---
2+ " pretty-quick " : patch
3+ ---
4+
5+ fix: tinyexec v1 is esm only, use 0.x instead
Original file line number Diff line number Diff line change 2222 - 18
2323 - 20
2424 - 22
25+ - 24
2526 os :
2627 - ubuntu-latest
2728 fail-fast : false
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 push :
55 branches :
6- - master
6+ - 4.x
77
88concurrency :
99 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 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" : {
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" : {
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments