Skip to content

feat(nodejs): switch from npm to bun in parametric and AI framework weblogs#7012

Draft
rochdev wants to merge 1 commit into
mainfrom
rochdev/feat-npm-to-bun
Draft

feat(nodejs): switch from npm to bun in parametric and AI framework weblogs#7012
rochdev wants to merge 1 commit into
mainfrom
rochdev/feat-npm-to-bun

Conversation

@rochdev
Copy link
Copy Markdown
Member

@rochdev rochdev commented May 22, 2026

Summary

  • Replaces npm with bun for dependency installation in parametric tests
  • Switches anthropic-js, openai-js, and google-genai-js weblogs to use bun install
  • Adds bun.lock lockfiles for reproducible builds
  • Removes install_ddtrace.sh from the shellcheck TODO list (now clean)

Dependencies

None — this PR is independent and can be merged in any order.

Test plan

  • Verify parametric tests build and run with bun
  • Verify anthropic-js, openai-js, google-genai-js weblogs build correctly

🤖 Generated with Claude Code

…eblogs

Replaces npm with bun for dependency installation in parametric tests
and AI framework weblogs (anthropic-js, openai-js, google-genai-js),
using frozen lockfiles and hoisted linker for reproducible builds.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

CODEOWNERS have been resolved as:

utils/build/docker/nodejs/anthropic_app/bun.lock                        @DataDog/dd-trace-js @DataDog/system-tests-core
utils/build/docker/nodejs/google_genai_app/bun.lock                     @DataDog/dd-trace-js @DataDog/system-tests-core
utils/build/docker/nodejs/openai_app/bun.lock                           @DataDog/dd-trace-js @DataDog/system-tests-core
utils/build/docker/nodejs/parametric/bun.lock                           @DataDog/dd-trace-js @DataDog/system-tests-core
.shellcheck                                                             @DataDog/system-tests-core
utils/build/docker/nodejs/anthropic-js.Dockerfile                       @DataDog/dd-trace-js @DataDog/system-tests-core
utils/build/docker/nodejs/google_genai-js.Dockerfile                    @DataDog/dd-trace-js @DataDog/system-tests-core
utils/build/docker/nodejs/install_ddtrace.sh                            @DataDog/dd-trace-js @DataDog/system-tests-core
utils/build/docker/nodejs/openai-js.Dockerfile                          @DataDog/dd-trace-js @DataDog/system-tests-core
utils/build/docker/nodejs/parametric/Dockerfile                         @DataDog/dd-trace-js @DataDog/system-tests-core

@datadog-datadog-prod-us1-2
Copy link
Copy Markdown

datadog-datadog-prod-us1-2 Bot commented May 22, 2026

Pipelines  Tests

Fix all issues with BitsAI

⚠️ Warnings

🚦 14 Pipeline jobs failed

Testing the test | System Tests (nodejs, dev) / Build end-to-end (express4)   View in Datadog   GitHub Actions

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Command not found: 'bun' during execution of install_ddtrace.sh

Testing the test | System Tests (nodejs, dev) / Build end-to-end (express4-typescript)   View in Datadog   GitHub Actions

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. /binaries/install_ddtrace.sh: line 12: bun: command not found

Testing the test | System Tests (nodejs, dev) / Build end-to-end (express5)   View in Datadog   GitHub Actions

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Command 'bun' not found during execution of '/binaries/install_ddtrace.sh'.

View all 14 failed jobs.

ℹ️ Info

No other issues found (see more)

🧪 All tests passed
❄️ No new flaky tests detected

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: fcaa863 | Docs | Datadog PR Page | Give us feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant