File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : autofix.ci # For security reasons, the workflow in which the autofix.ci action is used must be named "autofix.ci".
2-
32on :
43 pull_request :
54 types :
1615 runs-on : ubuntu-latest
1716 steps :
1817 - name : Checkout Repo
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2019
2120 - name : Setup Node.js LTS
2221 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3635 yarn lint:es --fix
3736
3837 - name : Apply autofix.ci
39- uses : autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
38+ uses : autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2
4039 with :
4140 fail-fast : false
Original file line number Diff line number Diff line change 3030 runs-on : ${{ matrix.os }}
3131 steps :
3232 - name : Checkout Repo
33- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434
3535 - name : Setup Node.js ${{ matrix.node }}
3636 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change 11name : Publish Any Commit
2+
23on :
34 - push
45 - pull_request
1314
1415 steps :
1516 - name : Checkout Repo
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1718
1819 - name : Setup Node.js LTS
1920 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
1919 - name : Package Size Report
20- uses : pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1
20+ uses : pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1.1.1
2121 continue-on-error : true
2222 env :
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424 with :
2525 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2626 fetch-depth : 0
Original file line number Diff line number Diff line change 11{
22 "name" : " synckit" ,
3- "version" : " 0.11.10 " ,
3+ "version" : " 0.11.11 " ,
44 "type" : " module" ,
55 "description" : " Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support." ,
66 "repository" : " https://github.com/un-ts/synckit.git" ,
6161 "version" : " changeset version && yarn --no-immutable"
6262 },
6363 "dependencies" : {
64- "@pkgr/core" : " ^0.2.4 "
64+ "@pkgr/core" : " ^0.2.9 "
6565 },
6666 "devDependencies" : {
6767 "@1stg/common-config" : " ^14.0.0" ,
Original file line number Diff line number Diff line change @@ -3723,10 +3723,10 @@ __metadata:
37233723 languageName: node
37243724 linkType: hard
37253725
3726- "@pkgr/core@npm:^0.2.3, @pkgr/core@npm:^0.2.4":
3727- version: 0.2.4
3728- resolution: "@pkgr/core@npm:0.2.4 "
3729- checksum: 10c0/2528a443bbbef5d4686614e1d73f834f19ccbc975f62b2a64974a6b97bcdf677b9c5e8948e04808ac4f0d853e2f422adfaae2a06e9e9f4f5cf8af76f1adf8dc1
3726+ "@pkgr/core@npm:^0.2.3, @pkgr/core@npm:^0.2.4, @pkgr/core@npm:^0.2.9 ":
3727+ version: 0.2.9
3728+ resolution: "@pkgr/core@npm:0.2.9 "
3729+ checksum: 10c0/ac8e4e8138b1a7a4ac6282873aef7389c352f1f8b577b4850778f5182e4a39a5241facbe48361fec817f56d02b51691b383010843fb08b34a8e8ea3614688fd5
37303730 languageName: node
37313731 linkType: hard
37323732
@@ -14227,7 +14227,7 @@ __metadata:
1422714227 "@changesets/cli": "npm:^2.29.4"
1422814228 "@commitlint/cli": "npm:^19.8.1"
1422914229 "@oxc-node/core": "npm:^0.0.27"
14230- "@pkgr/core": "npm:^0.2.4 "
14230+ "@pkgr/core": "npm:^0.2.9 "
1423114231 "@swc-node/register": "npm:^1.10.10"
1423214232 "@swc/core": "npm:^1.11.29"
1423314233 "@swc/helpers": "npm:^0.5.17"
You can’t perform that action at this time.
0 commit comments