Skip to content

Commit 2fc0e12

Browse files
dependabot[bot]CopilotunknowIfGuestInDream
authored
build(deps-dev): Bump typescript from 5.9.3 to 6.0.2 (#59)
* build(deps-dev): Bump typescript from 5.9.3 to 6.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix(tsconfig): include node and mocha types for TS6 compile Agent-Logs-Url: https://github.com/tlcsdm/vscode-patchReader/sessions/fd445975-f4bd-4886-b046-311672b9f449 Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
1 parent e7c385c commit 2fc0e12

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@vscode/test-electron": "^2.4.1",
9191
"@vscode/vsce": "^3.2.2",
9292
"eslint": "^10.2.0",
93-
"typescript": "^5.7.2",
93+
"typescript": "^6.0.2",
9494
"typescript-eslint": "^8.58.1"
9595
},
9696
"dependencies": {

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"strict": true,
1010
"esModuleInterop": true,
1111
"skipLibCheck": true,
12-
"moduleResolution": "Node16"
12+
"moduleResolution": "Node16",
13+
"types": ["node", "mocha"]
1314
},
1415
"include": ["src/**/*"],
1516
"exclude": ["node_modules", ".vscode-test"]

0 commit comments

Comments
 (0)