Skip to content

Commit 5aa2993

Browse files
Update all non-major dependencies
1 parent 5c2b873 commit 5aa2993

8 files changed

+496
-285
lines changed

.github/workflows/changeset-for-renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
if: github.event.head_commit.author.username == 'renovate[bot]'
1010
steps:
11-
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
11+
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
1212
id: app-token
1313
with:
1414
app-id: ${{ secrets.BOT_APP_ID }}
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ steps.app-token.outputs.token }}
2222
bot-app-slug: ${{ steps.app-token.outputs.app-slug }}
2323

24-
- uses: YutaUra/renovate-changeset-action@c566c76dd2d1374302339f443dd9f982ce5da2c2 # v0.0.22
24+
- uses: YutaUra/renovate-changeset-action@58703b808e5c6efbdb07598666f57c394fc8234a # v0.0.26
2525
with:
2626
message: ${{ github.event.head_commit.message }}
2727
setup-git-user: "false"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 10
1515
steps:
16-
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
16+
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
1717
id: app-token
1818
with:
1919
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/ts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 10
2525
steps:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
27+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2828
with:
2929
node-version: 20
3030
- run: corepack enable pnpm
@@ -39,7 +39,7 @@ jobs:
3939
contents: write
4040
pull-requests: write
4141
steps:
42-
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
42+
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
4343
id: app-token
4444
with:
4545
app-id: ${{ secrets.BOT_APP_ID }}

.github/workflows/wait-for-workflows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 30
1010
steps:
11-
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
11+
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
1212
id: app-token
1313
with:
1414
app-id: ${{ secrets.BOT_APP_ID }}
1515
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
16-
- uses: int128/wait-for-workflows-action@cd9f0586af438d5ba3730b22658c3a7096fd779a # v1.28.0
16+
- uses: int128/wait-for-workflows-action@5d39a953c239c5c6442df6647699d5bca07e31d1 # v1.36.0
1717
with:
1818
token: ${{ steps.app-token.outputs.token }}

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.2
1+
20.19.0

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ inputs:
4444
runs:
4545
using: composite
4646
steps:
47-
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
47+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
4848
with:
4949
node-version: 20
5050

51-
- uses: changesets/action@c8bada60c408975afd1a20b3db81d6eee6789308 # v1.4.9
51+
- uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
5252
id: changeset
5353
with:
5454
publish: node --enable-source-maps ${{ github.action_path }}/dist/main.cjs

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
"devDependencies": {
1515
"@biomejs/biome": "1.9.4",
16-
"@changesets/cli": "2.27.11",
16+
"@changesets/cli": "2.28.1",
1717
"@tsconfig/strictest": "2.0.5",
18-
"@types/node": "20.17.16",
19-
"tsup": "8.3.5",
20-
"typescript": "5.7.3",
21-
"vitest": "2.1.8"
18+
"@types/node": "20.17.24",
19+
"tsup": "8.4.0",
20+
"typescript": "5.8.2",
21+
"vitest": "2.1.9"
2222
},
2323
"engines": {
24-
"node": "20.18.2"
24+
"node": "20.19.0"
2525
},
26-
"packageManager": "[email protected].4"
26+
"packageManager": "[email protected].9"
2727
}

0 commit comments

Comments
 (0)