Bump immutable and react-redux-firebase#98
Conversation
Removes [immutable](https://github.com/immutable-js/immutable-js). It's no longer used after updating ancestor dependency [react-redux-firebase](https://github.com/prescottprue/react-redux-firebase). These dependencies need to be updated together. Removes `immutable` Updates `react-redux-firebase` from 1.5.1 to 4.0.0 - [Release notes](https://github.com/prescottprue/react-redux-firebase/releases) - [Changelog](https://github.com/prescottprue/react-redux-firebase/blob/main/CHANGELOG.md) - [Commits](prescottprue/react-redux-firebase@v1.5.1...v4.0.0) --- updated-dependencies: - dependency-name: immutable dependency-version: dependency-type: indirect - dependency-name: react-redux-firebase dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit de48fbe. Configure here.
| "react-gravatar": "^2.6.3", | ||
| "react-redux": "^5.1.2", | ||
| "react-redux-firebase": "^1.5.1", | ||
| "react-redux-firebase": "^4.0.0", |
There was a problem hiding this comment.
Node version requirement mismatch
Medium Severity
react-redux-firebase@4.0.0 declares engines.node as >=20, but this project pins Node 16.15.1 via volta. Local installs and any Node 16 environments can warn or fail, especially with the new prepare install script, even before app code migration is considered.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit de48fbe. Configure here.


Removes immutable. It's no longer used after updating ancestor dependency react-redux-firebase. These dependencies need to be updated together.
Removes
immutableUpdates
react-redux-firebasefrom 1.5.1 to 4.0.0Release notes
Sourced from react-redux-firebase's releases.
... (truncated)
Commits
c213733chore: fix release workflow32f8e0afeat!: modernize toolchain to Node 20+, vitest, and Biome (v4) (#1240)9952215chore: add nvmrc for clear node version6c68d76chore: fix 3 typos "seperate(d)" → "separate(d)" in index.d.ts JSDoc (#1239)befe3b9chore(deps): bump ua-parser-js in /examples/complete/react-native (#1218)6e00f5echore(docs): incorrect link (404) to profileFactory in FAQ (#1173)9041285chore(deps): bump follow-redirects in /examples/complete/simple (#1154)9b94cccchore(deps): bump follow-redirects in /examples/complete/firestore (#1153)3ce963fchore(deps): bump follow-redirects in /examples/complete/typescript (#1152)5fa1838v3.11.0 (#1149)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.