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
  • Loading branch information
Andarist committed Oct 27, 2022
1 parent d8a13bc commit 13afe03
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .changeset/kind-shirts-promise.md
@@ -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
@@ -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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-prettifier/package.json
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 13afe03

Please sign in to comment.