Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Bump react-leaflet from 3.0.5 to 4.0.0 in /frontend #294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 26, 2022

Bumps react-leaflet from 3.0.5 to 4.0.0.

Release notes

Sourced from react-leaflet's releases.

v4.0.0

Changes from v3:

Breaking changes

  • React v18 and Leaflet v1.8 are now required as peer dependency.
  • ES2020 is the new compilation target version.
  • Removed useMapElement hook.
  • Removed MapConsumer component.
  • Removed whenCreated property from the MapContainer component (a ref callback can be used instead).
  • Removed onOpen and onClose properties from Popup and Tooltip components.
  • Removed CommonJS distribution.
  • Removed UMD distribution.

Other changes

  • Added support for React v18 (concurrent mode).
  • Added support for ref in the MapContainer and Pane components.
  • Added createLeafletContext function to core.
  • The created element and context objects are now frozen (immutable).

v4.0.0-beta.1

Updated Leaflet dependency to v1.8 beta.

v4.0.0-beta.0

Updated React dependencies to v18 stable.

v4.0.0-alpha.2

  • Added createLeafletContext function to core.
  • Updated React dependencies to v18 RC2.
  • Changed Leaflet dependency range to v1.7.x until tested with v1.8.x.

v4.0.0-alpha.1

Breaking changes

  • React v18 is now required as peer dependency.
  • ES2020 is the new compilation target version.
  • Removed useMapElement hook.
  • Removed MapConsumer component.
  • Removed whenCreated property from the MapContainer component.
  • Removed onOpen and onClose properties from Popup and Tooltip components.
  • Removed CommonJS distribution.
  • Removed UMD distribution.

Other changes

  • Added support for React v18 (concurrent mode).
  • Added support for ref in the MapContainer and Pane components.
  • The created element and context objects are now frozen (immutable).
  • Updated docs for v4 support.

... (truncated)

Changelog

Sourced from react-leaflet's changelog.

v4.0.0 (2022-04-18)

Changes from v3:

Breaking changes

  • React v18 and Leaflet v1.8 are now required as peer dependency.
  • ES2020 is the new compilation target version.
  • Removed useMapElement hook.
  • Removed MapConsumer component.
  • Removed whenCreated property from the MapContainer component (a ref callback can be used instead).
  • Removed onOpen and onClose properties from Popup and Tooltip components.
  • Removed CommonJS distribution.
  • Removed UMD distribution.

Other changes

  • Added support for React v18 (concurrent mode).
  • Added support for ref in the MapContainer and Pane components.
  • Added createLeafletContext function to core.
  • The created element and context objects are now frozen (immutable).

v4.0.0-beta.1 (2022-04-18)

Updated Leaflet dependency to v1.8 beta.

v4.0.0-beta.0 (2022-04-02)

Updated React dependencies to v18 stable.

v4.0.0-alpha.2 (2022-03-12)

  • Added createLeafletContext function to core.
  • Updated React dependencies to v18 RC2.
  • Changed Leaflet dependency range to v1.7.x until tested with v1.8.x.

v4.0.0-alpha.1 (2022-02-05)

  • Merged changes from v3.
  • Updated docs for v4 support.

v4.0.0-alpha.0 (2022-01-05)

Breaking changes

  • React v18 is now required as peer dependency.
  • ES2020 is the new compilation target version.
  • Removed useMapElement hook.
  • Removed MapConsumer component.
  • Removed whenCreated property from the MapContainer component.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

This change is Reviewable

Bumps [react-leaflet](https://github.com/PaulLeCam/react-leaflet) from 3.0.5 to 4.0.0.
- [Release notes](https://github.com/PaulLeCam/react-leaflet/releases)
- [Changelog](https://github.com/PaulLeCam/react-leaflet/blob/master/CHANGELOG.md)
- [Commits](PaulLeCam/react-leaflet@v3.0.5...v4.0.0)

---
updated-dependencies:
- dependency-name: react-leaflet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants