Skip to content

Conversation

YasharF
Copy link
Contributor

@YasharF YasharF commented May 30, 2025

Upgrading Turbo to get rid of this message that spams the console during builds.

╭──────────────────────────────────────────────────────────────────────╮
│                                                                      │
│                  Update available v1.13.3 ≫ v2.5.4                   │
│    Changelog: https://github.com/vercel/turbo/releases/tag/v2.5.4    │
│           Run "npx @turbo/codemod@latest update" to update           │
│                                                                      │
│        Follow @turborepo for updates: https://x.com/turborepo        │
╰──────────────────────────────────────────────────────────────────────╯

The upgrade script did most of the work. The list of breaking changes are available at https://turborepo.com/blog/turbo-2-0#breaking-changes and the only one that seems to apply is:

pipeline key in turbo.json renamed to tasks


Checks and testing completed:

setup: delete node_modules and .turbo

rm -rf .turbo
rm -rf node_modules
  • yarn
  • yarn build in ~/langchain/langchain-core
  • yarn lint:fix in ~/langchain/ and check for changes with git status
  • yarn format in ~/langchain/ and check for changes with git status
  • yarn build in ~/langchain/
  • yarn test in ~/langchain/

x: YasharF3
linkedin.com/in/YasharF

Copy link

vercel bot commented May 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview Jun 18, 2025 5:57pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) Jun 18, 2025 5:57pm

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. auto:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs labels May 30, 2025
@YasharF YasharF changed the title chor: upgrade turbo (Turborepo) chore: upgrade turbo (Turborepo) May 30, 2025
@hntrl hntrl merged commit de5f597 into langchain-ai:main Jun 18, 2025
106 of 107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants