Skip to content

Update react monorepo to v18 (major) #148

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

Merged
merged 1 commit into from
Apr 23, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react (source) ^17.0.2 -> ^17.0.2 || ^18.0.0 age adoption passing confidence
react-dom (source) ^17.0.2 -> ^17.0.2 || ^18.0.0 age adoption passing confidence

Release Notes

facebook/react

v18.0.0

Compare Source

Below is a list of all new features, APIs, deprecations, and breaking changes.
Read React 18 release post and React 18 upgrade guide for more information.

New Features
React
  • useId is a new hook for generating unique IDs on both the client and server, while avoiding hydration mismatches. It is primarily useful for component libraries integrating with accessibility APIs that require unique IDs. This solves an issue that already exists in React 17 and below, but it’s even more important in React 18 because of how the new streaming server renderer delivers HTML out-of-order.
  • startTransition and useTransition let you mark some state updates as not urgent. Other state updates are considered urgent by default. React will allow urgent state updates (for example, updating a text input) to interrupt non-urgent state updates (for example, rendering a list of search results).
  • useDeferredValue lets you defer re-rendering a non-urgent part of the tree. It is similar to debouncing, but has a few advantages compared to it. There is no fixed time delay, so React will attempt the deferred render right after the first render is reflected on the screen. The deferred render is interruptible and doesn't block user input.
  • useSyncExternalStore is a new hook that allows external stores to support concurrent reads by forcing updates to the store to be synchronous. It removes the need for useEffect when implementing subscriptions to external data sources, and is recommended for any library that integrates with state external to React.
  • useInsertionEffect is a new hook that allows CSS-in-JS libraries to address performance issues of injecting styles in render. Unless you’ve already built a CSS-in-JS library we don’t expect you to ever use this. This hook will run after the DOM is mutated, but before layout effects read the new layout. This solves an issue that already exists in React 17 and below, but is even more important in React 18 because React yields to the browser during concurrent rendering, giving it a chance to recalculate layout.
React DOM Client

These new APIs are now exported from react-dom/client:

  • createRoot: New method to create a root to render or unmount. Use it instead of ReactDOM.render. New features in React 18 don't work without it.
  • hydrateRoot: New method to hydrate a server rendered application. Use it instead of ReactDOM.hydrate in conjunction with the new React DOM Server APIs. New features in React 18 don't work without it.

Both createRoot and hydrateRoot accept a new option called onRecoverableError in case you want to be notified when React recovers from errors during rendering or hydration for logging. By default, React will use reportError, or console.error in the older browsers.

React DOM Server

These new APIs are now exported from react-dom/server and have full support for streaming Suspense on the server:

  • renderToPipeableStream: for streaming in Node environments.
  • renderToReadableStream: for modern edge runtime environments, such as Deno and Cloudflare workers.

The existing renderToString method keeps working but is discouraged.


Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 215634a to c568750 Compare April 18, 2022 10:02
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from c568750 to 8def00f Compare April 18, 2022 15:31
@Lunotte Lunotte merged commit 26dcb1e into master Apr 23, 2022
@Lunotte Lunotte deleted the renovate/major-react-monorepo branch April 23, 2022 11:16
Lunotte added a commit that referenced this pull request Apr 28, 2022
* Fix Issue 123 (#124)

* Fix issue 123 - remove elements from directory

* Update readme.md

* Update readme-fr.md

* Update CHANGELOG.md

* Update publish.yml

* Update publish.yml

* Update dependencies (non-major)

* Update FLIPPER_VERSION to v0.132.0 (#134)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @react-navigation/native to v6.0.8 (#133)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency axios to ^0.24.0 || ^0.25.0 (#135)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update gradle.properties

La version de flipper ne doit pas changer tant que l’on est en version 6 de gradle

* Update renovate.json

* Update readme.md

* Update dependencies (non-major) (#137)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Test de la mise à jour d'une auth basic peut se faire pendant l'utilisation de l'appli (#138)

Deprecated addAuthToConfigAxios remplacé par addOrUpdateAuthToConfigAxios

* Update dependencies (non-major)

* Update actions/checkout action to v3 (#142)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update actions/setup-node action to v3 (#145)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependencies (non-major)

* Update react monorepo to v18 (#148)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency axios to ^0.24.0 || ^0.25.0 || ^0.26.0 (#140)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @react-navigation/native to v6.0.10 (#144)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update package.json

* Update package.json

* Update Rh2EffectsService.spec.ts

* Update .travis.yml

* [Livraison-1.1.0] Cancel request and errors api (#149)

* Test + ajout des locks a commencé
Pas encore de gestion des cancels

* TU

* Update dependencies (non-major)

* Annuler la requête en cours et en declencher une nouvelle
TODO : Mettre à jour doc / TU

* TU Directory service et début test du cancel token

* Passage des TU
TODO : Ecrire javadoc; REMPLACER le nom de la propriete addToDirectory to lock

* Test fonctionnel en cours

* Tests fonctionnels ok
RAF : Check TU / renommer addToDirectory to lock / javadoc

* Renommage addToDirectory to lock

* Ménage
RAF -> Tests fonctionnels Reactjs

* Toutes petite modification.
Tests fonctionnels avec reactjs Ok

* Mise à disposition du service pour obtenir la liste des requêtes en erreurs

* Monter de version de axios

* Modificatiion du changelog
Modification des readme (Ajout d’une feature de la lib) -> doivent être complétés
Javadac

* Mise à jour de la documentation

* Afficher un message d’erreur si on ne retrouve pas la configuration axios avec le label

* Test buil android version in ci

* Test avec nouvelle configuration

* Test avec nouvelle configuration

* Update package.json

* Update build.yml

* Update Rh2EffectsService.spec.ts

* Update CHANGELOG.md

* Update .travis.yml

* modification de la version de @types/lodash et vérification du build de android

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Charly <charly.beaugrand@capgemini.com>

* Update CHANGELOG.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Charly <charly.beaugrand@capgemini.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants