Update NPM Updates (major)#122
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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 b736f1d. Configure here.
| "dependencies": { | ||
| "@mendable/firecrawl-js": "^1.24.0", | ||
| "dotenv": "^16.4.7" | ||
| "@mendable/firecrawl-js": "^4.0.0", |
There was a problem hiding this comment.
Firecrawl v4 removes LLMs.txt methods used by code
High Severity
Upgrading @mendable/firecrawl-js from ^1.24.0 to ^4.0.0 is a breaking change. The Firecrawl v1→v2 migration guide explicitly states that generateLLMsText(...), asyncGenerateLLMsText(...), and checkGenerateLLMsTextStatus(id) were removed from the v2 SDK. The code in index.js calls both firecrawl.asyncGenerateLLMsText() and firecrawl.checkGenerateLLMsTextStatus(), which will throw TypeError: ... is not a function at runtime with the v4 SDK.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit b736f1d. Configure here.


This PR contains the following updates:
^1.24.0→^4.0.0^16.4.7→^17.0.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
firecrawl/firecrawl (@mendable/firecrawl-js)
v4.11.1Compare Source
v4.11.0Compare Source
v4.10.0Compare Source
v4.9.3Compare Source
v4.9.2Compare Source
v4.9.1Compare Source
v4.9.0Compare Source
v4.8.3Compare Source
v4.8.2Compare Source
v4.8.1Compare Source
v4.8.0Compare Source
v4.7.0Compare Source
v4.6.2Compare Source
v4.6.1Compare Source
v4.5.1Compare Source
v4.5.0Compare Source
v4.4.1Compare Source
v4.4.0Compare Source
v4.3.8Compare Source
v4.3.7Compare Source
v4.3.6Compare Source
v4.3.5Compare Source
v4.3.4Compare Source
v4.3.3Compare Source
v4.3.2Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
v4.2.0Compare Source
v4.1.0Compare Source
v4.0.0Compare Source
v3.3.0Compare Source
v3.2.1Compare Source
v3.2.0Compare Source
v3.1.0Compare Source
v3.0.3Compare Source
v3.0.2Compare Source
v3.0.1Compare Source
motdotla/dotenv (dotenv)
v17.4.2Compare Source
Changed
v17.4.1Compare Source
Changed
injectingtoinjected(#1005)v17.4.0Compare Source
Added
skills/folder with focused agent skills:skills/dotenv/SKILL.md(core usage) andskills/dotenvx/SKILL.md(encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)Changed
◇ injecting env (14) from .env(#1003)v17.3.1Compare Source
Changed
v17.3.0Compare Source
Added
Changed
v17.2.4Compare Source
Changed
DotenvPopulateInputacceptNodeJS.ProcessEnvtype (#915)v17.2.3Compare Source
Changed
v17.2.2Compare Source
Added
v17.2.1Compare Source
Changed
v17.2.0Compare Source
Added
DOTENV_CONFIG_QUIET=truein your environment or.envfile to quiet the runtime log (#889)DOTENV_CONFIG_environment variables take precedence over any code set options like({quiet: false})v17.1.0Compare Source
Added
v17.0.1Compare Source
Changed
v17.0.0Compare Source
Changed
quietto false - informational (file and keys count) runtime log message shows by default (#875)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.