Skip to content

Commit 66094f2

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.28.5 | 7.28.5 | | 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.1 | 2.0.1 | | npm | @stylistic/eslint-plugin-ts | 4.4.1 | 4.4.1 | | npm | @swc/core | 1.13.5 | 1.13.5 | | npm | @swc/helpers | 0.5.17 | 0.5.17 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/dom | 10.4.1 | 10.4.1 | | npm | @testing-library/user-event | 14.6.1 | 14.6.1 | | npm | @types/glob | 8.1.0 | 8.1.0 | | npm | @types/jest | 30.0.0 | 30.0.0 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 22.17.0 | 22.17.0 | | npm | @types/semver | 7.7.1 | 7.7.1 | | npm | @typescript-eslint/eslint-plugin | 8.39.0 | 8.39.0 | | npm | @typescript-eslint/parser | 8.39.0 | 8.39.0 | | npm | copy-webpack-plugin | 13.0.1 | 13.0.1 | | npm | cspell | 9.2.1 | 9.2.1 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | dotenv | 17.2.3 | 17.2.3 | | npm | eslint | 9.35.0 | 9.35.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 | 51.4.1 | 51.4.1 | | npm | eslint-plugin-prettier | 5.5.4 | 5.5.4 | | 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 | fork-ts-checker-webpack-plugin | 9.1.0 | 9.1.0 | | npm | imports-loader | 5.0.0 | 5.0.0 | | npm | jest | 30.0.5 | 30.0.5 | | npm | jest-environment-jsdom | 30.0.5 | 30.0.5 | | npm | lefthook | 1.12.4 | 1.12.4 | | npm | lodash | 4.17.21 | 4.17.21 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | semver | 7.7.3 | 7.7.3 | | 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.101.3 | 5.101.3 | | 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 f1e2c5d commit 66094f2

File tree

6 files changed

+165
-260
lines changed

6 files changed

+165
-260
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/detect-breaking-changes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ jobs:
66
compatibilitycheck:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1010
with:
1111
persist-credentials: false
12-
- uses: actions/setup-node@v6
12+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1313
with:
1414
node-version-file: '.nvmrc'
1515
- name: Install dependencies
1616
run: yarn install --immutable
1717
- name: Build plugin
1818
run: yarn build
1919
- name: Compatibility check
20-
uses: grafana/plugin-actions/is-compatible@v1
20+
uses: grafana/plugin-actions/is-compatible@8c65927553042c5cf701877636dd37344a8a0ce1 # v1
2121
with:
2222
module: './src/module.ts'
2323
comment-pr: 'no'

.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@v4
15+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
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@v10
14+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
1717
# start from the oldest issues when performing stale operations

package.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -36,63 +36,63 @@
3636
"tslib": "2.8.1"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.28.5",
39+
"@babel/core": "7.28.5",
4040
"@grafana/aws-sdk": "0.7.1",
41-
"@grafana/eslint-config": "^8.0.0",
42-
"@grafana/plugin-e2e": "^2.1.13",
43-
"@grafana/tsconfig": "^2.0.1",
41+
"@grafana/eslint-config": "8.1.0",
42+
"@grafana/plugin-e2e": "2.1.13",
43+
"@grafana/tsconfig": "2.0.1",
4444
"@playwright/test": "1.54.1",
45-
"@stylistic/eslint-plugin-ts": "^4.2.0",
46-
"@swc/core": "^1.13.5",
47-
"@swc/helpers": "^0.5.17",
48-
"@swc/jest": "^0.2.38",
49-
"@testing-library/dom": "^10.3.0",
45+
"@stylistic/eslint-plugin-ts": "4.4.1",
46+
"@swc/core": "1.13.5",
47+
"@swc/helpers": "0.5.17",
48+
"@swc/jest": "0.2.39",
49+
"@testing-library/dom": "10.4.1",
5050
"@testing-library/jest-dom": "6.8.0",
5151
"@testing-library/react": "16.3.0",
52-
"@testing-library/user-event": "^14.6.1",
53-
"@types/glob": "^8.1.0",
54-
"@types/jest": "^30.0.0",
55-
"@types/lodash": "^4.17.16",
56-
"@types/node": "^22.15.17",
57-
"@types/semver": "^7.7.1",
58-
"@typescript-eslint/eslint-plugin": "^8.32.1",
59-
"@typescript-eslint/parser": "^8.32.1",
60-
"copy-webpack-plugin": "^13.0.1",
61-
"cspell": "^9.2.1",
62-
"css-loader": "^7.1.2",
63-
"dotenv": "^17.2.3",
64-
"eslint": "^9.35.0",
65-
"eslint-config-prettier": "^10.1.5",
66-
"eslint-plugin-deprecation": "^3.0.0",
67-
"eslint-plugin-jsdoc": "^51.4.1",
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",
72-
"fork-ts-checker-webpack-plugin": "^9.1.0",
52+
"@testing-library/user-event": "14.6.1",
53+
"@types/glob": "8.1.0",
54+
"@types/jest": "30.0.0",
55+
"@types/lodash": "4.17.20",
56+
"@types/node": "22.17.0",
57+
"@types/semver": "7.7.1",
58+
"@typescript-eslint/eslint-plugin": "8.39.0",
59+
"@typescript-eslint/parser": "8.39.0",
60+
"copy-webpack-plugin": "13.0.1",
61+
"cspell": "9.2.1",
62+
"css-loader": "7.1.2",
63+
"dotenv": "17.2.3",
64+
"eslint": "9.35.0",
65+
"eslint-config-prettier": "10.1.8",
66+
"eslint-plugin-deprecation": "3.0.0",
67+
"eslint-plugin-jsdoc": "51.4.1",
68+
"eslint-plugin-prettier": "5.5.4",
69+
"eslint-plugin-react": "7.37.5",
70+
"eslint-plugin-react-hooks": "5.2.0",
71+
"eslint-webpack-plugin": "5.0.2",
72+
"fork-ts-checker-webpack-plugin": "9.1.0",
7373
"glob": "^11.0.2",
7474
"identity-obj-proxy": "3.0.0",
75-
"imports-loader": "^5.0.0",
76-
"jest": "^30.0.4",
77-
"jest-environment-jsdom": "^30.0.5",
78-
"lefthook": "^1.12.4",
79-
"lodash": "^4.17.21",
80-
"prettier": "^3.6.2",
81-
"replace-in-file-webpack-plugin": "^1.0.6",
75+
"imports-loader": "5.0.0",
76+
"jest": "30.0.5",
77+
"jest-environment-jsdom": "30.0.5",
78+
"lefthook": "1.12.4",
79+
"lodash": "4.17.21",
80+
"prettier": "3.6.2",
81+
"replace-in-file-webpack-plugin": "1.0.6",
8282
"sass": "1.89.2",
8383
"sass-loader": "16.0.6",
84-
"semver": "^7.7.3",
84+
"semver": "7.7.3",
8585
"style-loader": "4.0.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",
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.101.3",
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.101.3",
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)