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:0fa9cbdd2826d3866238a22f12330aa70f263129324509756fe0ee1b570a8e21
ARG grafana_image=grafana-enterprise

FROM grafana/${grafana_image}:${grafana_version}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/is-compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
persist-credentials: false
- name: Setup Node.js environment
uses: actions/setup-node@v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: '20'
cache: 'yarn'
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v5
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
repository: 'grafana/grafana-github-actions'
path: ./actions
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
prometheus:
image: prom/prometheus:v3.1.0
image: prom/prometheus:v3.1.0@sha256:6559acbd5d770b15bb3c954629ce190ac3cbbdb2b7f1c30f0385c4e05104e218
ports:
- "9090:9090"
volumes:
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@eslint/compat": "1.3.0",
"@grafana/e2e-selectors": "12.1.0",
"@grafana/eslint-config": "8.0.0",
"@grafana/plugin-e2e": "^2.0.1",
"@grafana/tsconfig": "^2.0.0",
"@lezer/highlight": "^1.2.1",
"@grafana/plugin-e2e": "2.0.1",
"@grafana/tsconfig": "2.0.0",
"@lezer/highlight": "1.2.1",
"@playwright/test": "1.53.2",
"@stylistic/eslint-plugin-ts": "3.1.0",
"@swc/core": "1.11.24",
Expand Down Expand Up @@ -66,27 +66,27 @@
"glob": "11.0.3",
"i18next-parser": "9.3.0",
"identity-obj-proxy": "3.0.0",
"imports-loader": "^5.0.0",
"imports-loader": "5.0.0",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"prettier": "3.5.3",
"react-popper-tooltip": "4.4.2",
"replace-in-file-webpack-plugin": "^1.0.6",
"replace-in-file-webpack-plugin": "1.0.6",
"sass": "1.89.2",
"sass-loader": "16.0.5",
"semver": "^7.7.2",
"semver": "7.7.2",
"style-loader": "4.0.0",
"swc-loader": "0.2.6",
"terser-webpack-plugin": "^5.3.10",
"terser-webpack-plugin": "5.3.14",
"testing-library-selector": "0.3.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.9.2",
"webpack": "5.101.0",
"webpack-cli": "^6.0.1",
"webpack-livereload-plugin": "^3.0.2",
"webpack-subresource-integrity": "^5.1.0",
"webpack-virtual-modules": "^0.6.2"
"webpack-cli": "6.0.1",
"webpack-livereload-plugin": "3.0.2",
"webpack-subresource-integrity": "5.1.0",
"webpack-virtual-modules": "0.6.2"
},
"dependencies": {
"@emotion/css": "11.13.5",
Expand Down
Loading
Loading