Skip to content

Commit 37d7626

Browse files
renovate[bot]simPod
authored andcommitted
chore(deps): update dependency @emotion/css to ^11.13.4
1 parent 411b989 commit 37d7626

File tree

3 files changed

+70
-47
lines changed

3 files changed

+70
-47
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"webpack-livereload-plugin": "^3.0.2"
7272
},
7373
"dependencies": {
74-
"@emotion/css": "^11.11.2",
74+
"@emotion/css": "^11.13.4",
75+
"@emotion/serialize": "^1.3.2",
7576
"@grafana/data": "^11.2.2",
7677
"@grafana/experimental": "^2.1.2",
7778
"@grafana/runtime": "^11.2.2",

src/Component/QueryBuilderTextArea.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { css, CSSObject, cx } from '@emotion/css';
1+
import { css, cx } from '@emotion/css';
2+
import { CSSObject } from '@emotion/serialize';
23
import { GrafanaTheme2 } from '@grafana/data';
34
import { MetricPayloadConfig } from 'types';
45
import React, { ComponentType } from 'react';

yarn.lock

Lines changed: 66 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -457,39 +457,39 @@ __metadata:
457457
languageName: node
458458
linkType: hard
459459

460-
"@emotion/babel-plugin@npm:^11.11.0":
461-
version: 11.11.0
462-
resolution: "@emotion/babel-plugin@npm:11.11.0"
460+
"@emotion/babel-plugin@npm:^11.11.0, @emotion/babel-plugin@npm:^11.12.0":
461+
version: 11.12.0
462+
resolution: "@emotion/babel-plugin@npm:11.12.0"
463463
dependencies:
464464
"@babel/helper-module-imports": "npm:^7.16.7"
465465
"@babel/runtime": "npm:^7.18.3"
466-
"@emotion/hash": "npm:^0.9.1"
467-
"@emotion/memoize": "npm:^0.8.1"
468-
"@emotion/serialize": "npm:^1.1.2"
466+
"@emotion/hash": "npm:^0.9.2"
467+
"@emotion/memoize": "npm:^0.9.0"
468+
"@emotion/serialize": "npm:^1.2.0"
469469
babel-plugin-macros: "npm:^3.1.0"
470470
convert-source-map: "npm:^1.5.0"
471471
escape-string-regexp: "npm:^4.0.0"
472472
find-root: "npm:^1.1.0"
473473
source-map: "npm:^0.5.7"
474474
stylis: "npm:4.2.0"
475-
checksum: 10c0/89cbb6ec0e52c8ee9c2a4b9889ccd4fc3a75d28091d835bfac6d7c4565d3338621e23af0a85f3bcd133e1cae795c692e1dadada015784d4b0554aa5bb111df43
475+
checksum: 10c0/930ff6f8768b0c24d05896ad696be20e1c65f32ed61fb5c1488f571120a947ef0a2cf69187b17114cc76e7886f771fac150876ed7b5341324fec2377185d6573
476476
languageName: node
477477
linkType: hard
478478

479-
"@emotion/cache@npm:^11.11.0, @emotion/cache@npm:^11.4.0":
480-
version: 11.11.0
481-
resolution: "@emotion/cache@npm:11.11.0"
479+
"@emotion/cache@npm:^11.11.0, @emotion/cache@npm:^11.13.0, @emotion/cache@npm:^11.4.0":
480+
version: 11.13.1
481+
resolution: "@emotion/cache@npm:11.13.1"
482482
dependencies:
483-
"@emotion/memoize": "npm:^0.8.1"
484-
"@emotion/sheet": "npm:^1.2.2"
485-
"@emotion/utils": "npm:^1.2.1"
486-
"@emotion/weak-memoize": "npm:^0.3.1"
483+
"@emotion/memoize": "npm:^0.9.0"
484+
"@emotion/sheet": "npm:^1.4.0"
485+
"@emotion/utils": "npm:^1.4.0"
486+
"@emotion/weak-memoize": "npm:^0.4.0"
487487
stylis: "npm:4.2.0"
488-
checksum: 10c0/a23ab5ab2fd08e904698106d58ad3536fed51cc1aa0ef228e95bb640eaf11f560dbd91a395477b0d84e1e3c20150263764b4558517cf6576a89d2d6cc5253688
488+
checksum: 10c0/321e97d8980885737de13b47e41fd4febfbd83086f10c620f865fcbddb29b8fe198adec7e1c69cc7b137638ea9242d7c475c57f954f7ca229157fa92e368f473
489489
languageName: node
490490
linkType: hard
491491

492-
"@emotion/css@npm:11.11.2, @emotion/css@npm:^11.11.2":
492+
"@emotion/css@npm:11.11.2":
493493
version: 11.11.2
494494
resolution: "@emotion/css@npm:11.11.2"
495495
dependencies:
@@ -502,17 +502,30 @@ __metadata:
502502
languageName: node
503503
linkType: hard
504504

505-
"@emotion/hash@npm:^0.9.1":
506-
version: 0.9.1
507-
resolution: "@emotion/hash@npm:0.9.1"
508-
checksum: 10c0/cdafe5da63fc1137f3db6e232fdcde9188b2b47ee66c56c29137199642a4086f42382d866911cfb4833cae2cc00271ab45cad3946b024f67b527bb7fac7f4c9d
505+
"@emotion/css@npm:^11.13.4":
506+
version: 11.13.4
507+
resolution: "@emotion/css@npm:11.13.4"
508+
dependencies:
509+
"@emotion/babel-plugin": "npm:^11.12.0"
510+
"@emotion/cache": "npm:^11.13.0"
511+
"@emotion/serialize": "npm:^1.3.0"
512+
"@emotion/sheet": "npm:^1.4.0"
513+
"@emotion/utils": "npm:^1.4.0"
514+
checksum: 10c0/57971732b983f43e642e30496257168d5ecdd05be4d4a3cd7ff778f9e402a71fd8679272cb797abd61eab65724dad26af04c418a41219a062b8faa9cc01d3848
509515
languageName: node
510516
linkType: hard
511517

512-
"@emotion/memoize@npm:^0.8.1":
513-
version: 0.8.1
514-
resolution: "@emotion/memoize@npm:0.8.1"
515-
checksum: 10c0/dffed372fc3b9fa2ba411e76af22b6bb686fb0cb07694fdfaa6dd2baeb0d5e4968c1a7caa472bfcf06a5997d5e7c7d16b90e993f9a6ffae79a2c3dbdc76dfe78
518+
"@emotion/hash@npm:^0.9.2":
519+
version: 0.9.2
520+
resolution: "@emotion/hash@npm:0.9.2"
521+
checksum: 10c0/0dc254561a3cc0a06a10bbce7f6a997883fd240c8c1928b93713f803a2e9153a257a488537012efe89dbe1246f2abfe2add62cdb3471a13d67137fcb808e81c2
522+
languageName: node
523+
linkType: hard
524+
525+
"@emotion/memoize@npm:^0.9.0":
526+
version: 0.9.0
527+
resolution: "@emotion/memoize@npm:0.9.0"
528+
checksum: 10c0/13f474a9201c7f88b543e6ea42f55c04fb2fdc05e6c5a3108aced2f7e7aa7eda7794c56bba02985a46d8aaa914fcdde238727a98341a96e2aec750d372dadd15
516529
languageName: node
517530
linkType: hard
518531

@@ -537,30 +550,30 @@ __metadata:
537550
languageName: node
538551
linkType: hard
539552

540-
"@emotion/serialize@npm:^1.1.2, @emotion/serialize@npm:^1.1.3":
541-
version: 1.1.4
542-
resolution: "@emotion/serialize@npm:1.1.4"
553+
"@emotion/serialize@npm:^1.1.2, @emotion/serialize@npm:^1.1.3, @emotion/serialize@npm:^1.2.0, @emotion/serialize@npm:^1.3.0, @emotion/serialize@npm:^1.3.2":
554+
version: 1.3.2
555+
resolution: "@emotion/serialize@npm:1.3.2"
543556
dependencies:
544-
"@emotion/hash": "npm:^0.9.1"
545-
"@emotion/memoize": "npm:^0.8.1"
546-
"@emotion/unitless": "npm:^0.8.1"
547-
"@emotion/utils": "npm:^1.2.1"
557+
"@emotion/hash": "npm:^0.9.2"
558+
"@emotion/memoize": "npm:^0.9.0"
559+
"@emotion/unitless": "npm:^0.10.0"
560+
"@emotion/utils": "npm:^1.4.1"
548561
csstype: "npm:^3.0.2"
549-
checksum: 10c0/164d936f72382594c47b9c24e67a51c7fc16b83d9a36b84eec5e4cb9bf7be029218a490ef4b44233a1b53423bdb3905d65b597cde3ebba759d40dab7a4c99121
562+
checksum: 10c0/b4873b643721d28b4450f9d77b71e6c8d0109e6825c54fc79e649d2fa438fe4080d2fa696ec8fda421b8e713fcd42306d6197b6121ddd2486ffab8e4b6311ce0
550563
languageName: node
551564
linkType: hard
552565

553-
"@emotion/sheet@npm:^1.2.2":
554-
version: 1.2.2
555-
resolution: "@emotion/sheet@npm:1.2.2"
556-
checksum: 10c0/69827a1bfa43d7b188f1d8cea42163143a36312543fdade5257c459a2b3efd7ce386aac84ba152bc2517a4f7e54384c04800b26adb382bb284ac7e4ad40e584b
566+
"@emotion/sheet@npm:^1.2.2, @emotion/sheet@npm:^1.4.0":
567+
version: 1.4.0
568+
resolution: "@emotion/sheet@npm:1.4.0"
569+
checksum: 10c0/3ca72d1650a07d2fbb7e382761b130b4a887dcd04e6574b2d51ce578791240150d7072a9bcb4161933abbcd1e38b243a6fb4464a7fe991d700c17aa66bb5acc7
557570
languageName: node
558571
linkType: hard
559572

560-
"@emotion/unitless@npm:^0.8.1":
561-
version: 0.8.1
562-
resolution: "@emotion/unitless@npm:0.8.1"
563-
checksum: 10c0/a1ed508628288f40bfe6dd17d431ed899c067a899fa293a13afe3aed1d70fac0412b8a215fafab0b42829360db687fecd763e5f01a64ddc4a4b58ec3112ff548
573+
"@emotion/unitless@npm:^0.10.0":
574+
version: 0.10.0
575+
resolution: "@emotion/unitless@npm:0.10.0"
576+
checksum: 10c0/150943192727b7650eb9a6851a98034ddb58a8b6958b37546080f794696141c3760966ac695ab9af97efe10178690987aee4791f9f0ad1ff76783cdca83c1d49
564577
languageName: node
565578
linkType: hard
566579

@@ -573,10 +586,10 @@ __metadata:
573586
languageName: node
574587
linkType: hard
575588

576-
"@emotion/utils@npm:^1.2.1":
577-
version: 1.2.1
578-
resolution: "@emotion/utils@npm:1.2.1"
579-
checksum: 10c0/db43ca803361740c14dfb1cca1464d10d27f4c8b40d3e8864e6932ccf375d1450778ff4e4eadee03fb97f2aeb18de9fae98294905596a12ff7d4cd1910414d8d
589+
"@emotion/utils@npm:^1.2.1, @emotion/utils@npm:^1.4.0, @emotion/utils@npm:^1.4.1":
590+
version: 1.4.1
591+
resolution: "@emotion/utils@npm:1.4.1"
592+
checksum: 10c0/f4704e0bdf48062fd6eb9c64771c88f521aab1e108a48cb23d65b6438597c63a6945301cef4c43611e79e0e76a304ec5481c31025ea8f573d7ad5423d747602c
580593
languageName: node
581594
linkType: hard
582595

@@ -587,6 +600,13 @@ __metadata:
587600
languageName: node
588601
linkType: hard
589602

603+
"@emotion/weak-memoize@npm:^0.4.0":
604+
version: 0.4.0
605+
resolution: "@emotion/weak-memoize@npm:0.4.0"
606+
checksum: 10c0/64376af11f1266042d03b3305c30b7502e6084868e33327e944b539091a472f089db307af69240f7188f8bc6b319276fd7b141a36613f1160d73d12a60f6ca1a
607+
languageName: node
608+
linkType: hard
609+
590610
"@es-joy/jsdoccomment@npm:~0.40.1":
591611
version: 0.40.1
592612
resolution: "@es-joy/jsdoccomment@npm:0.40.1"
@@ -6121,7 +6141,8 @@ __metadata:
61216141
resolution: "grafana-json-datasource@workspace:."
61226142
dependencies:
61236143
"@babel/core": "npm:^7.22.5"
6124-
"@emotion/css": "npm:^11.11.2"
6144+
"@emotion/css": "npm:^11.13.4"
6145+
"@emotion/serialize": "npm:^1.3.2"
61256146
"@grafana/data": "npm:^11.2.2"
61266147
"@grafana/eslint-config": "npm:^7.0.0"
61276148
"@grafana/experimental": "npm:^2.1.2"

0 commit comments

Comments
 (0)