Skip to content

Commit d05d8ef

Browse files
chore(deps): pin dependencies (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1476ed commit d05d8ef

File tree

10 files changed

+364
-357
lines changed

10 files changed

+364
-357
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- name: Checkout Repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3333

3434
- name: Setup Node.js ${{ matrix.node }}
35-
uses: actions/setup-node@v4
35+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3636
with:
3737
node-version: ${{ matrix.node }}
3838
cache: yarn
3939

40-
- uses: oven-sh/setup-bun@v2
40+
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
4141
with:
4242
bun-version: ${{ matrix.bun }}
4343

@@ -68,6 +68,6 @@ jobs:
6868
run: yarn benchmark
6969

7070
- name: Codecov
71-
uses: codecov/codecov-action@v5
71+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v3
37+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
3838
with:
3939
languages: ${{ matrix.language }}
4040
queries: +security-and-quality
@@ -43,9 +43,9 @@ jobs:
4343
- test/fixtures/yarn-pnp/.pnp.*
4444
4545
- name: Autobuild
46-
uses: github/codeql-action/autobuild@v3
46+
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
4747

4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@v3
49+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
5050
with:
5151
category: '/language:${{ matrix.language }}'

.github/workflows/pkg-pr-new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Setup Node.js LTS
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2020
with:
2121
node-version: lts/*
2222
cache: yarn

.github/workflows/pkg-size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Package Size Report
20-
uses: pkg-size/action@v1
20+
uses: pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1
2121
continue-on-error: true
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Repo
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
with:
2020
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121
fetch-depth: 0
2222

2323
- name: Setup Node.js LTS
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2525
with:
2626
node-version: lts/*
2727
cache: yarn

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

.yarn/releases/yarn-4.7.0.cjs renamed to .yarn/releases/yarn-4.8.1.cjs

Lines changed: 331 additions & 331 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ plugins:
99
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
1010
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
1111

12-
yarnPath: .yarn/releases/yarn-4.7.0.cjs
12+
yarnPath: .yarn/releases/yarn-4.8.1.cjs

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "JounQin (https://www.1stG.me) <[email protected]>",
88
"funding": "https://opencollective.com/unts",
99
"license": "MIT",
10-
"packageManager": "yarn@4.7.0",
10+
"packageManager": "yarn@4.8.1",
1111
"engines": {
1212
"node": "^14.18.0 || >=16.0.0"
1313
},
@@ -81,13 +81,13 @@
8181
"eslint": "^9.23.0",
8282
"jest": "^29.7.0",
8383
"lint-staged": "^15.5.0",
84-
"make-synchronized": "^0.3.1",
84+
"make-synchronized": "^0.7.0",
8585
"node-gyp": "^11.1.0",
8686
"prettier": "^3.5.3",
8787
"simple-git-hooks": "^2.12.1",
8888
"sync-threads": "^1.0.1",
8989
"synckit": "link:.",
90-
"tinyexec": "^0.3.2",
90+
"tinyexec": "^1.0.0",
9191
"ts-expect": "^1.3.0",
9292
"ts-jest": "^29.2.6",
9393
"ts-node": "^10.9.2",

yarn.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10877,10 +10877,10 @@ __metadata:
1087710877
languageName: node
1087810878
linkType: hard
1087910879

10880-
"make-synchronized@npm:^0.3.1":
10881-
version: 0.3.1
10882-
resolution: "make-synchronized@npm:0.3.1"
10883-
checksum: 10c0/bdd1052e17f461599850f718c57e6ef27fa9c4a5525e0c3910852c5928bdd751b5731027ba92ff28bdf075c00f68fcdcf9d31571b8f44290a137a67a25bdc0ea
10880+
"make-synchronized@npm:^0.7.0":
10881+
version: 0.7.2
10882+
resolution: "make-synchronized@npm:0.7.2"
10883+
checksum: 10c0/15384e1ad0bbff2632abb726d0928a20a06c5edb92e5b027cd50f83c265f3bc118e3f4b5e597f4e6c3cd9d0059fc4ab6d2dd36d6718e717168b989e716c36809
1088410884
languageName: node
1088510885
linkType: hard
1088610886

@@ -15152,13 +15152,13 @@ __metadata:
1515215152
eslint: "npm:^9.23.0"
1515315153
jest: "npm:^29.7.0"
1515415154
lint-staged: "npm:^15.5.0"
15155-
make-synchronized: "npm:^0.3.1"
15155+
make-synchronized: "npm:^0.7.0"
1515615156
node-gyp: "npm:^11.1.0"
1515715157
prettier: "npm:^3.5.3"
1515815158
simple-git-hooks: "npm:^2.12.1"
1515915159
sync-threads: "npm:^1.0.1"
1516015160
synckit: "link:."
15161-
tinyexec: "npm:^0.3.2"
15161+
tinyexec: "npm:^1.0.0"
1516215162
ts-expect: "npm:^1.3.0"
1516315163
ts-jest: "npm:^29.2.6"
1516415164
ts-node: "npm:^10.9.2"
@@ -15247,13 +15247,20 @@ __metadata:
1524715247
languageName: node
1524815248
linkType: hard
1524915249

15250-
"tinyexec@npm:^0.3.0, tinyexec@npm:^0.3.2":
15250+
"tinyexec@npm:^0.3.0":
1525115251
version: 0.3.2
1525215252
resolution: "tinyexec@npm:0.3.2"
1525315253
checksum: 10c0/3efbf791a911be0bf0821eab37a3445c2ba07acc1522b1fa84ae1e55f10425076f1290f680286345ed919549ad67527d07281f1c19d584df3b74326909eb1f90
1525415254
languageName: node
1525515255
linkType: hard
1525615256

15257+
"tinyexec@npm:^1.0.0":
15258+
version: 1.0.1
15259+
resolution: "tinyexec@npm:1.0.1"
15260+
checksum: 10c0/e1ec3c8194a0427ce001ba69fd933d0c957e2b8994808189ed8020d3e0c01299aea8ecf0083cc514ecbf90754695895f2b5c0eac07eb2d0c406f7d4fbb8feade
15261+
languageName: node
15262+
linkType: hard
15263+
1525715264
"tinyglobby@npm:^0.2.12":
1525815265
version: 0.2.12
1525915266
resolution: "tinyglobby@npm:0.2.12"

0 commit comments

Comments
 (0)