rethinkdb-desktop
rethinkdb-desktop copied to clipboard
build(deps): bump emotion from 9.2.12 to 10.0.27
Bumps emotion from 9.2.12 to 10.0.27.
Release notes
Sourced from emotion's releases.
[email protected]
Patch Changes
4c62ae9
#1698 Thanks @Andarist! - Add LICENSE file- Updated dependencies [
4c62ae9
]:
- @emotion/[email protected]
- [email protected]
@emotion/[email protected]
Patch Changes
4c62ae9
#1698 Thanks @Andarist! - Add LICENSE file- Updated dependencies [
4c62ae9
]:
- [email protected]
- @emotion/[email protected]
@emotion/[email protected]
Patch Changes
4c62ae9
#1698 Thanks @Andarist! - Add LICENSE file- Updated dependencies [
4c62ae9
]:
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
@emotion/[email protected]
Patch Changes
4c62ae9
#1698 Thanks @Andarist! - Add LICENSE file- Updated dependencies [
4c62ae9
]:
- @emotion/[email protected]
[email protected]
Patch Changes
4c62ae9
#1698 Thanks @Andarist! - Add LICENSE file- Updated dependencies [
4c62ae9
]:
- @emotion/[email protected]
- [email protected]
- @emotion/[email protected]
- @emotion/[email protected]
- @emotion/[email protected]
[email protected]
Patch Changes
... (truncated)
Changelog
Sourced from emotion's changelog.
New Changes
All new changes are now documented in
CHANGELOG.md
files in each package's directory.v10.0.0 (2018-10-27)
Emotion 10 is a big change that we're really excited about with improvements to the css prop, a Global component for dynamic global styles, zero config SSR, lots of small fixes and improvements and more with an incremental adoption strategy. For a higher-level overview, read the Medium article on Emotion 10. For a migration guide, visit the migrating to Emotion 10 page on emotion.sh
:rocket: Enhancement
- The css prop works without
babel-plugin-emotion
- The css prop receives the theme
- Labels are added to the css prop without
babel-plugin-emotion
in some cases- Add the Global and ClassNames components
- styled uses forwardRef
- Add the as prop to styled
- Providing options can be done via the CacheProvider
- The autoLabel and sourceMap options are enabled in development with the Babel Macros
- The autoLabel and sourceMap options are on by default in development in
babel-plugin-emotion
- Add warning for kebab-case css properties in objects
- Add keyframes to snapshots with jest-emotion
- Add codemod rules for Emotion 10
- Fix SSR with _ in labels
- Add warnings for unsafe pseudo classes
:boom: Breaking Change
- create-emotion no longer accepts a global context object
- Support for preact-emotion has been dropped(note that the emotion package still works with preact)
- Emotion only supports react@>=16.3
- The
channel
andcreateBroadcast
exports from emotion-theming have been removed- The
extractStatic
option to babel-plugin-emotion has been removed- jest-emotion no longer accepts an emotion instance
create-emotion-server
accepts a cache instead of an emotion instance- The css prop doesn't work via the babel plugin.
jsx
can be manually imported from@emotion/core
(which can be automated with eslint-plugin-emotion) or babel-plugin-jsx-pragmatic can be used.- Functions in interpolations are stringified in css and cx calls(probably won't affect you very much, there's a warning about it in v9)
create-emotion
doesn't return a caches property and instead returns a cache property which is the same return value as@emotion/cache
- The
importedNames
option to babel-plugin-emotion is gone- The
hoist
option is gone, hoisting always happensv9.2.7 (2018-07-29)
:rocket: Enhancement
native
,primitives-core
,primitives
jest-emotion
- #777 add serializer file. (@kentcdodds)
Committers: 4
... (truncated)
Commits
6dd425b
Version Packages (#1700)4c62ae9
Add LICENSE files (#1698)c853e5a
Update release.ymla5557ed
Change labelFormat example to show as a string value (#1680)6c3aced
Clarify Vanilla Emotion auto-prefixing capabilities in documentation (#1662)037af39
Add Thinkmill to the sponsors because they sponsor my work on Emotion04038fd
Version Packages (#1666)b3c5b8d
Revert improved support for Enzyme's shallow rendering (#1667)9328cd7
Fix printing names of nested shallow-rendered components (#1665)1eda973
Version Packages (#1661)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by emotion-release-bot, a new releaser for emotion since your current version.
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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)