Update dependency leaflet-control-geocoder to v2 #7

Open
renovate-bot wants to merge 1 commits from renovate/leaflet-control-geocoder-2.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
leaflet-control-geocoder dependencies major ^1.13.0 -> ^2.0.0

Release Notes

perliedman/leaflet-control-geocoder

v2.2.0

Compare Source

v2.1.0

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

  • Migrate to TypeScript
  • Generate API documentation using TypeDoc (756ae93)
  • Harmonize options constructor for all geocoders (e4659b5)
  • Use geocodingQueryParams in all geocoders (84d764a)
  • Use reverseQueryParams in all geocoders (9240331)
  • Replace PNG and GIF files with SVG URIs (#​298) (1ec9ab5), closes #​298
  • photon: update to photon.komoot.io (e4b3082)
  • mapbox: add location properties to reverse geocode (#​286) (3398c8c), closes #​286
  • demos: add unpkg.com demo (2418679)
  • demos: add esbuild demo (2e0553f)
  • demos: upgrade to webpack 5 (b600cad)
  • tests: Migrate unit tests to Jest (5b64c34)
  • package: Enable compressed-size-action for PRs (fdf6df0), closes #​283
  • package: Enable GitHub Actions (c98745e)
  • package: Migrate build to microbundle (fc0eff9)
BREAKING CHANGE
  • All geocoders accept a single options object as constructor parameter. The options objects extends the interface GeocoderOptions. The apiKey string constructors of some geocoders have been removed.
  • reverse now returns bbox in field called bbox (previously bounds)

Renovate configuration

? Schedule: At any time (no schedule defined).

? 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [leaflet-control-geocoder](https://github.com/perliedman/leaflet-control-geocoder) | dependencies | major | [`^1.13.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/leaflet-control-geocoder/1.13.0/2.2.0) | --- ### Release Notes <details> <summary>perliedman/leaflet-control-geocoder</summary> ### [`v2.2.0`](https://github.com/perliedman/leaflet-control-geocoder/blob/master/CHANGELOG.md#&#8203;220-2021-03-08) [Compare Source](https://github.com/perliedman/leaflet-control-geocoder/compare/2.1.0...2.2.0) - HERE: adding maxResults option ([#&#8203;317](https://github.com/perliedman/leaflet-control-geocoder/issues/317)) ([3847008](https://github.com/perliedman/leaflet-control-geocoder/commit/3847008)), closes [#&#8203;317](https://github.com/perliedman/leaflet-control-geocoder/issues/317) - TypeScript: add event handler types ([2ffacc3](https://github.com/perliedman/leaflet-control-geocoder/commit/2ffacc3)) ### [`v2.1.0`](https://github.com/perliedman/leaflet-control-geocoder/blob/master/CHANGELOG.md#&#8203;210-2020-12-10) [Compare Source](https://github.com/perliedman/leaflet-control-geocoder/compare/2.0.1...2.1.0) - HERE Maps: new API ([9979da9](https://github.com/perliedman/leaflet-control-geocoder/commit/9979da9)) ### [`v2.0.1`](https://github.com/perliedman/leaflet-control-geocoder/blob/master/CHANGELOG.md#&#8203;201-2020-11-30) [Compare Source](https://github.com/perliedman/leaflet-control-geocoder/compare/2.0.0...2.0.1) - Fixes usage of [`L.Evented`](https://leafletjs.com/reference-1.7.1.html#evented) [mixin](https://leafletjs.com/reference-1.7.1.html#class-includes) for [TypeScript](https://www.typescriptlang.org/docs/handbook/mixins.html) ([#&#8203;312](https://github.com/perliedman/leaflet-control-geocoder/issues/312)) ### [`v2.0.0`](https://github.com/perliedman/leaflet-control-geocoder/blob/master/CHANGELOG.md#&#8203;200-2020-11-28) [Compare Source](https://github.com/perliedman/leaflet-control-geocoder/compare/1.13.0...2.0.0) - Migrate to TypeScript - Generate API documentation using TypeDoc ([756ae93](https://github.com/perliedman/leaflet-control-geocoder/commit/756ae93)) - Harmonize options constructor for all geocoders ([e4659b5](https://github.com/perliedman/leaflet-control-geocoder/commit/e4659b5)) - Use geocodingQueryParams in all geocoders ([84d764a](https://github.com/perliedman/leaflet-control-geocoder/commit/84d764a)) - Use reverseQueryParams in all geocoders ([9240331](https://github.com/perliedman/leaflet-control-geocoder/commit/9240331)) - Replace PNG and GIF files with SVG URIs ([#&#8203;298](https://github.com/perliedman/leaflet-control-geocoder/issues/298)) ([1ec9ab5](https://github.com/perliedman/leaflet-control-geocoder/commit/1ec9ab5)), closes [#&#8203;298](https://github.com/perliedman/leaflet-control-geocoder/issues/298) - photon: update to photon.komoot.io ([e4b3082](https://github.com/perliedman/leaflet-control-geocoder/commit/e4b3082)) - mapbox: add location properties to reverse geocode ([#&#8203;286](https://github.com/perliedman/leaflet-control-geocoder/issues/286)) ([3398c8c](https://github.com/perliedman/leaflet-control-geocoder/commit/3398c8c)), closes [#&#8203;286](https://github.com/perliedman/leaflet-control-geocoder/issues/286) - demos: add unpkg.com demo ([2418679](https://github.com/perliedman/leaflet-control-geocoder/commit/2418679)) - demos: add esbuild demo ([2e0553f](https://github.com/perliedman/leaflet-control-geocoder/commit/2e0553f)) - demos: upgrade to webpack 5 ([b600cad](https://github.com/perliedman/leaflet-control-geocoder/commit/b600cad)) - tests: Migrate unit tests to Jest ([5b64c34](https://github.com/perliedman/leaflet-control-geocoder/commit/5b64c34)) - package: Enable compressed-size-action for PRs ([fdf6df0](https://github.com/perliedman/leaflet-control-geocoder/commit/fdf6df0)), closes [#&#8203;283](https://github.com/perliedman/leaflet-control-geocoder/issues/283) - package: Enable GitHub Actions ([c98745e](https://github.com/perliedman/leaflet-control-geocoder/commit/c98745e)) - package: Migrate build to microbundle ([fc0eff9](https://github.com/perliedman/leaflet-control-geocoder/commit/fc0eff9)) ##### BREAKING CHANGE - All geocoders accept a single `options` object as constructor parameter. The `options` objects extends the interface `GeocoderOptions`. The `apiKey` string constructors of some geocoders have been removed. - `reverse` now returns bbox in field called `bbox` (previously `bounds`) </details> --- ### Renovate configuration ? **Schedule**: At any time (no schedule defined). ? **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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 3 years ago
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/leaflet-control-geocoder-2.x master
git pull origin renovate/leaflet-control-geocoder-2.x

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff renovate/leaflet-control-geocoder-2.x
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: norwin/safe-bike-routing#7
Loading…
There is no content yet.