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 @emotion/react from 11.4.0 to 11.4.1 #1113

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2021

Bumps @emotion/react from 11.4.0 to 11.4.1.

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.4.1

Patch Changes

  • #2441 24557d9d Thanks @​garronej! - Exposed __unsafe_useEmotionCache which can be used to access the current Emotion's cache in an easier way than before. Using this might break 0-config SSR and is not recommended to be used unless there you know what you are doing and you are OK with the mentioned downside.

  • #2424 cd25b62d Thanks @​tills13! - Use theme context when rendering components at all times. This removes a conditional usage of a React hook that could break Rules of Hooks in some scenarios.

  • #2428 a69929d6 Thanks @​eps1lon! - Added display names to public React contexts in development builds. This helps to recognize them in React Developer Tools.

  • Updated dependencies [405af5ca]:

    • @​emotion/sheet@​1.0.2
Commits
  • 4c7b6de Version Packages (#2394)
  • cd25b62 Use theme context when rendering components at all times (#2424)
  • a69929d Added display names to public React contexts in development builds (#2428)
  • 24557d9 Exposed __unsafe_useEmotionCache from @emotion/react (#2441)
  • dcc72d0 Fix slack link
  • 405af5c Do not log failed rule insertions in the speedy mode for even more vendor-pre...
  • 5b885ee upgrade gatsby-plugin-netlify version (#2391)
  • 23f43ab Bump Prettier and Prettier accessories to 2.x (#2387)
  • 5af8486 Added codecademy.com to the in the wild list (#2386)
  • See full diff 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)

Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.4.0 to 11.4.1.
- [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/react@11.4.0...@emotion/react@11.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 9, 2021
@snags88 snags88 temporarily deployed to curology-radiance-pr-1113 August 9, 2021 14:04 Inactive
Copy link
Contributor

@michaeljaltamirano michaeljaltamirano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good for us.

Also updates package.json to peg the versions to specific major.minor.patch versions for consistency, instead of setting a range of any patches. We keep this lib more up to date than consumer libraries so anytime we need to publish a new version we can be more prescriptive about the exact version required.

@michaeljaltamirano michaeljaltamirano merged commit 0bed3c2 into master Aug 9, 2021
@michaeljaltamirano michaeljaltamirano deleted the dependabot/npm_and_yarn/emotion/react-11.4.1 branch August 9, 2021 20:29
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants