From 23cf137364f6ecb09dc4e45ceb19a24494e9f2d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:28:33 +0200 Subject: [PATCH] fix(deps): update dependency @emotion/css to v11.11.2 (#28) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@emotion/css](https://emotion.sh) ([source](https://togithub.com/emotion-js/emotion)) | [`11.11.0` -> `11.11.2`](https://renovatebot.com/diffs/npm/@emotion%2fcss/11.11.0/11.11.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2fcss/11.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@emotion%2fcss/11.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@emotion%2fcss/11.11.0/11.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2fcss/11.11.0/11.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
emotion-js/emotion (@​emotion/css) ### [`v11.11.2`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/css%4011.11.2) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/css@11.11.0...@emotion/css@11.11.2) ##### Patch Changes - [#​3057](https://togithub.com/emotion-js/emotion/pull/3057) [`8f665262`](https://togithub.com/emotion-js/emotion/commit/8f66526244be77a29f04db2d4154664961beb3e6) Thanks [@​emmatown](https://togithub.com/emmatown)! - Fix `@emotion/css/create-instance` types in TypeScript module resolution modes that support the `exports` field
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kivra/toybox). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Tisäter <77273035+marcustisater-kivra@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05a4187..ecd44b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.1", "license": "ISC", "dependencies": { - "@emotion/css": "11.11.0", + "@emotion/css": "11.11.2", "@emotion/styled": "11.11.0", "@mantine/core": "6.0.10", "@mantine/prism": "6.0.10", @@ -427,9 +427,9 @@ } }, "node_modules/@emotion/css": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/css/-/css-11.11.0.tgz", - "integrity": "sha512-m4g6nKzZyiKyJ3WOfdwrBdcujVcpaScIWHAnyNKPm/A/xJKwfXPfQAbEVi1kgexWTDakmg+r2aDj0KvnMTo4oQ==", + "version": "11.11.2", + "resolved": "https://registry.npmjs.org/@emotion/css/-/css-11.11.2.tgz", + "integrity": "sha512-VJxe1ucoMYMS7DkiMdC2T7PWNbrEI0a39YRiyDvK2qq4lXwjRbVP/z4lpG+odCsRzadlR+1ywwrTzhdm5HNdew==", "dependencies": { "@emotion/babel-plugin": "^11.11.0", "@emotion/cache": "^11.11.0", @@ -4712,9 +4712,9 @@ } }, "@emotion/css": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/css/-/css-11.11.0.tgz", - "integrity": "sha512-m4g6nKzZyiKyJ3WOfdwrBdcujVcpaScIWHAnyNKPm/A/xJKwfXPfQAbEVi1kgexWTDakmg+r2aDj0KvnMTo4oQ==", + "version": "11.11.2", + "resolved": "https://registry.npmjs.org/@emotion/css/-/css-11.11.2.tgz", + "integrity": "sha512-VJxe1ucoMYMS7DkiMdC2T7PWNbrEI0a39YRiyDvK2qq4lXwjRbVP/z4lpG+odCsRzadlR+1ywwrTzhdm5HNdew==", "requires": { "@emotion/babel-plugin": "^11.11.0", "@emotion/cache": "^11.11.0", diff --git a/package.json b/package.json index 5b94bf0..4fa1271 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-dom": ">=18.2.0" }, "dependencies": { - "@emotion/css": "11.11.0", + "@emotion/css": "11.11.2", "@emotion/styled": "11.11.0", "@mantine/core": "6.0.10", "@mantine/prism": "6.0.10",