chore(deps): bump styled-system from 3.2.0 to 5.1.5
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps styled-system from 3.2.0 to 5.1.5.
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
spacefunction has been rewritten with the corestyleandcomposeutilities- Adds long-form props for margin and padding (e.g.
marginTop). Shorthand aliases still work as before.- Reintroduces the
aliasargument tostyleutility- Removes the
stylesobject export- Removes the
utilobject export- Removes
mergeutility- Removes the
mixedutility since it did not behave as expected- The theme "scale" is now passed as the second argument to the
transformValueoption instyleutility- Removes the
ratiostyle function- The following changes to the
bordersstyle function
- The shorthand border props no longer transform numbers to pixel widths with a
solidborder-style- Adds
borderWidth,borderStyle,borderColor, andborderRadiusprops- All border props are also available as individual imports
- Removes
styleTypefrom prop typesmetafields- Changes to the
getutility: now returns the last argument as a fallback
Changelog
Sourced from styled-system's changelog.
v5.1.5 2020-02-17
@styled-system/cssfix media query order #1137- Update dependencies
v5.1.4 2019-12-02
@styled-system/cssaddoutlineColorsupport #825- Update dependencies
v5.1.3 2019-09-16
- Add
@styled-system/propsutility #824v5.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
variantAPI with support for inline variant definitions and theme-based style objects #699v5.0.23 2019-08-12
- Add support for
overflowXandoverflowY#682@styled-system/css: add support forsize#684- Update dependencies
v5.0.22 2019-08-09
@styled-system/css: add support forfill,stroke, andflexBasis#679v5.0.21 2019-08-07
- Fix publish
v5.0.20 2019-08-07
v5.0.19 2019-08-05
@styled-system/cssallow functional values to return responsive array values #654
Commits
629fa1av5.1.5d5ed7c6Edit changelog50fcdadMerge pull request #1137 from RyanTheAllmighty/fix-responsive-null-stylingd8d2483Merge pull request #1139 from styled-system/dependabot/npm_and_yarn/react-scr...841d2c2Merge pull request #1144 from styled-system/dependabot/npm_and_yarn/rollup-1....9750f76Merge pull request #1143 from styled-system/dependabot/npm_and_yarn/gatsby-pl...62c231bMerge pull request #1141 from styled-system/dependabot/npm_and_yarn/gatsby-2....1ea4ca7Merge pull request #1142 from styled-system/dependabot/npm_and_yarn/husky-4.2.34ee3c01Bump rollup from 1.31.0 to 1.31.12b722a6Bump gatsby-plugin-mdx from 1.0.70 to 1.0.73- Additional commits viewable in compare view
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill 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)
@dependabot rebase