chore(deps): nightly patch/minor dependency bump - #202
Draft
pat-lewczuk wants to merge 1 commit into
Draft
pat-lewczuk wants to merge 1 commit into
pat-lewczuk wants to merge 1 commit into
Conversation
Nightly dependency check found several packages with newer patch/minor releases available. Bumped ~45 direct dependencies (AI SDKs, Radix UI, Stripe JS, Tailwind, TanStack Query, testing libs, Next.js, React, MikroORM, etc.) to their latest non-breaking versions, then ran `yarn dedupe` to collapse a stale nested @mikro-orm/* copy that the bump left under @open-mercato/* packages (it was causing duplicate FilterQuery type identities). Intentionally left untouched: - All @open-mercato/* packages: pinned exact at 0.6.7, and the 0.7.0 release needs a dedicated migration pass (per this repo's own upgrade-skill precedent), not a blind bump. - Any package where the newest release is a major version bump (lucide-react 0->1, @tanstack/react-table 8->9, eslint 9->10, @stripe/* majors, awilix 12->13, typescript 5->7, etc.) — out of scope for a patch/minor-only bump. `yarn typecheck` and `yarn test` (554 tests, 48 suites) both pass after the bump. Co-Authored-By: Claude Sonnet 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
npm outdated/yarnequivalent) found patch and minor updates available across ~45 direct dependencies.yarn dedupeafterwards to collapse a stale nested@mikro-orm/*copy under@open-mercato/*that the bump surfaced (it caused duplicateFilterQuerytype identities and a typecheck OOM/failure).Intentionally excluded
@open-mercato/*packages — pinned exact at0.6.7. The0.7.0release is a framework-level upgrade that this repo's own conventions (and prior upgrade skills for versions like 0.4.10 → 0.5.0) treat as a dedicated migration pass, not a blind bump.lucide-react(0→1),@tanstack/react-table(8→9),eslint(9→10),@stripe/react-stripe-js/@stripe/stripe-jsmajors,awilix(12→13),typescript(5→7),@testing-library/jest-dom(6→7),newrelic(13→14),react-email(5→6),bullmq/ioredis/better-sqlite3majors.Test plan
yarn installcompletes cleanlyyarn generateregenerates without errorsyarn typecheckpasses with no errorsyarn test— 554 tests / 48 suites, all passing🤖 Generated with Claude Code