-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Merge main into ts-migration #2732
Conversation
…current `cache.sheet` (emotion-js#2677) * chore: add custom sheet * chore: add changeset * chore: remove unused import * chore: apply patch * fix inline snapshots * Fix Flow error * tweak changeset Co-authored-by: Mateusz Burzyński <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* docs: fix cache-provider demo rendering * docs: fix cache-provider mdx * docs: add stub implementation of customPlugin
…ble styles printing [@emotion/jest] Add `includeStyles` option to `createSerializer`
… `var()` (emotion-js#2700) * Allow for CSS variables in content property * Update tests * Fixup tests * Create young-deers-cheat.md Co-authored-by: Mateusz Burzyński <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…y added `includeStyles` option (emotion-js#2715) * pass includeStyles arg through * add changeset entry * Update .changeset/hot-seals-promise.md Co-authored-by: Mateusz Burzyński <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…e same context values as their parent rules (emotion-js#2721)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
The link was pointing to an old sandbox that used Emotion 10. This link points to a new sandbox in the Emotion CodeSandbox org that uses Emotion 11.
🦋 Changeset detectedLatest commit: b45662d The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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. Latest deployment of this branch, based on commit b45662d:
|
Codecov Report
|
All right, fixed both of those issues so this should be good to go now. |
Co-authored-by: Mateusz Burzyński <[email protected]>
* chore: do not escape strings in snapshots * Update jest.config.js Co-authored-by: Mateusz Burzyński <[email protected]> * update again * react 18 Co-authored-by: Mateusz Burzyński <[email protected]>
Upgrade Preconstruct
* Allow any Node, including ShadowRoot, as container * Add changeset * Update container types in documentation to `Node` * Update packages/sheet/src/index.js Co-authored-by: Sam Magura <[email protected]> * Update .changeset/five-balloons-sneeze.md Co-authored-by: Sam Magura <[email protected]> * remove a trailing whitespace * `before` should be a `ChildNode` Since `Node['firstChild']` is `ChildNode`, not `Element`. Co-authored-by: Mateusz Burzyński <[email protected]> * Add `.d.ts` test * tweak changeset Co-authored-by: Sam Magura <[email protected]> Co-authored-by: Mateusz Burzyński <[email protected]>
* Update "no component selectors" error message The message now references the swc Emotion plugin which also supports component selectors, like @emotion/babel-plugin. * Add changeset for "no component selecters" error message change * Update .changeset/big-years-relate.md Co-authored-by: Mateusz Burzyński <[email protected]>
The Preconstruct upgrade forced me to do some "creative" TypeScripting, see b45662d. This was all done to circumvent the error:
|
Includes one small commit (6c652d9) by me. That commit fixes a dtslint error in
@emotion/styled
when using TypeScript 4.7.