File tree Expand file tree Collapse file tree 6 files changed +582
-694
lines changed
Expand file tree Collapse file tree 6 files changed +582
-694
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " rtpl " : patch
3+ " @rtpl/cli " : patch
4+ ---
5+
6+ Update dependencies.
Original file line number Diff line number Diff line change 55 - main
66env :
77 NODE_VERSION : 20
8- PNPM_VERSION : 9
8+ PNPM_VERSION : 10
99jobs :
1010 release :
1111 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments