Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG grafana_version=latest
ARG grafana_version=latest@sha256:582fc54fb34a09bf3ecd8ac2196e16705a893582eb460e25db0d37c0b2bb19c4
ARG grafana_image=grafana-enterprise

FROM grafana/${grafana_image}:${grafana_version}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/detect-breaking-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
compatibilitycheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
repository: 'grafana/grafana-github-actions'
path: ./actions
Expand Down
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,57 +38,57 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/eslint-config": "^9.0.0",
"@grafana/plugin-e2e": "^3.0.0",
"@grafana/tsconfig": "^2.0.0",
"@babel/core": "7.26.9",
"@grafana/eslint-config": "9.0.0",
"@grafana/plugin-e2e": "3.2.1",
"@grafana/tsconfig": "2.0.0",
"@playwright/test": "1.50.1",
"@stylistic/eslint-plugin-ts": "^4.0.0",
"@swc/core": "^1.15.11",
"@swc/helpers": "^0.5.15",
"@swc/jest": "^0.2.37",
"@stylistic/eslint-plugin-ts": "4.4.1",
"@swc/core": "1.15.11",
"@swc/helpers": "0.5.18",
"@swc/jest": "0.2.39",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.194",
"@types/node": "^20.8.7",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.15",
"@types/node": "20.17.19",
"@types/react": "17.0.90",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"copy-webpack-plugin": "^13.0.0",
"cspell": "^9.0.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-jsdoc": "^62.0.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-webpack-plugin": "^5.0.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"copy-webpack-plugin": "13.0.1",
"cspell": "9.6.4",
"css-loader": "7.1.2",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-jsdoc": "62.5.3",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-webpack-plugin": "5.0.2",
"fork-ts-checker-webpack-plugin": "9.1.0",
"glob": "^11.0.1",
"identity-obj-proxy": "3.0.0",
"imports-loader": "^5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.5.1",
"replace-in-file-webpack-plugin": "^1.0.6",
"imports-loader": "5.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.5.1",
"replace-in-file-webpack-plugin": "1.0.6",
"sass": "1.97.3",
"sass-loader": "16.0.5",
"semver": "^7.6.3",
"semver": "7.7.3",
"style-loader": "4.0.0",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.14",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.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.94.0",
"webpack-cli": "^6.0.1",
"webpack-livereload-plugin": "^3.0.2",
"webpack-subresource-integrity": "^5.2.0-rc.1",
"webpack-virtual-modules": "^0.6.2",
"webpack": "5.105.0",
"webpack-cli": "6.0.1",
"webpack-livereload-plugin": "3.0.2",
"webpack-subresource-integrity": "5.2.0-rc.1",
"webpack-virtual-modules": "0.6.2",
"@types/testing-library__jest-dom": "5.14.9"
},
"resolutions": {
Expand Down
Loading
Loading