chore(deps): bump postcss and styled-components - #464
Conversation
Release `v1.7.12`
Bumps [postcss](https://github.com/postcss/postcss) and [styled-components](https://github.com/styled-components/styled-components). These dependencies needed to be updated together. Updates `postcss` from 8.5.8 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.8...8.5.15) Updates `styled-components` from 6.3.11 to 6.4.2 - [Release notes](https://github.com/styled-components/styled-components/releases) - [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.3.11...styled-components@6.4.2) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.15 dependency-type: direct:development - dependency-name: styled-components dependency-version: 6.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Dependabot attempted to update this pull request, but because the branch |
|
@dependabot rebase |
| @@ -26,7 +26,7 @@ | |||
| "nanoid": "^5.0.7", | |||
| "react-day-picker": "^9.1.3", | |||
There was a problem hiding this comment.
What: The version of 'styled-components' has been updated from 6.3.11 to 6.4.2, which may introduce new features or changes in behavior.
Why: This is important for ensuring compatibility with existing code. New versions might carry breaking changes that require adjustments in how components are styled or how props are passed.
How: After updating the dependency, thoroughly review release notes and changelogs for 'styled-components' to ensure no breaking changes that affect your components have been introduced. Run your unit and integration tests to verify behavior.
| @@ -73,7 +73,7 @@ | |||
| "inquirer": "^12.4.1", | |||
| "patch-package": "^8.0.1", | |||
There was a problem hiding this comment.
What: The version of 'postcss' has been updated from 8.4.39 to 8.5.15, which includes performance fixes.
Why: Performance improvements are crucial to maintain responsiveness, especially if postcss is being heavily utilized in styling or when processing large CSS files.
How: Monitor performance metrics after the update to ensure the changes have positively impacted build and runtime performance. Also, ensure to run a full suite of tests to catch any regressions affecting CSS processing.
|
Oh no! Something went wrong on our end. Please try again later. If the problem persists, please contact GitHub support for assistance 🙇 |
|
Superseded by #488. |
Bumps postcss and styled-components. These dependencies needed to be updated together.
Updates
postcssfrom 8.5.8 to 8.5.15Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
eae46dbRelease 8.5.15 version79508ffUpdate CI actionsb128e21Speed up declaration parsing by avoiding creating new array on each token9825dcaFix code format55789c8Update dependencies84fbbe9Install older pnpm action for old Node.js9f860bdRevert pnpm action for old Node.js0877198Update CI actionsb2d1a33Fix linter warnings0700dacMerge pull request #2088 from rootvector2/add-oss-fuzz-harnessUpdates
styled-componentsfrom 6.3.11 to 6.4.2Release notes
Sourced from styled-components's releases.
... (truncated)
Commits
f9f6546Version Packages1794522fix: include changesets re-touched since the last prerelease [skip ci]0097cdbci: branch-scoped Version Packages PR titled20b88efix(types): accept wrapped component's ownastype when spreading props (#5...786cd8bfix: don't double-count changesets already posted in a prior prerelease0dd1325chore: adjust release script4f2923achore: get 6.x prereleases working properly99459046.x bugfixes (#5746)f7cddb5chore: run workflows for 6.x499664echore: prep to allow 6.x point releasesYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.