Skip to content

chore(deps-dev): Bump typescript from 6.0.3 to 7.0.2 - #10

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

chore(deps-dev): Bump typescript from 6.0.3 to 7.0.2#10
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 Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 6.0.3 to 7.0.2.

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 Jul 14, 2026
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.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 456136f to 11a1512 Compare July 31, 2026 13:53
@krassx

krassx commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Verified locally — this breaks the build. Installing typescript@7.0.2 and running npm run typecheck:

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

Baseline on the pinned 6.0.3 passes clean.

The blocker isn't ours to fix. tsconfig.json:5-8 sets baseUrl with "ignoreDeprecations": "6.0", and its own comment already anticipated this:

"baseUrl": ".",
// baseUrl is deprecated in TS6 but still set by the extended @docusaurus/tsconfig;
// acknowledge it so `tsc` passes. Remove once the base config drops baseUrl (TS7).
"ignoreDeprecations": "6.0"

@docusaurus/tsconfig still sets baseUrl, so dropping it from our local file won't help — the option comes from the extended base config, and TS 7 removed it outright rather than deprecating it.

Holding until a Docusaurus release drops baseUrl from @docusaurus/tsconfig. Leaving open so dependabot keeps it current rather than closing and losing the thread.

🤖 Generated with Claude Code

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