snowdensb / microsoft-teams-apps-company-communicator

Company Communicator app template
MIT License
0 stars 0 forks source link

Update dependency color-hash to v2 #89

Open mend-for-github-com[bot] opened 8 months ago

mend-for-github-com[bot] commented 8 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
color-hash ^1.0.3 -> ^2.0.0 age adoption passing confidence
@types/color-hash (source) ^1.0.0 -> ^2.0.0 age adoption passing confidence

Release Notes

zenozeng/color-hash (color-hash) ### [`v2.0.2`](https://redirect.github.com/zenozeng/color-hash/blob/HEAD/CHANGELOG.md#v202) [Compare Source](https://redirect.github.com/zenozeng/color-hash/compare/v2.0.1...5f717328a019f94bded34b88028105a7f467653d) - Expose ESM in package.json ### [`v2.0.1`](https://redirect.github.com/zenozeng/color-hash/blob/HEAD/CHANGELOG.md#v201) [Compare Source](https://redirect.github.com/zenozeng/color-hash/compare/v2.0.0...v2.0.1) - chore: dist/color-hash.js: tsc --module commonjs ### [`v2.0.0`](https://redirect.github.com/zenozeng/color-hash/blob/HEAD/CHANGELOG.md#v200) [Compare Source](https://redirect.github.com/zenozeng/color-hash/compare/v1.1.1...v2.0.0) Note: default options were changed in v2.x. Use the following options to get the same result of v1.x ```javascript const colorHash = new ColorHash({hash: 'bkdr', saturation: [0.65, 0.35, 0.5], lightness: [0.65, 0.35, 0.5]}) ``` - refactor: rewrite using deno - feat: New default hash function: SHA256 - feat: Deno Module: https://deno.land/x/color_hash - feat: ESM Module: dist/esm.js - feat: UMD Module: dist/color-hash.js ### [`v1.1.1`](https://redirect.github.com/zenozeng/color-hash/compare/v1.0.3...v1.1.1) [Compare Source](https://redirect.github.com/zenozeng/color-hash/compare/v1.0.3...v1.1.1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.