Skip to content

Commit 2add7d0

Browse files
Merge #1008
1008: build(deps-dev): bump styled-components from 6.1.13 to 6.1.14 r=curquiza a=dependabot[bot] Bumps [styled-components](https://github.com/styled-components/styled-components) from 6.1.13 to 6.1.14. <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>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>6908326: Add changesets for release management</li> <li>18ebf6d: Prevent styled() from injecting an undefined ref prop in React 19</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/styled-components/styled-components/commit/8b9d66f9a8e1dc59cfe5f5c4c079d8fcf5054e12"><code>8b9d66f</code></a> chore: add publishConfig</li> <li><a href="https://github.com/styled-components/styled-components/commit/c6ac5b16aebced653c51d12ee82150f4bf0138bc"><code>c6ac5b1</code></a> chore: fix release script</li> <li><a href="https://github.com/styled-components/styled-components/commit/3f930451aaf761755ca8c6778af2b1cd17c3dbfd"><code>3f93045</code></a> Version Packages (<a href="https://redirect.github.com/styled-components/styled-components/issues/4347">#4347</a>)</li> <li><a href="https://github.com/styled-components/styled-components/commit/18ebf6d0b977ac0cbf18839d1d51bd7c95e9fa73"><code>18ebf6d</code></a> Prevent styled() from injecting an undefined ref prop in React 19 (<a href="https://redirect.github.com/styled-components/styled-components/issues/5510">#5510</a>)</li> <li><a href="https://github.com/styled-components/styled-components/commit/6f6db180bd0ec89bd4342dc4b8f1eae0b34d8dca"><code>6f6db18</code></a> update contributor guide to reference changesets (<a href="https://redirect.github.com/styled-components/styled-components/issues/4348">#4348</a>)</li> <li><a href="https://github.com/styled-components/styled-components/commit/948b26f36724b7f0e4e20483edd79bb2d6cbf7c0"><code>948b26f</code></a> fix workflows in changeset branch, hopefully</li> <li><a href="https://github.com/styled-components/styled-components/commit/49dce894f1618a8cdc600e079ec48eaeba9fc5ea"><code>49dce89</code></a> meh</li> <li><a href="https://github.com/styled-components/styled-components/commit/38c0fe4b519dbb6f4fa0e4a63f5352d7eeb7e465"><code>38c0fe4</code></a> try different way of skipping</li> <li><a href="https://github.com/styled-components/styled-components/commit/9e6a7bdab2950b36cfb5e485cc31462f5b3f65ac"><code>9e6a7bd</code></a> skip tests for release branch</li> <li><a href="https://github.com/styled-components/styled-components/commit/1b402eae79741ee150e2d7a042f4a3797459d76b"><code>1b402ea</code></a> adjust workflow</li> <li>Additional commits viewable in <a href="https://github.com/styled-components/styled-components/compare/[email protected]">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=6.1.13&new-version=6.1.14)](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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - ``@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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 268dc47 + 0f22cca commit 2add7d0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"react": "^18.3.1",
5353
"react-dom": "^18.3.1",
5454
"react-router-dom": "^6.29.0",
55-
"styled-components": "^6.1.13"
55+
"styled-components": "^6.1.14"
5656
},
5757
"devDependencies": {
5858
"@babel/core": "^7.26.7",
@@ -76,7 +76,7 @@
7676
"react": "^18.3.1",
7777
"react-dom": "^18.3.1",
7878
"react-router-dom": "^6.29.0",
79-
"styled-components": "^6.1.13"
79+
"styled-components": "^6.1.14"
8080
},
8181
"author": {
8282
"name": "Charlotte Vermandel <[email protected]>"

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12643,10 +12643,10 @@ style-mod@^4.0.0, style-mod@^4.1.0:
1264312643
resolved "https://registry.yarnpkg.com/style-mod/-/style-mod-4.1.2.tgz#ca238a1ad4786520f7515a8539d5a63691d7bf67"
1264412644
integrity sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==
1264512645

12646-
styled-components@^6.1.13:
12647-
version "6.1.13"
12648-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.13.tgz#2d777750b773b31469bd79df754a32479e9f475e"
12649-
integrity sha512-M0+N2xSnAtwcVAQeFEsGWFFxXDftHUD7XrKla06QbpUMmbmtFBMMTcKWvFXtWxuD5qQkB8iU5gk6QASlx2ZRMw==
12646+
styled-components@^6.1.14:
12647+
version "6.1.14"
12648+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.14.tgz#addd3b645f400f8aad84c992afec58804ad1d217"
12649+
integrity sha512-KtfwhU5jw7UoxdM0g6XU9VZQFV4do+KrM8idiVCH5h4v49W+3p3yMe0icYwJgZQZepa5DbH04Qv8P0/RdcLcgg==
1265012650
dependencies:
1265112651
"@emotion/is-prop-valid" "1.2.2"
1265212652
"@emotion/unitless" "0.8.1"

0 commit comments

Comments
 (0)