generated from Team-INSERT/Repository-generator-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 2
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.1.13 #146
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/styled-components-6.1.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.2
fix(deps): update dependency styled-components to v6.1.3
Dec 22, 2023
renovate
bot
force-pushed
the
renovate/styled-components-6.1.x-lockfile
branch
from
December 22, 2023 16:19
a38ee70
to
7fbc096
Compare
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.3
fix(deps): update dependency styled-components to v6.1.4
Dec 27, 2023
renovate
bot
force-pushed
the
renovate/styled-components-6.1.x-lockfile
branch
from
December 27, 2023 10:17
7fbc096
to
674a147
Compare
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.4
fix(deps): update dependency styled-components to v6.1.5
Dec 27, 2023
renovate
bot
force-pushed
the
renovate/styled-components-6.1.x-lockfile
branch
from
December 27, 2023 15:48
674a147
to
d1083ef
Compare
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.5
fix(deps): update dependency styled-components to v6.1.6
Dec 27, 2023
renovate
bot
force-pushed
the
renovate/styled-components-6.1.x-lockfile
branch
from
December 27, 2023 21:17
d1083ef
to
cb5ba48
Compare
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.6
fix(deps): update dependency styled-components to v6.1.7
Jan 8, 2024
renovate
bot
force-pushed
the
renovate/styled-components-6.1.x-lockfile
branch
from
January 8, 2024 16:58
cb5ba48
to
59b9c95
Compare
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.7
fix(deps): update dependency styled-components to v6.1.8
Jan 8, 2024
renovate
bot
force-pushed
the
renovate/styled-components-6.1.x-lockfile
branch
from
January 8, 2024 23:25
59b9c95
to
b39f9b9
Compare
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.8
fix(deps): update dependency styled-components to v6.1.9
May 1, 2024
renovate
bot
force-pushed
the
renovate/styled-components-6.1.x-lockfile
branch
2 times, most recently
from
May 7, 2024 22:24
62b26e0
to
b328283
Compare
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.9
fix(deps): update dependency styled-components to v6.1.10
May 7, 2024
renovate
bot
force-pushed
the
renovate/styled-components-6.1.x-lockfile
branch
from
May 9, 2024 19:49
b328283
to
01f506f
Compare
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.10
fix(deps): update dependency styled-components to v6.1.11
May 9, 2024
renovate
bot
force-pushed
the
renovate/styled-components-6.1.x-lockfile
branch
from
July 17, 2024 15:26
01f506f
to
0cb6edc
Compare
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.11
fix(deps): update dependency styled-components to v6.1.12
Jul 17, 2024
renovate
bot
changed the title
fix(deps): update dependency styled-components to v6.1.12
fix(deps): update dependency styled-components to v6.1.13
Aug 30, 2024
renovate
bot
force-pushed
the
renovate/styled-components-6.1.x-lockfile
branch
from
August 30, 2024 03:32
0cb6edc
to
ce57cf6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 contains the following updates:
6.1.1
->6.1.13
Release Notes
styled-components/styled-components (styled-components)
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 respectpeerDependenciesMeta[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
attrs
to provide a customtheme
prop to child components by @quantizor in https://github.com/styled-components/styled-components/pull/4242Full 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
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.1...v6.1.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.