Skip to content

Commit

Permalink
update the docs to point to the 'resolutions' section instead of 'dev…
Browse files Browse the repository at this point in the history
…Dependencies'
  • Loading branch information
strmer15 committed Mar 8, 2024
1 parent 3abae74 commit beed235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ We generally start the process of supporting a new TypeScript version just after
1. Once all PRs needed for the RC update PR are merged, merge the RC update PR
1. Once TypeScript releases the stable X.Y version, create and merge a PR with a title like `chore: bump TypeScript from X.YRC to X.Y` and the following changes:
- In the root `package.json`, remove `|| X.Y.1-rc2` from the `dependency` on `typescript`, and bump its `<` version to the next version of TypeScript
- In the root `package.json`, change the `devDependency` on `typescript` to `~X.Y.3`
- In the root `package.json`, change the `resolutions` on `typescript` to `X.Y.3`
- Rename and update `patches/typescript*` to the new TypeScript version
- Any other changes made necessary due to changes in TypeScript between the RC version and stable version
1. Send a PR that updates this documentation page to point to your newer issues and PRs
Expand Down

0 comments on commit beed235

Please sign in to comment.