Merge remote-tracking branch 'origin/main' into langster/fix-dev-dependency-alerts

# Conflicts:
#	libs/cli/js-examples/yarn.lock
#	libs/cli/js-monorepo-example/yarn.lock
This commit is contained in:
langsmith-fleet[bot]
2026-08-20 07:21:12 +00:00
137 changed files with 3976 additions and 2312 deletions
+9 -9
View File
@@ -21,29 +21,29 @@
"test:all": "yarn test && yarn test:int && yarn lint:langgraph"
},
"dependencies": {
"@langchain/core": "^1.2.1",
"@langchain/langgraph": "^1.4.7"
"@langchain/core": "^1.2.4",
"@langchain/langgraph": "^1.4.8"
},
"resolutions": {
"@langchain/langgraph-checkpoint": "1.0.4",
"jest/**/js-yaml": "3.15.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^10.0.1",
"@tsconfig/recommended": "^1.0.13",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"dotenv": "^17.4.2",
"eslint": "^10.6.0",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-no-instanceof": "^1.0.1",
"eslint-plugin-prettier": "^5.5.6",
"jest": "^30.4.2",
"prettier": "^3.9.4",
"ts-jest": "^29.4.11",
"typescript": "^6.0.3"
"prettier": "^3.9.6",
"ts-jest": "^29.4.12",
"typescript": "^7.0.2"
}
}