Skip to content

pnpm upgrade the world#3031

Draft
mfedderly wants to merge 2 commits intomasterfrom
mf/pnpm-upgrade-everything
Draft

pnpm upgrade the world#3031
mfedderly wants to merge 2 commits intomasterfrom
mf/pnpm-upgrade-everything

Conversation

@mfedderly
Copy link
Collaborator

Ran pnpm upgrade -r --latest to yoink everything to the newest version around.

This required several manual fixes included in the 2nd commit.

Copy link
Collaborator Author

@mfedderly mfedderly left a comment

Choose a reason for hiding this comment

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

Note I did have to revert sweepline-intersections back to 1.5.0.

Hopefully this sets a baseline which lets us mass upgrade the world periodically and not have to fiddle with managing upgrades one at a time. pnpm also has a setting that lets us skip taking upgrades within N minutes, if we'd like.

"no-redeclare": "off",
"no-var": "off",
"prefer-const": "off",
"no-useless-assignment": "off", // the remaning errors here require more thought to clean up
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The "fix" is to go from let x = 0 to just let x (or similar). There's <10 errors from this, but I'm afraid to make those changes without thinking about things more closely.

@mfedderly mfedderly marked this pull request as draft February 26, 2026 22:52
@mfedderly
Copy link
Collaborator Author

Setting to draft for node support, perhaps we can get to this in v8 milestone instead.

@mfedderly mfedderly added this to the v8 milestone Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant