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

build(deps): bump @emotion/styled from 11.10.0 to 11.10.4 in /website #1465

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2022

Bumps @emotion/styled from 11.10.0 to 11.10.4.

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.10.4

Patch Changes

  • #2867 89b6dbb3 Thanks @​Andarist! - Externalized code referencing React.useInsertionEffect to a separate @emotion/use-insertion-effect-with-fallbacks package. This package should be used in your defined externals if you bundle Emotion for whatever reason. It references useInsertionEffect in a very specific way that allows us to use it conditionally. However, if the code consuming Emotion is bundled as a library with Emotion in it then some bundlers might change the way in which we reference useInsertionEffect and that might create problems for bundlers used to consume the said library code. By externalizing this new package you can still bundle Emotion if you want to without running into this problem as you won't "destroy" the carefully crafted reference to useInsertionEffect in the process.

    Note that we don't recommend bundling Emotion. You should have very specific reasons to do so.

  • Updated dependencies [89b6dbb3]:

    • @​emotion/use-insertion-effect-with-fallbacks@​1.0.0
Commits
  • 6835850 Version Packages (#2872)
  • 89b6dbb Move conditional useInsertionEffect declarations into separate package (#2867)
  • 28522cd Upgrade Yarn (#2870)
  • f2608b3 Version Packages (#2865)
  • b9b8b74 Fixed a regression that could cause a crash when looking for an ignoring comm...
  • c60d646 Version Packages (#2860)
  • df434ea Pass --no-immutable to Yarn when regenerating lockfile after versioning pac...
  • 2de94ae Regenerate lockfile after versioning packages
  • 005e211 Fixed an issue in the styles minifier that caused interpolations to be someti...
  • 0ffd606 Fixed the ignore flag not disabling the warning when there are multiple block...
  • Additional commits viewable in compare view

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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 11, 2022
Bumps [@emotion/styled](https://github.com/emotion-js/emotion) from 11.10.0 to 11.10.4.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

---
updated-dependencies:
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/website/emotion/styled-11.10.4 branch from 0a494ad to b6f5540 Compare September 11, 2022 17:33
@codecov
Copy link

codecov bot commented Sep 11, 2022

Codecov Report

Merging #1465 (b6f5540) into master (97f5abb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1465   +/-   ##
=======================================
  Coverage   76.97%   76.97%           
=======================================
  Files           7        7           
  Lines         456      456           
=======================================
  Hits          351      351           
  Misses         73       73           
  Partials       32       32           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jhaals jhaals merged commit 85b59b2 into master Sep 17, 2022
@jhaals jhaals deleted the dependabot/npm_and_yarn/website/emotion/styled-11.10.4 branch September 17, 2022 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant