Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(NODE-5972): specify TS 5.0 in package.json and package-lock #4004

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

baileympearson
Copy link
Contributor

Description

What is changing?

eb5e2ab accidentally included TS@5.3.3 in the package-lock file. This was allowed because our version specification for Typescript was ^5.0.0.

This had the unintended side-effect of breaking our API docs.

I specified in the package.json that TS must be a 5.0.x version for now, which fixes doc generation as well.

Is there new documentation needed for these changes?

What is the motivation for this change?

Release Highlight

Fill in title or leave empty for no highlight

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken changed the title chore(no-story): specify TS 5.0 in package.json and package-lock chore(NODE-5972): specify TS 5.0 in package.json and package-lock Feb 26, 2024
@nbbeeken nbbeeken self-assigned this Feb 26, 2024
@nbbeeken nbbeeken added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Feb 26, 2024
@nbbeeken nbbeeken merged commit 09c9b0b into mongodb:main Feb 26, 2024
23 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
2 participants