File tree 7 files changed +27
-12
lines changed
7 files changed +27
-12
lines changed Original file line number Diff line number Diff line change
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 ) ) to 4.1.4
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @emotion/cache ' : patch
3
+ ' @emotion/css ' : patch
4
+ ' @emotion/react ' : patch
5
+ ' @emotion/styled ' : patch
6
+ ---
7
+
8
+ Fixed a parsing issue with ` & ` within nested functions in declaration values by updating the underlying parser ([ stylis] ( https://github.com/thysultan/stylis ) ).
Original file line number Diff line number Diff line change 27
27
"escape-string-regexp" : " ^4.0.0" ,
28
28
"find-root" : " ^1.1.0" ,
29
29
"source-map" : " ^0.5.7" ,
30
- "stylis" : " 4.1.3 "
30
+ "stylis" : " 4.1.4 "
31
31
},
32
32
"devDependencies" : {
33
33
"@babel/core" : " ^7.18.5" ,
Original file line number Diff line number Diff line change 29
29
"@emotion/sheet" : " ^1.2.1" ,
30
30
"@emotion/utils" : " ^1.2.0" ,
31
31
"@emotion/weak-memoize" : " ^0.3.0" ,
32
- "stylis" : " 4.1.3 "
32
+ "stylis" : " 4.1.4 "
33
33
},
34
34
"devDependencies" : {
35
35
"@definitelytyped/dtslint" : " 0.0.112" ,
Original file line number Diff line number Diff line change 20
20
"repository" : " https://github.com/emotion-js/emotion/tree/main/packages/css-prettifier" ,
21
21
"dependencies" : {
22
22
"@emotion/memoize" : " ^0.8.0" ,
23
- "stylis" : " 4.1.3 "
23
+ "stylis" : " 4.1.4 "
24
24
},
25
25
"publishConfig" : {
26
26
"access" : " public"
Original file line number Diff line number Diff line change 40
40
"@emotion/css-prettifier" : " ^1.1.1" ,
41
41
"chalk" : " ^4.1.0" ,
42
42
"specificity" : " ^0.4.1" ,
43
- "stylis" : " 4.1.3 "
43
+ "stylis" : " 4.1.4 "
44
44
},
45
45
"peerDependencies" : {
46
46
"@types/jest" : " ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0" ,
Original file line number Diff line number Diff line change @@ -2360,7 +2360,7 @@ __metadata:
2360
2360
escape-string-regexp: ^4.0.0
2361
2361
find-root: ^1.1.0
2362
2362
source-map: ^0.5.7
2363
- stylis: 4.1.3
2363
+ stylis: 4.1.4
2364
2364
languageName: unknown
2365
2365
linkType: soft
2366
2366
@@ -2388,7 +2388,7 @@ __metadata:
2388
2388
"@emotion/sheet": ^1.2.1
2389
2389
"@emotion/utils": ^1.2.0
2390
2390
"@emotion/weak-memoize": ^0.3.0
2391
- stylis: 4.1.3
2391
+ stylis: 4.1.4
2392
2392
typescript: ^4.5.5
2393
2393
languageName: unknown
2394
2394
linkType: soft
@@ -2398,7 +2398,7 @@ __metadata:
2398
2398
resolution: "@emotion/css-prettifier@workspace:packages/css-prettifier"
2399
2399
dependencies:
2400
2400
"@emotion/memoize": ^0.8.0
2401
- stylis: 4.1.3
2401
+ stylis: 4.1.4
2402
2402
languageName: unknown
2403
2403
linkType: soft
2404
2404
@@ -2470,7 +2470,7 @@ __metadata:
2470
2470
react: 16.14.0
2471
2471
react-dom: 16.14.0
2472
2472
specificity: ^0.4.1
2473
- stylis: 4.1.3
2473
+ stylis: 4.1.4
2474
2474
typescript: ^4.5.5
2475
2475
peerDependencies:
2476
2476
"@types/jest": ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0
@@ -28305,10 +28305,10 @@ __metadata:
28305
28305
languageName: node
28306
28306
linkType: hard
28307
28307
28308
- "stylis@npm:4.1.3 ":
28309
- version: 4.1.3
28310
- resolution: "stylis@npm:4.1.3 "
28311
- checksum: d04dbffcb9bf2c5ca8d8dc09534203c75df3bf711d33973ea22038a99cc475412a350b661ebd99cbc01daa50d7eedcf0d130d121800eb7318759a197023442a6
28308
+ "stylis@npm:4.1.4 ":
28309
+ version: 4.1.4
28310
+ resolution: "stylis@npm:4.1.4 "
28311
+ checksum: cd929bd89709def13b47e6c16b11317bf996a09b4e987fc45a235549c3adf49d41531e017d7df511daa095bc9468c923ae9094a934fe9c62440b7351874dafb7
28312
28312
languageName: node
28313
28313
linkType: hard
28314
28314
You can’t perform that action at this time.
0 commit comments