Commit Graph

39 Commits

Author SHA1 Message Date
Tat Dat Duong 8fa640beba Update turbo definitions 2025-07-02 02:35:57 +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
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
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
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
dependabot[bot] 435b785b61 build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#980)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-14 10:14:55 +13:00
Divy Srivastava 7ea6b1b130 fix(checkpoint-sqlite): upgrade better-sqlite3 to 11.7.0 (#986) 2025-03-14 08:58:52 +13:00
Ben Burns 25a2c3aa22 chore: enable sourcemaps 2025-02-28 19:25:54 +13:00
Ben Burns f935b59d8f release(langgraph-checkpoint-mongodb): 0.0.6 2025-02-21 21:37:48 +13:00
mosluce 37116a3d2c fix(checkpoint-mongodb): fix utf8 encoding support (#665) 2025-02-21 16:42:06 +13:00
dependabot[bot] c1d5960766 build(deps): bump the npm_and_yarn group across 2 directories with 4 updates (#872)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-21 15:03:42 +13:00
dependabot[bot] c6c9461462 build(deps-dev): bump rollup from 4.32.1 to 4.33.0 in the npm_and_yarn group across 1 directory (#853)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 14:43:20 +00:00
nick-w-nick a931f80aaf fix(docs/etc): Fix miscellaneous typos (#837) 2025-02-03 18:23:16 -08:00
Ben Burns 989abe2df4 chore(checkpoint-mongodb): release 0.0.5 2025-01-30 12:51:38 +13:00
Ben Burns 8e916caffb chore: bump checkpoint peer dep to 0.0.15 2025-01-30 12:44:33 +13:00
dependabot[bot] 95a10a1d12 build(deps-dev): bump rollup
Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup).


Updates `rollup` from 4.32.0 to 4.32.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.32.0...v4.32.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-30 11:49:02 +13:00
dependabot[bot] fbe24a217b build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#806)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 20:14:09 -08:00
dependabot[bot] 3bbd8dac4d build(deps): bump the npm_and_yarn group across 2 directories with 2 updates (#771)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-04 22:21:21 -08:00
dependabot[bot] f57decbdf6 build(deps): bump the npm_and_yarn group across 2 directories with 2 updates (#751)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 17:55:16 -08:00
dependabot[bot] 6f1ee35ed2 build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#679)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 21:22:10 -08:00
Jacob Lee 2312f1ae3a chore(checkpoint-mongodb): Release 0.0.4 (#612) 2024-10-17 18:58:06 +00:00
Ben Burns dff9fed3d1 fix(checkpoint-mongodb): fix query filtering logic in list method (#580) 2024-10-17 11:37:36 -07:00
dependabot[bot] 6bd03b411f build(deps-dev): bump rollup from 4.22.5 to 4.23.0 in the npm_and_yarn group across 1 directory (#553)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-06 21:27:44 -07:00
dependabot[bot] af6695a0eb build(deps-dev): bump rollup from 4.14.3 to 4.22.4 in the npm_and_yarn group across 1 directory (#511)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 08:48:11 -07:00
Jacob Lee 800a9eed20 fix: Export MessagesAnnotation from web entrypoint (#526) 2024-09-28 03:51:07 -07:00
Jacob Lee 7abbb4496c feat: Adds support for subgraph interrupts, streaming, update/get state, and send API (#499) 2024-09-26 08:01:48 -07:00
Jacob Lee 0df484a207 chore(checkpoint-mongodb): Release 0.0.3 (#484) 2024-09-14 01:21:37 +00:00
Jacob Lee 29ea0d93a0 chore(deps): Bump checkpoint versions (#481) 2024-09-14 01:07:53 +00:00
Jacob Lee 811a4347ac chore(deps): Bump core dep (#479) 2024-09-13 17:58:48 -07:00
Jacob Lee 547b4a88e8 langgraph[minor]: 0.2, make @langchain/core a peer dependency to avoid conflicts (#431)
Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com>
2024-09-02 18:29:14 -07:00
Jacob Lee 460e27fd91 Bump versions (#379) 2024-08-26 05:14:44 +00:00
Jacob Lee 6cebd17a85 Adds support for retry policy for nodes (#377) 2024-08-25 22:02:11 -07:00
Jacob Lee 622852029a checkpoint-mongodb[patch]: Release 0.0.2 (#365) 2024-08-23 23:03:30 +00:00
Jacob Lee 8828308905 Fix build steps, docs issue (#363) 2024-08-23 15:58:14 -07:00
Brace Sproul 1d9ad1f204 infra[patch]: Add dist-cjs to gitignore (#362) 2024-08-23 14:06:04 -07:00
Jacob Lee 9d08d04696 Adds MongoDB checkpointer (#352) 2024-08-23 12:43:37 -07:00