forked from emotion-js/emotion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade csstype dependency (emotion-js#1956)
* Remove grayscale filter from the docs (emotion-js#1929) * Add emotion-native-extended to the ecosystem list of packages (emotion-js#1849) * Make links more accessible in the docs (emotion-js#1930) * run test:typescript for emotion/serialize in CI * fix emotion/serialize type tests * Bump csstype to 3.0.2 * Add changeset * Update .circleci/config.yml * Tweak changeset Co-authored-by: Mateusz Burzyński <[email protected]> Co-authored-by: Wendell Misiedjan <[email protected]>
- Loading branch information
1 parent
1d2b14d
commit 2a08f9e
Showing
4 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@emotion/core': minor | ||
'@emotion/css': minor | ||
'@emotion/serialize': minor | ||
'@emotion/styled': minor | ||
--- | ||
|
||
Upgraded [`csstype`](https://www.npmjs.com/package/csstype) dependency to its v3. This is what we use to provide TypeScript typings for object styles. The upgrade should not affect any consuming code but it's worth mentioning if any edge case scenarios arise. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
{ | ||
"extends": "dtslint/dtslint.json", | ||
"rules": { | ||
"array-type": [ | ||
true, | ||
"generic" | ||
], | ||
"semicolon": false, | ||
"no-null-undefined-union": false, | ||
"callable-types": false | ||
} | ||
} | ||
"extends": "dtslint/dtslint.json", | ||
"rules": { | ||
"array-type": [true, "generic"], | ||
"semicolon": false, | ||
"no-null-undefined-union": false, | ||
"callable-types": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters