This repository was archived by the owner on May 21, 2024. It is now read-only.
[Snyk] Upgrade styled-components from 5.3.11 to 6.1.8 #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade styled-components from 5.3.11 to 6.1.8.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Warning: This is a major version upgrade, and may be a breaking change.
Release notes
Package name: styled-components
-
6.1.8 - 2024-01-08
-
6.1.7 - 2024-01-08
-
-
6.1.6 - 2023-12-27
- fix: bump stylis to 4.3.1 to resolve issue with leaking nested selectors by @ quantizor in #4245
-
6.1.5 - 2023-12-27
- fix: further constrain self-referencing to match v5 behavior by @ quantizor in #4244
-
6.1.5-rc.0 - 2023-12-27
-
6.1.4 - 2023-12-27
- fix: allow using
-
6.1.3 - 2023-12-22
- fix(types): missing type declarations by @ benjaminrae in #4237
- fix(deps): pin dependencies to exact versions prior to bun migration by @ quantizor in #4238
- fix(types): nested styled with additional prop types by @ justinbhopper in #4236
- @ benjaminrae made their first contribution in #4237
-
6.1.2 - 2023-12-20
- fix(types): StyledObject type to allow nested selectors by @ maximebiloe in #4212
- feat(types): expose FastOmit to improve emit performance by @ justinbhopper in #4230
- @ maximebiloe made their first contribution in #4212
-
6.1.1 - 2023-11-08
- fix(types): remove duplicated type by @ takurinton in #4200
- fix(native): image unsupported border color style by @ nazmeln in #4195
- fix(styled): add displayName in all environments by @ delijah in #4208
- fix(ssr): correctly place new rules after hydrated rules by @ probablyup in #4210
- @ nazmeln made their first contribution in #4195
- @ delijah made their first contribution in #4208
-
6.1.0 - 2023-10-14
- fix(native): bump postcss version from 8.4.23 to 8.4.31 by @ davidlacasse in #4188
- fix(native): solve ts warning by @ krudos in #4190
- chore: remove babel macro due to lack of usage by @ probablyup in #4193
- @ davidlacasse made their first contribution in #4188
-
6.0.9 - 2023-10-12
-
6.0.8 - 2023-09-13
-
6.0.7 - 2023-08-03
-
6.0.6 - 2023-08-02
-
6.0.6-test.0 - 2023-08-02
-
6.0.5 - 2023-07-21
-
6.0.4 - 2023-07-13
-
6.0.3 - 2023-07-07
-
6.0.2 - 2023-07-03
-
6.0.1 - 2023-06-28
-
6.0.0 - 2023-06-28
-
6.0.0-rc.2-4007 - 2023-05-26
-
6.0.0-rc.6 - 2023-06-23
-
6.0.0-rc.5 - 2023-06-22
-
6.0.0-rc.4 - 2023-06-22
-
6.0.0-rc.3 - 2023-06-04
-
6.0.0-rc.2 - 2023-05-24
-
6.0.0-rc.1 - 2023-05-06
-
6.0.0-rc.0 - 2023-05-04
-
6.0.0-beta.15 - 2023-04-23
-
6.0.0-beta.14 - 2023-03-23
-
6.0.0-beta.13 - 2023-03-10
-
6.0.0-beta.12 - 2023-03-02
-
6.0.0-beta.11 - 2023-02-03
-
6.0.0-beta.10 - 2023-02-03
-
6.0.0-beta.9 - 2023-01-03
-
6.0.0-beta.8 - 2022-12-23
-
6.0.0-beta.7 - 2022-12-23
-
6.0.0-beta.6 - 2022-11-13
-
6.0.0-beta.5 - 2022-10-26
-
6.0.0-beta.4 - 2022-10-25
-
6.0.0-beta.3 - 2022-10-04
-
6.0.0-beta.2 - 2022-09-02
-
6.0.0-beta.1 - 2022-08-31
-
6.0.0-beta.0 - 2022-08-31
-
6.0.0-alpha.7 - 2022-07-22
-
6.0.0-alpha.6 - 2022-07-22
-
6.0.0-alpha.5 - 2022-03-24
-
6.0.0-alpha.4 - 2022-03-24
-
6.0.0-alpha.3 - 2022-03-24
-
6.0.0-alpha.2 - 2022-03-24
-
6.0.0-alpha.1 - 2022-02-24
-
6.0.0-alpha.0 - 2022-02-22
-
5.3.11 - 2023-05-26
from styled-components GitHub release notesRevert adding
peerDependenciesfrom v6.1.7; apparently some package managers have differing behaviors aroundpeerDependenciesMeta[package].optionalwhich is causing issues. Will revisit at a later date if possible.Full Changelog: v6.1.7...v6.1.8
What's Changed
chore: add all missing peer dependency statements by @ quantizor in #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: v6.1.6...v6.1.7
What's Changed
Full Changelog: v6.1.5...v6.1.6
What's Changed
Full Changelog: v6.1.4...v6.1.5
What's Changed
attrsto provide a customthemeprop to child components by @ quantizor in #4242Full Changelog: v6.1.3...v6.1.4
What's Changed
New Contributors
Full Changelog: v6.1.2...v6.1.3
What's Changed
New Contributors
Full Changelog: v6.1.1...v6.1.2
What's Changed
New Contributors
Full Changelog: v6.1.0...v6.1.1
What's Changed
New Contributors
Full Changelog: v6.0.9...v6.1.0
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: v6.0.8...v6.0.9
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs