Skip to content

Conversation

andrewbranch
Copy link
Member

Closes #62207

@Copilot Copilot AI review requested due to automatic review settings September 29, 2025 16:58
@github-project-automation github-project-automation bot moved this to Not started in PR Backlog Sep 29, 2025
@typescript-bot typescript-bot added Author: Team For Milestone Bug PRs that fix a bug with a specific milestone labels Sep 29, 2025
@typescript-bot
Copy link
Collaborator

Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page.

Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements deprecation warnings for the baseUrl compiler option as part of the broader effort to deprecate it in TypeScript 7.0. The change adds a new deprecation diagnostic that warns users about the upcoming removal while providing migration guidance.

  • Adds deprecation warning for baseUrl with error code TS5101
  • Updates test baselines to reflect the new diagnostic output
  • Provides migration information through a documentation link

@github-project-automation github-project-automation bot moved this from Not started to Needs merge in PR Backlog Sep 29, 2025
@andrewbranch andrewbranch merged commit eef6a0c into microsoft:main Sep 30, 2025
33 checks passed
@github-project-automation github-project-automation bot moved this from Needs merge to Done in PR Backlog Sep 30, 2025
@andrewbranch andrewbranch deleted the deprecate-baseUrl-2 branch September 30, 2025 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Milestone Bug PRs that fix a bug with a specific milestone
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Deprecate, remove support for baseUrl
3 participants