Skip to content

Commit 8fc7803

Browse files
committed
fix(deps): update dependencies and fix template handling
- Update dependencies including typescript, vite, semantic-release, etc - Improve template placeholder regex handling - Fix args handling in scriptlets - Add resetPATH utility function
1 parent 262cac7 commit 8fc7803

File tree

12 files changed

+296
-196
lines changed

12 files changed

+296
-196
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@
6868
"license": "ISC",
6969
"pnpm": {
7070
"overrides": {
71-
"typescript": "5.7.2",
71+
"typescript": "5.7.3",
7272
"esbuild": "0.24.2"
7373
}
7474
},
7575
"dependencies": {
7676
"@johnlindquist/open": "^10.1.1",
77-
"@octokit/auth-oauth-device": "7.1.1",
78-
"@octokit/core": "6.1.2",
79-
"@octokit/plugin-paginate-rest": "11.3.6",
80-
"@octokit/plugin-rest-endpoint-methods": "13.2.6",
81-
"@octokit/plugin-retry": "7.1.2",
82-
"@octokit/plugin-throttling": "9.3.2",
77+
"@octokit/auth-oauth-device": "7.1.2",
78+
"@octokit/core": "6.1.3",
79+
"@octokit/plugin-paginate-rest": "11.4.0",
80+
"@octokit/plugin-rest-endpoint-methods": "13.3.0",
81+
"@octokit/plugin-retry": "7.1.3",
82+
"@octokit/plugin-throttling": "9.4.0",
8383
"@types/chalk": "2.2.4",
8484
"@types/date-fns": "2.6.3",
8585
"@types/fs-extra": "11.0.4",
@@ -106,10 +106,10 @@
106106
"fs-extra": "^11.2.0",
107107
"globby": "^14.0.2",
108108
"handlebars": "4.7.8",
109-
"highlight.js": "^11.11.0",
110-
"isomorphic-git": "1.27.2",
109+
"highlight.js": "^11.11.1",
110+
"isomorphic-git": "1.29.0",
111111
"jsonfile": "6.1.0",
112-
"keyv": "^5.2.2",
112+
"keyv": "^5.2.3",
113113
"keyv-file": "^5.1.1",
114114
"lowdb": "7.0.1",
115115
"marked": "4.3.0",
@@ -131,20 +131,20 @@
131131
"devDependencies": {
132132
"@biomejs/biome": "1.9.4",
133133
"@types/debug": "4.1.12",
134-
"@types/node": "^22.10.2",
134+
"@types/node": "^22.10.6",
135135
"@types/node-ipc": "9.2.3",
136136
"ava": "^6.2.0",
137137
"cross-env": "^7.0.3",
138138
"cz-conventional-changelog": "^3.3.0",
139139
"debug": "4.4.0",
140140
"node-stream-zip": "^1.15.0",
141-
"semantic-release": "24.2.0",
141+
"semantic-release": "24.2.1",
142142
"semantic-release-plugin-update-version-in-files": "1.1.0",
143143
"tsc-watch": "6.2.1",
144144
"tsx": "4.19.2",
145-
"typescript": "5.7.2",
145+
"typescript": "5.7.3",
146146
"unzipper": "0.12.3",
147-
"vite": "6.0.5"
147+
"vite": "6.0.7"
148148
},
149149
"ava": {
150150
"environmentVariables": {
@@ -202,5 +202,5 @@
202202
"file-icon": "5.1.1",
203203
"get-app-icon": "1.0.1"
204204
},
205-
"packageManager": "pnpm@9.15.1"
205+
"packageManager": "pnpm@9.15.3"
206206
}

0 commit comments

Comments
 (0)