pelias / api

HTTP API for Pelias Geocoder
http://pelias.io
MIT License
218 stars 162 forks source link

Pin `remove-accents` to 0.4.2 #1655

Closed orangejulius closed 1 year ago

orangejulius commented 1 year ago

A unit test has been failing because this dependency added normalization to the German Eszet character.

From a issue thread it sounds like we are going to encourage the maintainers to back out that change, but until then pin to a specific known-good version so that our unit tests pass :)

Fixes https://github.com/pelias/api/issues/1644 Connects https://github.com/tyxla/remove-accents/issues/12

missinglink commented 1 year ago

Good idea, I'll follow up the discussion with the author of that library when I have time.