Skip to content

Upgrade devDependencies - #3107

Merged
mfedderly merged 1 commit into
masterfrom
mf/upgrades
Aug 7, 2026
Merged

Upgrade devDependencies#3107
mfedderly merged 1 commit into
masterfrom
mf/upgrades

Conversation

@mfedderly

@mfedderly mfedderly commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator
pnpm upgrade -D -r --latest
selectively revert some items:
- @types/* where the underlying package isn't also changed
- typescript is already on the latest v6 and v5, and we aren't moving to v7 yet
- @types/node should be the latest from 22.x
- lint-staged from 17 back down to 15, they started warning on `git add` usage, but don't commit the generated README's
pnpm install
pnpm dedupe

@mfedderly
mfedderly marked this pull request as draft July 23, 2026 14:20
@mfedderly mfedderly mentioned this pull request Aug 7, 2026
@mfedderly mfedderly added this to the v8 milestone Aug 7, 2026
Comment thread package.json
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^10.0.1",
"@monorepolint/cli": "0.6.0-alpha.5",
"@monorepolint/cli": "0.6.0-alpha.6",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This can finally be upgraded to match the other ones now that we dropped support for cjs 🎉

@mfedderly
mfedderly marked this pull request as ready for review August 7, 2026 16:34
Steps:

pnpm upgrade -D -r --latest
selectively revert some items:
- @types/* where the underlying package isn't also changed
- typescript is already on the latest v6 and v5, and we aren't moving to v7 yet
- @types/node should be the latest from 22.x
- lint-staged kept on 15 instead of 17
pnpm install
pnpm dedupe

Revert lint-staged from 17->15
@mfedderly
mfedderly merged commit 0038408 into master Aug 7, 2026
3 checks passed
@mfedderly
mfedderly deleted the mf/upgrades branch August 7, 2026 17:21
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