danielbayerlein / dashboard

📺 Create your own team dashboard with custom widgets. Built with Next.js, React, styled-components and polished.
MIT License
1.3k stars 189 forks source link

Bump polished from 3.6.7 to 4.2.1 #363

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps polished from 3.6.7 to 4.2.1.

Release notes

Sourced from polished's releases.

v4.2.1

Bug Fixes

  • hls(a) - now properly parses percentages for opacity.
  • rgb(a) - now properly parses percentages for opacity.

v4.2.0

Improvements

  • color Modules - now support space-separated CSS color values for rgb(a) and hsl(a). (#605)
  • rgb - now accepts optional opacity value.
  • hsl - now accepts optional opacity value.

v4.1.4

Bug Fixes

  • mix - remove unnecessary division by 1 (#59)

v3.7.2 LTS

Bug Fixes

  • Addressed several performance issues with regexes.

v4.1.3

Bug Fixes

  • Addressed several performance issues with regexes.

v4.1.2

Bug Fixes

  • fluidRange - updated return value to use an array to address unclear object property typing error in flow.

v4.1.1

Bug Fixes

  • scarf - removed scarf analytics package due to yarn incompatibilities and concerns over GDPR compliance.

v3.7.1 LTS

Bug Fixes

  • scarf - removed scarf analytics package due to yarn incompatibilities and concerns over GDPR compliance.

v3.7.0 LTS

Introducing polished.js v3.7.0 LTS!

We're excited to release v3.7.0, polished's first Long Term Support (LTS) branch. We will continue to back-port critical bug and security fixes to this branch until the release of v5, at which point v4 will become the new LTS branch. This release also officially deprecates polished v2.x.x.

npm install polished@lts yarn add polished@lts

Release Highlights

Improvements & Bug Fixes

  • between: now properly throws an error when mixed units are used for from/toSize and min/maxScreen. This also fixes the same bug in fluidRange. (#445)
  • readableColor - Update docs and function signature to be clearer about the use of each parameter.
    • transparentize - addressed an issue where we weren't handling cases where floats were greater than 2 decimals. (#548)
  • triangle Improvement: once again properly works with inherit by setting individual properties when inherit is used. (#430)

... (truncated)

Commits
  • bee4d68 chore(parsergb): fix support for percentage based opacity
  • 22b4305 chore(hsl/rgb): update space-separated color tests
  • f35d317 fix(parsetorgb): add 4 space-separated CSS color value support to parsetoRGB
  • 58796b6 docs(transparentize): fix trailing comma and semicolon in example code
  • 7fc0ff9 fix(parsetohsl): fixes support for 4 space-separated CSS values
  • bf2bd28 Build(deps): Bump cached-path-relative from 1.0.2 to 1.1.0
  • 67770bb chore(typescript): remove redundant TS build/check in CI
  • 98fe733 chore(library): dependency updates
  • bbad52d chore(github actions): remove node 12 from GH Action
  • c3d7869 chore(actions): update target node versions for git actions
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #364.