Skip to content

chore(deps): bump exa-js from 1.10.3 to 2.12.1 in /backend#841

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/exa-js-2.12.1
Open

chore(deps): bump exa-js from 1.10.3 to 2.12.1 in /backend#841
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/backend/exa-js-2.12.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps exa-js from 1.10.3 to 2.12.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Medium Risk
Updates a major-version dependency (exa-js 1.x → 2.x), which may introduce breaking API/behavior changes in any Exa integration paths at runtime despite being a small diff.

Overview
Bumps the backend dependency exa-js from the 1.x line to ^2.12.1 in backend/package.json.

Reviewed by Cursor Bugbot for commit e54f216. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [exa-js](https://github.com/exa-labs/exa-js) from 1.10.3 to 2.12.1.
- [Release notes](https://github.com/exa-labs/exa-js/releases)
- [Commits](https://github.com/exa-labs/exa-js/commits)

---
updated-dependencies:
- dependency-name: exa-js
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit e54f216. Configure here.

Comment thread backend/package.json
"drizzle-orm": "^0.45.2",
"elysia": "^1.4.28",
"exa-js": "^1.0.11",
"exa-js": "^2.12.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lockfile not updated to match new major version

High Severity

The package.json declares "exa-js": "^2.12.1" but the bun.lock still declares "exa-js": "^1.0.11" in the workspace section and resolves to exa-js@1.10.2. This mismatch means bun install --frozen-lockfile (typical in CI) will fail, and any fresh install will pull v2.x which may break the application due to major version API changes without corresponding code updates.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e54f216. Configure here.

Comment thread backend/package.json
"drizzle-orm": "^0.45.2",
"elysia": "^1.4.28",
"exa-js": "^1.0.11",
"exa-js": "^2.12.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major version bump may break undocumented extras option

Medium Severity

The getContents call in exa.ts passes extras: { imageLinks: 1 } which does not appear in any exa-js v2 documentation. When v2.12.1 is actually installed, this option may be silently ignored or rejected, resulting in image link data no longer being included in fetch-content responses — a silent loss of functionality with no error surfaced to callers.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e54f216. Configure here.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

PR Metrics

Metric Value
Lines changed (prod code) +1 / -1
JS bundle size (gzipped) 🟢 1.02 MB → 1.02 MB (-4.4 KB, -0.4%)
Test coverage 🟢 70.79% → 70.79% (+0.0%)
Performance (preview) Preview not ready — Render deploy may have timed out
Accessibility
Best Practices
SEO

Updated Wed, 06 May 2026 19:45:53 GMT · run #1404

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants