This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/npm_and_yarn/superset-frontend/emotion/react-11.11.4
in repository https://gitbox.apache.org/repos/asf/superset.git
commit 118a4bef175498d6a41d4f84b86093203cf70337
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 3 21:02:44 2024 +0000
build(deps): bump @emotion/react in /superset-frontend
Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.4.1
to 11.11.4.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])
---
updated-dependencies:
- dependency-name: "@emotion/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
superset-frontend/package-lock.json | 210 +++++++++++++--------
superset-frontend/package.json | 2 +-
.../packages/superset-ui-demo/package.json | 2 +-
3 files changed, 131 insertions(+), 83 deletions(-)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 44d1c8d399..5070da79da 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -17,7 +17,7 @@
"@ant-design/icons": "^5.2.6",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/cache": "^11.4.0",
- "@emotion/react": "^11.4.1",
+ "@emotion/react": "^11.11.4",
"@emotion/styled": "^11.3.0",
"@fontsource/inter": "^4.0.0",
"@reduxjs/toolkit": "^1.9.3",
@@ -5015,26 +5015,36 @@
}
},
"node_modules/@emotion/cache": {
- "version": "11.4.0",
- "resolved":
"https://registry.npmjs.org/@emotion/cache/-/cache-11.4.0.tgz",
- "integrity":
"sha512-Zx70bjE7LErRO9OaZrhf22Qye1y4F7iDl+ITjet0J+i+B88PrAOBkKvaAWhxsZf72tDLajwCgfCjJ2dvH77C3g==",
+ "version": "11.11.0",
+ "resolved":
"https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz",
+ "integrity":
"sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==",
"dependencies": {
- "@emotion/memoize": "^0.7.4",
- "@emotion/sheet": "^1.0.0",
- "@emotion/utils": "^1.0.0",
- "@emotion/weak-memoize": "^0.2.5",
- "stylis": "^4.0.3"
+ "@emotion/memoize": "^0.8.1",
+ "@emotion/sheet": "^1.2.2",
+ "@emotion/utils": "^1.2.1",
+ "@emotion/weak-memoize": "^0.3.1",
+ "stylis": "4.2.0"
}
},
+ "node_modules/@emotion/cache/node_modules/@emotion/memoize": {
+ "version": "0.8.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz",
+ "integrity":
"sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA=="
+ },
"node_modules/@emotion/cache/node_modules/@emotion/sheet": {
- "version": "1.0.2",
- "resolved":
"https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.2.tgz",
- "integrity":
"sha512-QQPB1B70JEVUHuNtzjHftMGv6eC3Y9wqavyarj4x4lg47RACkeSfNo5pxIOKizwS9AEFLohsqoaxGQj4p0vSIw=="
+ "version": "1.2.2",
+ "resolved":
"https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz",
+ "integrity":
"sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA=="
},
"node_modules/@emotion/cache/node_modules/@emotion/utils": {
- "version": "1.0.0",
- "resolved":
"https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz",
- "integrity":
"sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA=="
+ "version": "1.2.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz",
+ "integrity":
"sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg=="
+ },
+ "node_modules/@emotion/cache/node_modules/@emotion/weak-memoize": {
+ "version": "0.3.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz",
+ "integrity":
"sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
},
"node_modules/@emotion/css-prettifier": {
"version": "1.0.0",
@@ -5082,52 +5092,64 @@
"integrity":
"sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
},
"node_modules/@emotion/react": {
- "version": "11.4.1",
- "resolved":
"https://registry.npmjs.org/@emotion/react/-/react-11.4.1.tgz",
- "integrity":
"sha512-pRegcsuGYj4FCdZN6j5vqCALkNytdrKw3TZMekTzNXixRg4wkLsU5QEaBG5LC6l01Vppxlp7FE3aTHpIG5phLg==",
+ "version": "11.11.4",
+ "resolved":
"https://registry.npmjs.org/@emotion/react/-/react-11.11.4.tgz",
+ "integrity":
"sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==",
"dependencies": {
- "@babel/runtime": "^7.13.10",
- "@emotion/cache": "^11.4.0",
- "@emotion/serialize": "^1.0.2",
- "@emotion/sheet": "^1.0.2",
- "@emotion/utils": "^1.0.0",
- "@emotion/weak-memoize": "^0.2.5",
+ "@babel/runtime": "^7.18.3",
+ "@emotion/babel-plugin": "^11.11.0",
+ "@emotion/cache": "^11.11.0",
+ "@emotion/serialize": "^1.1.3",
+ "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
+ "@emotion/utils": "^1.2.1",
+ "@emotion/weak-memoize": "^0.3.1",
"hoist-non-react-statics": "^3.3.1"
},
"peerDependencies": {
- "@babel/core": "^7.0.0",
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
- "@babel/core": {
- "optional": true
- },
"@types/react": {
"optional": true
}
}
},
+ "node_modules/@emotion/react/node_modules/@emotion/hash": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz",
+ "integrity":
"sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ=="
+ },
+ "node_modules/@emotion/react/node_modules/@emotion/memoize": {
+ "version": "0.8.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz",
+ "integrity":
"sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA=="
+ },
"node_modules/@emotion/react/node_modules/@emotion/serialize": {
- "version": "1.0.2",
- "resolved":
"https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz",
- "integrity":
"sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==",
+ "version": "1.1.4",
+ "resolved":
"https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.4.tgz",
+ "integrity":
"sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==",
"dependencies": {
- "@emotion/hash": "^0.8.0",
- "@emotion/memoize": "^0.7.4",
- "@emotion/unitless": "^0.7.5",
- "@emotion/utils": "^1.0.0",
+ "@emotion/hash": "^0.9.1",
+ "@emotion/memoize": "^0.8.1",
+ "@emotion/unitless": "^0.8.1",
+ "@emotion/utils": "^1.2.1",
"csstype": "^3.0.2"
}
},
- "node_modules/@emotion/react/node_modules/@emotion/sheet": {
- "version": "1.0.2",
- "resolved":
"https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.2.tgz",
- "integrity":
"sha512-QQPB1B70JEVUHuNtzjHftMGv6eC3Y9wqavyarj4x4lg47RACkeSfNo5pxIOKizwS9AEFLohsqoaxGQj4p0vSIw=="
+ "node_modules/@emotion/react/node_modules/@emotion/unitless": {
+ "version": "0.8.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz",
+ "integrity":
"sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ=="
},
"node_modules/@emotion/react/node_modules/@emotion/utils": {
- "version": "1.0.0",
- "resolved":
"https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz",
- "integrity":
"sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA=="
+ "version": "1.2.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz",
+ "integrity":
"sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg=="
+ },
+ "node_modules/@emotion/react/node_modules/@emotion/weak-memoize": {
+ "version": "0.3.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz",
+ "integrity":
"sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
},
"node_modules/@emotion/serialize": {
"version": "0.11.16",
@@ -68046,7 +68068,7 @@
"dependencies": {
"@data-ui/event-flow": "^0.0.84",
"@emotion/cache": "^11.4.0",
- "@emotion/react": "^11.4.1",
+ "@emotion/react": "^11.11.4",
"@emotion/styled": "^11.3.0",
"@react-icons/all-files": "^4.1.0",
"@storybook/addon-actions": "^7.6.13",
@@ -74435,26 +74457,36 @@
}
},
"@emotion/cache": {
- "version": "11.4.0",
- "resolved":
"https://registry.npmjs.org/@emotion/cache/-/cache-11.4.0.tgz",
- "integrity":
"sha512-Zx70bjE7LErRO9OaZrhf22Qye1y4F7iDl+ITjet0J+i+B88PrAOBkKvaAWhxsZf72tDLajwCgfCjJ2dvH77C3g==",
+ "version": "11.11.0",
+ "resolved":
"https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz",
+ "integrity":
"sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==",
"requires": {
- "@emotion/memoize": "^0.7.4",
- "@emotion/sheet": "^1.0.0",
- "@emotion/utils": "^1.0.0",
- "@emotion/weak-memoize": "^0.2.5",
- "stylis": "^4.0.3"
+ "@emotion/memoize": "^0.8.1",
+ "@emotion/sheet": "^1.2.2",
+ "@emotion/utils": "^1.2.1",
+ "@emotion/weak-memoize": "^0.3.1",
+ "stylis": "4.2.0"
},
"dependencies": {
+ "@emotion/memoize": {
+ "version": "0.8.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz",
+ "integrity":
"sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA=="
+ },
"@emotion/sheet": {
- "version": "1.0.2",
- "resolved":
"https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.2.tgz",
- "integrity":
"sha512-QQPB1B70JEVUHuNtzjHftMGv6eC3Y9wqavyarj4x4lg47RACkeSfNo5pxIOKizwS9AEFLohsqoaxGQj4p0vSIw=="
+ "version": "1.2.2",
+ "resolved":
"https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz",
+ "integrity":
"sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA=="
},
"@emotion/utils": {
- "version": "1.0.0",
- "resolved":
"https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz",
- "integrity":
"sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA=="
+ "version": "1.2.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz",
+ "integrity":
"sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg=="
+ },
+ "@emotion/weak-memoize": {
+ "version": "0.3.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz",
+ "integrity":
"sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
}
}
},
@@ -74492,40 +74524,56 @@
"integrity":
"sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
},
"@emotion/react": {
- "version": "11.4.1",
- "resolved":
"https://registry.npmjs.org/@emotion/react/-/react-11.4.1.tgz",
- "integrity":
"sha512-pRegcsuGYj4FCdZN6j5vqCALkNytdrKw3TZMekTzNXixRg4wkLsU5QEaBG5LC6l01Vppxlp7FE3aTHpIG5phLg==",
+ "version": "11.11.4",
+ "resolved":
"https://registry.npmjs.org/@emotion/react/-/react-11.11.4.tgz",
+ "integrity":
"sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==",
"requires": {
- "@babel/runtime": "^7.13.10",
- "@emotion/cache": "^11.4.0",
- "@emotion/serialize": "^1.0.2",
- "@emotion/sheet": "^1.0.2",
- "@emotion/utils": "^1.0.0",
- "@emotion/weak-memoize": "^0.2.5",
+ "@babel/runtime": "^7.18.3",
+ "@emotion/babel-plugin": "^11.11.0",
+ "@emotion/cache": "^11.11.0",
+ "@emotion/serialize": "^1.1.3",
+ "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
+ "@emotion/utils": "^1.2.1",
+ "@emotion/weak-memoize": "^0.3.1",
"hoist-non-react-statics": "^3.3.1"
},
"dependencies": {
+ "@emotion/hash": {
+ "version": "0.9.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz",
+ "integrity":
"sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ=="
+ },
+ "@emotion/memoize": {
+ "version": "0.8.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz",
+ "integrity":
"sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA=="
+ },
"@emotion/serialize": {
- "version": "1.0.2",
- "resolved":
"https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.2.tgz",
- "integrity":
"sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==",
+ "version": "1.1.4",
+ "resolved":
"https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.4.tgz",
+ "integrity":
"sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==",
"requires": {
- "@emotion/hash": "^0.8.0",
- "@emotion/memoize": "^0.7.4",
- "@emotion/unitless": "^0.7.5",
- "@emotion/utils": "^1.0.0",
+ "@emotion/hash": "^0.9.1",
+ "@emotion/memoize": "^0.8.1",
+ "@emotion/unitless": "^0.8.1",
+ "@emotion/utils": "^1.2.1",
"csstype": "^3.0.2"
}
},
- "@emotion/sheet": {
- "version": "1.0.2",
- "resolved":
"https://registry.npmjs.org/@emotion/sheet/-/sheet-1.0.2.tgz",
- "integrity":
"sha512-QQPB1B70JEVUHuNtzjHftMGv6eC3Y9wqavyarj4x4lg47RACkeSfNo5pxIOKizwS9AEFLohsqoaxGQj4p0vSIw=="
+ "@emotion/unitless": {
+ "version": "0.8.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz",
+ "integrity":
"sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ=="
},
"@emotion/utils": {
- "version": "1.0.0",
- "resolved":
"https://registry.npmjs.org/@emotion/utils/-/utils-1.0.0.tgz",
- "integrity":
"sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA=="
+ "version": "1.2.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz",
+ "integrity":
"sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg=="
+ },
+ "@emotion/weak-memoize": {
+ "version": "0.3.1",
+ "resolved":
"https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz",
+ "integrity":
"sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
}
}
},
@@ -86424,7 +86472,7 @@
"@babel/preset-typescript": "^7.23.3",
"@data-ui/event-flow": "^0.0.84",
"@emotion/cache": "^11.4.0",
- "@emotion/react": "^11.4.1",
+ "@emotion/react": "^11.11.4",
"@emotion/styled": "^11.3.0",
"@react-icons/all-files": "^4.1.0",
"@storybook/addon-actions": "^7.6.13",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 63214e1ef1..b464d851aa 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -83,7 +83,7 @@
"@ant-design/icons": "^5.2.6",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/cache": "^11.4.0",
- "@emotion/react": "^11.4.1",
+ "@emotion/react": "^11.11.4",
"@emotion/styled": "^11.3.0",
"@fontsource/inter": "^4.0.0",
"@reduxjs/toolkit": "^1.9.3",
diff --git a/superset-frontend/packages/superset-ui-demo/package.json
b/superset-frontend/packages/superset-ui-demo/package.json
index 21e72fe08e..230f4881dd 100644
--- a/superset-frontend/packages/superset-ui-demo/package.json
+++ b/superset-frontend/packages/superset-ui-demo/package.json
@@ -33,7 +33,7 @@
"dependencies": {
"@data-ui/event-flow": "^0.0.84",
"@emotion/cache": "^11.4.0",
- "@emotion/react": "^11.4.1",
+ "@emotion/react": "^11.11.4",
"@emotion/styled": "^11.3.0",
"@react-icons/all-files": "^4.1.0",
"@storybook/addon-actions": "^7.6.13",