From 23e1a6325dc67b23b76bd6ba06c67db786160cb6 Mon Sep 17 00:00:00 2001 From: "sourcegraph-commit-signing-app[bot]" <188111114+sourcegraph-commit-signing-app[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:19:57 +0000 Subject: [PATCH 1/4] Tests running tests on React 18 --- example/pubspec.yaml | 14 +++++++++++++- pubspec.yaml | 15 ++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4536683..7cf2146 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -22,4 +22,16 @@ dev_dependencies: dependency_overrides: w_module: - path: ../ \ No newline at end of file + path: ../ + react: + git: + url: https://github.com/Workiva/react-dart.git + ref: react-18-2-0-testing + react_testing_library: + git: + url: https://github.com/Workiva/react_testing_library.git + ref: r18 + dart_dev_workiva: + git: + url: https://github.com/Workiva/dart_dev_workiva.git + ref: override-react-js-files-for-r18 diff --git a/pubspec.yaml b/pubspec.yaml index 9f360c6..153e9cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,4 +21,17 @@ dev_dependencies: matcher: ^0.12.10 mocktail: ^1.0.3 test: ^1.16.8 - workiva_analysis_options: ^1.4.1 \ No newline at end of file + workiva_analysis_options: ^1.4.1 +dependency_overrides: + react: + git: + url: https://github.com/Workiva/react-dart.git + ref: react-18-2-0-testing + react_testing_library: + git: + url: https://github.com/Workiva/react_testing_library.git + ref: r18 + dart_dev_workiva: + git: + url: https://github.com/Workiva/dart_dev_workiva.git + ref: override-react-js-files-for-r18 From bd5fa5edd7b22a2896597c14765e692823a0b16b Mon Sep 17 00:00:00 2001 From: Sydney Jodon Date: Tue, 10 Jun 2025 17:07:29 -0700 Subject: [PATCH 2/4] Update deps --- example/pubspec.yaml | 8 ++------ pubspec.yaml | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 7cf2146..b7c37e2 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -25,13 +25,9 @@ dependency_overrides: path: ../ react: git: - url: https://github.com/Workiva/react-dart.git + url: git@github.com:Workiva/react-dart.git ref: react-18-2-0-testing react_testing_library: git: - url: https://github.com/Workiva/react_testing_library.git + url: git@github.com:Workiva/react_testing_library.git ref: r18 - dart_dev_workiva: - git: - url: https://github.com/Workiva/dart_dev_workiva.git - ref: override-react-js-files-for-r18 diff --git a/pubspec.yaml b/pubspec.yaml index 153e9cb..2a661c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,13 +25,9 @@ dev_dependencies: dependency_overrides: react: git: - url: https://github.com/Workiva/react-dart.git + url: git@github.com:Workiva/react-dart.git ref: react-18-2-0-testing react_testing_library: git: - url: https://github.com/Workiva/react_testing_library.git + url: git@github.com:Workiva/react_testing_library.git ref: r18 - dart_dev_workiva: - git: - url: https://github.com/Workiva/dart_dev_workiva.git - ref: override-react-js-files-for-r18 From 0e5ed5039a04a88577452a744d20933733f7c284 Mon Sep 17 00:00:00 2001 From: Sydney Jodon Date: Wed, 11 Jun 2025 14:25:00 -0700 Subject: [PATCH 3/4] Update deps --- example/pubspec.yaml | 4 ---- pubspec.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b7c37e2..268d315 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -27,7 +27,3 @@ dependency_overrides: git: url: git@github.com:Workiva/react-dart.git ref: react-18-2-0-testing - react_testing_library: - git: - url: git@github.com:Workiva/react_testing_library.git - ref: r18 diff --git a/pubspec.yaml b/pubspec.yaml index 2a661c6..ba8f6bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,3 @@ dependency_overrides: git: url: git@github.com:Workiva/react-dart.git ref: react-18-2-0-testing - react_testing_library: - git: - url: git@github.com:Workiva/react_testing_library.git - ref: r18 From b0bdda180cd5531bffc3ba56f6ef4b7d3e5a2fed Mon Sep 17 00:00:00 2001 From: Sydney Jodon Date: Wed, 18 Jun 2025 11:14:15 -0700 Subject: [PATCH 4/4] Update deps --- example/pubspec.yaml | 6 +++++- pubspec.yaml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 268d315..d28ce30 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -25,5 +25,9 @@ dependency_overrides: path: ../ react: git: - url: git@github.com:Workiva/react-dart.git + url: https://github.com/Workiva/react-dart.git ref: react-18-2-0-testing + react_testing_library: + git: + url: https://github.com/Workiva/react_testing_library.git + ref: r18 diff --git a/pubspec.yaml b/pubspec.yaml index ba8f6bc..a187253 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,5 +25,9 @@ dev_dependencies: dependency_overrides: react: git: - url: git@github.com:Workiva/react-dart.git + url: https://github.com/Workiva/react-dart.git ref: react-18-2-0-testing + react_testing_library: + git: + url: https://github.com/Workiva/react_testing_library.git + ref: r18