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.7.1 #244

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @emotion/cache from 10.0.29 to 11.7.1.

Release notes

Sourced from @​emotion/cache's releases.

@​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

  • #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.

  • #2493 9ae4a91a Thanks @​Andarist! - Improved the declared types related to Stylis. This should improve the compatibility with the types published in @types/stylis.

  • Updated dependencies [f2eda829]:

    • @​emotion/sheet@​1.0.3

... (truncated)

Commits


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

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/kuldeepkeshwar/filbert-js/Ef8ngnVRt1t6fceGZKfh4DmmeLRD
✅ Preview: https://filbert-js-git-dependabot-npmandyarnemoti-889d11-kuldeepkeshwar.vercel.app

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: a3ee3b97274d0400594869b42aca13b74f8779ef

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

dependabot[bot] commented 2 years ago

Superseded by #260.