fix(deps): declare core transient deps explicitly#2147
Merged
waleedlatif1 merged 2 commits intostagingfrom Dec 1, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile OverviewGreptile SummaryExplicitly declares 8 transient dependencies that were previously only available through hoisting:
Critical Issue Found:
Confidence Score: 2/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PM as Package Manager (Bun)
participant App as Application Code
participant Deps as Dependencies
Dev->>PM: Add explicit dependencies to package.json
Note over Dev,PM: @opentelemetry/sdk-trace-base: 2.2.0<br/>@opentelemetry/sdk-trace-node: 2.2.0<br/>@radix-ui/react-visually-hidden: 1.2.4<br/>@react-email/render: 2.0.0<br/>chalk: 5.6.2<br/>lodash: 4.17.21<br/>zustand: ^4.5.7
PM->>PM: Resolve dependency tree
PM->>PM: Update bun.lock
Note over PM: Version resolution:<br/>- OpenTelemetry packages updated to 2.2.0<br/>- chalk upgraded from 4.1.2 to 5.6.2<br/>- prettier upgraded to 3.6.2<br/>- Transitive deps properly resolved
PM->>Deps: Install/Update packages
App->>Deps: Import @opentelemetry/sdk-trace-base
Note over App,Deps: instrumentation-node.ts:56
App->>Deps: Import @opentelemetry/sdk-trace-node
Note over App,Deps: instrumentation-node.ts:54
App->>Deps: Import @radix-ui/react-visually-hidden
Note over App,Deps: search-modal.tsx:5<br/>settings-modal.tsx
App->>Deps: Import @react-email/render
Note over App,Deps: invitations/route.ts:2
App->>Deps: Import chalk
Note over App,Deps: logger.ts:7
App->>Deps: Import lodash
Note over App,Deps: workflow-preview.tsx:4
App->>Deps: Import zustand
Note over App,Deps: 31+ store files
Deps-->>App: Modules available
Note over Dev,Deps: Issue: Version mismatch detected<br/>[email protected] expects 2.0.0<br/>but 2.2.0 declared explicitly
|
waleedlatif1
added a commit
that referenced
this pull request
Dec 1, 2025
… sendgrid, linkedin, more tools (#2148) * feat(tools): added smtp, sendgrid, mailgun, linkedin, fixed permissions in context menu (#2133) * feat(tools): added twilio sendgrid integration * feat(tools): added smtp, sendgrid, mailgun, fixed permissions in context menu * added top level mocks for sporadically failing tests * incr type safety * fix(team-plans): track departed member usage so value not lost (#2118) * fix(team-plans): track departed member usage so value not lost * reset usage to 0 when they leave team * prep merge with stagig * regen migrations * fix org invite + ws selection' --------- Co-authored-by: Waleed <[email protected]> * feat(i18n): update translations (#2134) Co-authored-by: waleedlatif1 <[email protected]> * feat(creators): add verification for creators (#2135) * feat(tools): added apify block/tools (#2136) * feat(tools): added apify * cleanup * feat(i18n): update translations (#2137) Co-authored-by: waleedlatif1 <[email protected]> * feat(env): added more optional env var examples (#2138) * feat(statuspage): added statuspage, updated list of tools in footer, renamed routes (#2139) * feat(statuspage): added statuspage, updated list of tools in footer, renamed routes * ack PR comments * feat(tools): add generic search tool (#2140) * feat(i18n): update translations (#2141) * fix(sdks): bump sdk versions (#2142) * fix(webhooks): count test webhooks towards usage limit (#2143) * fix(bill): add requestId to webhook processing (#2144) * improvement(subflow): remove all associated edges when moving a block into a subflow (#2145) * improvement(subflow): remove all associated edges when moving a block into a subflow * ack PR comments * fix(polling): mark webhook failed on webhook trigger errors (#2146) * fix(deps): declare core transient deps explicitly (#2147) * fix(deps): declare core transient deps explicitly * ack PR comments --------- Co-authored-by: Vikhyath Mondreti <[email protected]> Co-authored-by: waleedlatif1 <[email protected]>
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
Type of Change
Testing
Tested manually
Checklist