kuldeepkeshwar / filbert-js

A lightweight(~1kb) css-in-js framework
https://filbert-js.vercel.app/docs/introduction
MIT License
176 stars 9 forks source link

Bump @emotion/cache from 10.0.29 to 11.9.3 #260

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @emotion/cache from 10.0.29 to 11.9.3.

Release notes

Sourced from @​emotion/cache's releases.

@​emotion/cache@​11.9.3

Patch Changes

  • #2728 6c2d7a60 Thanks @​Peeja! - TypeScript type for the container option has been adjusted. It will now accept a ShadowRoot, or any other kind of Node.

  • Updated dependencies [6c2d7a60]:

    • @​emotion/sheet@​1.1.1

@​emotion/cache@​11.7.1

Patch Changes

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

@​emotion/cache@​11.6.0

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

@​emotion/cache@​11.5.0

Patch Changes

... (truncated)

Commits
  • 57b2c46 Version Packages (#2740)
  • 3055efd Type changes around StyledOptions/FilteringStyledOptions and `shouldForwa...
  • f5c80c8 Use locked major versions of GitHub actions (#2779)
  • fd22cac Added a dedicated error for a situation when toHaveStyleRule receives an ar...
  • 62dd16b Remove all traces of Preact from the repository (#2773)
  • 6f1f408 Switch to using @definitelytyped/dtslint (#2772)
  • 5b3f4d7 Update @types/react (#2766)
  • 5e81f21 Changed the registered parameter to be declared as optional in the signatur...
  • 26e4e3e Update "no component selectors" error message (#2727)
  • 6c2d7a6 Allow any Node as container (#2728)
  • 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)
changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: d640edfbf20298605879cb0213b70b40ebf1150e

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[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
filbert-js ✅ Ready (Inspect) Visit Preview Jun 13, 2022 at 6:41PM (UTC)
dependabot[bot] commented 2 years ago

Superseded by #266.