From 64b7868091907070c4f882167bbaf572e51d73f2 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:16:51 +0000 Subject: [PATCH] chore(deps): update eslint monorepo to ^9.34.0 | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | npm | @eslint/js | 9.34.0 | 9.38.0 | | npm | eslint | 9.36.0 | 9.38.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 432d570..3759045 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "^9.18.0", + "@eslint/js": "^9.34.0", "@grafana/data": "12.2.1", "@grafana/eslint-config": "^8.0.0", "@grafana/runtime": "12.2.1", @@ -52,7 +52,7 @@ "@typescript-eslint/eslint-plugin": "^8.12.0", "@typescript-eslint/parser": "^8.12.0", "esbuild": "^0.25.0", - "eslint": "^9.18.0", + "eslint": "^9.36.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-jsdoc": "^60.5.0", "eslint-plugin-react": "^7.37.2",