Skip to content

Commit 48ceb03

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.28.0 | 7.28.0 | | npm | @eslint/eslintrc | 3.3.1 | 3.3.1 | | npm | @eslint/js | 9.31.0 | 9.31.0 | | npm | @grafana/eslint-config | 8.1.0 | 8.1.0 | | npm | @grafana/plugin-e2e | 2.1.13 | 2.1.13 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.54.1 | 1.54.1 | | npm | @stylistic/eslint-plugin-ts | 4.4.1 | 4.4.1 | | npm | @swc/core | 1.13.3 | 1.13.3 | | npm | @swc/helpers | 0.5.17 | 0.5.17 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/dom | 10.4.0 | 10.4.0 | | npm | @types/jest | 30.0.0 | 30.0.0 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 22.16.5 | 22.16.5 | | npm | @types/semver | 7.7.0 | 7.7.0 | | npm | @typescript-eslint/eslint-plugin | 8.32.1 | 8.32.1 | | npm | @typescript-eslint/parser | 8.38.0 | 8.38.0 | | npm | copy-webpack-plugin | 13.0.0 | 13.0.0 | | npm | cspell | 9.1.5 | 9.1.5 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint | 9.31.0 | 9.31.0 | | npm | eslint-config-prettier | 10.1.8 | 10.1.8 | | npm | eslint-plugin-deprecation | 3.0.0 | 3.0.0 | | npm | eslint-plugin-jsdoc | 50.6.17 | 50.6.17 | | npm | eslint-plugin-prettier | 5.4.0 | 5.4.0 | | npm | eslint-plugin-react | 7.37.5 | 7.37.5 | | npm | eslint-plugin-react-hooks | 5.2.0 | 5.2.0 | | npm | eslint-webpack-plugin | 5.0.2 | 5.0.2 | | npm | imports-loader | 5.0.0 | 5.0.0 | | npm | jest | 30.0.4 | 30.0.4 | | npm | jest-environment-jsdom | 30.0.4 | 30.0.4 | | npm | lefthook | 1.12.2 | 1.12.2 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | semver | 7.7.2 | 7.7.2 | | npm | swc-loader | 0.2.6 | 0.2.6 | | npm | terser-webpack-plugin | 5.3.14 | 5.3.14 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | webpack | 5.100.2 | 5.100.2 | | npm | webpack-cli | 6.0.1 | 6.0.1 | | npm | webpack-livereload-plugin | 3.0.2 | 3.0.2 | | npm | webpack-subresource-integrity | 5.1.0 | 5.1.0 | | npm | webpack-virtual-modules | 0.6.2 | 0.6.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 87a674e commit 48ceb03

File tree

5 files changed

+193
-907
lines changed

5 files changed

+193
-907
lines changed

.config/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG grafana_version=latest
1+
ARG grafana_version=latest@sha256:96a793a92c9a77cf543d6e5c55100cd296ed9e22487dc3d069331364c456247b
22
ARG grafana_image=grafana-enterprise
33

44
FROM grafana/${grafana_image}:${grafana_version}

