Skip to content

Commit 467b5ab

Browse files
chore(deps): update all non-major dependencies (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3d9f09 commit 467b5ab

File tree

4 files changed

+230
-199
lines changed

4 files changed

+230
-199
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v5
1212
- uses: pnpm/action-setup@v2
1313
with:
14-
version: 10.30.3
14+
version: 10.32.1
1515
- name: Setup Node
1616
uses: actions/setup-node@v6
1717
with:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"author": "Matt Kane",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@changesets/changelog-github": "^0.5.2",
17-
"@changesets/cli": "^2.29.8",
18-
"@types/node": "^24.11.0",
16+
"@changesets/changelog-github": "^0.6.0",
17+
"@changesets/cli": "^2.30.0",
18+
"@types/node": "^24.12.0",
1919
"prettier": "^3.8.1",
2020
"vitest": "^3.2.4"
2121
},
22-
"packageManager": "pnpm@10.30.3"
22+
"packageManager": "pnpm@10.32.1"
2323
}

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@arethetypeswrong/cli": "^0.18.2",
2222
"@types/feedparser": "^2.2.8",
2323
"publint": "^0.3.18",
24-
"tsdown": "^0.20.3",
24+
"tsdown": "^0.21.4",
2525
"typescript": "^5.9.3"
2626
},
2727
"repository": {

0 commit comments

Comments
 (0)