-
Notifications
You must be signed in to change notification settings - Fork 29
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
chore: update to react@16.9 #966
Conversation
dee9bd7
to
ab48fd1
Compare
b7fb506
to
b30f27f
Compare
ab48fd1
to
ccf397e
Compare
Let's see, maybe it's not necessary |
ccf397e
to
9b93ff6
Compare
The trick here is to keep |
@@ -144,7 +144,8 @@ | |||
"typescript": "3.5.3" | |||
}, | |||
"resolutions": { | |||
"@types/react": "16.9.1" | |||
"@types/react": "16.9.1", | |||
"react": "16.9.0" |
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.
Just to experiment. Without continue to end up with two react versions due to react-intl
.
I think now the question may be how much of those warnings come from our libs and should we silence their logging as discussed. |
Done. You want to do the rebase of the apollo branch? |
Sure I can do that later. Thanks |
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 (#966) * chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react * chore(deps): update dependency @testing-library/react to v9.1.1 (#956) * chore(deps): update dependency @testing-library/react to v8.0.9 * chore: update testing library to 9.1.1 * fix: remove cleanup-after-each hook (automatical now) * refactor: to remove path for act * refactor(app-shell): use react-apollo v3, use more hooks * refactor(app-shell): do not render hooks conditionally * chore: update react deps consistently * refactor(authenticated): do not render hook conditionally * chore: patch jest setup to avoid logging certain warnings on CI * fix: missing prop ref * fix(navbar): missing prop * refactor(app-connectors): to useQuery for fetching image regex setting * refactor(app-shell): connectors to useQuery * test(app-shell): fix setup * chore: regenerate lockfile * chore: update react-apollo to 3.0.1 * refactor(connectors): image regex tests to RTL * fix: query mocks for project suspended * fix: pin react-test-renderer to 16.9 * fix(quick-access): update state unless component is unmounting * refactor: componentWillUnmount is not a deprecated lifecycle method * test: cleanup * refactor: renaming based on feedback
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 (#966) * chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react * chore(deps): update dependency @testing-library/react to v9.1.1 (#956) * chore(deps): update dependency @testing-library/react to v8.0.9 * chore: update testing library to 9.1.1 * fix: remove cleanup-after-each hook (automatical now) * refactor: to remove path for act * refactor(app-shell): use react-apollo v3, use more hooks * refactor(app-shell): do not render hooks conditionally * chore: update react deps consistently * refactor(authenticated): do not render hook conditionally * chore: patch jest setup to avoid logging certain warnings on CI * fix: missing prop ref * fix(navbar): missing prop * refactor(app-connectors): to useQuery for fetching image regex setting * refactor(app-shell): connectors to useQuery * test(app-shell): fix setup * chore: regenerate lockfile * chore: update react-apollo to 3.0.1 * refactor(connectors): image regex tests to RTL * fix: query mocks for project suspended * fix: pin react-test-renderer to 16.9 * fix(quick-access): update state unless component is unmounting * refactor: componentWillUnmount is not a deprecated lifecycle method * test: cleanup * refactor: renaming based on feedback
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 (#966) * chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react * chore(deps): update dependency @testing-library/react to v9.1.1 (#956) * chore(deps): update dependency @testing-library/react to v8.0.9 * chore: update testing library to 9.1.1 * fix: remove cleanup-after-each hook (automatical now) * refactor: to remove path for act * refactor(app-shell): use react-apollo v3, use more hooks * refactor(app-shell): do not render hooks conditionally * chore: update react deps consistently * refactor(authenticated): do not render hook conditionally * chore: patch jest setup to avoid logging certain warnings on CI * fix: missing prop ref * fix(navbar): missing prop * refactor(app-connectors): to useQuery for fetching image regex setting * refactor(app-shell): connectors to useQuery * test(app-shell): fix setup * chore: regenerate lockfile * chore: update react-apollo to 3.0.1 * refactor(connectors): image regex tests to RTL * fix: query mocks for project suspended * fix: pin react-test-renderer to 16.9 * fix(quick-access): update state unless component is unmounting * refactor: componentWillUnmount is not a deprecated lifecycle method * test: cleanup * refactor: renaming based on feedback
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 (#966) * chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react * chore(deps): update dependency @testing-library/react to v9.1.1 (#956) * chore(deps): update dependency @testing-library/react to v8.0.9 * chore: update testing library to 9.1.1 * fix: remove cleanup-after-each hook (automatical now) * refactor: to remove path for act * refactor(app-shell): use react-apollo v3, use more hooks * refactor(app-shell): do not render hooks conditionally * chore: update react deps consistently * refactor(authenticated): do not render hook conditionally * chore: patch jest setup to avoid logging certain warnings on CI * fix: missing prop ref * fix(navbar): missing prop * refactor(app-connectors): to useQuery for fetching image regex setting * refactor(app-shell): connectors to useQuery * test(app-shell): fix setup * chore: regenerate lockfile * chore: update react-apollo to 3.0.1 * refactor(connectors): image regex tests to RTL * fix: query mocks for project suspended * fix: pin react-test-renderer to 16.9 * fix(quick-access): update state unless component is unmounting * refactor: componentWillUnmount is not a deprecated lifecycle method * test: cleanup * refactor: renaming based on feedback
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 (#966) * chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react * chore(deps): update dependency @testing-library/react to v9.1.1 (#956) * chore(deps): update dependency @testing-library/react to v8.0.9 * chore: update testing library to 9.1.1 * fix: remove cleanup-after-each hook (automatical now) * refactor: to remove path for act * refactor(app-shell): use react-apollo v3, use more hooks * refactor(app-shell): do not render hooks conditionally * chore: update react deps consistently * refactor(authenticated): do not render hook conditionally * chore: patch jest setup to avoid logging certain warnings on CI * fix: missing prop ref * fix(navbar): missing prop * refactor(app-connectors): to useQuery for fetching image regex setting * refactor(app-shell): connectors to useQuery * test(app-shell): fix setup * chore: regenerate lockfile * chore: update react-apollo to 3.0.1 * refactor(connectors): image regex tests to RTL * fix: query mocks for project suspended * fix: pin react-test-renderer to 16.9 * fix(quick-access): update state unless component is unmounting * refactor: componentWillUnmount is not a deprecated lifecycle method * test: cleanup * refactor: renaming based on feedback
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 (#966) * chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react * chore(deps): update dependency @testing-library/react to v9.1.1 (#956) * chore(deps): update dependency @testing-library/react to v8.0.9 * chore: update testing library to 9.1.1 * fix: remove cleanup-after-each hook (automatical now) * refactor: to remove path for act * refactor(app-shell): use react-apollo v3, use more hooks * refactor(app-shell): do not render hooks conditionally * chore: update react deps consistently * refactor(authenticated): do not render hook conditionally * chore: patch jest setup to avoid logging certain warnings on CI * fix: missing prop ref * fix(navbar): missing prop * refactor(app-connectors): to useQuery for fetching image regex setting * refactor(app-shell): connectors to useQuery * test(app-shell): fix setup * chore: regenerate lockfile * chore: update react-apollo to 3.0.1 * refactor(connectors): image regex tests to RTL * fix: query mocks for project suspended * fix: pin react-test-renderer to 16.9 * fix(quick-access): update state unless component is unmounting * refactor: componentWillUnmount is not a deprecated lifecycle method * test: cleanup * refactor: renaming based on feedback
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 (#966) * chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react * chore(deps): update dependency @testing-library/react to v9.1.1 (#956) * chore(deps): update dependency @testing-library/react to v8.0.9 * chore: update testing library to 9.1.1 * fix: remove cleanup-after-each hook (automatical now) * refactor: to remove path for act * refactor(app-shell): use react-apollo v3, use more hooks * refactor(app-shell): do not render hooks conditionally * chore: update react deps consistently * refactor(authenticated): do not render hook conditionally * chore: patch jest setup to avoid logging certain warnings on CI * fix: missing prop ref * fix(navbar): missing prop * refactor(app-connectors): to useQuery for fetching image regex setting * refactor(app-shell): connectors to useQuery * test(app-shell): fix setup * chore: regenerate lockfile * chore: update react-apollo to 3.0.1 * refactor(connectors): image regex tests to RTL * fix: query mocks for project suspended * fix: pin react-test-renderer to 16.9 * fix(quick-access): update state unless component is unmounting * refactor: componentWillUnmount is not a deprecated lifecycle method * test: cleanup * refactor: renaming based on feedback
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 (#966) * chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react * chore(deps): update dependency @testing-library/react to v9.1.1 (#956) * chore(deps): update dependency @testing-library/react to v8.0.9 * chore: update testing library to 9.1.1 * fix: remove cleanup-after-each hook (automatical now) * refactor: to remove path for act * refactor(app-shell): use react-apollo v3, use more hooks * refactor(app-shell): do not render hooks conditionally * chore: update react deps consistently * refactor(authenticated): do not render hook conditionally * chore: patch jest setup to avoid logging certain warnings on CI * fix: missing prop ref * fix(navbar): missing prop * refactor(app-connectors): to useQuery for fetching image regex setting * refactor(app-shell): connectors to useQuery * test(app-shell): fix setup * chore: regenerate lockfile * chore: update react-apollo to 3.0.1 * refactor(connectors): image regex tests to RTL * fix: query mocks for project suspended * fix: pin react-test-renderer to 16.9 * fix(quick-access): update state unless component is unmounting * refactor: componentWillUnmount is not a deprecated lifecycle method * test: cleanup * refactor: renaming based on feedback
* chore: update to react@16.9 (#966) * chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react * chore(deps): update dependency @testing-library/react to v9.1.1 (#956) * chore(deps): update dependency @testing-library/react to v8.0.9 * chore: update testing library to 9.1.1 * fix: remove cleanup-after-each hook (automatical now) * refactor: to remove path for act * refactor(app-shell): use react-apollo v3, use more hooks * refactor(app-shell): do not render hooks conditionally * chore: update react deps consistently * refactor(authenticated): do not render hook conditionally * chore: patch jest setup to avoid logging certain warnings on CI * fix: missing prop ref * fix(navbar): missing prop * refactor(app-connectors): to useQuery for fetching image regex setting * refactor(app-shell): connectors to useQuery * test(app-shell): fix setup * chore: regenerate lockfile * chore: update react-apollo to 3.0.1 * refactor(connectors): image regex tests to RTL * fix: query mocks for project suspended * fix: pin react-test-renderer to 16.9 * fix(quick-access): update state unless component is unmounting * refactor: componentWillUnmount is not a deprecated lifecycle method * test: cleanup * refactor: renaming based on feedback fix(app-shell): to run useEffect only once in dev mode
* chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react
* chore: update to react@16.9 (#966) * chore: update to react@16.9 * fix: update lifecyle methods * chore: temporary resolution for react * chore(deps): update dependency @testing-library/react to v9.1.1 (#956) * chore(deps): update dependency @testing-library/react to v8.0.9 * chore: update testing library to 9.1.1 * fix: remove cleanup-after-each hook (automatical now) * refactor: to remove path for act * refactor(app-shell): use react-apollo v3, use more hooks * refactor(app-shell): do not render hooks conditionally * chore: update react deps consistently * refactor(authenticated): do not render hook conditionally * chore: patch jest setup to avoid logging certain warnings on CI * fix: missing prop ref * fix(navbar): missing prop * refactor(app-connectors): to useQuery for fetching image regex setting * refactor(app-shell): connectors to useQuery * test(app-shell): fix setup * chore: regenerate lockfile * chore: update react-apollo to 3.0.1 * refactor(connectors): image regex tests to RTL * fix: query mocks for project suspended * fix: pin react-test-renderer to 16.9 * fix(quick-access): update state unless component is unmounting * refactor: componentWillUnmount is not a deprecated lifecycle method * test: cleanup * refactor: renaming based on feedback fix(app-shell): to run useEffect only once in dev mode
Summary
This depends on the dependency update (#963) as otherwise we end up with two react versions again.
Then tests would run and we could see where we are.
This does not update the peer depenedency but I don't think we have to stricly speaking?