Release notes
*Sourced from [babel-plugin-styled-components's releases](https://github.com/styled-components/babel-plugin-styled-components/releases).*
> ## v1.10.6
> Fix import-seeking loop regression (introduced in 1.10.3) that can occur when running the babel plugin over ESM files without a styled import, [#234](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/234) thanks [@ZauberNerd](https://github.com/ZauberNerd)
>
> ## v1.10.5
> Thanks to [@ZauberNerd](https://github.com/ZauberNerd) for figuring out an edge case with import detection in the "css" prop handling code (was causing some stalled compliations in certain project setups) [#233](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/233)
>
> ## v1.10.4
> Fix for babel type checks potentially not existing due to older versions being used via package manager resolution 64d9b9224f90e0ae5e12cccf38eb854f2b0af416
>
> ## v1.10.3
> - do not try to transpile things we don't own ([#230](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/230))
>
> - customize css prop component injection depending on use case ([#228](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/228))
>
> - Support custom elements ([#229](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/229))
>
> - Support nested + lowercase components ([#229](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/229))
>
> - fix ssr transpilation of object styles in the css prop ([#229](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/229))
>
> ## v1.10.2
> fix SSR support for styled HOC + object styles [#227](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/pull/227)
>
> ## v1.10.1
> Fix transpilation of the "css" prop to be stable under SSR and receive all the minification goodies
Commits
- [`187b7e8`](https://github.com/styled-components/babel-plugin-styled-components/commit/187b7e8f2e75d8f8b58aaee948f86ad10ba1fa9a) v1.10.6
- [`35a3bb7`](https://github.com/styled-components/babel-plugin-styled-components/commit/35a3bb7023433f17555fdeb1e966e7816d9e8f60) Fix early return for cached `false` values in `importLocalName` ([#234](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/234))
- [`f011548`](https://github.com/styled-components/babel-plugin-styled-components/commit/f01154883f5cfebfdd1f676d7f7a51ac5db5b7e2) v1.10.5
- [`00eade1`](https://github.com/styled-components/babel-plugin-styled-components/commit/00eade15ab36cef4321998bcda6b09d59b1b994f) Fix `importName` type confusion (string, bool, node) ([#233](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/233))
- [`88bfd99`](https://github.com/styled-components/babel-plugin-styled-components/commit/88bfd996d3ff35586b3eb15638c01b33a5fe2241) v1.10.4
- [`64d9b92`](https://github.com/styled-components/babel-plugin-styled-components/commit/64d9b9224f90e0ae5e12cccf38eb854f2b0af416) defense coding around babel features that might not be available
- [`9c4f19f`](https://github.com/styled-components/babel-plugin-styled-components/commit/9c4f19f104789299a4d7c4216a1abd0dbfb55bd1) v1.10.3
- [`4e28bb9`](https://github.com/styled-components/babel-plugin-styled-components/commit/4e28bb9edca36ed322fdb559e58d72da39eeed56) do not try to transpile things we don't own ([#230](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/230))
- [`9bc3c08`](https://github.com/styled-components/babel-plugin-styled-components/commit/9bc3c08ee31b82be1c2a74dc7f4a1fbd0e12ac7b) customize css prop component injection depending on use case ([#228](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/228))
- [`733118f`](https://github.com/styled-components/babel-plugin-styled-components/commit/733118f0970ccc517165f459fb459a77d262041e) Merge pull request [#229](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/229) from styled-components/changes-revised
- Additional commits viewable in [compare view](https://github.com/styled-components/babel-plugin-styled-components/compare/v1.10.0...v1.10.6)
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 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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- 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.
Bumps babel-plugin-styled-components from 1.10.0 to 1.10.6.
Release notes
*Sourced from [babel-plugin-styled-components's releases](https://github.com/styled-components/babel-plugin-styled-components/releases).* > ## v1.10.6 > Fix import-seeking loop regression (introduced in 1.10.3) that can occur when running the babel plugin over ESM files without a styled import, [#234](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/234) thanks [@ZauberNerd](https://github.com/ZauberNerd) > > ## v1.10.5 > Thanks to [@ZauberNerd](https://github.com/ZauberNerd) for figuring out an edge case with import detection in the "css" prop handling code (was causing some stalled compliations in certain project setups) [#233](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/233) > > ## v1.10.4 > Fix for babel type checks potentially not existing due to older versions being used via package manager resolution 64d9b9224f90e0ae5e12cccf38eb854f2b0af416 > > ## v1.10.3 > - do not try to transpile things we don't own ([#230](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/230)) > > - customize css prop component injection depending on use case ([#228](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/228)) > > - Support custom elements ([#229](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/229)) > > - Support nested + lowercase components ([#229](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/229)) > > - fix ssr transpilation of object styles in the css prop ([#229](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/229)) > > ## v1.10.2 > fix SSR support for styled HOC + object styles [#227](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/pull/227) > > ## v1.10.1 > Fix transpilation of the "css" prop to be stable under SSR and receive all the minification goodiesCommits
- [`187b7e8`](https://github.com/styled-components/babel-plugin-styled-components/commit/187b7e8f2e75d8f8b58aaee948f86ad10ba1fa9a) v1.10.6 - [`35a3bb7`](https://github.com/styled-components/babel-plugin-styled-components/commit/35a3bb7023433f17555fdeb1e966e7816d9e8f60) Fix early return for cached `false` values in `importLocalName` ([#234](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/234)) - [`f011548`](https://github.com/styled-components/babel-plugin-styled-components/commit/f01154883f5cfebfdd1f676d7f7a51ac5db5b7e2) v1.10.5 - [`00eade1`](https://github.com/styled-components/babel-plugin-styled-components/commit/00eade15ab36cef4321998bcda6b09d59b1b994f) Fix `importName` type confusion (string, bool, node) ([#233](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/233)) - [`88bfd99`](https://github.com/styled-components/babel-plugin-styled-components/commit/88bfd996d3ff35586b3eb15638c01b33a5fe2241) v1.10.4 - [`64d9b92`](https://github.com/styled-components/babel-plugin-styled-components/commit/64d9b9224f90e0ae5e12cccf38eb854f2b0af416) defense coding around babel features that might not be available - [`9c4f19f`](https://github.com/styled-components/babel-plugin-styled-components/commit/9c4f19f104789299a4d7c4216a1abd0dbfb55bd1) v1.10.3 - [`4e28bb9`](https://github.com/styled-components/babel-plugin-styled-components/commit/4e28bb9edca36ed322fdb559e58d72da39eeed56) do not try to transpile things we don't own ([#230](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/230)) - [`9bc3c08`](https://github.com/styled-components/babel-plugin-styled-components/commit/9bc3c08ee31b82be1c2a74dc7f4a1fbd0e12ac7b) customize css prop component injection depending on use case ([#228](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/228)) - [`733118f`](https://github.com/styled-components/babel-plugin-styled-components/commit/733118f0970ccc517165f459fb459a77d262041e) Merge pull request [#229](https://github-redirect.dependabot.com/styled-components/babel-plugin-styled-components/issues/229) from styled-components/changes-revised - Additional commits viewable in [compare view](https://github.com/styled-components/babel-plugin-styled-components/compare/v1.10.0...v1.10.6)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 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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.