Skip to content

Commit a0c550c

Browse files
committed
build: bump dependencies
1 parent 526766c commit a0c550c

File tree

6 files changed

+494
-750
lines changed

6 files changed

+494
-750
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
"vitest.include": [
3030
"typescript/test/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"
3131
],
32+
"typescript.tsdk": "node_modules\\typescript\\lib",
3233
}

package.json

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -142,33 +142,33 @@
142142
"postinstall": "patch-package && tsm ./typescript/scripts/patchModules.ts"
143143
},
144144
"devDependencies": {
145-
"@milahu/patch-package-with-pnpm-support": "^6.4.8",
145+
"@milahu/patch-package": "^6.4.10",
146146
"@types/fs-extra": "^9.0.13",
147-
"@types/node": "^16.11.21",
148-
"@types/semver": "^7.3.13",
147+
"@types/node": "^16.18.126",
148+
"@types/semver": "^7.7.0",
149149
"@types/vscode": "1.72.0",
150-
"@vitest/ui": "^0.34.6",
151-
"@zardoy/tsconfig": "^1.3.1",
152-
"chokidar": "^3.5.3",
150+
"@vitest/ui": "^0.34.7",
151+
"@zardoy/tsconfig": "^1.5.1",
152+
"chokidar": "^3.6.0",
153153
"chokidar-cli": "^3.0.0",
154-
"esbuild": "^0.16.16",
154+
"esbuild": "^0.16.17",
155155
"fs-extra": "^10.1.0",
156-
"got": "^12.5.3",
157-
"got-cjs": "npm:got@^11.x",
156+
"got": "^12.6.1",
157+
"got-cjs": "npm:got@^11.8.6",
158158
"npm-run-all": "^4.1.5",
159159
"prettier": "3.1.0",
160160
"tsm": "^2.3.0",
161-
"type-fest": "^2.13.1",
161+
"type-fest": "^2.19.0",
162162
"typed-jsonfile": "^0.2.1",
163-
"typescript": "5.3.3",
164-
"vite": "^4.1.1",
163+
"typescript": "5.5.0-dev.20240523",
164+
"vite": "^4.5.14",
165165
"vitest": "^0.34.6",
166166
"vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
167167
"vscode-manifest": "^0.0.4"
168168
},
169169
"pnpm": {
170170
"overrides": {
171-
"esbuild": "^0.15.15"
171+
"esbuild": "^0.15.18"
172172
},
173173
"ignoredBuiltDependencies": [
174174
"playwright"
@@ -181,37 +181,36 @@
181181
]
182182
},
183183
"dependencies": {
184-
"@types/chai": "^4.3.3",
185-
"@types/glob": "^8.0.0",
186-
"@types/lodash": "^4.14.182",
184+
"@types/chai": "^4.3.20",
185+
"@types/glob": "^8.1.0",
186+
"@types/lodash": "^4.17.20",
187187
"@types/mocha": "^9.1.1",
188188
"@types/pluralize": "^0.0.29",
189-
"@vscode/emmet-helper": "^2.8.4",
190-
"@vscode/test-electron": "^2.1.5",
189+
"@vscode/emmet-helper": "^2.11.0",
191190
"@zardoy/utils": "^0.0.9",
192191
"@zardoy/vscode-utils": "^0.0.52",
193-
"chai": "^4.3.6",
192+
"chai": "^4.5.0",
194193
"change-case": "^4.1.2",
195194
"delay": "^5.0.0",
196195
"escape-string-regexp": "^5.0.0",
197-
"eslint": "^8.56.0",
196+
"eslint": "^8.57.1",
198197
"eslint-config-zardoy": "^0.2.17",
199-
"glob": "^8.0.3",
198+
"glob": "^8.1.0",
200199
"lodash": "^4.17.21",
201200
"lodash.get": "^4.4.2",
202201
"lodash.throttle": "^4.1.1",
203-
"mocha": "^10.0.0",
202+
"mocha": "^10.8.2",
204203
"path-browserify": "^1.0.1",
205204
"pluralize": "github:plurals/pluralize#36f03cd2d573fa6d23e12e1529fa4627e2af74b4",
206-
"rambda": "^7.2.1",
205+
"rambda": "^7.5.0",
207206
"require-from-string": "^2.0.2",
208-
"semver": "^7.3.8",
209-
"string-dedent": "^3.0.1",
210-
"ts-expose-internals": "^5.3.3",
207+
"semver": "^7.7.2",
208+
"string-dedent": "^3.0.2",
209+
"ts-expose-internals": "^5.6.3",
211210
"ts-simple-type": "^1.0.7",
212211
"unleashed-typescript": "^1.3.0",
213212
"vscode-framework": "^0.0.18",
214-
"vscode-uri": "^3.0.6"
213+
"vscode-uri": "^3.1.0"
215214
},
216215
"prettier": {
217216
"semi": false,
@@ -231,5 +230,5 @@
231230
"runTest": false
232231
}
233232
},
234-
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
233+
"packageManager": "pnpm@10.18.0"
235234
}

0 commit comments

Comments
 (0)