build(deps-dev): bump typescript from 5.9.3 to 6.0.3 (#767)

* build(deps-dev): 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](https://github.com/microsoft/TypeScript/compare/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>

* build(tsconfig.build): set required rootdir

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
This commit is contained in:
dependabot[bot]
2026-05-06 14:58:25 +01:00
committed by GitHub
parent 19facc5ae6
commit 9720dc2af6
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
"jest": "^30.0.4", "jest": "^30.0.4",
"licensee": "^12.0.1", "licensee": "^12.0.1",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"typescript": "~5.9.2" "typescript": "~6.0.3"
}, },
"dependencies": { "dependencies": {
"camelcase": "^6.3.0", "camelcase": "^6.3.0",
+2 -1
View File
@@ -5,7 +5,8 @@
"declaration": true, "declaration": true,
"emitDeclarationOnly": true, "emitDeclarationOnly": true,
"noEmit": false, "noEmit": false,
"outDir": "types" "outDir": "types",
"rootDir": "src"
}, },
"include": ["src/index.js"] "include": ["src/index.js"]
} }