chore(deps): update dependency typescript to v6 - #158
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
2 times, most recently
from
March 30, 2026 22:48
fee4706 to
a4d6864
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
5 times, most recently
from
April 8, 2026 11:09
2a6887c to
be56393
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
8 times, most recently
from
April 20, 2026 18:05
c306feb to
fa3207d
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
2 times, most recently
from
April 24, 2026 23:11
0ee9860 to
fe92f02
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
8 times, most recently
from
May 1, 2026 19:52
98d962e to
7e8beb9
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
4 times, most recently
from
May 10, 2026 06:12
c65ca50 to
67e73b1
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
8 times, most recently
from
May 17, 2026 01:58
2b04b15 to
c7bd332
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
6 times, most recently
from
May 22, 2026 17:02
1b8f7d6 to
ecf9511
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
4 times, most recently
from
June 2, 2026 17:39
3b9c25e to
b944f66
Compare
renovate
Bot
force-pushed
the
renovate/typescript-6.x
branch
from
June 2, 2026 23:58
b944f66 to
981be4f
Compare
Resync the lockfile for the typescript@6 bump and replace the tsconfig.base.json + per-tool override layout with the cucumber javascript-core standard: a single tsconfig.json extending @tsconfig/recommended (es2024 lib/target, NodeNext modules, explicit types array) plus a thin tsconfig.build.json. TS6 stopped auto-including transitive @types, so node/mocha are now listed explicitly via compilerOptions.types. @tsconfig/recommended enables full strict; strictNullChecks and strictPropertyInitialization are switched back off to preserve this project's existing posture (it never had strict null checks) and keep the bump diff-neutral. Drop the now-missing source-map-support/register and unused tsx extension from the mocha config.
Setting rootDir: src in tsconfig.build.json (required by TS6's emit disambiguation) redirects compiled output from dist/src/** to the top-level dist/**, so point main/types at the new paths. Mark the package type: commonjs to make NodeNext resolution unambiguous, and switch the build scripts from tsc --build to tsc -p (no composite / project references in use).
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.9.3→6.0.3Release Notes
microsoft/TypeScript (typescript)
v6.0.3Compare Source
v6.0.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.