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 dependency @emotion/cache to v11.6.0 #6939

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/cache 11.5.0 -> 11.6.0 age adoption passing confidence

Release Notes

emotion-js/emotion

v11.6.0

Compare Source

Minor Changes
  • #​2521 516fe458 Thanks @​mnajdova! - Added insertionPoint option to the createCache. It can be used to insert rules after the specified element. For example, to use it with the CacheProvider from @emotion/react you can do this:

    const head = document.querySelector('head')
    
    // <meta name="emotion-insertion-point" content="">
    const emotionInsertionPoint = document.createElement('meta')
    emotionInsertionPoint.setAttribute('name', 'emotion-insertion-point')
    emotionInsertionPoint.setAttribute('content', '')
    
    head.appendChild(emotionInsertionPoint)
    
    // the emotion sheets should be inserted right after the meta tag
    const cache = createCache({
      key: 'my-app',
      insertionPoint: emotionInsertionPoint
    })
    
    function App() {
      return (
        <CacheProvider value={cache}>
          <Main />
        </CacheProvider>
      )
    }
Patch Changes

Configuration

📅 Schedule: "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Nov 15, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/EMBTMaoNTBJ3y7B3Md32RqcJQS6L
✅ Preview: https://keystone-next-docs-git-renovate-emotion-monorepo-keystonejs.vercel.app

@vercel vercel bot temporarily deployed to Preview November 15, 2021 16:57 Inactive
@bladey bladey added the dependencies Related to our dependencies label Nov 16, 2021
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from 8ce3a45 to 19ae2e3 Compare November 16, 2021 13:49
@renovate renovate bot changed the title Update emotion monorepo to v11.6.0 (minor) Update dependency @emotion/cache to v11.6.0 Nov 16, 2021
@changeset-bot
Copy link

changeset-bot bot commented Nov 16, 2021

⚠️ No Changeset found

Latest commit: db91ac5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel vercel bot temporarily deployed to Preview November 16, 2021 13:49 Inactive
@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 16, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@vercel vercel bot temporarily deployed to Preview November 16, 2021 23:40 Inactive
@renovate renovate bot force-pushed the renovate/emotion-monorepo branch from a26fc12 to db91ac5 Compare November 17, 2021 00:38
@vercel vercel bot temporarily deployed to Preview November 17, 2021 00:38 Inactive
@gwyneplaine gwyneplaine merged commit f4addfd into renovating Nov 17, 2021
@gwyneplaine gwyneplaine deleted the renovate/emotion-monorepo branch November 17, 2021 00:49
gwyneplaine pushed a commit that referenced this pull request Nov 17, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
dcousens added a commit that referenced this pull request Nov 17, 2021
* Update dependency @testing-library/dom to ^8.10.1 (#6817)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Lock file maintenance (#6810)

* Lock file maintenance

* resolve type errors

* revert mdx bump to resolve vercel build errors

* conflict resolution

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

* Update dependency @graphql-tools/schema to ^8.3.0 (#6815)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update nextjs monorepo to v12 (major) (#6835)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: mitchellhamilton <mitchell@hamil.town>

* Update dependency @manypkg/cli to ^0.19.0 (#6859)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @testing-library/dom to ^8.10.1 (#6817)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Lock file maintenance (#6810)

* Lock file maintenance

* resolve type errors

* revert mdx bump to resolve vercel build errors

* conflict resolution

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

* Update dependency @graphql-tools/schema to ^8.3.0 (#6815)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update nextjs monorepo to v12 (major) (#6835)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: mitchellhamilton <mitchell@hamil.town>

* Update dependency mime to ^2.6.0 (#6879)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update patch dependencies (#6857)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency graphql to ^15.7.2 (#6860)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency react-select to ^5.2.0 (#6874)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update typescript-eslint monorepo to ^5.3.0 (#6861)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Lock file maintenance (#6852)

* Lock file maintenance

* resolve type errors

* resolve build issues

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

* Update dependency react-focus-lock to ^2.6.0 (#6909)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency eslint-plugin-react-hooks to ^4.3.0 (#6908)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency apollo-server-types to ^3.4.0 (#6902)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @testing-library/dom to ^8.11.0 (#6901)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update patch dependencies (#6898)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Lock file maintenance (#6890)

* Lock file maintenance

* explicitly declare return type of createExpressServer

* Fix things

* Update createExpressServer.ts

* add runtime classic to problematic docs pages

* fix prisma clientVersion in tests

* Create happy-flies-do.md

* more docs runtime fixes

* more docs runtime fixes

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
Co-authored-by: mitchellhamilton <mitchell@hamil.town>

* Update typescript-eslint monorepo to ^5.4.0 (#6940)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update patch dependencies (patch) (#6936)

* Update patch dependencies

* explicitly declare return type for Portal element in keystone ui core utils

* Create tiny-impalas-call.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

* Update dependency stripe to ^8.189.0 (#6938)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update dependency @emotion/cache to v11.6.0 (#6939)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update prisma monorepo to v3.5.0 (minor) (#6951)

* Update prisma monorepo to v3.5.0

* update tests

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: gwyneplaine <cc.lee@live.com.au>
Co-authored-by: mitchellhamilton <mitchell@hamil.town>
gwyneplaine pushed a commit that referenced this pull request Nov 17, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to our dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants