Skip to content

Commit 13afe03

Browse files
authoredOct 27, 2022
Upgrade Stylis to a version with container queries support (#2929)
1 parent d8a13bc commit 13afe03

File tree

7 files changed

+26
-12
lines changed

7 files changed

+26
-12
lines changed
 

‎.changeset/kind-shirts-promise.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@emotion/babel-plugin': patch
3+
'@emotion/css-prettifier': patch
4+
'@emotion/jest': patch
5+
---
6+
7+
Updated the underlying parser ([stylis](https://github.com/thysultan/stylis)).

‎.changeset/odd-teachers-juggle.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@emotion/css': patch
3+
'@emotion/react': patch
4+
'@emotion/styled': patch
5+
---
6+
7+
The support for `@container` queries has been added by updating the underlying parser ([stylis](https://github.com/thysultan/stylis)) .

‎packages/babel-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"escape-string-regexp": "^4.0.0",
2929
"find-root": "^1.1.0",
3030
"source-map": "^0.5.7",
31-
"stylis": "4.1.2"
31+
"stylis": "4.1.3"
3232
},
3333
"peerDependencies": {
3434
"@babel/core": "^7.0.0"

‎packages/cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@emotion/sheet": "^1.2.0",
3030
"@emotion/utils": "^1.2.0",
3131
"@emotion/weak-memoize": "^0.3.0",
32-
"stylis": "4.1.2"
32+
"stylis": "4.1.3"
3333
},
3434
"devDependencies": {
3535
"@definitelytyped/dtslint": "0.0.112",

‎packages/css-prettifier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"repository": "https://github.com/emotion-js/emotion/tree/main/packages/css-prettifier",
2121
"dependencies": {
2222
"@emotion/memoize": "^0.8.0",
23-
"stylis": "4.1.2"
23+
"stylis": "4.1.3"
2424
},
2525
"publishConfig": {
2626
"access": "public"

‎packages/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@emotion/css-prettifier": "^1.1.0",
4141
"chalk": "^4.1.0",
4242
"specificity": "^0.4.1",
43-
"stylis": "4.1.2"
43+
"stylis": "4.1.3"
4444
},
4545
"peerDependencies": {
4646
"@types/jest": "^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0",

‎yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@ __metadata:
23612361
escape-string-regexp: ^4.0.0
23622362
find-root: ^1.1.0
23632363
source-map: ^0.5.7
2364-
stylis: 4.1.2
2364+
stylis: 4.1.3
23652365
peerDependencies:
23662366
"@babel/core": ^7.0.0
23672367
languageName: unknown
@@ -2391,7 +2391,7 @@ __metadata:
23912391
"@emotion/sheet": ^1.2.0
23922392
"@emotion/utils": ^1.2.0
23932393
"@emotion/weak-memoize": ^0.3.0
2394-
stylis: 4.1.2
2394+
stylis: 4.1.3
23952395
typescript: ^4.5.5
23962396
languageName: unknown
23972397
linkType: soft
@@ -2401,7 +2401,7 @@ __metadata:
24012401
resolution: "@emotion/css-prettifier@workspace:packages/css-prettifier"
24022402
dependencies:
24032403
"@emotion/memoize": ^0.8.0
2404-
stylis: 4.1.2
2404+
stylis: 4.1.3
24052405
languageName: unknown
24062406
linkType: soft
24072407

@@ -2479,7 +2479,7 @@ __metadata:
24792479
react: 16.14.0
24802480
react-dom: 16.14.0
24812481
specificity: ^0.4.1
2482-
stylis: 4.1.2
2482+
stylis: 4.1.3
24832483
typescript: ^4.5.5
24842484
peerDependencies:
24852485
"@types/jest": ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0
@@ -28332,10 +28332,10 @@ __metadata:
2833228332
languageName: node
2833328333
linkType: hard
2833428334

28335-
"stylis@npm:4.1.2":
28336-
version: 4.1.2
28337-
resolution: "stylis@npm:4.1.2"
28338-
checksum: de5771526216ca156f7ccdece70d0e2b4d5611a2a64f34d0165707b06bd8b6ba7913f2eb9b7998c0f9145077079f46d5084b6a60c97ec10b8d776bef293e9f8c
28335+
"stylis@npm:4.1.3":
28336+
version: 4.1.3
28337+
resolution: "stylis@npm:4.1.3"
28338+
checksum: d04dbffcb9bf2c5ca8d8dc09534203c75df3bf711d33973ea22038a99cc475412a350b661ebd99cbc01daa50d7eedcf0d130d121800eb7318759a197023442a6
2833928339
languageName: node
2834028340
linkType: hard
2834128341

0 commit comments

Comments
 (0)
Please sign in to comment.