From d3d3a55fd644b15c91990ad6726be131e2348cd3 Mon Sep 17 00:00:00 2001 From: "batch-changes-for-github[bot]" <253819643+batch-changes-for-github[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:22:03 +0000 Subject: [PATCH 1/2] Raise the w_common dependency max to v5.0.0 Co-authored-by: Sourcegraph --- app/over_react_redux/todo_client/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/over_react_redux/todo_client/pubspec.yaml b/app/over_react_redux/todo_client/pubspec.yaml index 3275ec674..4d795d83e 100644 --- a/app/over_react_redux/todo_client/pubspec.yaml +++ b/app/over_react_redux/todo_client/pubspec.yaml @@ -26,7 +26,7 @@ dev_dependencies: test: ^1.15.7 test_html_builder: ^3.0.0 time: ^1.2.0 - w_common: ^3.0.0 + w_common: '>=3.0.0 <5.0.0' workiva_analysis_options: ^1.1.0 dependency_overrides: diff --git a/pubspec.yaml b/pubspec.yaml index 5a95fd009..4d5e1402b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: react: ^7.3.1 redux: ^5.0.0 source_span: ^1.4.1 - w_common: ^3.0.0 + w_common: '>=3.0.0 <5.0.0' w_flux: ^3.0.0 platform_detect: ^2.0.0 quiver: ^3.0.0 From d2f0f39c41e52e01bc6dc99ca865861ead10958f Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Tue, 3 Mar 2026 14:36:33 -0700 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd76d7c5b..5671378bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # OverReact Changelog +## 5.6.1 +- Allow w_common 4 #1004 https://github.com/Workiva/over_react/pull/1004 + ## 5.6.0 - Update analyzer dependency to `>=5.13.0 <11.0.0` (allow 8, 9, and 10) - Remove dependency on `transformer_utils`