You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/28 14:49:47 UTC

[GitHub] [tinkerpop] dependabot[bot] opened a new pull request, #2112: Bump styled-components from 5.3.11 to 6.0.1 in /docs/gremlint

dependabot[bot] opened a new pull request, #2112:
URL: https://github.com/apache/tinkerpop/pull/2112

   Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.3.11 to 6.0.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/styled-components/styled-components/releases">styled-components's releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.1</h2>
   <p>Fixed an issue where a dev-time warning was being triggered too eagerly.</p>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/styled-components/styled-components/compare/v6.0.0...v6.0.1">https://github.com/styled-components/styled-components/compare/v6.0.0...v6.0.1</a></p>
   <h2>v6.0.0</h2>
   <pre><code>yarn add styled-components
   </code></pre>
   <h2>Changed in this version</h2>
   <ul>
   <li>fix(types): prevent prop bleed on styling properties (fixes <a href="https://redirect.github.com/styled-components/styled-components/issues/4053">#4053</a>, c0f8015af64367938ff9d9debf90fb8005459c6c)</li>
   <li>feat(types): ship csstype via &quot;CSS&quot; namespace (e6c4f0a6b1a1c483cf0c433f0d0434bbda124d2c)</li>
   <li>chore: bump stylis to 4.3 (fixes <a href="https://redirect.github.com/styled-components/styled-components/issues/4007">#4007</a>, fa58875dcbdbff43532c3b9519eb5fc7d009830d)</li>
   <li>reduced some sources of unnecessary branching logic</li>
   </ul>
   <h2>Breaking changes in v6</h2>
   <p>Migration guide → <a href="https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6">https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6</a></p>
   <ul>
   <li>now using <code>stylis</code> v4 (if using <code>stylis-plugin-rtl</code> you'll need to upgrade to the newer version)</li>
   <li>styled-components now provides its own types; if you installed <code>@types/styled-components</code> in the past, you'll want to remove it</li>
   <li>dropped <code>$as</code> and <code>$forwardedAs</code> props (use <code>as</code> or <code>forwardedAs</code>)</li>
   <li>dropped automatic prop filtering; use transient props (<code>$</code> prefix) for stuff you don't want to be passed to child component / HTML</li>
   <li><code>StyleSheetManager</code>
   <ul>
   <li>replaced <code>disableVendorPrefixes</code> with <code>enableVendorPrefixes</code> prop</li>
   <li>dropped automatic vendor prefixing; if you need to support older browsers, you can re-enable it easily with the above prop
   <pre lang="tsx"><code>&lt;StyleSheetManager enableVendorPrefixes&gt;
     {/* your React tree and ThemeProvider goes here */}
   &lt;/StyleSheetManager&gt;
   </code></pre>
   </li>
   </ul>
   </li>
   <li>dropped deprecated <code>withComponent</code> API (87f511a228e5b13b1ff70a416409e0705e5bf456); use &quot;as&quot; prop instead</li>
   <li>node &gt;= 14 needed</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/styled-components/styled-components/compare/v5.3.7...v6.0.0">https://github.com/styled-components/styled-components/compare/v5.3.7...v6.0.0</a></p>
   <h2>v6.0.0-rc.6</h2>
   <pre><code>yarn add styled-components
   </code></pre>
   <h2>Changed in this version</h2>
   <ul>
   <li>fix: stylis types are now included as a direct dependency <a href="https://redirect.github.com/styled-components/styled-components/issues/4051">#4051</a> (235a62b8d2f2ad42319df380f83a7e033b177db1)</li>
   <li>refactor: simplify code related to style tag injection <a href="https://redirect.github.com/styled-components/styled-components/issues/4040">#4040</a> (c3939a4aa8a98ba1ed38a3ea024470f2395439a5)</li>
   <li>chore: don't warn if shouldForwardProp is in use and the prop is forwarded (<a href="https://github.com/styled-components/styled-components/commit/00ab9c41494fca04ae473e1053bac8f42f4220b5">https://github.com/styled-components/styled-components/commit/00ab9c41494fca04ae473e1053bac8f42f4220b5</a>)</li>
   </ul>
   <h2>Breaking changes in v6</h2>
   <p>Migration guide → <a href="https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6">https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/styled-components/styled-components/commit/bb1bd5a80bf46813a2c9b4635399ae04b007c942"><code>bb1bd5a</code></a> chore: v6.0.1 [skip ci]</li>
   <li><a href="https://github.com/styled-components/styled-components/commit/175d35c93697fe578cae33aebae4cd8e88ea3361"><code>175d35c</code></a> fix: move warning prop-warning code into correct position</li>
   <li><a href="https://github.com/styled-components/styled-components/commit/a7ee9941302c5d43b2f3f0bf030646da8240fc76"><code>a7ee994</code></a> chore: v6.0.0</li>
   <li><a href="https://github.com/styled-components/styled-components/commit/2804c03c8277416893a7ced89de74e8f079dc75b"><code>2804c03</code></a> chore: ignore type test when building</li>
   <li><a href="https://github.com/styled-components/styled-components/commit/3708b45abe726445844ba7c389be8a53f81c0ad8"><code>3708b45</code></a> refactor(types): remove unnecessary branching</li>
   <li><a href="https://github.com/styled-components/styled-components/commit/66f6ba7e557411f298d761e593b3f5f1df3b7276"><code>66f6ba7</code></a> chore: add failing type test for <a href="https://redirect.github.com/styled-components/styled-components/issues/4052">#4052</a></li>
   <li><a href="https://github.com/styled-components/styled-components/commit/f82f9561e6b0abac9299213f69f7f28d33d426f7"><code>f82f956</code></a> refactor: settle some type errors and remove unnecessary code</li>
   <li><a href="https://github.com/styled-components/styled-components/commit/c6f883b6ea7dad43470fbeb5948937d4953a5864"><code>c6f883b</code></a> chore: restore test to ensure stylis rule-splitting on media queries</li>
   <li><a href="https://github.com/styled-components/styled-components/commit/fa58875dcbdbff43532c3b9519eb5fc7d009830d"><code>fa58875</code></a> chore: bump stylis to 4.3</li>
   <li><a href="https://github.com/styled-components/styled-components/commit/1efd1a7671af8cb29ce2e9bea51e5d082f2b9297"><code>1efd1a7</code></a> chore: fix jest</li>
   <li>Additional commits viewable in <a href="https://github.com/styled-components/styled-components/compare/v5.3.11...v6.0.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=styled-components&package-manager=npm_and_yarn&previous-version=5.3.11&new-version=6.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] dependabot[bot] closed pull request #2112: Bump styled-components from 5.3.11 to 6.0.1 in /docs/gremlint

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #2112: Bump styled-components from 5.3.11 to 6.0.1 in /docs/gremlint
URL: https://github.com/apache/tinkerpop/pull/2112


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] dependabot[bot] commented on pull request #2112: Bump styled-components from 5.3.11 to 6.0.1 in /docs/gremlint

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #2112:
URL: https://github.com/apache/tinkerpop/pull/2112#issuecomment-1618419101

   Superseded by #2117.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org