Skip to content

Commit 320d90a

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | -------- | -------- | | npm | @babel/core | 7.28.5 | 7.28.5 | | npm | @eslint/eslintrc | 3.3.1 | 3.3.1 | | npm | @eslint/js | 9.38.0 | 9.38.0 | | npm | @grafana/eslint-config | 8.2.0 | 8.2.0 | | npm | @grafana/plugin-e2e | 2.2.3 | 2.2.3 | | 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.21 | 1.13.21 | | npm | @swc/helpers | 0.5.17 | 0.5.17 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/user-event | 14.6.1 | 14.6.1 | | npm | @types/jest | 30.0.0 | 30.0.0 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 22.18.12 | 22.18.12 | | npm | @types/semver | 7.7.1 | 7.7.1 | | npm | @typescript-eslint/eslint-plugin | 8.44.1 | 8.44.1 | | npm | @typescript-eslint/parser | 8.46.2 | 8.46.2 | | npm | copy-webpack-plugin | 13.0.1 | 13.0.1 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | dotenv | 17.2.3 | 17.2.3 | | npm | eslint | 9.38.0 | 9.38.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 | glob | 11.0.3 | 11.0.3 | | npm | imports-loader | 5.0.0 | 5.0.0 | | npm | jest | 30.2.0 | 30.2.0 | | npm | jest-environment-jsdom | 30.1.2 | 30.1.2 | | npm | lefthook | 1.13.6 | 1.13.6 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | react-select-event | 5.5.1 | 5.5.1 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | 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 c2e78a7 commit 320d90a

File tree

8 files changed

+174
-311
lines changed

8 files changed

+174
-311
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/detect-breaking-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
compatibilitycheck:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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

.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
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
environment: [dev, ops, prod]
3131
name: CD
32-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v3
32+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ddc6565117d4fd559e0f22c4f9cf1ac76c229e14 # ci-cd-workflows/v3
3333
permissions:
3434
contents: write
3535
id-token: write

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: {}
1111
jobs:
1212
ci:
1313
name: CI
14-
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ci-cd-workflows/v3
14+
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@ddc6565117d4fd559e0f22c4f9cf1ac76c229e14 # ci-cd-workflows/v3
1515
permissions:
1616
contents: read
1717
id-token: write

