From d9dbd3e4d9151d4446535c170ae0433295f143c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:25:37 +0000 Subject: [PATCH] fix(deps): update emotion to ^11.13.0 (#1353) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/specimens/package.json | 2 +- examples/status-dashboard/package.json | 2 +- examples/styleguide/package.json | 2 +- themes/gatsby-theme-cara/package.json | 2 +- themes/gatsby-theme-emilia/package.json | 2 +- themes/gatsby-theme-emma/package.json | 2 +- .../package.json | 2 +- themes/gatsby-theme-jodie/package.json | 2 +- themes/gatsby-theme-minimal-blog/package.json | 2 +- .../package.json | 2 +- yarn.lock | 142 +++++++++--------- 11 files changed, 81 insertions(+), 81 deletions(-) diff --git a/examples/specimens/package.json b/examples/specimens/package.json index 0dae6e43d..4333a66a0 100755 --- a/examples/specimens/package.json +++ b/examples/specimens/package.json @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@lekoarts/gatsby-theme-specimens": "^6.1.1", "@lekoarts/rehype-meta-as-attributes": "^3.0.0", "@lekoarts/themes-utils": "^3.0.0", diff --git a/examples/status-dashboard/package.json b/examples/status-dashboard/package.json index d969ab220..e3e5fef64 100755 --- a/examples/status-dashboard/package.json +++ b/examples/status-dashboard/package.json @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@lekoarts/gatsby-theme-status-dashboard": "^5.1.2", "gatsby": "^5.13.6", "gatsby-plugin-emotion": "^8.13.1", diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index 4534794b2..6dcfe652d 100755 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -16,7 +16,7 @@ "clean": "gatsby clean" }, "dependencies": { - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@lekoarts/gatsby-theme-styleguide": "^5.1.2", "@mdx-js/react": "^2.3.0", "@theme-ui/mdx": "~0.15.3", diff --git a/themes/gatsby-theme-cara/package.json b/themes/gatsby-theme-cara/package.json index bcf504c6b..53c7c8369 100755 --- a/themes/gatsby-theme-cara/package.json +++ b/themes/gatsby-theme-cara/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.0.0" }, "dependencies": { - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@mdx-js/react": "^2.3.0", "@react-spring/parallax": "^9.7.3", "@react-spring/web": "^9.7.3", diff --git a/themes/gatsby-theme-emilia/package.json b/themes/gatsby-theme-emilia/package.json index 62127b2f2..b9679290d 100755 --- a/themes/gatsby-theme-emilia/package.json +++ b/themes/gatsby-theme-emilia/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.0.0" }, "dependencies": { - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@lekoarts/gatsby-theme-emilia-core": "^5.1.6", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-tailwind": "0.15.3", diff --git a/themes/gatsby-theme-emma/package.json b/themes/gatsby-theme-emma/package.json index aff17e3b1..99feb1a73 100755 --- a/themes/gatsby-theme-emma/package.json +++ b/themes/gatsby-theme-emma/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.0.0" }, "dependencies": { - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@lekoarts/gatsby-theme-emma-core": "^5.1.6", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-tailwind": "0.15.3", diff --git a/themes/gatsby-theme-graphql-playground/package.json b/themes/gatsby-theme-graphql-playground/package.json index 13d2f478c..5c2b456c4 100755 --- a/themes/gatsby-theme-graphql-playground/package.json +++ b/themes/gatsby-theme-graphql-playground/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.0.0" }, "dependencies": { - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@lekoarts/themes-utils": "^3.0.1", "@mapbox/rehype-prism": "^0.9.0", "@mdx-js/react": "^2.3.0", diff --git a/themes/gatsby-theme-jodie/package.json b/themes/gatsby-theme-jodie/package.json index 5295b57ae..472de86e8 100755 --- a/themes/gatsby-theme-jodie/package.json +++ b/themes/gatsby-theme-jodie/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.0.0" }, "dependencies": { - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@lekoarts/gatsby-theme-jodie-core": "^5.1.6", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-tailwind": "0.15.3", diff --git a/themes/gatsby-theme-minimal-blog/package.json b/themes/gatsby-theme-minimal-blog/package.json index 1acabbc11..89a0e5726 100755 --- a/themes/gatsby-theme-minimal-blog/package.json +++ b/themes/gatsby-theme-minimal-blog/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.0.0" }, "dependencies": { - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@lekoarts/gatsby-theme-minimal-blog-core": "^6.2.3", "@lekoarts/themes-utils": "^3.0.1", "@mdx-js/react": "^2.3.0", diff --git a/themes/gatsby-theme-status-dashboard/package.json b/themes/gatsby-theme-status-dashboard/package.json index dd40b5523..54f3638b3 100755 --- a/themes/gatsby-theme-status-dashboard/package.json +++ b/themes/gatsby-theme-status-dashboard/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.0.0" }, "dependencies": { - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.13.0", "@mdx-js/react": "^2.3.0", "@theme-ui/mdx": "~0.15.3", "@theme-ui/preset-tailwind": "0.15.3", diff --git a/yarn.lock b/yarn.lock index 63e85e8fa..61d572f4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1853,22 +1853,22 @@ __metadata: languageName: node linkType: hard -"@emotion/babel-plugin@npm:^11.11.0": - version: 11.11.0 - resolution: "@emotion/babel-plugin@npm:11.11.0" +"@emotion/babel-plugin@npm:^11.11.0, @emotion/babel-plugin@npm:^11.12.0": + version: 11.12.0 + resolution: "@emotion/babel-plugin@npm:11.12.0" dependencies: "@babel/helper-module-imports": "npm:^7.16.7" "@babel/runtime": "npm:^7.18.3" - "@emotion/hash": "npm:^0.9.1" - "@emotion/memoize": "npm:^0.8.1" - "@emotion/serialize": "npm:^1.1.2" + "@emotion/hash": "npm:^0.9.2" + "@emotion/memoize": "npm:^0.9.0" + "@emotion/serialize": "npm:^1.2.0" babel-plugin-macros: "npm:^3.1.0" convert-source-map: "npm:^1.5.0" escape-string-regexp: "npm:^4.0.0" find-root: "npm:^1.1.0" source-map: "npm:^0.5.7" stylis: "npm:4.2.0" - checksum: 10c0/89cbb6ec0e52c8ee9c2a4b9889ccd4fc3a75d28091d835bfac6d7c4565d3338621e23af0a85f3bcd133e1cae795c692e1dadada015784d4b0554aa5bb111df43 + checksum: 10c0/930ff6f8768b0c24d05896ad696be20e1c65f32ed61fb5c1488f571120a947ef0a2cf69187b17114cc76e7886f771fac150876ed7b5341324fec2377185d6573 languageName: node linkType: hard @@ -1886,23 +1886,23 @@ __metadata: languageName: node linkType: hard -"@emotion/cache@npm:^11.11.0": - version: 11.11.0 - resolution: "@emotion/cache@npm:11.11.0" +"@emotion/cache@npm:^11.13.0": + version: 11.13.1 + resolution: "@emotion/cache@npm:11.13.1" dependencies: - "@emotion/memoize": "npm:^0.8.1" - "@emotion/sheet": "npm:^1.2.2" - "@emotion/utils": "npm:^1.2.1" - "@emotion/weak-memoize": "npm:^0.3.1" + "@emotion/memoize": "npm:^0.9.0" + "@emotion/sheet": "npm:^1.4.0" + "@emotion/utils": "npm:^1.4.0" + "@emotion/weak-memoize": "npm:^0.4.0" stylis: "npm:4.2.0" - checksum: 10c0/a23ab5ab2fd08e904698106d58ad3536fed51cc1aa0ef228e95bb640eaf11f560dbd91a395477b0d84e1e3c20150263764b4558517cf6576a89d2d6cc5253688 + checksum: 10c0/321e97d8980885737de13b47e41fd4febfbd83086f10c620f865fcbddb29b8fe198adec7e1c69cc7b137638ea9242d7c475c57f954f7ca229157fa92e368f473 languageName: node linkType: hard -"@emotion/hash@npm:^0.9.1": - version: 0.9.1 - resolution: "@emotion/hash@npm:0.9.1" - checksum: 10c0/cdafe5da63fc1137f3db6e232fdcde9188b2b47ee66c56c29137199642a4086f42382d866911cfb4833cae2cc00271ab45cad3946b024f67b527bb7fac7f4c9d +"@emotion/hash@npm:^0.9.2": + version: 0.9.2 + resolution: "@emotion/hash@npm:0.9.2" + checksum: 10c0/0dc254561a3cc0a06a10bbce7f6a997883fd240c8c1928b93713f803a2e9153a257a488537012efe89dbe1246f2abfe2add62cdb3471a13d67137fcb808e81c2 languageName: node linkType: hard @@ -1929,81 +1929,81 @@ __metadata: languageName: node linkType: hard -"@emotion/memoize@npm:^0.8.1": - version: 0.8.1 - resolution: "@emotion/memoize@npm:0.8.1" - checksum: 10c0/dffed372fc3b9fa2ba411e76af22b6bb686fb0cb07694fdfaa6dd2baeb0d5e4968c1a7caa472bfcf06a5997d5e7c7d16b90e993f9a6ffae79a2c3dbdc76dfe78 +"@emotion/memoize@npm:^0.9.0": + version: 0.9.0 + resolution: "@emotion/memoize@npm:0.9.0" + checksum: 10c0/13f474a9201c7f88b543e6ea42f55c04fb2fdc05e6c5a3108aced2f7e7aa7eda7794c56bba02985a46d8aaa914fcdde238727a98341a96e2aec750d372dadd15 languageName: node linkType: hard -"@emotion/react@npm:^11.11.4": - version: 11.11.4 - resolution: "@emotion/react@npm:11.11.4" +"@emotion/react@npm:^11.13.0": + version: 11.13.0 + resolution: "@emotion/react@npm:11.13.0" dependencies: "@babel/runtime": "npm:^7.18.3" - "@emotion/babel-plugin": "npm:^11.11.0" - "@emotion/cache": "npm:^11.11.0" - "@emotion/serialize": "npm:^1.1.3" - "@emotion/use-insertion-effect-with-fallbacks": "npm:^1.0.1" - "@emotion/utils": "npm:^1.2.1" - "@emotion/weak-memoize": "npm:^0.3.1" + "@emotion/babel-plugin": "npm:^11.12.0" + "@emotion/cache": "npm:^11.13.0" + "@emotion/serialize": "npm:^1.3.0" + "@emotion/use-insertion-effect-with-fallbacks": "npm:^1.1.0" + "@emotion/utils": "npm:^1.4.0" + "@emotion/weak-memoize": "npm:^0.4.0" hoist-non-react-statics: "npm:^3.3.1" peerDependencies: react: ">=16.8.0" peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/6df892fd9e04b5c8c37aacfd7f461631e04e00e845edc3c5b2955ab8ad681abf5cd49584101f579427e08b82f2f88369c78d37ae2fe9360a8f68fd4e51b8e448 + checksum: 10c0/28ee0ba6818ccf2726b31da0ecf3a6ac091983c8e03b3f5d6d2eb02165e3b3d1b95c267fccd08bff2f9769e0ff7361d791810583b858a9dd788de7cf82f6667d languageName: node linkType: hard -"@emotion/serialize@npm:^1.1.2, @emotion/serialize@npm:^1.1.3": - version: 1.1.3 - resolution: "@emotion/serialize@npm:1.1.3" +"@emotion/serialize@npm:^1.2.0, @emotion/serialize@npm:^1.3.0": + version: 1.3.0 + resolution: "@emotion/serialize@npm:1.3.0" dependencies: - "@emotion/hash": "npm:^0.9.1" - "@emotion/memoize": "npm:^0.8.1" - "@emotion/unitless": "npm:^0.8.1" - "@emotion/utils": "npm:^1.2.1" + "@emotion/hash": "npm:^0.9.2" + "@emotion/memoize": "npm:^0.9.0" + "@emotion/unitless": "npm:^0.9.0" + "@emotion/utils": "npm:^1.4.0" csstype: "npm:^3.0.2" - checksum: 10c0/875241eafaa30e7d3b7cf9b585d8c1f224cbf627a674e87eb1d7662dafa76a8c8d67f14a79dbf7d1eaa017e9f68389962990fbcc699d5ad65035a1a047432a3f + checksum: 10c0/dd3f9041b05e79664c27188d8aad0cf726baee6da934ac31fd96c03691ce2a2e222669252c8cd623f2b0e488c7f8cfe384798153f36685d48b98340e63655813 languageName: node linkType: hard -"@emotion/sheet@npm:^1.2.2": - version: 1.2.2 - resolution: "@emotion/sheet@npm:1.2.2" - checksum: 10c0/69827a1bfa43d7b188f1d8cea42163143a36312543fdade5257c459a2b3efd7ce386aac84ba152bc2517a4f7e54384c04800b26adb382bb284ac7e4ad40e584b +"@emotion/sheet@npm:^1.4.0": + version: 1.4.0 + resolution: "@emotion/sheet@npm:1.4.0" + checksum: 10c0/3ca72d1650a07d2fbb7e382761b130b4a887dcd04e6574b2d51ce578791240150d7072a9bcb4161933abbcd1e38b243a6fb4464a7fe991d700c17aa66bb5acc7 languageName: node linkType: hard -"@emotion/unitless@npm:^0.8.1": - version: 0.8.1 - resolution: "@emotion/unitless@npm:0.8.1" - checksum: 10c0/a1ed508628288f40bfe6dd17d431ed899c067a899fa293a13afe3aed1d70fac0412b8a215fafab0b42829360db687fecd763e5f01a64ddc4a4b58ec3112ff548 +"@emotion/unitless@npm:^0.9.0": + version: 0.9.0 + resolution: "@emotion/unitless@npm:0.9.0" + checksum: 10c0/f907d968a49315bb654b5734edf3315e52350f77c160a63f3437f14d80610dc78fd8295e759e7339055c45bd25c74c46363235c5971aae5587f7eeb969580c4c languageName: node linkType: hard -"@emotion/use-insertion-effect-with-fallbacks@npm:^1.0.1": - version: 1.0.1 - resolution: "@emotion/use-insertion-effect-with-fallbacks@npm:1.0.1" +"@emotion/use-insertion-effect-with-fallbacks@npm:^1.1.0": + version: 1.1.0 + resolution: "@emotion/use-insertion-effect-with-fallbacks@npm:1.1.0" peerDependencies: react: ">=16.8.0" - checksum: 10c0/a15b2167940e3a908160687b73fc4fcd81e59ab45136b6967f02c7c419d9a149acd22a416b325c389642d4f1c3d33cf4196cad6b618128b55b7c74f6807a240b + checksum: 10c0/a883480f3a7139fb4a43e71d3114ca57e2b7ae5ff204e05cd9e59251a113773b8f64eb75d3997726250aca85eb73447638c8f51930734bdd16b96762b65e58c3 languageName: node linkType: hard -"@emotion/utils@npm:^1.2.1": - version: 1.2.1 - resolution: "@emotion/utils@npm:1.2.1" - checksum: 10c0/db43ca803361740c14dfb1cca1464d10d27f4c8b40d3e8864e6932ccf375d1450778ff4e4eadee03fb97f2aeb18de9fae98294905596a12ff7d4cd1910414d8d +"@emotion/utils@npm:^1.4.0": + version: 1.4.0 + resolution: "@emotion/utils@npm:1.4.0" + checksum: 10c0/b2ae698d6e935f4961a8349286b5b0a6117a16e179459cbf9c8d97d5daa7d96c99876b950f09b1a793d6b295713b2c8f89544bd8c3f26b8e4db60a218a0d4c42 languageName: node linkType: hard -"@emotion/weak-memoize@npm:^0.3.1": - version: 0.3.1 - resolution: "@emotion/weak-memoize@npm:0.3.1" - checksum: 10c0/ed514b3cb94bbacece4ac2450d98898066c0a0698bdeda256e312405ca53634cb83c75889b25cd8bbbe185c80f4c05a1f0a0091e1875460ba6be61d0334f0b8a +"@emotion/weak-memoize@npm:^0.4.0": + version: 0.4.0 + resolution: "@emotion/weak-memoize@npm:0.4.0" + checksum: 10c0/64376af11f1266042d03b3305c30b7502e6084868e33327e944b539091a472f089db307af69240f7188f8bc6b319276fd7b141a36613f1160d73d12a60f6ca1a languageName: node linkType: hard @@ -2817,7 +2817,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-cara@workspace:themes/gatsby-theme-cara" dependencies: - "@emotion/react": "npm:^11.11.4" + "@emotion/react": "npm:^11.13.0" "@mdx-js/react": "npm:^2.3.0" "@react-spring/parallax": "npm:^9.7.3" "@react-spring/web": "npm:^9.7.3" @@ -2855,7 +2855,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-emilia@workspace:themes/gatsby-theme-emilia" dependencies: - "@emotion/react": "npm:^11.11.4" + "@emotion/react": "npm:^11.13.0" "@lekoarts/gatsby-theme-emilia-core": "npm:^5.1.6" "@theme-ui/mdx": "npm:~0.15.3" "@theme-ui/preset-tailwind": "npm:0.15.3" @@ -2894,7 +2894,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-emma@workspace:themes/gatsby-theme-emma" dependencies: - "@emotion/react": "npm:^11.11.4" + "@emotion/react": "npm:^11.13.0" "@lekoarts/gatsby-theme-emma-core": "npm:^5.1.6" "@theme-ui/mdx": "npm:~0.15.3" "@theme-ui/preset-tailwind": "npm:0.15.3" @@ -2915,7 +2915,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-graphql-playground@workspace:themes/gatsby-theme-graphql-playground" dependencies: - "@emotion/react": "npm:^11.11.4" + "@emotion/react": "npm:^11.13.0" "@lekoarts/themes-utils": "npm:^3.0.1" "@mapbox/rehype-prism": "npm:^0.9.0" "@mdx-js/react": "npm:^2.3.0" @@ -2958,7 +2958,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-jodie@workspace:themes/gatsby-theme-jodie" dependencies: - "@emotion/react": "npm:^11.11.4" + "@emotion/react": "npm:^11.13.0" "@lekoarts/gatsby-theme-jodie-core": "npm:^5.1.6" "@theme-ui/mdx": "npm:~0.15.3" "@theme-ui/preset-tailwind": "npm:0.15.3" @@ -2999,7 +2999,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-minimal-blog@workspace:themes/gatsby-theme-minimal-blog" dependencies: - "@emotion/react": "npm:^11.11.4" + "@emotion/react": "npm:^11.13.0" "@lekoarts/gatsby-theme-minimal-blog-core": "npm:^6.2.3" "@lekoarts/themes-utils": "npm:^3.0.1" "@mdx-js/react": "npm:^2.3.0" @@ -3036,7 +3036,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lekoarts/gatsby-theme-status-dashboard@workspace:themes/gatsby-theme-status-dashboard" dependencies: - "@emotion/react": "npm:^11.11.4" + "@emotion/react": "npm:^11.13.0" "@mdx-js/react": "npm:^2.3.0" "@theme-ui/mdx": "npm:~0.15.3" "@theme-ui/preset-tailwind": "npm:0.15.3" @@ -20678,7 +20678,7 @@ __metadata: version: 0.0.0-use.local resolution: "specimens@workspace:examples/specimens" dependencies: - "@emotion/react": "npm:^11.11.4" + "@emotion/react": "npm:^11.13.0" "@lekoarts/gatsby-theme-specimens": "npm:^6.1.1" "@lekoarts/rehype-meta-as-attributes": "npm:^3.0.0" "@lekoarts/themes-utils": "npm:^3.0.0" @@ -20822,7 +20822,7 @@ __metadata: version: 0.0.0-use.local resolution: "status-dashboard@workspace:examples/status-dashboard" dependencies: - "@emotion/react": "npm:^11.11.4" + "@emotion/react": "npm:^11.13.0" "@lekoarts/gatsby-theme-status-dashboard": "npm:^5.1.2" "@types/node": "npm:^20.14.10" "@types/react": "npm:^18.3.3" @@ -21253,7 +21253,7 @@ __metadata: version: 0.0.0-use.local resolution: "styleguide@workspace:examples/styleguide" dependencies: - "@emotion/react": "npm:^11.11.4" + "@emotion/react": "npm:^11.13.0" "@lekoarts/gatsby-theme-styleguide": "npm:^5.1.2" "@mdx-js/react": "npm:^2.3.0" "@theme-ui/mdx": "npm:~0.15.3"