Skip to content

Commit 9424eaa

Browse files
chore(deps): update all dependencies
1 parent 515e438 commit 9424eaa

5 files changed

Lines changed: 71 additions & 70 deletions

File tree

.github/workflows/changeset-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
registry-url: 'https://npm.pkg.github.com'
2828

2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
30+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
3131

3232
- name: Install dependencies
3333
run: pnpm install

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Generate GitHub App Token
3232
id: app-token
33-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
33+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
3434
with:
3535
app-id: ${{ secrets.HAVE_RELEASE_APP_ID }}
3636
private-key: ${{ secrets.HAVE_RELEASE_APP_PRIVATE_KEY }}
@@ -48,7 +48,7 @@ jobs:
4848
registry-url: 'https://npm.pkg.github.com'
4949

5050
- name: Setup pnpm
51-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
51+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
5252

5353
- name: Get pnpm store directory
5454
shell: bash

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Generate GitHub App Token
2626
id: app-token
27-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
27+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
2828
with:
2929
app-id: ${{ secrets.HAVE_RELEASE_APP_ID }}
3030
private-key: ${{ secrets.HAVE_RELEASE_APP_PRIVATE_KEY }}
@@ -41,7 +41,7 @@ jobs:
4141
registry-url: 'https://npm.pkg.github.com'
4242

4343
- name: Setup pnpm
44-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
44+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4
4545

4646
- name: Get pnpm store directory
4747
shell: bash

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
8-
"packageManager": "pnpm@10.29.3",
8+
"packageManager": "pnpm@10.33.0",
99
"engines": {
1010
"node": ">=24",
1111
"pnpm": ">=9"
@@ -67,7 +67,7 @@
6767
"@changesets/cli": "^2.29.8",
6868
"@commitlint/cli": "^19.8.1",
6969
"@commitlint/config-conventional": "^19.8.1",
70-
"@types/node": "24.10.13",
70+
"@types/node": "24.12.0",
7171
"lefthook": "^2.0.0",
7272
"tsx": "^4.20.0",
7373
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)