Skip to content

Commit d01eadb

Browse files
chore(deps): pin dependencies (#239)
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>
1 parent a403fd3 commit d01eadb

File tree

8 files changed

+204
-892
lines changed

8 files changed

+204
-892
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:0fa9cbdd2826d3866238a22f12330aa70f263129324509756fe0ee1b570a8e21
22
ARG grafana_image=grafana-enterprise
33

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

.github/workflows/is-compatible.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
permissions:
99
contents: read
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1212
with:
1313
persist-credentials: false
1414
- name: Setup Node.js environment
15-
uses: actions/setup-node@v6
15+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1616
with:
1717
node-version-file: '.nvmrc'
1818
cache: 'yarn'

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 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@67018539274d69449ef7c02e8e71183d1719ab42 # v2
3333
with:
3434
app-id: ${{ env.AWS_DS_TOKEN_CREATOR_ID }}
3535
private-key: ${{ env.AWS_DS_TOKEN_CREATOR_PEM }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: write
3434
id-token: write
3535
attestations: write
36-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v3
36+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ddc6565117d4fd559e0f22c4f9cf1ac76c229e14 # ci-cd-workflows/v3
3737
with:
3838
branch: ${{ github.event.inputs.branch }}
3939
environment: ${{ matrix.environment }}

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: read
1515
id-token: write
16-
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v3
16+
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ddc6565117d4fd559e0f22c4f9cf1ac76c229e14 # ci-cd-workflows/v3
1717
with:
1818
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }}
1919
golangci-lint-version: '2.0.2'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919
with:
2020
persist-credentials: false
2121
- uses: grafana/plugin-actions/build-plugin@main

package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -16,58 +16,58 @@
1616
"author": "Grafana",
1717
"license": "Apache-2.0",
1818
"devDependencies": {
19-
"@eslint/eslintrc": "^3.3.1",
20-
"@eslint/js": "^9.38.0",
21-
"@grafana/eslint-config": "^8.2.0",
22-
"@grafana/plugin-e2e": "^2.1.8",
23-
"@grafana/tsconfig": "^2.0.1",
19+
"@eslint/eslintrc": "3.3.1",
20+
"@eslint/js": "9.38.0",
21+
"@grafana/eslint-config": "8.2.0",
22+
"@grafana/plugin-e2e": "2.1.8",
23+
"@grafana/tsconfig": "2.0.1",
2424
"@playwright/test": "1.56.1",
25-
"@stylistic/eslint-plugin-ts": "^4.4.1",
26-
"@swc/core": "^1.13.21",
27-
"@swc/helpers": "^0.5.17",
28-
"@swc/jest": "^0.2.39",
25+
"@stylistic/eslint-plugin-ts": "4.4.1",
26+
"@swc/core": "1.13.21",
27+
"@swc/helpers": "0.5.17",
28+
"@swc/jest": "0.2.39",
2929
"@testing-library/jest-dom": "6.9.1",
3030
"@testing-library/react": "16.3.0",
31-
"@testing-library/user-event": "^14.6.1",
32-
"@types/common-tags": "^1.8.4",
33-
"@types/jest": "^30.0.0",
34-
"@types/jsurl": "^0.1.2",
35-
"@types/node": "^22.18.13",
36-
"@types/prismjs": "^1.26.5",
37-
"@types/slate": "^0.47.16",
38-
"@typescript-eslint/eslint-plugin": "^8.46.2",
39-
"@typescript-eslint/parser": "^8.44.1",
40-
"copy-webpack-plugin": "^13.0.1",
41-
"css-loader": "^7.1.2",
42-
"eslint": "^9.37.0",
43-
"eslint-config-prettier": "^10.1.8",
44-
"eslint-plugin-deprecation": "^3.0.0",
45-
"eslint-plugin-jsdoc": "^60.5.0",
46-
"eslint-plugin-react": "^7.37.5",
47-
"eslint-plugin-react-hooks": "^5.2.0",
48-
"eslint-webpack-plugin": "^5.0.2",
49-
"fork-ts-checker-webpack-plugin": "^9.1.0",
50-
"glob": "^11.0.3",
31+
"@testing-library/user-event": "14.6.1",
32+
"@types/common-tags": "1.8.4",
33+
"@types/jest": "30.0.0",
34+
"@types/jsurl": "0.1.2",
35+
"@types/node": "22.18.13",
36+
"@types/prismjs": "1.26.5",
37+
"@types/slate": "0.47.16",
38+
"@typescript-eslint/eslint-plugin": "8.46.2",
39+
"@typescript-eslint/parser": "8.45.0",
40+
"copy-webpack-plugin": "13.0.1",
41+
"css-loader": "7.1.2",
42+
"eslint": "9.38.0",
43+
"eslint-config-prettier": "10.1.8",
44+
"eslint-plugin-deprecation": "3.0.0",
45+
"eslint-plugin-jsdoc": "60.8.3",
46+
"eslint-plugin-react": "7.37.5",
47+
"eslint-plugin-react-hooks": "5.2.0",
48+
"eslint-webpack-plugin": "5.0.2",
49+
"fork-ts-checker-webpack-plugin": "9.1.0",
50+
"glob": "11.0.3",
5151
"identity-obj-proxy": "3.0.0",
52-
"imports-loader": "^5.0.0",
53-
"jest": "^30.0.5",
54-
"jest-environment-jsdom": "^30.0.5",
55-
"prettier": "^3.6.2",
56-
"react-select-event": "^5.5.1",
57-
"replace-in-file-webpack-plugin": "^1.0.6",
52+
"imports-loader": "5.0.0",
53+
"jest": "30.0.5",
54+
"jest-environment-jsdom": "30.0.5",
55+
"prettier": "3.6.2",
56+
"react-select-event": "5.5.1",
57+
"replace-in-file-webpack-plugin": "1.0.6",
5858
"sass": "1.89.2",
5959
"sass-loader": "16.0.6",
60-
"semver": "^7.7.3",
60+
"semver": "7.7.3",
6161
"style-loader": "4.0.0",
62-
"swc-loader": "^0.2.3",
63-
"terser-webpack-plugin": "^5.3.10",
64-
"ts-node": "^10.9.2",
62+
"swc-loader": "0.2.6",
63+
"terser-webpack-plugin": "5.3.14",
64+
"ts-node": "10.9.2",
6565
"typescript": "5.9.3",
66-
"webpack": "^5.102.1",
67-
"webpack-cli": "^6.0.1",
68-
"webpack-livereload-plugin": "^3.0.2",
69-
"webpack-subresource-integrity": "^5.1.0",
70-
"webpack-virtual-modules": "^0.6.2"
66+
"webpack": "5.102.1",
67+
"webpack-cli": "6.0.1",
68+
"webpack-livereload-plugin": "3.0.2",
69+
"webpack-subresource-integrity": "5.1.0",
70+
"webpack-virtual-modules": "0.6.2"
7171
},
7272
"engines": {
7373
"node": ">=22"

0 commit comments

Comments
 (0)