.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: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -35,62 +35,62 @@
3535
"tslib": "2.8.1"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.28.5",
39-
"@eslint/eslintrc": "^3.3.1",
40-
"@eslint/js": "^9.37.0",
38+
"@babel/core": "7.28.5",
39+
"@eslint/eslintrc": "3.3.1",
40+
"@eslint/js": "9.38.0",
4141
"@grafana/aws-sdk": "0.8.2",
42-
"@grafana/eslint-config": "^8.1.0",
43-
"@grafana/plugin-e2e": "^2.2.3",
44-
"@grafana/tsconfig": "^2.0.1",
42+
"@grafana/eslint-config": "8.2.0",
43+
"@grafana/plugin-e2e": "2.2.3",
44+
"@grafana/tsconfig": "2.0.1",
4545
"@playwright/test": "1.54.2",
46-
"@stylistic/eslint-plugin-ts": "^4.4.1",
47-
"@swc/core": "^1.13.21",
48-
"@swc/helpers": "^0.5.17",
49-
"@swc/jest": "^0.2.39",
46+
"@stylistic/eslint-plugin-ts": "4.4.1",
47+
"@swc/core": "1.13.21",
48+
"@swc/helpers": "0.5.17",
49+
"@swc/jest": "0.2.39",
5050
"@testing-library/jest-dom": "6.9.1",
5151
"@testing-library/react": "16.3.0",
52-
"@testing-library/user-event": "^14.6.0",
53-
"@types/jest": "^30.0.0",
54-
"@types/lodash": "^4.17.20",
55-
"@types/node": "^22.18.12",
56-
"@types/semver": "^7.7.1",
57-
"@typescript-eslint/eslint-plugin": "^8.38.0",
58-
"@typescript-eslint/parser": "^8.46.1",
59-
"copy-webpack-plugin": "^13.0.1",
52+
"@testing-library/user-event": "14.6.1",
53+
"@types/jest": "30.0.0",
54+
"@types/lodash": "4.17.20",
55+
"@types/node": "22.18.12",
56+
"@types/semver": "7.7.1",
57+
"@typescript-eslint/eslint-plugin": "8.44.1",
58+
"@typescript-eslint/parser": "8.46.2",
59+
"copy-webpack-plugin": "13.0.1",
6060
"cspell": "9.1.5",
61-
"css-loader": "^7.1.2",
62-
"dotenv": "^17.2.3",
63-
"eslint": "^9.37.0",
64-
"eslint-config-prettier": "^10.1.8",
65-
"eslint-plugin-deprecation": "^3.0.0",
66-
"eslint-plugin-jsdoc": "^51.4.1",
67-
"eslint-plugin-prettier": "^5.5.4",
68-
"eslint-plugin-react": "^7.37.5",
69-
"eslint-plugin-react-hooks": "^5.2.0",
70-
"eslint-webpack-plugin": "^5.0.2",
71-
"fork-ts-checker-webpack-plugin": "^9.1.0",
72-
"glob": "^11.0.3",
61+
"css-loader": "7.1.2",
62+
"dotenv": "17.2.3",
63+
"eslint": "9.38.0",
64+
"eslint-config-prettier": "10.1.8",
65+
"eslint-plugin-deprecation": "3.0.0",
66+
"eslint-plugin-jsdoc": "51.4.1",
67+
"eslint-plugin-prettier": "5.5.4",
68+
"eslint-plugin-react": "7.37.5",
69+
"eslint-plugin-react-hooks": "5.2.0",
70+
"eslint-webpack-plugin": "5.0.2",
71+
"fork-ts-checker-webpack-plugin": "9.1.0",
72+
"glob": "11.0.3",
7373
"identity-obj-proxy": "3.0.0",
74-
"imports-loader": "^5.0.0",
75-
"jest": "^30.2.0",
76-
"jest-environment-jsdom": "^30.1.2",
77-
"lefthook": "^1.13.6",
78-
"prettier": "^3.6.2",
79-
"react-select-event": "^5.3.0",
80-
"replace-in-file-webpack-plugin": "^1.0.6",
74+
"imports-loader": "5.0.0",
75+
"jest": "30.2.0",
76+
"jest-environment-jsdom": "30.1.2",
77+
"lefthook": "1.13.6",
78+
"prettier": "3.6.2",
79+
"react-select-event": "5.5.1",
80+
"replace-in-file-webpack-plugin": "1.0.6",
8181
"sass": "1.92.1",
8282
"sass-loader": "16.0.6",
8383
"style-loader": "4.0.0",
84-
"swc-loader": "^0.2.3",
85-
"terser-webpack-plugin": "^5.3.14",
86-
"ts-node": "^10.9.2",
87-
"tsconfig-paths": "^4.2.0",
84+
"swc-loader": "0.2.6",
85+
"terser-webpack-plugin": "5.3.14",
86+
"ts-node": "10.9.2",
87+
"tsconfig-paths": "4.2.0",
8888
"typescript": "5.9.3",
89-
"webpack": "^5.101.3",
90-
"webpack-cli": "^6.0.1",
91-
"webpack-livereload-plugin": "^3.0.2",
92-
"webpack-subresource-integrity": "^5.1.0",
93-
"webpack-virtual-modules": "^0.6.2"
89+
"webpack": "5.101.3",
90+
"webpack-cli": "6.0.1",
91+
"webpack-livereload-plugin": "3.0.2",
92+
"webpack-subresource-integrity": "5.1.0",
93+
"webpack-virtual-modules": "0.6.2"
9494
},
9595
"engines": {
9696
"node": ">=20"

0 commit comments

Comments
 (0)