.github/workflows/issue_commands.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Actions
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1616
with:
1717
repository: 'grafana/grafana-github-actions'
1818
path: ./actions
@@ -29,7 +29,7 @@ jobs:
2929
AWS_DS_TOKEN_CREATOR_PEM=aws-ds-token-creator:pem
3030
- name: 'Generate token'
3131
id: generate_token
32-
uses: actions/create-github-app-token@v2
32+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
3333
with:
3434
app-id: ${{ env.AWS_DS_TOKEN_CREATOR_ID }}
3535
private-key: ${{ env.AWS_DS_TOKEN_CREATOR_PEM }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@v9
14+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
1717
# start from the oldest issues when performing stale operations

package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -34,65 +34,65 @@
3434
"tslib": "2.8.1"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "^7.28.0",
38-
"@eslint/eslintrc": "^3.3.1",
39-
"@eslint/js": "^9.31.0",
37+
"@babel/core": "7.28.0",
38+
"@eslint/eslintrc": "3.3.1",
39+
"@eslint/js": "9.31.0",
4040
"@grafana/aws-sdk": "0.7.1",
41-
"@grafana/eslint-config": "^8.1.0",
42-
"@grafana/plugin-e2e": "^2.1.13",
43-
"@grafana/tsconfig": "^2.0.0",
44-
"@playwright/test": "^1.54.1",
45-
"@stylistic/eslint-plugin-ts": "^4.4.1",
46-
"@swc/core": "^1.13.3",
47-
"@swc/helpers": "^0.5.17",
48-
"@swc/jest": "^0.2.39",
49-
"@testing-library/dom": "^10.3.1",
41+
"@grafana/eslint-config": "8.1.0",
42+
"@grafana/plugin-e2e": "2.1.13",
43+
"@grafana/tsconfig": "2.0.0",
44+
"@playwright/test": "1.54.1",
45+
"@stylistic/eslint-plugin-ts": "4.4.1",
46+
"@swc/core": "1.13.3",
47+
"@swc/helpers": "0.5.17",
48+
"@swc/jest": "0.2.39",
49+
"@testing-library/dom": "10.4.0",
5050
"@testing-library/jest-dom": "6.6.3",
5151
"@testing-library/react": "16.3.0",
52-
"@types/jest": "^30.0.0",
53-
"@types/lodash": "^4.17.20",
54-
"@types/node": "^22.16.5",
52+
"@types/jest": "30.0.0",
53+
"@types/lodash": "4.17.20",
54+
"@types/node": "22.16.5",
5555
"@types/prismjs": "1.26.5",
56-
"@types/semver": "^7.7.0",
56+
"@types/semver": "7.7.0",
5757
"@types/slate": "0.47.16",
5858
"@types/testing-library__jest-dom": "5.14.8",
59-
"@typescript-eslint/eslint-plugin": "^8.32.1",
60-
"@typescript-eslint/parser": "^8.38.0",
61-
"copy-webpack-plugin": "^13.0.0",
62-
"cspell": "^9.1.5",
63-
"css-loader": "^7.1.2",
64-
"eslint": "^9.31.0",
65-
"eslint-config-prettier": "^10.1.8",
66-
"eslint-plugin-deprecation": "^3.0.0",
67-
"eslint-plugin-jsdoc": "^50.6.17",
68-
"eslint-plugin-prettier": "^5.4.0",
69-
"eslint-plugin-react": "^7.37.5",
70-
"eslint-plugin-react-hooks": "^5.2.0",
71-
"eslint-webpack-plugin": "^5.0.2",
59+
"@typescript-eslint/eslint-plugin": "8.32.1",
60+
"@typescript-eslint/parser": "8.38.0",
61+
"copy-webpack-plugin": "13.0.0",
62+
"cspell": "9.1.5",
63+
"css-loader": "7.1.2",
64+
"eslint": "9.31.0",
65+
"eslint-config-prettier": "10.1.8",
66+
"eslint-plugin-deprecation": "3.0.0",
67+
"eslint-plugin-jsdoc": "50.6.17",
68+
"eslint-plugin-prettier": "5.4.0",
69+
"eslint-plugin-react": "7.37.5",
70+
"eslint-plugin-react-hooks": "5.2.0",
71+
"eslint-webpack-plugin": "5.0.2",
7272
"fork-ts-checker-webpack-plugin": "9.1.0",
7373
"glob": "^11.0.3",
7474
"identity-obj-proxy": "3.0.0",
75-
"imports-loader": "^5.0.0",
76-
"jest": "^30.0.4",
77-
"jest-environment-jsdom": "^30.0.4",
78-
"lefthook": "^1.12.2",
79-
"prettier": "^3.6.2",
75+
"imports-loader": "5.0.0",
76+
"jest": "30.0.4",
77+
"jest-environment-jsdom": "30.0.4",
78+
"lefthook": "1.12.2",
79+
"prettier": "3.6.2",
8080
"prismjs": "1.30.0",
81-
"replace-in-file-webpack-plugin": "^1.0.6",
81+
"replace-in-file-webpack-plugin": "1.0.6",
8282
"sass": "1.89.2",
8383
"sass-loader": "16.0.5",
84-
"semver": "^7.6.3",
84+
"semver": "7.7.2",
8585
"style-loader": "4.0.0",
86-
"swc-loader": "^0.2.3",
87-
"terser-webpack-plugin": "^5.3.14",
88-
"ts-node": "^10.9.2",
89-
"tsconfig-paths": "^4.2.0",
86+
"swc-loader": "0.2.6",
87+
"terser-webpack-plugin": "5.3.14",
88+
"ts-node": "10.9.2",
89+
"tsconfig-paths": "4.2.0",
9090
"typescript": "5.8.3",
91-
"webpack": "^5.100.2",
92-
"webpack-cli": "^6.0.1",
93-
"webpack-livereload-plugin": "^3.0.2",
94-
"webpack-subresource-integrity": "^5.1.0",
95-
"webpack-virtual-modules": "^0.6.2"
91+
"webpack": "5.100.2",
92+
"webpack-cli": "6.0.1",
93+
"webpack-livereload-plugin": "3.0.2",
94+
"webpack-subresource-integrity": "5.1.0",
95+
"webpack-virtual-modules": "0.6.2"
9696
},
9797
"packageManager": "[email protected]"
9898
}

0 commit comments

Comments
 (0)