Skip to content

chore(deps): bump typescript from 5.6.3 to 7.0.2 - #113

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2
Closed

chore(deps): bump typescript from 5.6.3 to 7.0.2#113
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.6.3 to 7.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 1, 2026
@vercel

vercel Bot commented Aug 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation-opsimate-docs2 Ready Ready Preview Aug 1, 2026 12:58pm

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 1, 2026
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from f4b4fef to 3b912d0 Compare August 1, 2026 12:56
@idanlodzki

Copy link
Copy Markdown
Contributor

Holding this one. It looks green, but Vercel passing here is misleading — the Docusaurus build doesn't typecheck, so it never exercises the compiler. Running this repo's own npm run typecheck on this branch:

tsconfig.json(5,5): error TS5102: Option 'baseUrl' has been removed.
  Use '"paths": {"*": ["./*"]}' instead.

TypeScript 7 is the native Go rewrite and drops baseUrl, which opsimate-docs/tsconfig.json sets. So this would merge green and then break typecheck for anyone running it locally.

Two options: migrate the tsconfig to paths first, or step to TypeScript 6 instead. Worth noting this is exactly the kind of thing a build/typecheck CI job would have caught — right now nothing in CI runs tsc.

idanlodzki added a commit that referenced this pull request Aug 1, 2026
)

Nothing in CI built or typechecked this repo, so a PR could go green and
still be broken. Dependabot's TypeScript 7 bump (#113) is a live example:
Vercel passes it because the Docusaurus build never runs tsc, but
`npm run typecheck` fails on it with TS5102 (baseUrl removed).

Add a CI workflow running typecheck and build on every PR and push to
main.

While here: the existing link-check workflow has been failing at its
"Build documentation" step for about three months. It pins node-version
18, but @docusaurus/core 3.10 declares engines.node >=20, so the build
could never succeed. Bumped it to 24 to match opsimate-docs/dockerfile,
and corrected the stale engines.node in opsimate-docs/package.json,
which still claimed >=18.0.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
idanlodzki added a commit that referenced this pull request Aug 2, 2026
Dependabot has been proposing TypeScript 7 (#113). That PR looks green
because the Docusaurus build never runs tsc, but `npm run typecheck`
fails on it: TS 7 removes baseUrl, which this tsconfig sets.

TypeScript 6 is the supported step off 5.x, so take that instead.

TS 6 deprecates baseUrl rather than removing it, and the deprecation
can't be resolved here: @docusaurus/tsconfig sets baseUrl upstream, so
the warning fires on the inherited option even after dropping ours.
Added ignoreDeprecations: "6.0" with a note explaining that TS 7 is
blocked on Docusaurus, not on this repo.

Worth noting the @site/* alias that baseUrl exists to anchor is not
used anywhere in the project, so this is inherited config we carry
rather than something we depend on.

Verified: typecheck and build both pass.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-7.0.2 branch August 2, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant