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

Bump jest-styled-components from 7.0.2 to 7.0.8 #12307

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2022

Bumps jest-styled-components from 7.0.2 to 7.0.8.

Release notes

Sourced from jest-styled-components's releases.

v7.0.8

What's changed

  • fix detection of classnames when babel plugin is involved (9ba77538b6d352a6c40d2c2505da8dbbbcecbb51)

Full Changelog: styled-components/jest-styled-components@v7.0.7...v7.0.8

v7.0.7

What's Changed

New Contributors

Full Changelog: styled-components/jest-styled-components@v7.0.6...v7.0.7

v7.0.6

  • Fix false negative detection of some media queries by simplifying media query regex for stripping spaces (#379)
  • Improve test and memory utilization by removing sc style nodes on cleanup (#382)
  • Add snapshot options to customize what CSS is included in jest snapshots (#375)
  • Fix type error when using css ttl with "modifier" option (#367)
  • Add example of how to handle override styles to README.md (#372)

v7.0.5

  • dependency upgrades to resolve some security warnings and such
  • Strip css rules belonging to unused styled components referenced by another (#351)
  • added explicit node >= 12 "engines" field (we have been using Array.flatMap which requires at least v11, so picked the closest LTS afterward)

v7.0.4

support styled-components v6

v7.0.3

Changelog

Sourced from jest-styled-components's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

7.0.7 - 2021-11-21

After the first render the node are marked with KEY property and calling rerender function of react-testing-library the test function will return false preventing the print to work as expected

  • fix: incorrect negated assertion for rule existence check
  • Fix native toHaveStyleRule to work with object style props (#337)
  • Make the global installation [instructions] clearer (#323)
  • minor dependency updates

7.0.6 - 2021-11-09

  • Fix false negative detection of some media queries by simplifying media query regex for stripping spaces (#379)
  • Improve test and memory utilization by removing sc style nodes on cleanup (#382)
  • Add snapshot options to customize what CSS is included in jest snapshots (#375)
  • Fix type error when using css ttl with "modifier" option (#367)
  • Add example of how to handle override styles to README.md (#372)

7.0.5 - 2021-07-09

  • Add setStyleSheetSerializerOptions to control snapshot output
  • Strip styled components referenced in css by not used in the render (#351)
  • Set minimum node engine version to v12 (current minimum maintenance version)

7.0.4 - 2021-04-18

  • support styled-components v6

7.0.3 - 2020-08-19

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

@dependabot dependabot bot added the source: dependencies Source is dependency problem label Jan 26, 2022
@codecov
Copy link

codecov bot commented Jan 26, 2022

Codecov Report

Merging #12307 (a389400) into master (d9ec91e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #12307   +/-   ##
=======================================
  Coverage   47.58%   47.58%           
=======================================
  Files         210      210           
  Lines        8189     8189           
  Branches     1857     1857           
=======================================
  Hits         3897     3897           
  Misses       3530     3530           
  Partials      762      762           
Flag Coverage Δ
unit 47.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d9ec91e...a389400. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-styled-components-7.0.8 branch 3 times, most recently from f9e63ef to 8a94b5b Compare January 28, 2022 15:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-styled-components-7.0.8 branch 5 times, most recently from c01f8b4 to 681b1a3 Compare February 15, 2022 12:48
Bumps [jest-styled-components](https://github.com/styled-components/jest-styled-components) from 7.0.2 to 7.0.8.
- [Release notes](https://github.com/styled-components/jest-styled-components/releases)
- [Changelog](https://github.com/styled-components/jest-styled-components/blob/main/CHANGELOG.md)
- [Commits](styled-components/jest-styled-components@v7.0.2...v7.0.8)

---
updated-dependencies:
- dependency-name: jest-styled-components
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-styled-components-7.0.8 branch from 681b1a3 to a389400 Compare February 16, 2022 08:57
@gu-stav gu-stav self-requested a review February 16, 2022 13:42
@gu-stav
Copy link
Contributor

gu-stav commented Feb 17, 2022

Most of the changes are actually fine, but it seems we are running into this bug styled-components/jest-styled-components#395 with the latest version. Therefore closing this PR for now.

@gu-stav gu-stav closed this Feb 17, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jest-styled-components-7.0.8 branch February 17, 2022 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source: dependencies Source is dependency problem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant