-
Notifications
You must be signed in to change notification settings - Fork 344
feat(react-tether): BREAKING CHANGE Bump BUIE to React 19 #4278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
c4d1850
ed22c02
2ec4c35
bb756bc
29f93e4
70cb515
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -266,7 +266,7 @@ | |
| "react-responsive": "^10.0.0", | ||
| "react-router-dom": "^5.3.4", | ||
| "react-scrollbars-custom": "^4.0.21", | ||
| "react-tether": "^1.0.5", | ||
| "react-tether": "^3.0.3", | ||
| "react-textarea-autosize": "^8.5.3", | ||
| "regenerator-runtime": "^0.14.1", | ||
jfox-box marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "remarkable": "^2.0.1", | ||
|
|
@@ -332,11 +332,11 @@ | |
| "mousetrap": "^1.6.3", | ||
| "pikaday": "^1.8.0", | ||
| "query-string": "5.1.1", | ||
| "react": "^17.0.1 || ^18.0.0", | ||
| "react": "^18.0.0 || ^19.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Breaking change: React 17 support dropped. The peer dependency constraints now require React 18 or React 19, dropping support for React 17. This is a breaking change for consumers who have not yet migrated to React 18. Given the team's comfort level with raising minimum peer dependency versions (based on learnings), this change may be intentional. However, ensure this breaking change is:
Also applies to: 339-339 🤖 Prompt for AI Agents |
||
| "react-animate-height": "^3.2.3", | ||
| "react-aria-components": "^1.10.1", | ||
| "react-beautiful-dnd": "^13.1.1", | ||
| "react-dom": "^17.0.1 || ^18.0.0", | ||
| "react-dom": "^18.0.0 || ^19.0.0", | ||
| "react-draggable": "^4.5.0", | ||
| "react-immutable-proptypes": "^2.1.0", | ||
| "react-intl": ">=2.9.0", | ||
|
|
@@ -347,7 +347,7 @@ | |
| "react-responsive": "^10.0.0", | ||
| "react-router-dom": "5.3.4", | ||
| "react-scrollbars-custom": "^4.0.21", | ||
| "react-tether": "^1.0.5", | ||
| "react-tether": "^3.0.3", | ||
| "react-textarea-autosize": "^8.5.3", | ||
| "regenerator-runtime": "^0.13.2", | ||
| "remarkable": "^2.0.1", | ||
|
|
@@ -357,11 +357,6 @@ | |
| "tabbable": "^1.1.2", | ||
| "uuid": "^8.3.2" | ||
| }, | ||
| "comments": { | ||
| "dependencies": { | ||
| "react-tether": "Version 2.x has too many breaking changes and requires forwardRef on all components" | ||
| } | ||
| }, | ||
| "msw": { | ||
| "workerDirectory": [".storybook/public"] | ||
| } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
react-tether v3 uses a .cjs file as an entry point, so we get flow errors without it.