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.10.1 #266

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @emotion/cache from 10.0.29 to 11.10.1.

Release notes

Sourced from @​emotion/cache's releases.

@​emotion/cache@​11.10.1

Patch Changes

  • #2842 28e9b499 Thanks @​Andarist! - Thanks to the recently added exports field, the package now includes a worker condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers.

@​emotion/cache@​11.10.0

Minor Changes

  • #2819 bbad8c79 Thanks @​nicksrandall! - exports field has been added to the package.json manifest. It limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API.

Patch Changes

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

... (truncated)

Commits
  • 16d971d Version Packages (#2843)
  • 28e9b49 Add a worker condition to @emotion/cache (#2842)
  • ed9b061 Remove the note about default imports in node being fixed from the latest cha...
  • a5f43a1 Version Packages (#2839)
  • bbad8c7 Added package.json#exports to all packages and added a worker condition w...
  • ac94be9 Add an accompanying example of a file for the importMap option example (#2791)
  • fa7f494 Added missing TypeScript declarations in @emotion/server (#2835)
  • 2e6a7aa Version Packages (#2838)
  • 5b99a84 Fixed an issue with the lack of /*#__PURE__*/ annotations before styled cal...
  • 1c32b04 fix a typo (#2837)
  • 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: f0fe168a81a865a363d1258343cc96fd64e3fb6b

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 Aug 4, 2022 at 7:25PM (UTC)
dependabot[bot] commented 2 years ago

Superseded by #269.