Updated build tools - pnpm, lerna, typescript, tsup, etc housekeeping#2879
Merged
smallsaucepan merged 6 commits intoTurfjs:masterfrom May 7, 2025
Merged
Updated build tools - pnpm, lerna, typescript, tsup, etc housekeeping#2879smallsaucepan merged 6 commits intoTurfjs:masterfrom
smallsaucepan merged 6 commits intoTurfjs:masterfrom
Conversation
…olint run to bring package versions into line with root level updates. Most significant being tsup, tsx, and typescript. Some types tests now failing though.
…all be optional or required" error appearing in our types.ts tests.
…Going direct from 8 to 10 discarded the lockfile entirely leading to some dependencies upgrading slightly and causing build problems. Taking it in two steps should hopefully avoid this.
…npm no longer auto-hoists some packages (pnpm/pnpm#8378). Solution to go through typescript-eslint instead to get to plugin and parser.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Semi-annual build tools housekeeping. Updated typescript, lerna, pnpm, etc to their latest versions. Should not be any changes to any package's functional dependencies.