Skip to content

Commit ac6d995

Browse files
committed
chore: update deps
1 parent cddcd33 commit ac6d995

File tree

6 files changed

+582
-694
lines changed

6 files changed

+582
-694
lines changed

.changeset/modern-peas-pull.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"rtpl": patch
3+
"@rtpl/cli": patch
4+
---
5+
6+
Update dependencies.

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
env:
77
NODE_VERSION: 20
8-
PNPM_VERSION: 9
8+
PNPM_VERSION: 10
99
jobs:
1010
release:
1111
runs-on: ubuntu-latest

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@
3131
"watch": "tsc -b tsconfig.build.json -w"
3232
},
3333
"devDependencies": {
34-
"@changesets/changelog-github": "^0.5.0",
35-
"@changesets/cli": "^2.27.8",
36-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
37-
"@types/node": "^22.5.5",
38-
"npm-check-updates": "^17.1.3",
39-
"prettier": "3.3.3",
40-
"prettier-plugin-packagejson": "^2.5.2",
41-
"prettier-plugin-sort-json": "^4.0.0",
34+
"@changesets/changelog-github": "^0.5.1",
35+
"@changesets/cli": "^2.28.1",
36+
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
37+
"@types/node": "^22.14.0",
38+
"npm-check-updates": "^17.1.16",
39+
"prettier": "3.5.3",
40+
"prettier-plugin-packagejson": "^2.5.10",
41+
"prettier-plugin-sort-json": "^4.1.1",
4242
"rtpl": "workspace:*",
43-
"typescript": "^5.6.2",
44-
"vitest": "^2.1.1"
43+
"typescript": "^5.8.3",
44+
"vitest": "^3.1.1"
4545
},
4646
"peerDependencies": {
47-
"tsx": "^4.19.1"
47+
"tsx": "^4.19.3"
4848
},
4949
"engine": {
5050
"node": ">=20.0.0"

packages/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@
4242
"dependencies": {
4343
"@types/json-schema": "^7.0.15",
4444
"ajv": "^8.17.1",
45-
"chalk": "^5.3.0",
46-
"commander": "^12.1.0",
45+
"chalk": "^5.4.1",
46+
"commander": "^13.1.0",
4747
"diff": "^7.0.0",
4848
"lodash.isplainobject": "^4.0.6",
4949
"lodash.mergewith": "^4.6.2",
5050
"micromatch": "^4.0.8",
51-
"ts-essentials": "^10.0.2",
52-
"yaml": "^2.5.1",
53-
"zod": "^3.23.8"
51+
"ts-essentials": "^10.0.4",
52+
"yaml": "^2.7.1",
53+
"zod": "^3.24.2"
5454
},
5555
"devDependencies": {
56-
"@types/diff": "^5.2.2",
56+
"@types/diff": "^7.0.2",
5757
"@types/lodash.isplainobject": "^4.0.9",
5858
"@types/lodash.mergewith": "^4.6.9",
5959
"@types/micromatch": "^4.0.9",
60-
"tsx": "^4.19.1"
60+
"tsx": "^4.19.3"
6161
},
6262
"peerDependencies": {
63-
"tsx": "^4.19.1"
63+
"tsx": "^4.19.3"
6464
},
6565
"engine": {
6666
"node": ">=20.0.0"

packages/rtpl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@rtpl/cli": "workspace:*"
4242
},
4343
"peerDependencies": {
44-
"tsx": "^4.19.1"
44+
"tsx": "^4.19.3"
4545
},
4646
"engine": {
4747
"node": ">=20.0.0"

0 commit comments

Comments
 (0)