Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2019

This PR contains the following updates:

Package Change Age Confidence
polished (source) ^3.4.1^3.7.2 age confidence

Release Notes

styled-components/polished (polished)

v3.7.2: LTS

Compare Source

Bug Fixes

  • Addressed several performance issues with regexes.

v3.7.1: LTS

Compare Source

Bug Fixes

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

v3.7.0: LTS

Compare Source

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)
  • npm - addressed an issue where .yarn cache was bloating published package size, along with some other ignore optimization. (#​553 Thanks @​scttcper)
Contributor Improvements
  • prettier: We've implemented .prettierrc and .prettierignore to better control formatting in development environments.
  • Build Speed: Build speed has been improved by removing extraneous linting scripts.

v3.6.7

Compare Source

Bug Fix

  • linearGradient: Properly handles rgba values as the first color stop value and consistently formats all rgba calues in color stops.

v3.6.6

Compare Source

  • Security updates to build dependencies
  • Changes to support the transition from master to main as default branch

v3.6.5

Compare Source

Bug Fix

  • cssVar: Properly handles the exception where the document object is not available in non-browser environments (#​518). This simply throws a proper error. It does not enable cssVar to work server-side.

v3.6.4

Compare Source

Bug Fix

  • rgbToString: Fixes an issue where passing a rgba color with 0 alpha was incorrectly returning a hex value (#​515)

v3.6.3

Compare Source

Bug Fix

  • normalize: Updates to normalize.css 8.0.1 to fix a regression to fix a regression with main not being set to display: block.

v3.6.2

Compare Source

Bug Fix

  • Removes esmodules: true from the esm build to fix an issue with ES5 support.

v3.6.1

Compare Source

Bug Fix

  • Remove extraneous jsnext:main bundle reference that was not pointing to an ES5 compatible build.

v3.6.0

Compare Source

Build Enhancements

  • Build a commonjs bundle and make it the new main bundle.
  • Target only browsers that support ESModules for the esm bundle and leverage bugfixes: true.
  • Add specific brower support to non-esm bundles.
  • Replace uglify with terser on minified standalone build.
  • Standalone build now comes with runtime helpers on board.
  • Upgrade dependencies.

v3.5.2

Compare Source

Bug Fixes
  • cssVar: fixed issue where CSS variables set my stylesheets were returning with a leading space and breaking other polished modules when passed the return value. (#​493)

v3.5.1

Compare Source

Bug Fixes
  • between, modularScale, triangle: fixed issue where these modules were calling deprecated functionality in stripUnit and creating unnecessary console noise (and subsequent performance problems).

v3.5.0

Compare Source

Introducing polished.js v3.5.0!

We're super stoked to announce that polished.js v3.5.0 is officially out! It is available via your package manager of choice. This will be the final non-patch release before v4.

npm install polished
yarn add polished

Release Highlights

New Modules
  • cssVar: We've introduced a new module to handle fetching CSS Variable values. We chose to make this a standalone module as opposed to integrating it into all modules to keep module size down.
Improvements
  • readableColor: You can now turn on strict mode for custom provided return colors. This will ensure that they still meet AA contrasting standards. Otherwise, they will return black or white as normal. This mode is off by default in v3.5. (Thanks @​mrmckeb).
Bug Fixes
  • mix, tint, shade: Fixed a bug where mix was improperly weighting alpha channels to the second provided color instead of the first. This fix also impacts tint and shade which implement mix.
Contributors
  • Build has been updated to use Rollup 2.
  • Moved CI to GitHub Actions.
  • We now test the build in macOS, Ubuntu, and Windows to ensure all contributors are covered for compatibility.
Future Deprecations
  • Deprecation: stripUnit: The optional unit return will be deprecated in v4. Previously, this was implemented to replace getValueAndUnit. However, we've decided to keep the extra module and simplify stripUnit
  • Deprecation: readableColor: strict mode will be enabled by default in v4, it is currently disabled by default.

v3.4.4

Compare Source

Bug Fixes
  • position: fix typing for position to address typescript incompatability (63ab9a6), closes #​475

v3.4.3

Compare Source

Bug Fixes
Enhancements
  • Adds more tagging for easier discoverability - Thanks @​nurbek-ab

v3.4.2

Compare Source

  • hsl(a) - Fixed a bug preventing the use of decimal values.

Configuration

📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Nov 4, 2019
@renovate renovate bot force-pushed the renovate/polished-3.x branch from 1659730 to bc2f386 Compare February 9, 2020 08:00
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.4.2 fix(deps): update dependency polished to ^3.4.4 Feb 9, 2020
@renovate renovate bot force-pushed the renovate/polished-3.x branch from bc2f386 to 18408c7 Compare April 26, 2020 15:59
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.4.4 fix(deps): update dependency polished to ^3.5.2 Apr 26, 2020
@renovate renovate bot force-pushed the renovate/polished-3.x branch from 18408c7 to 7e2aea3 Compare May 2, 2020 17:44
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.5.2 fix(deps): update dependency polished to ^3.6.0 May 2, 2020
@renovate renovate bot force-pushed the renovate/polished-3.x branch from 7e2aea3 to da72db8 Compare May 5, 2020 02:46
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.6.0 fix(deps): update dependency polished to ^3.6.1 May 5, 2020
@renovate renovate bot force-pushed the renovate/polished-3.x branch from da72db8 to f621d2e Compare May 6, 2020 10:41
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.6.1 fix(deps): update dependency polished to ^3.6.2 May 6, 2020
@renovate renovate bot force-pushed the renovate/polished-3.x branch from f621d2e to 1c80e1e Compare May 10, 2020 15:24
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.6.2 fix(deps): update dependency polished to ^3.6.3 May 10, 2020
@renovate renovate bot force-pushed the renovate/polished-3.x branch from 1c80e1e to 1d85029 Compare May 29, 2020 12:32
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.6.3 fix(deps): update dependency polished to ^3.6.4 May 29, 2020
@renovate renovate bot force-pushed the renovate/polished-3.x branch from 1d85029 to d1711b5 Compare June 11, 2020 22:47
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.6.4 fix(deps): update dependency polished to ^3.6.5 Jun 11, 2020
@renovate renovate bot force-pushed the renovate/polished-3.x branch from d1711b5 to aac7832 Compare October 27, 2020 15:04
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.6.5 fix(deps): update dependency polished to ^3.6.7 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/polished-3.x branch from aac7832 to 193366d Compare February 9, 2021 15:05
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.6.7 fix(deps): update dependency polished to ^3.7.0 Feb 9, 2021
@renovate renovate bot force-pushed the renovate/polished-3.x branch from 193366d to 5f23c79 Compare April 26, 2021 16:13
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.7.0 fix(deps): update dependency polished to ^3.7.1 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/polished-3.x branch from 5f23c79 to c6c8546 Compare June 6, 2021 19:44
@renovate renovate bot changed the title fix(deps): update dependency polished to ^3.7.1 fix(deps): update dependency polished to ^3.7.2 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/polished-3.x branch from c6c8546 to 2d79b98 Compare September 25, 2022 22:45
@renovate renovate bot force-pushed the renovate/polished-3.x branch from 2d79b98 to e5ecae0 Compare August 10, 2025 14:30
@renovate renovate bot force-pushed the renovate/polished-3.x branch from e5ecae0 to 78bf3a1 Compare August 19, 2025 14:19
@renovate renovate bot force-pushed the renovate/polished-3.x branch from 78bf3a1 to da4535e Compare September 25, 2025 15:47
@renovate renovate bot force-pushed the renovate/polished-3.x branch from da4535e to 2b20996 Compare November 10, 2025 23:59
@renovate renovate bot force-pushed the renovate/polished-3.x branch from 2b20996 to f15cc8b Compare November 18, 2025 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant