Skip to content

Bump langsmith from 0.3.73 to 0.5.19 in /frontend/internal-packages/agent#4082

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/internal-packages/agent/langsmith-0.5.19
Open

Bump langsmith from 0.3.73 to 0.5.19 in /frontend/internal-packages/agent#4082
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/internal-packages/agent/langsmith-0.5.19

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps langsmith from 0.3.73 to 0.5.19.

Release notes

Sourced from langsmith's releases.

v0.5.2

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.5.1...v0.5.2

v0.5.1

What's Changed

New Contributors

Full Changelog: langchain-ai/langsmith-sdk@v0.5.0...v0.5.1

v0.5.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for langsmith since your current version.

Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Open with Devin

Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.3.73 to 0.5.19.
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.5.19
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 16, 2026 01:39
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 16, 2026
@dependabot dependabot Bot requested review from NoritakaIkeda and sasamuku and removed request for a team April 16, 2026 01:39
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Apr 16, 2026
@giselles-ai
Copy link
Copy Markdown

giselles-ai Bot commented Apr 16, 2026

Finished running flow.

Step 1
🟢
On Pull Request OpenedStatus: Success Updated: Apr 16, 2026 1:39am
Step 2
🟢
gpt-5Status: Success Updated: Apr 16, 2026 1:41am
Step 3
🟢
Create Pull Request CommentStatus: Success Updated: Apr 16, 2026 1:41am

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
liam-app Error Error Apr 16, 2026 1:39am
liam-assets Error Error Apr 16, 2026 1:39am
liam-storybook Error Error Apr 16, 2026 1:39am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
liam-docs Ignored Ignored Preview Apr 16, 2026 1:39am
liam-erd-sample Skipped Skipped Apr 16, 2026 1:39am

Request Review

@giselles-ai
Copy link
Copy Markdown

giselles-ai Bot commented Apr 16, 2026

Check changeset necessity

Status:

  • NOT REQUIRED

Reason:

  • The diff only bumps a dependency (langsmith 0.3.73 -> 0.5.19) in frontend/internal-packages/agent/package.json.
  • The affected package is @liam-hq/agent, which is listed in the ignored packages and is not a target package for releases.
  • No changes were made to target packages (@liam-hq/cli, @liam-hq/erd-core, @liam-hq/schema, @liam-hq/ui).
  • No user-facing features, bug fixes, API changes, or behavior changes in releasable packages.

Changeset (copy & paste):

---
# No changeset required: affects only "@liam-hq/agent" (ignored package)
---

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

"dotenv": "16.5.0",
"fast-json-patch": "3.1.1",
"langsmith": "0.3.73",
"langsmith": "0.5.19",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔴 pnpm-lock.yaml not updated to match langsmith version bump

The package.json changes langsmith from 0.3.73 to 0.5.19, but the pnpm-lock.yaml file was not updated — it still references [email protected] (see pnpm-lock.yaml:378-380). CI runs pnpm install --frozen-lockfile (.github/actions/pnpm-setup/action.yml:24), which will fail because the lockfile specifier (0.3.73) doesn't match the package.json specifier (0.5.19). This PR will break CI and cannot be installed correctly until pnpm install is re-run to regenerate the lockfile.

Prompt for agents
The package.json was updated to langsmith 0.5.19 but the pnpm-lock.yaml was not regenerated. Run `pnpm install` at the repo root to update the lockfile, then commit the updated pnpm-lock.yaml alongside this package.json change. Note that langsmith 0.5.x is a major jump from 0.3.x and may have breaking API changes — verify compatibility with the @langchain/* packages that depend on langsmith as a peer dependency (check pnpm-lock.yaml lines around 8410 and 19832 for the current langsmith resolution and its peer dependency constraints).
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

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