React-Native-Web-TypeScript-Prettier-Boilerplate
React-Native-Web-TypeScript-Prettier-Boilerplate copied to clipboard
Update dependency babel-plugin-styled-components to v2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| babel-plugin-styled-components (source) | 1.10.6 -> 2.1.4 |
Release Notes
styled-components/babel-plugin-styled-components (babel-plugin-styled-components)
v2.1.4
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in https://github.com/styled-components/babel-plugin-styled-components/pull/391
- migrate off an EOL babel package
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.1.3...v2.1.4
v2.1.3
What's Changed
- When testing import paths, only use string literals. by @maisano-patreon in https://github.com/styled-components/babel-plugin-styled-components/pull/389
- chore: update babel deps and jest (https://github.com/styled-components/babel-plugin-styled-components/commit/911fc097794d300fcb7944b422d49811c10b35f7)
New Contributors
- @maisano-patreon made their first contribution in https://github.com/styled-components/babel-plugin-styled-components/pull/389
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.1.1...v2.1.3
v2.1.2
v2.1.1
What's Changed
- Add tricky expression on object expression by @healtheloper in https://github.com/styled-components/babel-plugin-styled-components/pull/381
- bump codeql GH Action to v2 by @dmaklygin in https://github.com/styled-components/babel-plugin-styled-components/pull/383
- Support pre-transpiled code (#379) by @rbong in https://github.com/styled-components/babel-plugin-styled-components/pull/380
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in https://github.com/styled-components/babel-plugin-styled-components/pull/385
- Bump minimist from 1.2.5 to 1.2.8 by @dependabot in https://github.com/styled-components/babel-plugin-styled-components/pull/384
- updated lodash from 4.17.11 to 4.17.21 by @FatemehOstad in https://github.com/styled-components/babel-plugin-styled-components/pull/378
- chore: yarn 3 by @probablyup in https://github.com/styled-components/babel-plugin-styled-components/pull/386
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in https://github.com/styled-components/babel-plugin-styled-components/pull/382
New Contributors
- @healtheloper made their first contribution in https://github.com/styled-components/babel-plugin-styled-components/pull/381
- @dmaklygin made their first contribution in https://github.com/styled-components/babel-plugin-styled-components/pull/383
- @rbong made their first contribution in https://github.com/styled-components/babel-plugin-styled-components/pull/380
- @FatemehOstad made their first contribution in https://github.com/styled-components/babel-plugin-styled-components/pull/378
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.7...v2.1.1
v2.1.0
v2.0.7
What's Changed
- fix minifier bug #366 by @agriffis in https://github.com/styled-components/babel-plugin-styled-components/pull/376
New Contributors
- @agriffis made their first contribution in https://github.com/styled-components/babel-plugin-styled-components/pull/376
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.6...v2.0.7
v2.0.6
Revert change from 2.0.5 that lead to a major build performance regression.
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.5...v2.0.6
v2.0.5
One more change related to babel macro; eliminates an extra injected import in some cases
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.4...v2.0.5
v2.0.4
fix compat with styled-components babel macro
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.3...v2.0.4
v2.0.3
What's Changed
- Use picomatch instead of regex by @rockwotj in https://github.com/styled-components/babel-plugin-styled-components/pull/369
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.2...v2.0.3
v2.0.2
What's Changed
- Add "meaninglessFileNames" option by @MeLlamoPablo in https://github.com/styled-components/babel-plugin-styled-components/pull/304
- fix #360 by @klarstrup in https://github.com/styled-components/babel-plugin-styled-components/pull/361
New Contributors
- @MeLlamoPablo made their first contribution in https://github.com/styled-components/babel-plugin-styled-components/pull/304
- @klarstrup made their first contribution in https://github.com/styled-components/babel-plugin-styled-components/pull/361
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.1...v2.0.2
v2.0.1
What's Changed
- handle complex expressions inside CSS prop object syntax by @probablyup in https://github.com/styled-components/babel-plugin-styled-components/pull/359
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.0...v2.0.1
v2.0.0
What's Changed
- Change topLevelPaths option to take a regexp pattern by @rockwotj in https://github.com/styled-components/babel-plugin-styled-components/pull/354
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v1.13.3...v2.0.0
v1.13.3
- when there are multiple assignments prefer the outer name (#355) thanks @rockwotj
- minor dependency updates
v1.13.2
- added some conditional guards to code paths that lead to errors for some consumers (
0c16c1b) - dependency updates
- teach babel plugin about certain spread application scenarios with "css" prop #339
- handle namespace import (
import * as styled from 'styled-components') properly #340
v1.13.1
Fix one edge case with object key interpolation from v1.13.0
v1.13.0
-
teach the plugin how to handle variable interpolation in object keys, e.g.
css={{ [theme.breakpoint.sm]: { color: 'red' } }} -
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.1
-
Resolve operability issue with rollup (see https://github.com/styled-components/babel-plugin-styled-components/pull/327), thanks @ktranada
-
Update dependencies
v1.12.0
-
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.1
Revert #283, it caused a major build performance regression
v1.11.0
Thank you to all our contributors!
- ensure a cache miss (#283)
- add namespace option. (#281)
- update dependencies (#292)
- Support Spread Element (#286)
v1.10.7
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.