Skip to content

build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /ui/mantine-ui#5221

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

build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /ui/mantine-ui#5221
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ui/mantine-ui/typescript-6.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps typescript from 5.9.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:

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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 1, 2026 18:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/mantine-ui/typescript-6.0.3 branch 2 times, most recently from ac942ee to c0ccada Compare May 4, 2026 11:53
@siavashs
Copy link
Copy Markdown
Contributor

siavashs commented May 4, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/mantine-ui/typescript-6.0.3 branch from c0ccada to c9c2227 Compare May 4, 2026 11:58
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@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>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ui/mantine-ui/typescript-6.0.3 branch from c9c2227 to 1f31494 Compare May 22, 2026 14:34
@siavashs
Copy link
Copy Markdown
Contributor

@sysadmind I think this is failing because of Node v24, I cannot reproduce the issue with Node v25.
Shall we upgrade the node version or skip the typescript upgrade?

@sysadmind
Copy link
Copy Markdown
Contributor

sysadmind commented May 22, 2026

currently, the odd versions of node never become LTS versions. That will change with v27 though. I would prefer to skip v25 and move to v26 as soon as it becomes "current" which should avoid issues where libraries aren't ready for the new version.

https://nodejs.org/en/about/previous-releases

Based on the CI output, there's some issue with the package-lock.json. When you run npm ci, the resolved dependencies must exactly match the lock file or it errors. When you run npm install, it will allow lock file corrections/edits. Do you think that's masking the issue for you locally? Did you try it on v24 locally? I think that the .nvmrc file should be managing the node version for the project.

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.

2 participants