mchestr / displex

Discord & Plex & Tautulli & Overseerr Bot
MIT License
10 stars 89 forks source link

fix(deps): update dependency jsvectormap to v1.6.0 #271

Closed mchesterbot[bot] closed 4 months ago

mchesterbot[bot] commented 5 months ago

This PR contains the following updates:

Package Type Update Change
jsvectormap (source) dependencies minor 1.5.3 -> 1.6.0

Release Notes

themustafaomar/jsvectormap (jsvectormap) ### [`v1.6.0`](https://togithub.com/themustafaomar/jsvectormap/releases/tag/v1.6.0) [Compare Source](https://togithub.com/themustafaomar/jsvectormap/compare/0880493095952d3cfc5ae961b1a4d4a0ea2befd0...v1.6.0) ##### v1.6.0 - feat(maps): create the build maps script ([99894b8](https://togithub.com/themustafaomar/jsvectormap/commit/99894b8baf44c5d7a7fe72bf1b46ff77fe6b264c)) - feat(regions): set/clear selected regions programmatically ([e6fab94](https://togithub.com/themustafaomar/jsvectormap/commit/b3b80304414c5f56b4219e810d5cf5d4c447a28e)) ([#​137](https://togithub.com/themustafaomar/jsvectormap/pull/137)) - fix(markers): add markers method ([a59cc39](https://togithub.com/themustafaomar/jsvectormap/commit/a59cc39d5c2e2fff2bbea074d470cc234b14a23d)) - chore: drop internet explorer entirly ([964dcdd](https://togithub.com/themustafaomar/jsvectormap/commit/964dcdd4e057cb2c0db24f09ee6092e1b746c26e)) - fix(visualization): NAN value is encountered when min and max are the same ([b3b8030](https://togithub.com/themustafaomar/jsvectormap/commit/b3b80304414c5f56b4219e810d5cf5d4c447a28e)) ([#​147](https://togithub.com/themustafaomar/jsvectormap/pull/147)) - feat: allow all styles in add markers ([bb8366e](https://togithub.com/themustafaomar/jsvectormap/commit/bb8366ebeb3a6734697522bd72ea49fa61419f03)) ([#​140](https://togithub.com/themustafaomar/jsvectormap/pull/140)) - feat: refactor: support umd, es and cjs formats ([b338ef9](https://togithub.com/themustafaomar/jsvectormap/pull/153/commits/b338ef972bba5db26969e0986ec9960631911459)) ([#​153](https://togithub.com/themustafaomar/jsvectormap/pull/153)) ##### BREAKING CHANGES Removed `js` and `css` from dist folder, so if you're importing jsvectormap from dist/js/jsvectormap.js it becomes dist/jsvectormap.js and css as well. ```html ``` Another thing is, when you add a particular style per marker please specify the case you want to apply the style for eg initial, hover, selected and selectedHover. ```js const map = new jsVectorMap({ markers: [ { name: 'Palestine', coords: [31.9522, 35.2332], // ❌ This isn't gonna work anymore style: { fill: 'red' }, // βœ… Instead, style the marker based on its case. style: { initial: { fill: 'red' }, // etc... hover: {} } } ] }) ```

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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.



This PR has been generated by Renovate Bot.