Skip to content

Conversation

@dependabot
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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2025

Superseded by #1421.

@dependabot dependabot bot closed this May 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/leaflet-control-geocoder-3.1.0 branch May 24, 2025 01:39
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.

1 participant