build(deps): bump OpenTelemetry, tsdown and vitest - #60
Open
milanagm wants to merge 1 commit into
Open
Conversation
Combines langfuse#19, langfuse#57 and langfuse#59; all three need the committed bundle rebuilt, so dist is regenerated in the same commit to keep lint:dist green.
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
@opentelemetry/core,sdk-trace-base,sdk-trace-node: 2.7.1 → 2.10.0@opentelemetry/exporter-trace-otlp-http: 0.205.0 → 0.221.0tsdown: 0.18.4 → 0.22.14vitest: 4.1.8 → 4.1.11Combines #19, #57 and #59. Each of them changes the committed bundle, so merging them one by one would re-conflict
pnpm-lock.yamlfor the remaining ones and need its owndistrebuild.plugins/tracing/dist/index.mjsis regenerated in the same commit:lint:distcompares the committed bundle against a fresh build, so a deps-only commit would leavemainred. The newer OTLP exporter no longer bundlesprotobufjsandlong.js, which takes the bundle from 2.0 MB to 1.3 MB.Verified locally:
pnpm run lintandpnpm testpass (40/40).