Skip to content

deps: bump typescript from 5.6.3 to 6.0.3 - #9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/typescript-6.0.3
Closed

deps: bump typescript from 5.6.3 to 6.0.3#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/typescript-6.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.6.3 to 6.0.3.

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
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github May 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, javascript. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 6.0.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.6.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>
@dependabot
dependabot Bot force-pushed the dependabot/bun/typescript-6.0.3 branch from d3a83d0 to d0cef0a Compare May 10, 2026 19:45
@Zodiarche

Copy link
Copy Markdown
Collaborator

Superseded by #27, which bundles the TypeScript 6.0 bump with the required tsconfig 'ignoreDeprecations' workaround in a single atomic commit.

@Zodiarche Zodiarche closed this May 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 10, 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/bun/typescript-6.0.3 branch May 10, 2026 19:53
Zodiarche added a commit that referenced this pull request May 14, 2026
TypeScript 6.0 deprecates the 'baseUrl' compiler option (TS5101). The
'baseUrl' is set in @docusaurus/tsconfig itself, so it must stay for
the '@site/*' path mapping to keep resolving — we cannot drop it from
our project's tsconfig.

Add 'ignoreDeprecations': '6.0' to tsconfig.json to silence the
deprecation warning. This is the official workaround recommended by
the Docusaurus team in facebook/docusaurus#11893 and by TypeScript
itself in the error message. The proper fix (removing 'baseUrl' from
the shared @docusaurus/tsconfig) is planned for Docusaurus 4.0 via
PR facebook/docusaurus#11915; we can drop 'ignoreDeprecations' then.

Bundles the TypeScript bump in the same commit because TS 5.6 rejects
'ignoreDeprecations: 6.0' as an invalid value, so splitting the change
would break typecheck temporarily.

Closes #9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant