Esri / esri-leaflet-cluster

Plugin for Esri Leaflet that clusters a Feature Layer using Leaflet.markercluster
http://esri.github.io/esri-leaflet/
Apache License 2.0
23 stars 23 forks source link

Package maintenance #63

Closed gavinr closed 1 year ago

gavinr commented 1 year ago

Doing a bunch of maintenance chores, all of which fall under the category of "mirroring esri-leaflet." This should close all the dependabot PRs.

  1. d57dacc2575495bb14b7210d42f6f6f054f23059 - Updated all testing dependency versions to match esri-leaflet
  2. db1518765aef4b1c31bfa3afb3f21de488b26baf - Switched from rollup-plugin-terser to @rollup/plugin-terser (https://github.com/Esri/esri-leaflet/pull/1351)
  3. be203d28c77bcbd75a9eeea41535ccb74f2f499f - Switch from karma-chai-sinon to karma-sinon-chai - https://github.com/Esri/esri-leaflet/issues/1335
    • Also updated our karma.conf.js settings. The "Reporter" changes change our testing reaporting from this:
      • image
      • to this:
      • image 😍
  4. 0e89880941909b5e519865c959c0dba47b0eab68 - switched from watch to chokidar (https://github.com/Esri/esri-leaflet/pull/1324)
  5. 0e89880941909b5e519865c959c0dba47b0eab68 - switched to npm-run-all (run-p) (https://github.com/Esri/esri-leaflet/commit/09c18cb2e0ed82d11823bd7471c0eb958c4b5fa1)
  6. 8fb7c148f11de4d914d6f084b9b65e32d7910330 - removed travis and switched to github actions (https://github.com/Esri/esri-leaflet/pull/1336)