| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.3.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>
|
Closing in favor of #1046, which tracks the TypeScript 6 upgrade with the full set of prerequisites and required work. This can't land as a standalone version bump: on the current toolchain @typescript-eslint/eslint-plugin@8.48.0 declares peerDependencies.typescript: ">=4.8.4 <6.0.0", which hard-excludes 6.0.3 (ERESOLVE). It also needs a tsconfig target bump (es6 → ES2018+, otherwise TS1503 on named capturing groups) and a dist/ rebuild. Prerequisite: #1045 (ESLint v10 + flat config) must merge first — it brings typescript-eslint@8.62.0 (peer typescript <6.1.0), which is what actually permits TypeScript 6. See #1046 for the detailed plan. |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps typescript from 5.3.3 to 6.0.3.
Release notesSourced from typescript's releases.
... (truncated)
Commits