deps(14): upgrade react-toastify 10 -> 11 - #22
Merged
Conversation
- react-toastify 10.0 -> 11.1 (renderer) No source changes required: - toast.success/error/warning/info call-sites unchanged - ToastContainer props (position, autoClose, theme, etc.) all survived v11 - CSS still imports from react-toastify/dist/ReactToastify.css
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated ChangesDependency Version Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Review rate limit: 4/5 reviews remaining, refill in 12 minutes. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps react-toastify 10.0 → 11.1 (renderer-only).
Migration notes
Inventoried every call site (8 files):
toast.success,toast.error,toast.warning,toast.info, plus a single<ToastContainer>inApp.jsxand thereact-toastify/dist/ReactToastify.cssimport.None of the v11 breaking changes (toast ID handling, containerId option, theme API tweaks) touch our call sites:
toast.<level>(message)form — no custom IDs, no containerId routing.position,autoClose,hideProgressBar,newestOnTop,closeOnClick,rtl,pauseOnFocusLoss,draggable,pauseOnHover,theme) all still exist in v11.dist/ReactToastify.css.No source changes required.
Test plan
npm run test:go— passnpm run test:react— 73/73 passnpm run build:react— built in 799msSummary by CodeRabbit