fix(deps): update dependency babel-plugin-styled-components to ^1.13.3#69
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency babel-plugin-styled-components to ^1.13.3#69renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
88de085 to
3512be2
Compare
3512be2 to
1dfe87f
Compare
1dfe87f to
1b9c2c4
Compare
1b9c2c4 to
f70fdcd
Compare
bff9085 to
2fe499c
Compare
2fe499c to
30d6993
Compare
30d6993 to
630e8e1
Compare
630e8e1 to
c1a8273
Compare
c1a8273 to
fa2006b
Compare
fa2006b to
eb94734
Compare
eb94734 to
61a1e3a
Compare
61a1e3a to
66b517d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.10.6→^1.13.3Release Notes
styled-components/babel-plugin-styled-components (babel-plugin-styled-components)
v1.13.3Compare Source
v1.13.2Compare Source
0c16c1b)import * as styled from 'styled-components') properly #340v1.13.1Compare Source
Fix one edge case with object key interpolation from v1.13.0
v1.13.0Compare Source
teach the plugin how to handle variable interpolation in object keys, e.g.
plugin now emits transient props when replacing
cssprop calls (cuts down on garbage in the DOM for s-c 5.1+)merge withConfig arguments to allow for shouldForwardProp, thanks @ithinkdancan #323
move injected components to end of file scope, thanks @sfishel18
Ensure sc- prefix is always added #313, thanks @chalbert
v1.12.1Compare Source
Resolve operability issue with rollup (see #327), thanks @ktranada
Update dependencies
v1.12.0Compare Source
Add topLevelImportPaths option (#288)
This functionality allows the composer to specify alternate import locations for the "styled" constructor, for instance if you are using a third party library that wraps styled-components and does additional processing. See this test for how to use it.
preserve structure of JSX member expressions in generated ast nodes; this makes sure that other babel transformations that rename variables will be able to process the ast nodes created by this plugin. fixes #240
v1.11.1Compare Source
Revert #283, it caused a major build performance regression
v1.11.0Compare Source
Thank you to all our contributors!
v1.10.7Compare Source
emit styled('tag') instead of styled.tag for css prop (#266); this handles if the given tag is not in the dom elements whitelist yet in styled-components proper
fixes styled-components/styled-components#2965 (comment)
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.
This PR was generated by Mend Renovate. View the repository job log.