chore(deps): update dependency leaflet to v1.9.4 - #6
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
March 24, 2023 17:13
145c864 to
bbd7ad8
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
April 28, 2023 00:25
bbd7ad8 to
df8784f
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
August 30, 2023 22:14
df8784f to
9e1db31
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
2 times, most recently
from
September 24, 2023 13:10
c956229 to
251c37b
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
October 18, 2023 12:00
251c37b to
b321691
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
November 7, 2023 21:12
b321691 to
7674665
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
April 3, 2024 19:17
7674665 to
c7976f1
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
2 times, most recently
from
April 14, 2024 15:01
467b9fa to
15efbd3
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
April 22, 2024 16:56
15efbd3 to
bf1f97f
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
2 times, most recently
from
October 23, 2024 04:56
a8042f3 to
5f0c78f
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
December 4, 2024 20:34
5f0c78f to
d5029aa
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
January 7, 2025 16:39
d5029aa to
ea80516
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
March 23, 2025 13:44
ea80516 to
3aa4fae
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
May 19, 2025 12:26
3aa4fae to
72e6d3e
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
June 24, 2025 16:01
72e6d3e to
0d758ec
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
July 8, 2025 19:32
0d758ec to
a9351d2
Compare
renovate
Bot
force-pushed
the
renovate/leaflet-1.x-lockfile
branch
from
October 11, 2025 05:09
a9351d2 to
5bdfcaf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.9.3->1.9.41.9.0->1.9.21Release Notes
Leaflet/Leaflet (leaflet)
v1.9.4Compare Source
After two and a half years of hard work, we’re thrilled to announce the first alpha release of Leaflet 2.0!
This release marks a major modernization of the Leaflet codebase. We've dropped support for Internet Explorer, removed legacy methods and polyfills, adopted modern standards like Pointer Events, and now publish Leaflet as an ESM module. The global
Lis no longer part of the core package (though it’s still available in the bundled versionleaflet-global.jsfor backward compatibility).For more information checkout the blog post: https://leafletjs.com/2025/05/18/leaflet-2.0.0-alpha.html
What's New in Leaflet 2.0
MouseandTouchevents toPointerEventsMigration
L.marker(latlng)➜new Marker(latlng)<script>tag tomodule:<script type='module'>Lwith explicit imports from the Leaflet package:import { Marker } from 'leaflet'importmap: https://leafletjs.com/examples/quick-start/module-script, assign them to thewindowobject (Not recommended):window.map = mapOld implementation
New implementation
Module
Global Script
Need Legacy Support?
Check out this polyfill package to help ease the transition for legacy apps: Leaflet V1 Polyfill
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.