Skip to content

TypeScript 5.9 is added under the latest tag, but should have been the RC tag? #62166

@jpbnetley

Description

@jpbnetley

🔎 Search Terms

According to the typescript blog: https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-rc/
it states

Today we are excited to announce the Release Candidate (RC) of TypeScript 5.9!
To get started using the Release Candidate, you can get it through npm with the following command:
Copy

  npm install -D typescript@rc

But on NPM it shows under the latest tag: https://www.npmjs.com/package/typescript?activeTab=versions

Image

If I am misunderstanding, feel free to close this issue :)

🕗 Version & Regression Information

  • This changed between versions ______ and _______
  • This changed in commit or PR _______
  • This is the behavior in every version I tried, and I reviewed the FAQ for entries about _________
  • I was unable to test this on prior versions because _______

⏯ Playground Link

No response

💻 Code

// Your code here

🙁 Actual behavior

npm i tyepscript@latest will install 5.9 even though it is not release as stable yet.

🙂 Expected behavior

I expected release 5.9 to be under the npm rc tag and not latest, since 5.9 is still a release candidate I believe.

Additional information about the issue

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions