Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency styled-components to v6 #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
styled-components (source) 5.3.3 -> 6.1.15 age adoption passing confidence

Release Notes

styled-components/styled-components (styled-components)

v6.1.15

Compare Source

v6.1.14

Compare Source

v6.1.13

Compare Source

v6.1.12

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.1.11...v6.1.12

v6.1.11

Compare Source

v6.1.10

Compare Source

v6.1.9

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.1.8...v6.1.9

v6.1.8

Compare Source

Revert adding peerDependencies from v6.1.7; apparently some build tools do not respect peerDependenciesMeta[package].optional which is causing issues. Will revisit at a later date if possible.

Full Changelog: styled-components/styled-components@v6.1.7...v6.1.8

v6.1.7

Compare Source

What's Changed
  • chore: add all missing peer dependency statements by @​quantizor in https://github.com/styled-components/styled-components/pull/4243

    NOTE: this change may cause some installed dependency duplication until this NPM bug is addressed but yarn and pnpm have correct behavior. Bun also has a similar bug.

    Overall these changes ensure that styled-components is specifying a known working version of all utilized libraries, while instructing the client package manager that higher semver-compliant versions are permissible and should work, assuming the relevant libraries are compliant in practice.

Full Changelog: styled-components/styled-components@v6.1.6...v6.1.7

v6.1.6

Compare Source

What's Changed

Full Changelog: styled-components/styled-components@v6.1.5...v6.1.6

v6.1.5

Compare Source

What's Changed

Full Changelog: styled-components/styled-components@v6.1.4...v6.1.5

v6.1.4

Compare Source

What's Changed

Full Changelog: styled-components/styled-components@v6.1.3...v6.1.4

v6.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.1.2...v6.1.3

v6.1.2

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.1.1...v6.1.2

v6.1.1

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.1.0...v6.1.1

v6.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.0.9...v6.1.0

v6.0.9

Compare Source

fix bundling to not hardcode window (should fix some testing use cases that were incorrectly assuming a server environment when JSDOM and similar are in use)

Full Changelog: styled-components/styled-components@v6.0.8...v6.0.9

v6.0.8

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.0.7...v6.0.8

v6.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.0.6...v6.0.7

v6.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.0.5...v6.0.6

v6.0.5

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.0.4...v6.0.5

v6.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.0.3...v6.0.4

v6.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.0.2...v6.0.3

v6.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: styled-components/styled-components@v6.0.1...v6.0.2

v6.0.1

Compare Source

Fixed an issue where a dev-time warning was being triggered too eagerly.

Full Changelog: styled-components/styled-components@v6.0.0...v6.0.1

v6.0.0

Compare Source

yarn add styled-components

Changed in this version

  • fix(types): prevent prop bleed on styling properties (fixes #​4053, c0f8015)
  • feat(types): ship csstype via "CSS" namespace (e6c4f0a)
  • chore: bump stylis to 4.3 (fixes #​4007, fa58875)
  • reduced some sources of unnecessary branching logic

Breaking changes in v6

Migration guide → https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6

  • now using stylis v4 (if using stylis-plugin-rtl you'll need to upgrade to the newer version)
  • styled-components now provides its own types; if you installed @types/styled-components in the past, you'll want to remove it
  • dropped $as and $forwardedAs props (use as or forwardedAs)
  • dropped automatic prop filtering; use transient props ($ prefix) for stuff you don't want to be passed to child component / HTML
  • StyleSheetManager
    • replaced disableVendorPrefixes with enableVendorPrefixes prop
    • dropped automatic vendor prefixing; if you need to support older browsers, you can re-enable it easily with the above prop
      <StyleSheetManager enableVendorPrefixes>
        {/* your React tree and ThemeProvider goes here */}
      </StyleSheetManager>
  • dropped deprecated withComponent API (87f511a); use "as" prop instead
  • node >= 14 needed

Full Changelog: styled-components/styled-components@v5.3.7...v6.0.0

v5.3.11

Compare Source

Removed use of the useDebugValue hook to rectify older React support.

Full Changelog: styled-components/styled-components@v5.3.10...v5.3.11

v5.3.10

Compare Source

What's Changed

Full Changelog: styled-components/styled-components@v5.3.9...v5.3.10

v5.3.9

Compare Source

What's Changed

Full Changelog: styled-components/styled-components@v5.3.8...v5.3.9

v5.3.8

Compare Source

What's Changed

fix(constants): rework process env guard

Full Changelog: styled-components/styled-components@v5.3.7-fixed...v5.3.8

v5.3.7

Compare Source

v5.3.6

Compare Source

What's Changed

Deprecations

  • $as and $forwardedAs will be removed in the next major version, use the unprefixed props instead

New Contributors

Full Changelog: styled-components/styled-components@v5.3.5...v5.3.6

v5.3.5

Add statement of solidarity against the war on Ukraine 🇺🇦


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Sorry, something went wrong.

Copy link

socket-security bot commented Jul 1, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from cce6d04 to 68dbf1c Compare July 17, 2024 16:45
Copy link

@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 68dbf1c to 516d9a6 Compare August 30, 2024 03:11
Copy link

@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 516d9a6 to b277e05 Compare November 28, 2024 15:08
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from b277e05 to 630df88 Compare January 4, 2025 07:32
@renovate renovate bot force-pushed the renovate/styled-components-6.x branch from 630df88 to f732093 Compare February 5, 2025 19:23
Copy link

sonarqubecloud bot commented Feb 5, 2025

Copy link

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 10.3 kB doowb
npm/[email protected] environment 0 498 kB lovell
npm/[email protected] 🔁 npm/[email protected] None 0 2.56 kB kevva
npm/[email protected] 🔁 npm/[email protected] None 0 2.83 kB sindresorhus
npm/[email protected] None 0 3.69 kB jimmycuadra
npm/[email protected] None 0 77 kB isaacs
npm/[email protected] None 0 3.6 kB qix
npm/[email protected] None 0 6.79 kB terkelg
npm/[email protected] 🔁 npm/[email protected] None 0 3.51 kB sindresorhus
npm/[email protected] None 0 6.43 kB sindresorhus
npm/[email protected] None 0 138 kB joshglazebrook
npm/[email protected] None 0 25.8 kB jonschlinkert
npm/[email protected] None +1 64.1 kB jonschlinkert
npm/[email protected] filesystem 0 35.2 kB jonschlinkert
npm/[email protected] network 0 25.1 kB tootallnate
npm/[email protected] network 0 156 kB joshglazebrook
npm/[email protected] None 0 140 kB 7rulnik
npm/[email protected] None 0 34.3 kB lydell
npm/[email protected] filesystem 0 85.2 kB linusu
npm/[email protected] None 0 7.66 kB lydell
npm/[email protected] None 0 766 kB tromey
npm/[email protected] None 0 7.75 kB wooorm
npm/[email protected] None 0 23.4 kB kemitchell
npm/[email protected] None 0 3.47 kB kemitchell
npm/[email protected] None 0 11.8 kB kemitchell
npm/[email protected] None 0 12.6 kB kemitchell
npm/[email protected] None 0 13.8 kB jonschlinkert
npm/[email protected] 🔁 npm/[email protected] None 0 34.8 kB alexei
npm/[email protected] None 0 38.7 kB npm-cli-ops
npm/[email protected] unsafe 0 14.6 kB isaacs
npm/[email protected] None 0 4.69 kB jonschlinkert
npm/[email protected] None 0 16.6 kB mscdex
npm/[email protected] None 0 14.4 kB matteo.collina
npm/[email protected] None 0 4.05 kB sindresorhus
npm/[email protected] None 0 0 B
npm/[email protected] 🔁 npm/[email protected] None 0 5.78 kB sindresorhus
npm/[email protected] None 0 38.5 kB ljharb
npm/[email protected] None 0 33.5 kB ljharb
npm/[email protected] None 0 22.1 kB ljharb
npm/[email protected] None 0 22.9 kB ljharb
npm/[email protected] None 0 23.8 kB wooorm
npm/[email protected] None 0 0 B
npm/[email protected] None 0 4.32 kB sindresorhus
npm/[email protected] None 0 5.69 kB jonschlinkert
npm/[email protected] 🔁 npm/[email protected] None 0 3 kB sindresorhus
npm/[email protected] None 0 2.64 kB sindresorhus
npm/[email protected] None 0 3.05 kB sindresorhus
npm/[email protected] 🔁 npm/[email protected] None 0 41.3 kB remarkablemark
npm/[email protected] environment 0 1.03 MB vercel-release-bot
npm/[email protected] None 0 134 kB andarist
npm/[email protected] 🔁 npm/[email protected] environment 0 6.63 kB sindresorhus
npm/[email protected] None 0 6.93 kB sindresorhus
npm/[email protected] None 0 9.18 kB ljharb
npm/[email protected] None 0 57.1 kB joris-van-der-wel
npm/[email protected] None 0 335 kB gajus-table
npm/[email protected] None 0 46.9 kB sokra
npm/[email protected] environment, filesystem 0 167 kB isaacs
npm/[email protected] None 0 6.52 kB sindresorhus
npm/[email protected] None 0 23.6 kB coreyfarrell
npm/[email protected] None 0 11 kB substack
npm/[email protected] None 0 8.9 kB forbeslindesay
npm/[email protected] filesystem 0 26 kB raszi
npm/[email protected] None 0 2.77 kB daaku
npm/[email protected] None 0 3.5 kB sindresorhus
npm/[email protected] None 0 5.07 kB jonschlinkert
npm/[email protected] 🔁 npm/[email protected] None 0 22.9 kB jonschlinkert
npm/[email protected] None 0 112 kB ccasey
npm/[email protected] None 0 210 kB timothygu
npm/[email protected] None 0 7.49 kB wooorm
npm/[email protected] None 0 22.9 kB wooorm
npm/[email protected] None 0 828 kB joshuakgoldberg
npm/[email protected] None 0 79.8 kB garronej
npm/[email protected] environment, filesystem, unsafe 0 216 kB jonaskello
npm/[email protected] None 0 84 kB typescript-bot
npm/[email protected] None 0 382 kB ajaff
npm/[email protected] None 0 42.1 kB chaijs
npm/[email protected] 🔁 npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] None 0 202 kB sindresorhus
npm/[email protected] None 0 13.1 kB ljharb
npm/[email protected] None 0 20 kB ljharb
npm/[email protected] None 0 20.3 kB ljharb
npm/[email protected] None 0 23.3 kB ljharb
npm/[email protected] None 0 8.84 kB feross
npm/[email protected] None 0 112 kB faisalman
npm/[email protected] None 0 14.9 kB ljharb
npm/[email protected] None 0 73.1 kB ethan_arrowood
npm/[email protected] None 0 147 kB wooorm
npm/[email protected] None 0 6.83 kB doowb
npm/[email protected] None 0 3.41 kB lukekarrys
npm/[email protected] None 0 2.58 kB lukekarrys
npm/[email protected] None 0 27.1 kB wooorm
npm/[email protected] None 0 11.9 kB wooorm
npm/[email protected] None 0 12.8 kB wooorm
npm/[email protected] None 0 11 kB wooorm
npm/[email protected] None 0 12.9 kB wooorm
npm/[email protected] None 0 13.2 kB wooorm
npm/[email protected] None 0 32.9 kB wooorm
npm/[email protected] None 0 28.5 kB wooorm
npm/[email protected] None 0 4.67 kB ryanzim
npm/[email protected] None 0 8.53 kB jonschlinkert
npm/[email protected] environment, filesystem, shell 0 15.5 kB ai
npm/[email protected] None 0 470 kB garycourt
npm/[email protected] None 0 4.37 kB lydell
npm/[email protected] None 0 63 kB swaagie
npm/[email protected] None 0 9.51 kB jonschlinkert
npm/[email protected] None 0 5.48 kB tootallnate
npm/[email protected] None 0 116 kB ctavan
npm/[email protected] environment, filesystem, unsafe 0 14.9 kB yungsters
npm/[email protected] filesystem, unsafe Transitive: network +2 272 kB oss-bot
npm/[email protected] None 0 16.6 kB kemitchell
npm/[email protected] None 0 13.2 kB wooorm
npm/[email protected] None 0 13.5 kB wooorm
npm/[email protected] None 0 22.3 kB wooorm
npm/[email protected] None 0 16.8 kB timothygu
npm/[email protected] None 0 18 kB domenic
npm/[email protected] None 0 14.2 kB timoxley
npm/[email protected] None 0 7.44 kB wooorm
npm/[email protected] 🔁 npm/[email protected] None 0 25.9 kB domenic
npm/[email protected] None 0 12.3 kB domenic
npm/[email protected] None 0 16.2 kB domenic
npm/[email protected] None 0 15 kB ljharb
npm/[email protected] None 0 23.7 kB ljharb
npm/[email protected] None 0 20.1 kB ljharb
npm/[email protected] None 0 4.04 kB nexdrew
npm/[email protected] 🔁 npm/[email protected], npm/[email protected] None 0 9.97 kB isaacs
npm/[email protected] None 0 11.8 kB jonschlinkert
npm/[email protected] None 0 0 B
npm/[email protected] 🔁 npm/[email protected], npm/[email protected] None 0 11.8 kB sindresorhus
npm/[email protected] None 0 2.96 kB zkat
npm/[email protected] filesystem 0 12.8 kB isaacs
npm/[email protected] network 0 122 kB lpinca
npm/[email protected] None 0 23 kB domenic
npm/[email protected] None 0 59 kB lddubeau
npm/[email protected] 🔁 npm/[email protected] None 0 23.4 kB oss-bot
npm/[email protected] None 0 14.8 kB isaacs
npm/[email protected] environment 0 448 kB eemeli
npm/[email protected] 🔁 npm/[email protected] filesystem 0 128 kB oss-bot
npm/[email protected] 🔁 npm/[email protected] None 0 292 kB oss-bot
npm/[email protected] None 0 13.8 kB wooorm

🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants