David Duong
c8d7a0aa9a
fix(sdk): code hygiene ( #1357 )
2025-07-07 12:44:29 +00:00
David Duong
8e818724f1
feat(checkpoint-validation): migrate CLI to Vitest ( #1346 )
2025-07-07 13:41:14 +02:00
David Duong
5e9652f70d
fix(cli): match "langsmith" package version ( #1342 )
2025-07-04 13:51:37 +00:00
Tat Dat Duong
0d4b5fe0ba
Fix docs build, consolidate @types/node version
2025-07-03 14:52:56 +02:00
Tat Dat Duong
85ed34c8dc
Update lockfile
2025-07-03 00:33:50 +02:00
Tat Dat Duong
0055bea118
Merge branch 'main' into dqbd/lgjsapi
2025-07-03 00:29:57 +02:00
Tat Dat Duong
7e16bee986
Update lockfile again
2025-07-02 21:26:19 +02:00
Tat Dat Duong
e7175caad5
Lockfile update
2025-07-02 21:23:46 +02:00
Tat Dat Duong
aea5b9b6c4
Dedupe Prettier
2025-07-02 20:23:21 +02:00
Tat Dat Duong
5df63ba25c
Update dependencies, remove circular dependency
2025-07-02 20:20:16 +02:00
Tat Dat Duong
799a08edc3
Simplify build process, remove Bun
2025-07-02 01:46:19 +02:00
Tat Dat Duong
bcf06be8f7
Another pass at fixing build
2025-07-02 00:00:19 +02:00
Tat Dat Duong
2b211391c8
Update dependencies
2025-07-02 00:00:05 +02:00
David Duong
462c366824
chore(deps): remove jest in favour of vitest ( #1314 )
2025-06-25 14:24:47 +02:00
David Duong
56d465b81a
chore(deps): move all published packages from Jest to Vitest ( #1312 )
2025-06-25 13:31:50 +02:00
dependabot[bot]
7a6e18c5d9
build(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in the npm_and_yarn group across 1 directory ( #1309 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-25 13:01:26 +02:00
David Duong
ddd5722e6f
chore(deps): bump turbo@2.5.4 ( #1311 )
2025-06-25 12:55:13 +02:00
David Duong
dcf9627d7e
chore(deps): migrate to Yarn v4 ( #1310 )
...
Co-authored-by: Logan Rosen <loganrosen@gmail.com >
2025-06-25 12:44:25 +02:00
Hunter Lovell
444f6195a6
fix: lockfile failing
2025-06-11 20:11:12 -07:00
Hunter Lovell
f14fa9116e
chore(langgraph): last minute test nits
2025-06-11 20:07:38 -07:00
Hunter Lovell
a6dd700ca8
fix: test nits and bump yarn lock
2025-06-11 17:47:27 -07:00
Hunter Lovell
b6d2a2407b
chore(langgraph): bump minimum core dep
2025-06-11 14:52:20 -07:00
Hunter Lovell
2ba19d1640
chore: bump lock file
2025-06-11 14:48:50 -07:00
Hunter Lovell
3f48e8a891
chore: bump lock file
2025-06-10 23:06:51 -07:00
Hunter Lovell
3242ba1efe
chore(all): bump zod deps
2025-06-10 19:48:01 -07:00
David Duong
aa4b00dbf5
chore: fix tar-fs deps ( #1263 )
2025-06-06 12:31:16 +00:00
David Duong
4ad95745c8
release(langgraph): 0.3.0 ( #1250 )
2025-06-03 00:35:34 +02:00
David Duong
6d28118c86
release(swarm): 0.0.4 ( #1248 )
2025-05-31 02:23:23 +02:00
David Duong
f4359a82b8
release(supervisor): 0.0.13 ( #1247 )
2025-05-31 02:19:29 +02:00
Tat Dat Duong
bf2b6f11bd
Lockfile
2025-05-31 02:11:50 +02:00
Tat Dat Duong
8c7797f831
feat(langgraph): node / task cache
2025-05-28 18:16:18 +02:00
Tat Dat Duong
4bf750557f
deps(langgraph): upgrade to TypeScript 5.8.x
...
Turns out that `moduleResolution: node10` will achieve the same result as setting `src/package.json` to `{}` (verified via git worktrees).
Also switching `moduleResolution: bundler` for ESM build, after which I've compared the build output of `libs/checkpoint` via `diff -r -q`.
2025-05-24 16:24:42 +02:00
dependabot[bot]
bac9eef536
build(deps): bump vite in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `vite` from 6.2.1 to 6.3.5
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.5
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-22 11:37:02 +00:00
David Duong
eccbfd4151
build(deps): bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group across 1 directory ( #1186 )
2025-05-22 13:34:06 +02:00
Divy Srivastava
18a85b4a48
Fixes
...
x
Fixes
Update more tests
yarn.lock fixes
fix(langgraph): fix build, remove unused jest stuff, tests still fail
2025-05-21 03:50:46 +02:00
dependabot[bot]
932087606c
build(deps): bump undici in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici ).
Updates `undici` from 5.28.5 to 5.29.0
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 5.29.0
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-15 16:42:37 +00:00
Ben Burns
1d357cfac2
chore(supervisor): bump minimum langgraph version
2025-05-12 20:16:21 -07:00
Tat Dat Duong
90295e6118
security: remove esm-hook
2025-05-08 19:06:19 +02:00
Tat Dat Duong
fa01615cc4
security: ensure we're using the same tsx version
2025-05-08 18:48:57 +02:00
Tat Dat Duong
b640f50596
security: dedupe @octokit
...
Solved by deduping @langchain/scripts and bumping release-it to ^19
2025-05-08 18:38:30 +02:00
Tat Dat Duong
56a2b8d7c7
fix(security): update tar-fs and rollup
2025-05-07 18:07:07 +02:00
Tat Dat Duong
6fd95442a9
fix: use rollup 2.79.2 for ^2.34.2
2025-05-05 19:51:19 +02:00
dependabot[bot]
f387ace50a
build(deps): bump the npm_and_yarn group across 2 directories with 2 updates ( #1135 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 23:54:18 +12:00
dependabot[bot]
babe7309fe
build(deps-dev): bump rollup from 4.35.0 to 4.36.0 in the npm_and_yarn group across 1 directory ( #1002 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 17:51:09 +12:00
Brace Sproul
418773ccb1
chore(langgraph): Bump checkpointer version ( #1107 )
2025-04-14 18:09:33 +00:00
Vadym Barda
110c1a9f4c
supervisor: bump min langgraph version ( #1082 )
2025-04-04 19:47:32 -04:00
Brace Sproul
72192495c6
fix(cua): Bump min version for OpenAI peer dep ( #1059 )
2025-03-28 20:19:41 +00:00
Brace Sproul
5fe8f265a8
feat(cua): Implement passing blocked domains ( #1048 )
2025-03-26 15:53:08 -07:00
Brace Sproul
81d9ec952b
fix(cua): Add execute before and after nodes ( #1033 )
2025-03-25 21:59:18 +00:00
Brace Sproul
ce81c8759c
feat(prebuilt-cua): Prebuilt computer use agent ( #1003 )
2025-03-25 12:25:50 -07:00