Skip to content

Commit

Permalink
Upgrade Stylis to a version with container queries support (#2929)
Browse files Browse the repository at this point in the history
Andarist authored Oct 27, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d8a13bc commit 13afe03
Showing 7 changed files with 26 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .changeset/kind-shirts-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@emotion/babel-plugin': patch
'@emotion/css-prettifier': patch
'@emotion/jest': patch
---

Updated the underlying parser ([stylis](https://github.com/thysultan/stylis)).
7 changes: 7 additions & 0 deletions .changeset/odd-teachers-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@emotion/css': patch
'@emotion/react': patch
'@emotion/styled': patch
---

The support for `@container` queries has been added by updating the underlying parser ([stylis](https://github.com/thysultan/stylis)) .
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"escape-string-regexp": "^4.0.0",
"find-root": "^1.1.0",
"source-map": "^0.5.7",
"stylis": "4.1.2"
"stylis": "4.1.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"@emotion/sheet": "^1.2.0",
"@emotion/utils": "^1.2.0",
"@emotion/weak-memoize": "^0.3.0",
"stylis": "4.1.2"
"stylis": "4.1.3"
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
2 changes: 1 addition & 1 deletion packages/css-prettifier/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"repository": "https://github.com/emotion-js/emotion/tree/main/packages/css-prettifier",
"dependencies": {
"@emotion/memoize": "^0.8.0",
"stylis": "4.1.2"
"stylis": "4.1.3"
},
"publishConfig": {
"access": "public"
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"@emotion/css-prettifier": "^1.1.0",
"chalk": "^4.1.0",
"specificity": "^0.4.1",
"stylis": "4.1.2"
"stylis": "4.1.3"
},
"peerDependencies": {
"@types/jest": "^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0",
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2361,7 +2361,7 @@ __metadata:
escape-string-regexp: ^4.0.0
find-root: ^1.1.0
source-map: ^0.5.7
stylis: 4.1.2
stylis: 4.1.3
peerDependencies:
"@babel/core": ^7.0.0
languageName: unknown
@@ -2391,7 +2391,7 @@ __metadata:
"@emotion/sheet": ^1.2.0
"@emotion/utils": ^1.2.0
"@emotion/weak-memoize": ^0.3.0
stylis: 4.1.2
stylis: 4.1.3
typescript: ^4.5.5
languageName: unknown
linkType: soft
@@ -2401,7 +2401,7 @@ __metadata:
resolution: "@emotion/css-prettifier@workspace:packages/css-prettifier"
dependencies:
"@emotion/memoize": ^0.8.0
stylis: 4.1.2
stylis: 4.1.3
languageName: unknown
linkType: soft

@@ -2479,7 +2479,7 @@ __metadata:
react: 16.14.0
react-dom: 16.14.0
specificity: ^0.4.1
stylis: 4.1.2
stylis: 4.1.3
typescript: ^4.5.5
peerDependencies:
"@types/jest": ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0
@@ -28332,10 +28332,10 @@ __metadata:
languageName: node
linkType: hard

"stylis@npm:4.1.2":
version: 4.1.2
resolution: "stylis@npm:4.1.2"
checksum: de5771526216ca156f7ccdece70d0e2b4d5611a2a64f34d0165707b06bd8b6ba7913f2eb9b7998c0f9145077079f46d5084b6a60c97ec10b8d776bef293e9f8c
"stylis@npm:4.1.3":
version: 4.1.3
resolution: "stylis@npm:4.1.3"
checksum: d04dbffcb9bf2c5ca8d8dc09534203c75df3bf711d33973ea22038a99cc475412a350b661ebd99cbc01daa50d7eedcf0d130d121800eb7318759a197023442a6
languageName: node
linkType: hard

0 comments on commit 13afe03

Please sign in to comment.