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

   Bumps 
[styled-components](https://github.com/styled-components/styled-components) 
from 5.3.11 to 6.0.3.
   <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.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: StyleSheetManager missing Stylis types by <a 
href="https://github.com/MattIPv4";><code>@​MattIPv4</code></a> in <a 
href="https://redirect.github.com/styled-components/styled-components/pull/4078";>styled-components/styled-components#4078</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/MattIPv4";><code>@​MattIPv4</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/styled-components/styled-components/pull/4078";>styled-components/styled-components#4078</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/styled-components/styled-components/compare/v6.0.2...v6.0.3";>https://github.com/styled-components/styled-components/compare/v6.0.2...v6.0.3</a></p>
   <h2>v6.0.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: StyleSheetManager must accept undefined props by <a 
href="https://github.com/gineika";><code>@​gineika</code></a> in <a 
href="https://redirect.github.com/styled-components/styled-components/pull/4069";>styled-components/styled-components#4069</a></li>
   <li>fix: replace slow Omit type by <a 
href="https://github.com/gineika";><code>@​gineika</code></a> in <a 
href="https://redirect.github.com/styled-components/styled-components/pull/4068";>styled-components/styled-components#4068</a></li>
   <li>drop <code>displayName</code> in production to save bytes, it's already 
present in the static className if you're using the babel plugin or 
equivalent</li>
   <li>refactor use of <code>flatMap</code> and <code>at</code> with 
ES5-compliant variants</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/gineika";><code>@​gineika</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/styled-components/styled-components/pull/4069";>styled-components/styled-components#4069</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/styled-components/styled-components/compare/v6.0.1...v6.0.2";>https://github.com/styled-components/styled-components/compare/v6.0.1...v6.0.2</a></p>
   <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;
   </code></pre>
   </li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/styled-components/styled-components/commit/0c63d7c44e7ef006c3705f8d51bec25258566778";><code>0c63d7c</code></a>
 chore: v6.0.3 [skip ci]</li>
   <li><a 
href="https://github.com/styled-components/styled-components/commit/36f5793c090b74693c731fd8226178452567f3d3";><code>36f5793</code></a>
 fix: StyleSheetManager missing Stylis types (<a 
href="https://redirect.github.com/styled-components/styled-components/issues/4078";>#4078</a>)</li>
   <li><a 
href="https://github.com/styled-components/styled-components/commit/b1ae0112a2643cb8457ced4595f74aeb05bc0f45";><code>b1ae011</code></a>
 v6.0.2</li>
   <li><a 
href="https://github.com/styled-components/styled-components/commit/9ae5e47738cdb81c2d3fb8f43c7c77c1cf30599a";><code>9ae5e47</code></a>
 refactor: omit displayName for production</li>
   <li><a 
href="https://github.com/styled-components/styled-components/commit/c5f9f924e8f5a24d5cf5ea26d212198840360d1f";><code>c5f9f92</code></a>
 chore: bump lockfile</li>
   <li><a 
href="https://github.com/styled-components/styled-components/commit/9e41fe1311701a3efee0305fd458b0e37bdd17a8";><code>9e41fe1</code></a>
 refactor: es5-ify flatMap</li>
   <li><a 
href="https://github.com/styled-components/styled-components/commit/fc3754259aed9c86772247ea4868600f23464a98";><code>fc37542</code></a>
 refactor: fix remaining type issue</li>
   <li><a 
href="https://github.com/styled-components/styled-components/commit/f0762b3f5ba25e1cafda38406836d02880f875b6";><code>f0762b3</code></a>
 refactor: remove use of at() API</li>
   <li><a 
href="https://github.com/styled-components/styled-components/commit/e28161cd0b092bfff2c993faf0573a5ce9f304b6";><code>e28161c</code></a>
 refactor: simplify code slightly</li>
   <li><a 
href="https://github.com/styled-components/styled-components/commit/3ddd2a690aaa191ed01513293b891e3a14c15ae3";><code>3ddd2a6</code></a>
 fix: replace slow Omit type</li>
   <li>Additional commits viewable in <a 
href="https://github.com/styled-components/styled-components/compare/v5.3.11...v6.0.3";>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.3)](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-unsubscr...@tinkerpop.apache.org

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

Reply via email to