Skip to content

Commit 4a5b810

Browse files
chore: update all non-major dependencies
1 parent 0d61a26 commit 4a5b810

File tree

6 files changed

+230
-236
lines changed

6 files changed

+230
-236
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build_and_test:
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919

2020
- uses: ./.github/actions/setup-node
2121

@@ -54,7 +54,7 @@ jobs:
5454
issues: write
5555
pull-requests: write
5656
steps:
57-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5858
with:
5959
fetch-depth: 0
6060
persist-credentials: false

.github/workflows/commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
commitlint:
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
test:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1313

1414
- name: Generate token
1515
id: generate_token
16-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
16+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1717
with:
1818
app-id: ${{ secrets.GH_APP_E2E_ID }}
1919
private-key: ${{ secrets.GH_APP_E2E_PRIVATE_KEY }}

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.5
1+
20.20.0

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
"zod-validation-error": "^4.0.2"
5252
},
5353
"devDependencies": {
54-
"@commitlint/cli": "20.1.0",
55-
"@commitlint/config-conventional": "20.0.0",
54+
"@commitlint/cli": "20.3.1",
55+
"@commitlint/config-conventional": "20.3.1",
5656
"@semantic-release/commit-analyzer": "13.0.1",
5757
"@semantic-release/github": "11.0.6",
5858
"@semantic-release/release-notes-generator": "14.1.0",
5959
"@types/ejs": "3.1.5",
6060
"@types/is-base64": "1.1.3",
61-
"@types/micromatch": "4.0.9",
62-
"@types/node": "20.19.21",
61+
"@types/micromatch": "4.0.10",
62+
"@types/node": "20.19.28",
6363
"@vercel/ncc": "0.38.4",
6464
"conventional-changelog-conventionalcommits": "8.0.0",
6565
"gha-docgen": "2.0.0",
@@ -71,11 +71,11 @@
7171
"semantic-release": "24.2.9",
7272
"semantic-release-major-tag": "0.3.2",
7373
"ts-dedent": "2.2.0",
74-
"ts-morph": "27.0.0",
75-
"tsx": "4.20.6",
74+
"ts-morph": "27.0.2",
75+
"tsx": "4.21.0",
7676
"type-fest": "4.41.0",
7777
"typescript": "5.9.3",
7878
"vitest": "3.2.4"
7979
},
80-
"packageManager": "pnpm@10.18.3"
80+
"packageManager": "pnpm@10.28.0"
8181
}

0 commit comments

Comments
 (0)