Skip to content

Bump langsmith from 0.3.73 to 0.5.19 in /frontend/internal-packages/schema-bench#4083

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

Bump langsmith from 0.3.73 to 0.5.19 in /frontend/internal-packages/schema-bench#4083
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/internal-packages/schema-bench/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] <support@github.com>
@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:54
@dependabot dependabot Bot requested review from NoritakaIkeda and sasamuku and removed request for a team April 16, 2026 01:54
@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:54am
Step 2
🟢
gpt-5Status: Success Updated: Apr 16, 2026 1:55am
Step 3
🟢
Create Pull Request CommentStatus: Success Updated: Apr 16, 2026 1:55am

@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:54am
liam-assets Error Error Apr 16, 2026 1:54am
liam-storybook Error Error Apr 16, 2026 1:54am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
liam-docs Ignored Ignored Preview Apr 16, 2026 1:54am
liam-erd-sample Skipped Skipped Apr 16, 2026 1:54am

Request Review

@giselles-ai
Copy link
Copy Markdown

giselles-ai Bot commented Apr 16, 2026

Check changeset necessity

Status: NOT REQUIRED

Reason:

  • The only affected package is @liam-hq/schema-bench, which is explicitly listed in the ignored packages.
  • This PR only bumps a dependency (langsmith) within an internal benchmarking package; no user-facing behavior changes.
  • None of the target packages that require changesets (@liam-hq/cli, @liam-hq/erd-core, @liam-hq/schema, @liam-hq/ui) are modified.
  • No API, feature, or behavioral changes for consumers.

Changeset (copy & paste):

# N/A — no changeset needed (affects only @liam-hq/schema-bench, an 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

"@liam-hq/schema": "workspace:*",
"dotenv": "16.5.0",
"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 package.json version bump

The package.json bumps langsmith from 0.3.73 to 0.5.19, but the pnpm-lock.yaml still records specifier: 0.3.73 for the schema-bench package (pnpm-lock.yaml:670-672). This mismatch means pnpm install --frozen-lockfile (the default behavior in CI when CI=true) will fail because the lockfile specifier doesn't match the package.json requirement. The lockfile must be regenerated by running pnpm install and committing the updated pnpm-lock.yaml.

Prompt for agents
The package.json was updated to langsmith 0.5.19 but pnpm-lock.yaml was not regenerated. At pnpm-lock.yaml:670-672, the specifier still reads 0.3.73. Run `pnpm install` at the repo root to regenerate the lockfile, then commit the updated pnpm-lock.yaml alongside this package.json change. Without this, CI will fail when running pnpm install with frozen lockfile.
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