chore(deps): bump the langfuse group across 1 directory with 2 updates - #56
chore(deps): bump the langfuse group across 1 directory with 2 updates#56dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Additional findings (outside the current diff — GitHub can't attach inline comments there):
-
🔴
plugins/tracing/dist/index.mjs— This dependabot PR bumps @ langfuse/otel and @ langfuse/tracing to ^5.10.1 in package.json/pnpm-lock.yaml but does not regenerate the committed bundle plugins/tracing/dist/index.mjs, which still embeds @ langfuse/core@ 5.4.1, @ langfuse/otel@ 5.4.1 and @ langfuse/tracing@ 5.4.1 (per the bundler's source-path comments at lines 5987, 45173, 46099). The repo's own .gitignore note says dist/ is intentionally committed because 'Codex runs the bundled hook directly without an install/build step,' so the actual runtime artifact users execute is unaffected by this bump.Extended reasoning...
After merging,
plugins/tracing/dist/index.mjs(the file Codex actually executes) keeps running the old 5.4.1 langfuse SDK code even though package.json/pnpm-lock.yaml now claim 5.10.1 — any of the fixes in the 5.5.x-5.10.x changelog (e.g. tracing/environment or usage-schema fixes) silently do not apply at runtime, and the declared vs. shipped dependency version diverges until someone manually rebuilds and commits dist. A correct merge must also rebuild and commit the dist bundle (or the PR should be blocked/flagged) so the shipped code matches the bumped dependency.Verification: Severity: normal. The PR bumps @ langfuse/otel and @ langfuse/tracing from ^5.4.1 to ^5.10.1 in package.json (lines 35-36) and regenerates pnpm-lock.yaml, but does NOT regenerate the committed runtime bundle.
git diff 46e3936..HEAD --name-onlyreturns only package.json and pnpm-lock.yaml; plugins/tracing/dist/index.mjs is unchanged. That dist bundle is a tracked, intentionally-committed artifact
07c0acd to
4ad2594
Compare
Bumps the langfuse group with 2 updates in the / directory: [@langfuse/otel](https://github.com/langfuse/langfuse-js/tree/HEAD/packages/otel) and [@langfuse/tracing](https://github.com/langfuse/langfuse-js/tree/HEAD/packages/tracing). Updates `@langfuse/otel` from 5.4.1 to 5.11.0 - [Release notes](https://github.com/langfuse/langfuse-js/releases) - [Changelog](https://github.com/langfuse/langfuse-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/langfuse/langfuse-js/commits/v5.11.0/packages/otel) Updates `@langfuse/tracing` from 5.4.1 to 5.11.0 - [Release notes](https://github.com/langfuse/langfuse-js/releases) - [Changelog](https://github.com/langfuse/langfuse-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/langfuse/langfuse-js/commits/v5.11.0/packages/tracing) --- updated-dependencies: - dependency-name: "@langfuse/otel" dependency-version: 5.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: langfuse - dependency-name: "@langfuse/tracing" dependency-version: 5.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: langfuse ... Signed-off-by: dependabot[bot] <support@github.com>
4ad2594 to
22d351e
Compare
Bumps the langfuse group with 2 updates in the / directory: @langfuse/otel and @langfuse/tracing.
Updates
@langfuse/otelfrom 5.4.1 to 5.11.0Release notes
Sourced from @langfuse/otel's releases.
... (truncated)
Commits
eec8108chore: release v5.11.0f584f2achore: release v5.10.2b9747ffchore: release v5.10.1ab2bf24chore: release v5.10.0deeeb68docs(sdk): upgrade TSDoc and package READMEs as first-class docs for AI codin...a7ca649feat(tracing): support prompt linking via propagateAttributes (#866)ff6038achore: release v5.9.1d1b8183fix: route CJS consumers to CJS declarations (#852)fd0d45bchore: release v5.9.0bb96928chore: release v5.8.0Updates
@langfuse/tracingfrom 5.4.1 to 5.11.0Release notes
Sourced from @langfuse/tracing's releases.
... (truncated)
Commits
eec8108chore: release v5.11.0f584f2achore: release v5.10.2b9747ffchore: release v5.10.1ab2bf24chore: release v5.10.0cae7285feat(tracing): propagate environment attributes (#886)deeeb68docs(sdk): upgrade TSDoc and package READMEs as first-class docs for AI codin...242a99bfix(tracing): respect observation environment (#869)a7ca649feat(tracing): support prompt linking via propagateAttributes (#866)ff6038achore: release v5.9.1d1b8183fix: route CJS consumers to CJS declarations (#852)