Skip to content

chore(deps): bump the langfuse group across 1 directory with 2 updates - #56

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/langfuse-b9584f6a9e
Open

chore(deps): bump the langfuse group across 1 directory with 2 updates#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/langfuse-b9584f6a9e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the langfuse group with 2 updates in the / directory: @langfuse/otel and @langfuse/tracing.

Updates @langfuse/otel from 5.4.1 to 5.11.0

Release notes

Sourced from @​langfuse/otel's releases.

v5.11.0

Full Changelog: langfuse/langfuse-js@v5.10.2...v5.11.0

v5.10.2

What's Changed

Full Changelog: langfuse/langfuse-js@v5.10.1...v5.10.2

v5.10.1

What's Changed

New Contributors

Full Changelog: langfuse/langfuse-js@v5.10.0...v5.10.1

v5.10.0

What's Changed

... (truncated)

Commits
  • eec8108 chore: release v5.11.0
  • f584f2a chore: release v5.10.2
  • b9747ff chore: release v5.10.1
  • ab2bf24 chore: release v5.10.0
  • deeeb68 docs(sdk): upgrade TSDoc and package READMEs as first-class docs for AI codin...
  • a7ca649 feat(tracing): support prompt linking via propagateAttributes (#866)
  • ff6038a chore: release v5.9.1
  • d1b8183 fix: route CJS consumers to CJS declarations (#852)
  • fd0d45b chore: release v5.9.0
  • bb96928 chore: release v5.8.0
  • Additional commits viewable in compare view

Updates @langfuse/tracing from 5.4.1 to 5.11.0

Release notes

Sourced from @​langfuse/tracing's releases.

v5.11.0

Full Changelog: langfuse/langfuse-js@v5.10.2...v5.11.0

v5.10.2

What's Changed

Full Changelog: langfuse/langfuse-js@v5.10.1...v5.10.2

v5.10.1

What's Changed

New Contributors

Full Changelog: langfuse/langfuse-js@v5.10.0...v5.10.1

v5.10.0

What's Changed

... (truncated)

Commits
  • eec8108 chore: release v5.11.0
  • f584f2a chore: release v5.10.2
  • b9747ff chore: release v5.10.1
  • ab2bf24 chore: release v5.10.0
  • cae7285 feat(tracing): propagate environment attributes (#886)
  • deeeb68 docs(sdk): upgrade TSDoc and package READMEs as first-class docs for AI codin...
  • 242a99b fix(tracing): respect observation environment (#869)
  • a7ca649 feat(tracing): support prompt linking via propagateAttributes (#866)
  • ff6038a chore: release v5.9.1
  • d1b8183 fix: route CJS consumers to CJS declarations (#852)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-only returns only package.json and pnpm-lock.yaml; plugins/tracing/dist/index.mjs is unchanged. That dist bundle is a tracked, intentionally-committed artifact

@dependabot dependabot Bot changed the title build(deps): bump the langfuse group with 2 updates chore(deps): bump the langfuse group across 1 directory with 2 updates Sep 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/langfuse-b9584f6a9e branch from 07c0acd to 4ad2594 Compare September 2, 2026 12:34
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>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/langfuse-b9584f6a9e branch from 4ad2594 to 22d351e Compare September 4, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants