From dc2e00ea10c470e5123edb7d2d5d9ac129114486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:52:54 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react-you-might-not-need-an-effect Bumps [eslint-plugin-react-you-might-not-need-an-effect](https://github.com/NickvanDyke/eslint-plugin-react-you-might-not-need-an-effect) from 0.5.1 to 0.7.0. - [Changelog](https://github.com/NickvanDyke/eslint-plugin-react-you-might-not-need-an-effect/blob/main/CHANGELOG.md) - [Commits](https://github.com/NickvanDyke/eslint-plugin-react-you-might-not-need-an-effect/commits) --- updated-dependencies: - dependency-name: eslint-plugin-react-you-might-not-need-an-effect dependency-version: 0.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- superset-frontend/package-lock.json | 10 +++++----- superset-frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 0f345b8eb31d..09059a634bbd 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -235,7 +235,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-prefer-function-component": "^5.0.0", - "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.1", + "eslint-plugin-react-you-might-not-need-an-effect": "^0.7.0", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^7.14.0", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors", @@ -26439,9 +26439,9 @@ "license": "MIT" }, "node_modules/eslint-plugin-react-you-might-not-need-an-effect": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-you-might-not-need-an-effect/-/eslint-plugin-react-you-might-not-need-an-effect-0.5.1.tgz", - "integrity": "sha512-Gi2kfHLkXUT3j+IAwgb8TEhY10iMwsdwSsgbIxk98zPpuPW7M52ey9fU1oPZrWUlyekr5eXwUCjeTHekS6Isrw==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-you-might-not-need-an-effect/-/eslint-plugin-react-you-might-not-need-an-effect-0.7.0.tgz", + "integrity": "sha512-oTUAcLqUeKZNbQoiD7Aep7qY5BynYMZbzX8TmXRwZ4/k3BSmFzfnZbnrV7mwDk8DAJW69OPQix4djoPVGdyTnQ==", "dev": true, "license": "MIT", "dependencies": { @@ -65189,7 +65189,7 @@ "license": "Apache-2.0", "dependencies": { "@deck.gl/aggregation-layers": "~9.2.5", - "@deck.gl/core": "~9.2.2", + "@deck.gl/core": "~9.2.5", "@deck.gl/extensions": "~9.2.2", "@deck.gl/geo-layers": "~9.2.5", "@deck.gl/layers": "~9.2.5", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 0470f798167f..e35637cb8f9e 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -314,7 +314,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-prefer-function-component": "^5.0.0", - "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.1", + "eslint-plugin-react-you-might-not-need-an-effect": "^0.7.0", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^7.14.0", "eslint-plugin-theme-colors": "file:eslint-rules/eslint-plugin-theme-colors",