Skip to content

Commit 03d2e02

Browse files
dependabot[bot]Copilotalexarchambault
authored
Bump typescript from 5.9.3 to 6.0.3 (#829)
* Bump typescript from 5.9.3 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix TypeScript 6 build with explicit Node types Agent-Logs-Url: https://github.com/coursier/cache-action/sessions/d543d4a1-2d42-4941-9865-8019c5f5415b Co-authored-by: alexarchambault <7063723+alexarchambault@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: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
1 parent 43116bb commit 03d2e02

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 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
@@ -39,6 +39,6 @@
3939
"eslint": "^10.2.0",
4040
"js-yaml": "^4.1.1",
4141
"prettier": "^3.8.3",
42-
"typescript": "^5.9.3"
42+
"typescript": "^6.0.3"
4343
}
4444
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
88
"strict": true, /* Enable all strict type-checking options. */
99
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
10-
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
10+
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
11+
"types": ["node"] /* Include the Node.js ambient types explicitly. */
1112
},
1213
"exclude": ["node_modules", "**/*.test.ts"]
1314
}

0 commit comments

Comments
 (0)