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

Update styled-components 5.1.1 → 6.1.11 (major) #1246

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

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented May 11, 2024

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ styled-components (5.1.1 → 6.1.11) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ @​emotion/is-prop-valid (indirect, 0.8.8 → 1.2.2) · Repo · Changelog

↗️ @​emotion/memoize (indirect, 0.7.4 → 0.8.1) · Repo · Changelog

↗️ postcss (indirect, 8.4.31 → 8.4.38) · Repo · Changelog

Release Notes

8.4.38

  • Fixed endIndex: 0 in errors and warnings (by @romainmenke).

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by @romainmenke).
  • Fixed NoWorkResult usage conditions (by @ahmdammarr).

8.4.32

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 52 commits:

↗️ source-map-js (indirect, 1.0.2 → 1.2.1) · Repo · Changelog

Release Notes

1.2.1

1.2.0

Allow to pass options to SourceMapGenerator using SourceMapGenerator.fromSourceMap as second argument

var generator = sourceMap.SourceMapGenerator.fromSourceMap(new SourceMapConsumer(), {
  ignoreInvalidMapping: true,
});
  • Add generator options to fromSourceMap (#22) @ai

1.1.0

Add ignoreInvalidMapping option to SourceMapGenerator. If enabled, source-map-js will not throw an error on the incorrect previous source map. Instead, it will print warnings and ignore broken mappings.

var generator = new sourceMap.SourceMapGenerator({
  file: "my-generated-javascript-file.js",
  sourceRoot: "http://example.com/app/js/",
  ignoreInvalidMapping: true,
});
  • Do not throw an error since broken prev map is popular issue #20 (#20) @ai
  • Add ignoreInvalidMapping option (#21) @7rulnik

1.0.3

  • Use sourceContents when non-null, even if it's an empty string (#17) @bshepherdson

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 16 commits:

🆕 @​types/stylis (added, 4.2.5)

🆕 stylis (added, 4.3.2)

🆕 csstype (added, 3.1.3)

🗑️ @​emotion/stylis (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@coveralls
Copy link

coveralls commented May 11, 2024

Pull Request Test Coverage Report for Build 99533

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 35.578%

Totals Coverage Status
Change from base Build 99515: 0.0%
Covered Lines: 275
Relevant Lines: 785

💛 - Coveralls

@depfu depfu bot force-pushed the depfu/update/develop/npm/styled-components-6.1.11 branch 3 times, most recently from ef271e4 to 306d63c Compare July 4, 2024 18:44
@depfu depfu bot force-pushed the depfu/update/develop/npm/styled-components-6.1.11 branch from 306d63c to 22becc5 Compare August 1, 2024 20:50
@depfu depfu bot force-pushed the depfu/update/develop/npm/styled-components-6.1.11 branch from 22becc5 to dd80aa3 Compare November 14, 2024 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants