Skip to content

Bump styled-system from 3.2.1 to 5.1.4#401

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/styled-system-5.1.4
Closed

Bump styled-system from 3.2.1 to 5.1.4#401
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/styled-system-5.1.4

Conversation

@dependabot-preview
Copy link

Bumps styled-system from 3.2.1 to 5.1.4.

Release notes

Sourced from styled-system's releases.

v4

  • Rewritten core for less code duplication
  • No longer merges returned style object, but returns arrays instead, which should work with common CSS-in-JS libraries
  • space function has been rewritten with the core style and compose utilities
  • Adds long-form props for margin and padding (e.g. marginTop). Shorthand aliases still work as before.
  • Reintroduces the alias argument to style utility
  • Removes the styles object export
  • Removes the util object export
  • Removes merge utility
  • Removes the mixed utility since it did not behave as expected
  • The theme "scale" is now passed as the second argument to the transformValue option in style utility
  • Removes the ratio style function
  • The following changes to the borders style function
    • The shorthand border props no longer transform numbers to pixel widths with a solid border-style
    • Adds borderWidth, borderStyle, borderColor, and borderRadius props
    • All border props are also available as individual imports
  • Removes styleType from prop types meta fields
  • Changes to the get utility: now returns the last argument as a fallback
Changelog

Sourced from styled-system's changelog.

v5.1.4 2019-12-02

  • @styled-system/css add outlineColor support #825
  • Update dependencies

v5.1.3 2019-09-16

  • Add @styled-system/props utility #824

v5.1.2 2019-09-11

  • Update dependencies
  • Fix sort for media queries in plain object syntax #812

v5.1.1 2019-08-22

  • Fix for passing props through to transform function #723
  • Update dependencies

v5.1.0 2019-08-12

  • New variant API with support for inline variant definitions and theme-based style objects #699

v5.0.23 2019-08-12

  • Add support for overflowX and overflowY #682
  • @styled-system/css: add support for size #684
  • Update dependencies

v5.0.22 2019-08-09

  • @styled-system/css: add support for fill, stroke, and flexBasis #679

v5.0.21 2019-08-07

  • Fix publish

v5.0.20 2019-08-07

  • Add theme support for more border properties #670 & #671

v5.0.19 2019-08-05

  • @styled-system/css allow functional values to return responsive array values #654

v5.0.18 2019-07-31

  • Fix for incorrectly ordered @media rules when null values are used in multiple array-value props #638
  • Fix for incorrectly ordered @media rules with responsive object values
  • Added integration tests with Styled Components and Emotion
... (truncated)
Commits
  • a01215e v5.1.4
  • 2e8ac51 Merge pull request #995 from styled-system/dependabot/npm_and_yarn/gatsby-2.18.6
  • 9dcdef1 Merge pull request #994 from styled-system/dependabot/npm_and_yarn/svelte-3.16.0
  • 924b3cf Bump gatsby from 2.17.4 to 2.18.6
  • c685954 Merge pull request #997 from styled-system/dependabot/npm_and_yarn/gatsby-plu...
  • e2d4942 Merge pull request #996 from styled-system/dependabot/npm_and_yarn/gatsby-plu...
  • ef6cd81 Bump gatsby-plugin-mdx from 1.0.57 to 1.0.59
  • 1716d59 Bump gatsby-plugin-react-helmet from 3.1.15 to 3.1.16
  • 49f6772 Merge pull request #993 from styled-system/dependabot/npm_and_yarn/rollup-1.27.8
  • 50f3b93 Merge pull request #992 from styled-system/dependabot/npm_and_yarn/gatsby-plu...
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [styled-system](https://github.com/jxnblk/styled-system) from 3.2.1 to 5.1.4.
- [Release notes](https://github.com/jxnblk/styled-system/releases)
- [Changelog](https://github.com/styled-system/styled-system/blob/master/CHANGELOG.md)
- [Commits](styled-system/styled-system@v3.2.1...v5.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 3, 2019
@dependabot-preview
Copy link
Author

Superseded by #413.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/styled-system-5.1.4 branch February 18, 2020 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants