Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Bump styled-components from 4.1.1 to 4.1.2#216

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/styled-components-4.1.2
Closed

Bump styled-components from 4.1.1 to 4.1.2#216
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/styled-components-4.1.2

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps styled-components from 4.1.1 to 4.1.2.

Release notes

Sourced from styled-components's releases.

v4.1.2

  • Fix function-form attrs to receive the full execution context (including theme) (see #2210)

  • Adjust innerRef deprecation warning to not be fired if wrapping a custom component, since that underlying component may not be on forwardRef yet and actually using the prop (see #2211)

  • Expose the ThemeConsumer and ThemeContext exports for the native and primitives entries (see #2217)

  • Remove createGlobalStyle multimount warning; Concurrent and Strict modes intentionally render the same component multiple times, which causes this warning to be triggered always even when usage is correct in the application (see #2216)

  • Folded components are now targetable via component selector as in v3 if you used the old .extend API (see #2239)

  • Don't treat uppercased strings as tag-like components and don't filter out props from them (see #2225)

Changelog

Sourced from styled-components's changelog.

[v4.1.2] - 2018-11-28

  • Fix function-form attrs to receive the full execution context (including theme) (see #2210)

  • Adjust innerRef deprecation warning to not be fired if wrapping a custom component, since that underlying component may not be on forwardRef yet and actually using the prop (see #2211)

  • Expose the ThemeConsumer and ThemeContext exports for the native and primitives entries (see #2217)

  • Remove createGlobalStyle multimount warning; Concurrent and Strict modes intentionally render the same component multiple times, which causes this warning to be triggered always even when usage is correct in the application (see #2216)

  • Folded components are now targettable via component selector as in v3 if you used the old .extend API (see #2239)

  • Don't treat uppercased strings as tag-like components and don't filter out props from them (see #2225)

Commits
  • a41dfd0 v4.1.2
  • 93bfd68 Don't generate a UID name from the macro for the import (#2244)
  • 939d3d8 isTag() additionally check for casing of the first char (#2225)
  • 3056e31 Merge pull request #2249 from Chaoste/bugfix/2248-heredity
  • 7d31f51 Fix test by using as property
  • 2ba0591 rename heridity with inheritance
  • 58dfe94 add test for explicit colors props
  • 198f9f9 Add unit tests for extending styled components
  • 17fa12c Merge pull request #2248 from cadaverine/fix-typo
  • 67a9620 fix(createGlobalStyle): typo in the comment
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Nov 29, 2018
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #221.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/styled-components-4.1.2 branch December 18, 2018 07:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant