Skip to content

Bump langsmith from 0.3.73 to 0.5.18 in /frontend/internal-packages/agent#4078

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps langsmith from 0.3.73 to 0.5.18.

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.18.
- [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.18
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 10, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 10, 2026 20:36
@dependabot dependabot Bot requested review from NoritakaIkeda and sasamuku and removed request for a team April 10, 2026 20:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 10, 2026
@giselles-ai
Copy link
Copy Markdown

giselles-ai Bot commented Apr 10, 2026

Finished running flow.

Step 1
🟢
On Pull Request OpenedStatus: Success Updated: Apr 10, 2026 8:36pm
Step 2
🟢
gpt-5Status: Success Updated: Apr 10, 2026 8:37pm
Step 3
🟢
Create Pull Request CommentStatus: Success Updated: Apr 10, 2026 8:37pm

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 10, 2026

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

Project Deployment Actions Updated (UTC)
liam-app Error Error Apr 10, 2026 8:36pm
liam-assets Error Error Apr 10, 2026 8:36pm
liam-storybook Error Error Apr 10, 2026 8:36pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
liam-docs Ignored Ignored Preview Apr 10, 2026 8:36pm
liam-erd-sample Skipped Skipped Apr 10, 2026 8:36pm

Request Review

@giselles-ai
Copy link
Copy Markdown

giselles-ai Bot commented Apr 10, 2026

Check changeset necessity

Status: NOT REQUIRED

Reason:

  • The only affected package is "@liam-hq/agent" (located at frontend/internal-packages/agent), which is explicitly listed in the ignored packages.
  • No changes to release-targeted packages (@liam-hq/cli, @liam-hq/erd-core, @liam-hq/schema, @liam-hq/ui).
  • This is a dependency version bump (langsmith 0.3.73 → 0.5.18) with no direct, user-facing feature/API changes in any release-targeted package.
  • Even though the dependency includes breaking changes upstream, they do not trigger a release for ignored packages per the guide.

Changeset (copy & paste):

No changeset required for this PR because it only affects "@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 2 additional findings in Devin Review.

Open in Devin Review

"dotenv": "16.5.0",
"fast-json-patch": "3.1.1",
"langsmith": "0.3.73",
"langsmith": "0.5.18",
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 after langsmith version bump

The package.json bumps langsmith from 0.3.73 to 0.5.18, but the pnpm-lock.yaml was not updated and still contains only langsmith@0.3.73 (with specifier: 0.3.73 for the agent package). There is no langsmith@0.5.18 entry in the lockfile at all. This mismatch will cause pnpm install --frozen-lockfile to fail in CI, and without --frozen-lockfile, the lockfile would be silently rewritten, defeating its purpose. The CI setup action (.github/actions/pnpm-setup/action.yml) is used by frontend-ci.yml before running lint and tests.

Prompt for agents
The pnpm-lock.yaml file was not updated to reflect the langsmith version change from 0.3.73 to 0.5.18 in frontend/internal-packages/agent/package.json. Run `pnpm install` at the repo root to regenerate the lockfile, which will add a langsmith@0.5.18 resolution entry and update the specifier for the agent package from 0.3.73 to 0.5.18. Then commit the updated pnpm-lock.yaml alongside the package.json change.
Open in Devin Review

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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 16, 2026

Superseded by #4082.

@dependabot dependabot Bot closed this Apr 16, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/frontend/internal-packages/agent/langsmith-0.5.18 branch April 16, 2026 01:39
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