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.1 to 11.7.1 #1282

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2021

Bumps @emotion/react from 11.4.1 to 11.7.0.

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.7.0

Patch Changes

  • #2534 57be9e8c Thanks @​srmagura! - Changed the implementation of the runtime label extraction in elements using the css prop (that only happens in development) to one that should yield more consistent results across browsers. This fixes some minor issues with React reporting hydration mismatches that wouldn't happen in production.

@​emotion/react@​11.6.0

Minor Changes

  • #2542 eb013d25 Thanks @​eps1lon! - Fixed hydration mismatches if React.useId (an upcoming API in React 18) is used within a tree below our components.

Patch Changes

  • #2551 99fcea04 Thanks @​Andarist! - Shorten the path of the "private" isolated-hoist-non-react-statics-do-not-use-this-in-your-code entrypoint to avoid exeeding path limitations on Windows.

  • Updated dependencies [9e82a991, 516fe458]:

    • @​emotion/sheet@​1.1.0
    • @​emotion/cache@​11.6.0

@​emotion/react@​11.5.0

Patch Changes

  • #2498 e5beae8e Thanks @​Andarist! - Fixed an edge case issue with incorrect rules being generated. When a context selector (&) was used not at the beginning of a selector (which is not valid SCSS but is allowed by the Stylis parser that we are using) within a group of selectors containing a pseudoclass then it was not replaced correctly with the current context selector.

  • #2500 eda5e687 Thanks @​Jarred-Sumner! - Fix error loading @​emotion/react in alternative JS environments

  • Updated dependencies [e5beae8e, 9ae4a91a, f2eda829]:

    • @​emotion/cache@​11.5.0
    • @​emotion/sheet@​1.0.3
Commits
  • 200bc6a Version Packages (#2564)
  • f046ae4 Add ESLint 8 to the peer dependency range (#2562)
  • 57be9e8 Extract, unit test, and improve getLabelFromStackTrace (#2534)
  • 2bac69b Upgrade node version in the release workflow
  • ed90c2e Version Packages (#2539)
  • 3c902cf Fix & upgrade benchmarks (#2544)
  • 9e82a99 Tweak changesets created in #2521
  • d9b247d Add a note that container can be used to inject styles to windows (#2541)
  • 99fcea0 Shorten the path of the "private" `isolated-hoist-non-react-statics-do-not-us...
  • 9861a18 Add enterKeyHint prop to the isPropValid allowlist (#2540)
  • 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 29, 2021
@snags88 snags88 temporarily deployed to curology-rad-dependabot-ixtgcb November 29, 2021 21:02 Inactive
@snags88 snags88 temporarily deployed to curology-rad-dependabot-otjo7g November 29, 2021 21:27 Inactive
@snags88 snags88 temporarily deployed to curology-rad-dependabot-zszy0d November 29, 2021 21:40 Inactive
@michaeljaltamirano michaeljaltamirano temporarily deployed to curology-rad-dependabot-zszy0d November 30, 2021 03:00 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2021

A newer version of @emotion/react exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

11.7.1:

@emotion/react@11.7.1
Patch Changes
#2577 04681a5f Thanks Methuselah96! - Export Keyframes type to avoid TypeScript inserting import("@emotion/serialize").Keyframes references into declaration files emitted based on a source files exporting keyframes result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies.

#2590 1554a7e2 Thanks @Andarist! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.

Updated dependencies [1554a7e2]:

@emotion/cache@11.7.1

@michaeljaltamirano michaeljaltamirano changed the title Bump @emotion/react from 11.4.1 to 11.7.0 Bump @emotion/react from 11.4.1 to 11.7.1 Dec 27, 2021
@michaeljaltamirano michaeljaltamirano merged commit 42564ef into master Dec 27, 2021
@michaeljaltamirano michaeljaltamirano deleted the dependabot/npm_and_yarn/emotion/react-11.7.0 branch December 27, 2021 21:27
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