Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jan 23, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

firecrawl-spring bot and others added 5 commits January 22, 2026 18:21
* fix(js-sdk): add Zod v4 compatibility for schema conversion

Replace direct usage of deprecated `zod-to-json-schema` package with a
new utility that supports both Zod v3 and v4. The `zod-to-json-schema`
package is incompatible with Zod v4, causing schema conversion failures
for users who have upgraded to Zod v4.

Changes:
- Create zodSchemaToJson.ts utility with Zod v3/v4 detection
- Add isZodSchema() function to detect Zod schemas
- Add safeZodSchemaToJsonSchema() for graceful conversion
- Update validation.ts, extract.ts, agent.ts, and v1/index.ts
- Add comprehensive unit tests for the new utility

The utility:
- Detects Zod v4 schemas by checking for _zod property
- Falls back to zod-to-json-schema for Zod v3 schemas
- Provides safeZodSchemaToJsonSchema for graceful fallback

Co-Authored-By: rafaelsideguide <rafael@sideguide.dev>

* refactor(js-sdk): simplify zodSchemaToJson utility and tests

- Rename safeZodSchemaToJsonSchema to zodSchemaToJsonSchema (redundant prefix)
- Remove unnecessary comments explaining obvious behavior
- Condense 47 unit tests into 5 comprehensive tests
- Clean up redundant code

Co-Authored-By: rafaelsideguide <rafael@sideguide.dev>

* mv test to right spot

* bump version

---------

Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com>
Co-authored-by: rafaelsideguide <rafael@sideguide.dev>
Co-authored-by: rafaelmmiller <150964962+rafaelsideguide@users.noreply.github.com>
* feat(crawl): add sitemap-only support

Co-Authored-By: mogery <mogery@sideguide.dev>

* chore(sdk): bump js/python versions

Co-Authored-By: mogery <mogery@sideguide.dev>

---------

Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com>
Co-authored-by: mogery <mogery@sideguide.dev>
…r-mmjv-4gpg) (#2728)

- Upgrade lodash to 4.17.23 in apps/api (direct dependency)
- Add pnpm override for lodash in apps/test-suite (transitive via artillery)

This fixes the audit-ci failures caused by CVE-2025-13465, a prototype
pollution vulnerability in lodash's _.unset and _.omit functions.

Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com>
Co-authored-by: mogery <mogery@sideguide.dev>
* Add manual pagination helpers for crawl and batch

* Bump python sdk version

---------

Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Jan 23, 2026
@pull pull bot added the ⤵️ pull label Jan 23, 2026
@pull pull bot merged commit 5696a70 into code:main Jan 23, 2026
0 of 6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant