Skip to content
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(deps): Bump leaflet-control-geocoder from 2.4.0 to 3.1.0 #1365

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2025

Bumps leaflet-control-geocoder from 2.4.0 to 3.1.0.

Release notes

Sourced from leaflet-control-geocoder's releases.

3.1.0 (2024-12-21)

  • Implement Azure Maps Geocoder (#351) (bf04a88), closes #351
  • azure: add to README (8e1da50)
  • azure: add types, add unit test (d1183f4)
  • azure: update to leaflet-control-geocoder 3.0.0 (0951831)
  • build: fix tsc --target ES2020 (51ed3ea)
  • CHANGELOG: clarify "Migrate from callbacks to async-await" (6e869c8)
  • demo: modernize code (756dc27)
  • GitHub Actions: Node.js 22 (9ba93ff)
  • nominatim: use shorthand property for htmlTemplate (04031ac)
  • tsc: --skipLibCheck (4edf909)

3.0.1

3.0.1 (2024-12-17)

  • build: fix Control.Geocoder.css (9bfaa0f), closes #355
  • demo: fix geocoder.reverse usage (503e6fc)

3.0.0 (2024-12-15)

  • GitHub Actions: Node.js 20.x (89bb618)
  • Migrate from callbacks to async-await (6f7ccf5)
  • Migrate from XMLHttpRequest to fetch API (fe751be)
  • Migrate to URLSearchParams (fa13fcb)
  • package: Migrate build to vite (0e6ed14)
  • package: build types using tsc (2211a73)
  • Add response types to geocoders (2232046)
  • npm i --lockfile-version 3 --frozen-lockfile (471932c)
  • Run Prettier on codebase (fbcdad6)
  • Use a more precise input type (#331) (44cd093), closes #331
  • bing: deprecated notice (ce88eab)
  • bing: fix serviceUrl (053e5a2)
  • bing: replace jsonp with AJAX (09f6a4e)
  • ESLint: prefer-arrow-callback (b41a7fb)
  • build: remove bower.json file (6259608)
  • package: npm audit fix (5032da9)
  • package: update devDependencies (dee11f3)
  • tests: Migrate unit tests to Vitest (d997740)
  • fix: bingMaps uri (#342) (be056ab), closes #342
Migrate from callbacks to Promise
-geocoder.geocode(query, callback);
+geocoder.geocode(query).then(callback);
-geocoder.reverse(latlng, scale, callback);
+geocoder.reverse(latlng, scale).then(callback);
</tr></table>

... (truncated)

Changelog

Sourced from leaflet-control-geocoder's changelog.

3.1.0 (2024-12-21)

  • Implement Azure Maps Geocoder (#351) (bf04a88), closes #351
  • azure: add to README (8e1da50)
  • azure: add types, add unit test (d1183f4)
  • azure: update to leaflet-control-geocoder 3.0.0 (0951831)
  • build: fix tsc --target ES2020 (51ed3ea)
  • CHANGELOG: clarify "Migrate from callbacks to async-await" (6e869c8)
  • demo: modernize code (756dc27)
  • GitHub Actions: Node.js 22 (9ba93ff)
  • nominatim: use shorthand property for htmlTemplate (04031ac)
  • tsc: --skipLibCheck (4edf909)

3.0.1 (2024-12-17)

  • build: fix Control.Geocoder.css (9bfaa0f), closes #355
  • demo: fix geocoder.reverse usage (503e6fc)

3.0.0 (2024-12-15)

  • GitHub Actions: Node.js 20.x (89bb618)
  • Migrate from callbacks to async-await (6f7ccf5)
  • Migrate from XMLHttpRequest to fetch API (fe751be)
  • Migrate to URLSearchParams (fa13fcb)
  • package: Migrate build to vite (0e6ed14)
  • package: build types using tsc (2211a73)
  • Add response types to geocoders (2232046)
  • npm i --lockfile-version 3 --frozen-lockfile (471932c)
  • Run Prettier on codebase (fbcdad6)
  • Use a more precise input type (#331) (44cd093), closes #331
  • bing: deprecated notice (ce88eab)
  • bing: fix serviceUrl (053e5a2)
  • bing: replace jsonp with AJAX (09f6a4e)
  • ESLint: prefer-arrow-callback (b41a7fb)
  • build: remove bower.json file (6259608)
  • package: npm audit fix (5032da9)
  • package: update devDependencies (dee11f3)
  • tests: Migrate unit tests to Vitest (d997740)
  • fix: bingMaps uri (#342) (be056ab), closes #342
Migrate from callbacks to Promise
-geocoder.geocode(query, callback);
+geocoder.geocode(query).then(callback);
-geocoder.reverse(latlng, scale, callback);
+geocoder.reverse(latlng, scale).then(callback);
Migrate from callbacks to async-await
</tr></table>

... (truncated)

Commits
  • 4730511 3.1.0
  • 6e869c8 CHANGELOG: clarify "Migrate from callbacks to async-await"
  • 756dc27 demo: modernize code
  • 04031ac nominatim: use shorthand property for htmlTemplate
  • 4edf909 tsc: --skipLibCheck
  • 9ba93ff GitHub Actions: Node.js 22
  • 8e1da50 azure: add to README
  • d1183f4 azure: add types, add unit test
  • 0951831 azure: update to leaflet-control-geocoder 3.0.0
  • bf04a88 Implement Azure Maps Geocoder (#351)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [leaflet-control-geocoder](https://github.com/perliedman/leaflet-control-geocoder) from 2.4.0 to 3.1.0.
- [Release notes](https://github.com/perliedman/leaflet-control-geocoder/releases)
- [Changelog](https://github.com/perliedman/leaflet-control-geocoder/blob/master/CHANGELOG.md)
- [Commits](perliedman/leaflet-control-geocoder@2.4.0...3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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