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/reduxjs/toolkit-2.9.2
in repository https://gitbox.apache.org/repos/asf/superset.git
commit 133e1bcf12acf87d5227baffee9e755436bd8838
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 17 22:42:48 2025 +0000
chore(deps): bump @reduxjs/toolkit in /superset-frontend
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from
1.9.7 to 2.9.2.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
-
[Commits](https://github.com/reduxjs/redux-toolkit/compare/v1.9.7...v2.9.2)
---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
dependency-version: 2.9.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
superset-frontend/package-lock.json | 65 ++++++++++++++++++++++---------------
superset-frontend/package.json | 2 +-
2 files changed, 40 insertions(+), 27 deletions(-)
diff --git a/superset-frontend/package-lock.json
b/superset-frontend/package-lock.json
index 9224d9cc45..a114a8512a 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -18,7 +18,7 @@
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
- "@reduxjs/toolkit": "^1.9.3",
+ "@reduxjs/toolkit": "^2.10.1",
"@rjsf/core": "^5.24.13",
"@rjsf/utils": "^5.24.3",
"@rjsf/validator-ajv8": "^5.24.13",
@@ -11489,19 +11489,21 @@
}
},
"node_modules/@reduxjs/toolkit": {
- "version": "1.9.7",
- "resolved":
"https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.7.tgz",
- "integrity":
"sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ==",
+ "version": "2.10.1",
+ "resolved":
"https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.10.1.tgz",
+ "integrity":
"sha512-/U17EXQ9Do9Yx4DlNGU6eVNfZvFJfYpUtRRdLf19PbPjdWBxNlxGZXywQZ1p1Nz8nMkWplTI7iD/23m07nolDA==",
"license": "MIT",
"dependencies": {
- "immer": "^9.0.21",
- "redux": "^4.2.1",
- "redux-thunk": "^2.4.2",
- "reselect": "^4.1.8"
+ "@standard-schema/spec": "^1.0.0",
+ "@standard-schema/utils": "^0.3.0",
+ "immer": "^10.2.0",
+ "redux": "^5.0.1",
+ "redux-thunk": "^3.1.0",
+ "reselect": "^5.1.0"
},
"peerDependencies": {
- "react": "^16.9.0 || ^17.0.0 || ^18",
- "react-redux": "^7.2.1 || ^8.0.2"
+ "react": "^16.9.0 || ^17.0.0 || ^18 || ^19",
+ "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0"
},
"peerDependenciesMeta": {
"react": {
@@ -11512,22 +11514,21 @@
}
}
},
- "node_modules/@reduxjs/toolkit/node_modules/immer": {
- "version": "9.0.21",
- "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz",
- "integrity":
"sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==",
+ "node_modules/@reduxjs/toolkit/node_modules/redux": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz",
+ "integrity":
"sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==",
+ "license": "MIT"
+ },
+ "node_modules/@reduxjs/toolkit/node_modules/redux-thunk": {
+ "version": "3.1.0",
+ "resolved":
"https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz",
+ "integrity":
"sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==",
"license": "MIT",
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/immer"
+ "peerDependencies": {
+ "redux": "^5.0.0"
}
},
- "node_modules/@reduxjs/toolkit/node_modules/reselect": {
- "version": "4.1.8",
- "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz",
- "integrity":
"sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==",
- "license": "MIT"
- },
"node_modules/@rjsf/core": {
"version": "5.24.13",
"resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.24.13.tgz",
@@ -12714,6 +12715,18 @@
"dev": true,
"license": "(Unlicense OR Apache-2.0)"
},
+ "node_modules/@standard-schema/spec": {
+ "version": "1.0.0",
+ "resolved":
"https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz",
+ "integrity":
"sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
+ "license": "MIT"
+ },
+ "node_modules/@standard-schema/utils": {
+ "version": "0.3.0",
+ "resolved":
"https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz",
+ "integrity":
"sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==",
+ "license": "MIT"
+ },
"node_modules/@storybook/addon-actions": {
"version": "8.1.11",
"resolved":
"https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-8.1.11.tgz",
@@ -31717,9 +31730,9 @@
"license": "MIT"
},
"node_modules/immer": {
- "version": "10.1.1",
- "resolved": "https://registry.npmjs.org/immer/-/immer-10.1.1.tgz",
- "integrity":
"sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==",
+ "version": "10.2.0",
+ "resolved": "https://registry.npmjs.org/immer/-/immer-10.2.0.tgz",
+ "integrity":
"sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==",
"license": "MIT",
"funding": {
"type": "opencollective",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 390c9ff25a..e8366c1d91 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -97,7 +97,7 @@
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
- "@reduxjs/toolkit": "^1.9.3",
+ "@reduxjs/toolkit": "^2.10.1",
"@rjsf/core": "^5.24.13",
"@rjsf/utils": "^5.24.3",
"@rjsf/validator-ajv8": "^5.24.13",