influxdata / flux

Flux is a lightweight scripting language for querying databases (like InfluxDB) and working with data. It's part of InfluxDB 1.7 and 2.0, but can be run independently of those.
https://influxdata.com
MIT License
767 stars 153 forks source link

feat: upgrade github.com/benbjohnson/immutable #5488

Closed mhilton closed 3 months ago

mhilton commented 3 months ago

Newer versions of this package were changed to use generics, making them incompatible with the current code. Update to the newest version. This has the nice side effect of reducing the amount of type assertions.

Closes #5477

Checklist

Dear Author :wave:, the following checks should be completed (or explicitly dismissed) before merging.

Dear Reviewer(s) :wave:, you are responsible (among others) for ensuring the completeness and quality of the above before approval.