This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.52.0` → `8.53.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.52.0/8.53.0) |  |  | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.52.0` → `8.53.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.52.0/8.53.0) |  |  | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)</summary> ### [`v8.53.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8530-2026-01-12) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.52.0...v8.53.0) ##### 🚀 Features - **eslint-plugin:** add rule \[strict-void-return] ([#​9707](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9707)) - **eslint-plugin:** \[no-unused-vars] add a fixer to remove unused imports ([#​11922](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11922)) ##### 🩹 Fixes - **eslint-plugin:** \[no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter ([#​11916](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11916)) - **eslint-plugin:** replace unclear "`error` typed" with more helpful description ([#​11704](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11704)) - **typescript-estree:** forbid invalid `extends` and `implements` in interface declaration ([#​11935](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11935)) - **typescript-estree:** forbid invalid class implements ([#​11934](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11934)) - **typescript-estree:** forbid type-only import with both default and named specifiers ([#​11930](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11930)) ##### ❤️ Thank You - Brad Zacher [@​bradzacher](https://redirect.github.com/bradzacher) - fisker Cheung [@​fisker](https://redirect.github.com/fisker) - Josh Goldberg - Josh Goldberg ✨ - Kirk Waiblinger - Niki [@​phaux](https://redirect.github.com/phaux) - Nikita - SungHyun627 [@​SungHyun627](https://redirect.github.com/SungHyun627) - Will Harney [@​wjhsf](https://redirect.github.com/wjhsf) You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary> ### [`v8.53.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8530-2026-01-12) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.52.0...v8.53.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuODIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
116 lines
3.7 KiB
JSON
116 lines
3.7 KiB
JSON
{
|
|
"name": "grafana-zabbix",
|
|
"version": "6.1.1",
|
|
"description": "Zabbix plugin for Grafana",
|
|
"homepage": "http://grafana-zabbix.org",
|
|
"bugs": {
|
|
"url": "https://github.com/grafana/grafana-zabbix/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/grafana/grafana-zabbix.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "Grafana Labs",
|
|
"scripts": {
|
|
"build": "webpack -c ./webpack.config.ts --env production",
|
|
"dev": "webpack -w -c ./webpack.config.ts --env development",
|
|
"e2e": "playwright test",
|
|
"lint": "eslint --cache .",
|
|
"lint:fix": "yarn run lint --fix && prettier --write --list-different .",
|
|
"server": "docker compose up --build",
|
|
"server:down": "docker compose --file ./devenv/default/docker-compose.yml down",
|
|
"server:stop": "docker compose --file ./devenv/default/docker-compose.yml stop",
|
|
"sign": "npx --yes @grafana/sign-plugin@latest",
|
|
"spellcheck": "cspell -c cspell.config.json \"**/*.{ts,tsx,js,go,md,mdx,yml,yaml,json,scss,css}\"",
|
|
"test": "jest --watch --onlyChanged",
|
|
"test:ci": "jest --passWithNoTests --maxWorkers 4",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "11.13.5",
|
|
"@grafana/data": "12.3.1",
|
|
"@grafana/i18n": "12.3.1",
|
|
"@grafana/plugin-ui": "0.12.1",
|
|
"@grafana/runtime": "12.3.1",
|
|
"@grafana/schema": "12.3.1",
|
|
"@grafana/ui": "12.3.1",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-use": "17.6.0",
|
|
"rxjs": "7.8.2",
|
|
"tslib": "2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.28.6",
|
|
"@changesets/cli": "2.29.8",
|
|
"@grafana/e2e-selectors": "12.3.1",
|
|
"@grafana/eslint-config": "9.0.0",
|
|
"@grafana/plugin-e2e": "3.1.2",
|
|
"@grafana/tsconfig": "2.0.1",
|
|
"@playwright/test": "1.57.0",
|
|
"@stylistic/eslint-plugin-ts": "4.4.1",
|
|
"@swc/core": "1.15.8",
|
|
"@swc/helpers": "0.5.18",
|
|
"@swc/jest": "0.2.39",
|
|
"@tanstack/react-table": "8.21.3",
|
|
"@testing-library/dom": "10.4.1",
|
|
"@testing-library/jest-dom": "6.9.1",
|
|
"@testing-library/react": "16.3.1",
|
|
"@types/grafana": "github:CorpGlory/types-grafana",
|
|
"@types/jest": "30.0.0",
|
|
"@types/lodash": "4.17.23",
|
|
"@types/node": "25.0.9",
|
|
"@types/react": "18.3.27",
|
|
"@types/react-dom": "18.3.7",
|
|
"@typescript-eslint/eslint-plugin": "8.53.0",
|
|
"@typescript-eslint/parser": "8.53.0",
|
|
"autoprefixer": "10.4.23",
|
|
"copy-webpack-plugin": "13.0.1",
|
|
"cspell": "9.6.0",
|
|
"css-loader": "7.1.2",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-jsdoc": "62.1.0",
|
|
"eslint-plugin-prettier": "5.5.5",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-webpack-plugin": "5.0.2",
|
|
"fork-ts-checker-webpack-plugin": "9.1.0",
|
|
"glob": "13.0.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"imports-loader": "5.0.0",
|
|
"jest": "30.2.0",
|
|
"jest-environment-jsdom": "30.2.0",
|
|
"lodash": "4.17.21",
|
|
"mini-css-extract-plugin": "2.10.0",
|
|
"moment": "2.30.1",
|
|
"postcss": "8.5.6",
|
|
"postcss-loader": "8.2.0",
|
|
"postcss-reporter": "7.1.0",
|
|
"postcss-scss": "4.0.9",
|
|
"prettier": "3.8.0",
|
|
"replace-in-file-webpack-plugin": "1.0.6",
|
|
"sass": "1.97.2",
|
|
"sass-loader": "16.0.6",
|
|
"semver": "7.7.3",
|
|
"style-loader": "4.0.0",
|
|
"swc-loader": "0.2.7",
|
|
"terser-webpack-plugin": "5.3.16",
|
|
"ts-node": "10.9.2",
|
|
"tsconfig-paths": "4.2.0",
|
|
"typescript": "5.9.3",
|
|
"webpack": "5.104.1",
|
|
"webpack-cli": "6.0.1",
|
|
"webpack-livereload-plugin": "3.0.2",
|
|
"webpack-remove-empty-scripts": "1.1.1",
|
|
"webpack-subresource-integrity": "5.1.0",
|
|
"webpack-virtual-modules": "0.6.2"
|
|
},
|
|
"resolutions": {
|
|
"glob": "^13.0.0",
|
|
"js-yaml": "4.1.1"
|
|
},
|
|
"packageManager": "yarn@4.12.0"
|
|
}
|