Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"react-error-overlay": "^1.0.10",
"react-icons": "^2.2.7",
"react-input-autosize": "^2.2.1",
"react-instantsearch": "^5.7.0",
"react-instantsearch": "^6.0.0",

Choose a reason for hiding this comment

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

critical

This upgrade to a new major version (v5 to v6) introduces significant breaking changes. The Snyk metadata in the pull request description confirms this with the isBreakingChange:true flag. Merging this dependency upgrade without updating the application code to align with the new v6 API will likely cause runtime errors and break existing functionality. Before merging, you must consult the official react-instantsearch v6 migration guide and apply all necessary code modifications.

"react-loadable": "^3.3.1",
"react-markdown": "^4.3.1",
"react-media": "^1.9.2",
Expand Down