permify
permify copied to clipboard
build(deps): bump styled-components from 5.3.11 to 6.1.8 in /docs
Bumps styled-components from 5.3.11 to 6.1.8.
Release notes
Sourced from styled-components's releases.
v6.1.8
Revert adding
peerDependencies
from v6.1.7; apparently some package managers have differing behaviors aroundpeerDependenciesMeta[package].optional
which is causing issues. Will revisit at a later date if possible.Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.7...v6.1.8
v6.1.7
What's Changed
chore: add all missing peer dependency statements by
@quantizor
in styled-components/styled-components#4243NOTE: 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: https://github.com/styled-components/styled-components/compare/v6.1.6...v6.1.7
v6.1.6
What's Changed
- fix: bump stylis to 4.3.1 to resolve issue with leaking nested selectors by
@quantizor
in styled-components/styled-components#4245Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.5...v6.1.6
v6.1.5
What's Changed
- fix: further constrain self-referencing to match v5 behavior by
@quantizor
in styled-components/styled-components#4244Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.4...v6.1.5
v6.1.4
What's Changed
- fix: allow using
attrs
to provide a customtheme
prop to child components by@quantizor
in styled-components/styled-components#4242Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.3...v6.1.4
v6.1.3
What's Changed
- fix(types): missing type declarations by
@benjaminrae
in styled-components/styled-components#4237- fix(deps): pin dependencies to exact versions prior to bun migration by
@quantizor
in styled-components/styled-components#4238- fix(types): nested styled with additional prop types by
@justinbhopper
in styled-components/styled-components#4236New Contributors
@benjaminrae
made their first contribution in styled-components/styled-components#4237Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.2...v6.1.3
v6.1.2
... (truncated)
Commits
22e8b7f
chore: bump versionf122b18
Revert "chore: add all missing peer dependency statements (#4243)"af1300b
chore: bump version20eb8ef
chore: add all missing peer dependency statements (#4243)6fac99e
chore: bump version29e0445
chore(ci): bump codeql action versions6299db9
chore(ci): just enable hardened mode for one jobf9f0168
fix: bump stylis to 4.3.1 to resolve issue with leaking nested selectors3cccfe4
test: add failing test for #4224db467d9
chore: v6.1.5- Additional commits viewable in compare view
You 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 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.