[openstreetmap/openstreetmap-website] Bump make-plural from 7.4.0 to 8.1.0 in the dependencies group (PR #6664)

Tom Hughes notifications at github.com
Sun Jan 18 12:09:37 UTC 2026


tomhughes left a comment (openstreetmap/openstreetmap-website#6664)

So the problem here is that make-plural 8.x has dropped support for anything other then ES6 modules (https://github.com/eemeli/make-plural/pull/34) on the slightly spurious basis that Node can now `require` an ES6 module which is fine if you're running Node but not so much for loading the code in a browser.

Unfortunately as far I can tell it's completely impossible to use an ES6 module in legacy javascript of the type we use - you can only import a module into another module and none of our top level javascript is currently loaded as a module.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6664#issuecomment-3765224421
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6664/c3765224421 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260118/ce8adf57/attachment.htm>


More information about the rails-dev mailing list