Upgrade all packages to latest compatible versions#457
Open
andypettey wants to merge 3 commits intomainfrom
Open
Upgrade all packages to latest compatible versions#457andypettey wants to merge 3 commits intomainfrom
andypettey wants to merge 3 commits intomainfrom
Conversation
Contributor
|
Coverage report for commit: b01144a Summary - Lines: 72.32% | Methods: 73.66% | Branches: 48.66%🤖 comment via lucassabreu/comment-coverage-clover |
## Major upgrades: - Jest 29.7.0 → 30.2.0 - Husky 8.0.3 → 9.1.7 - esbuild 0.25.0 → 0.27.3 - @types/jest 29.5.12 → 30.0.0 ## Minor upgrades: - fast-glob 3.3.2 → 3.3.3 - lodash 4.17.21 → 4.17.23 - @types/lodash 4.17.5 → 4.17.23 - prettier 2.8.7 → 2.8.8 (kept at 2.x for compatibility) - tsx 4.10.1 → 4.21.0 ## App-level upgrades: - dotenv 16.4.5 → 16.6.1 - ejs 3.1.10 → 3.1.10 (no change) - express 4.21.2 → 4.22.1 - nodemon 3.1.3 → 3.1.11 - fastify 4.27.0 → 4.29.1 ## Fixes: - Added test scripts to apps/client-test-app and apps/fastify to prevent test failures - Added testPathIgnorePatterns to miro-api jest config to avoid haste module collisions - All tests passing Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
b6a0010 to
6dd3a73
Compare
Contributor
📦 Preview Package PublishedA preview version of Preview Version: Installation Instructions
You can view this package in GitHub Packages. |
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Summary
This PR upgrades all npm packages across the monorepo to their latest compatible versions, bringing the dependencies up to date with the latest features and bug fixes.
Major Upgrades
Minor/Patch Upgrades
App-Level Upgrades
client-test-app:
fastify:
Configuration Changes & Fixes
apps/client-test-appandapps/fastifyto prevent test command failurestestPathIgnorePatternstopackages/miro-apiJest config to avoid haste module naming collisions with dist folderTesting
✅ All tests passing:
🤖 Generated with Claude Code