Skip to content

Commit c93478c

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | -------- | -------- | | npm | @babel/core | 7.27.7 | 7.27.7 | | 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 | @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 | @types/jest | 30.0.0 | 30.0.0 | | npm | @types/node | 22.15.34 | 22.15.34 | | npm | @types/semver | 7.7.1 | 7.7.1 | | npm | @typescript-eslint/eslint-plugin | 8.35.0 | 8.35.0 | | npm | @typescript-eslint/parser | 8.35.0 | 8.35.0 | | npm | copy-webpack-plugin | 13.0.1 | 13.0.1 | | npm | cspell | 9.1.2 | 9.1.2 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | dotenv | 17.2.2 | 17.2.2 | | npm | eslint | 9.30.0 | 9.30.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.3.1 | 51.3.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 | glob | 11.0.3 | 11.0.3 | | npm | imports-loader | 5.0.0 | 5.0.0 | | npm | jest | 30.0.3 | 30.0.3 | | npm | jest-environment-jsdom | 30.1.2 | 30.1.2 | | 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 | 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.99.9 | 5.99.9 | | 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 d8bf485 commit c93478c

File tree

7 files changed

+185
-313
lines changed

7 files changed

+185
-313
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/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
@@ -25,7 +25,7 @@ permissions: {}
2525
jobs:
2626
cd:
2727
name: CD
28-
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ci-cd-workflows/v3
28+
uses: grafana/plugin-ci-workflows/.github/workflows/cd.yml@ddc6565117d4fd559e0f22c4f9cf1ac76c229e14 # ci-cd-workflows/v3
2929
permissions:
3030
contents: write
3131
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: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -33,61 +33,61 @@
3333
"tslib": "2.8.1"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "^7.27.7",
37-
"@eslint/eslintrc": "^3.3.1",
38-
"@eslint/js": "^9.31.0",
36+
"@babel/core": "7.27.7",
37+
"@eslint/eslintrc": "3.3.1",
38+
"@eslint/js": "9.31.0",
3939
"@grafana/aws-sdk": "0.7.1",
40-
"@grafana/eslint-config": "^8.1.0",
41-
"@grafana/plugin-e2e": "^2.1.13",
42-
"@grafana/tsconfig": "^2.0.0",
40+
"@grafana/eslint-config": "8.1.0",
41+
"@grafana/plugin-e2e": "2.1.13",
42+
"@grafana/tsconfig": "2.0.0",
4343
"@playwright/test": "1.53.1",
44-
"@stylistic/eslint-plugin-ts": "^4.4.1",
45-
"@swc/core": "^1.13.5",
46-
"@swc/helpers": "^0.5.17",
47-
"@swc/jest": "^0.2.39",
44+
"@stylistic/eslint-plugin-ts": "4.4.1",
45+
"@swc/core": "1.13.5",
46+
"@swc/helpers": "0.5.17",
47+
"@swc/jest": "0.2.39",
4848
"@testing-library/jest-dom": "6.6.3",
4949
"@testing-library/react": "16.3.0",
50-
"@types/jest": "^30.0.0",
51-
"@types/node": "^22.15.21",
52-
"@types/semver": "^7.7.1",
50+
"@types/jest": "30.0.0",
51+
"@types/node": "22.15.34",
52+
"@types/semver": "7.7.1",
5353
"@types/testing-library__jest-dom": "5.14.8",
54-
"@typescript-eslint/eslint-plugin": "^8.35.0",
55-
"@typescript-eslint/parser": "^8.35.0",
56-
"copy-webpack-plugin": "^13.0.1",
57-
"cspell": "^9.1.2",
58-
"css-loader": "^7.1.2",
59-
"dotenv": "^17.2.2",
60-
"eslint": "^9.30.0",
61-
"eslint-config-prettier": "^10.1.8",
62-
"eslint-plugin-deprecation": "^3.0.0",
63-
"eslint-plugin-jsdoc": "^51.3.1",
64-
"eslint-plugin-prettier": "^5.5.4",
65-
"eslint-plugin-react": "^7.37.5",
66-
"eslint-plugin-react-hooks": "^5.2.0",
67-
"eslint-webpack-plugin": "^5.0.2",
54+
"@typescript-eslint/eslint-plugin": "8.35.0",
55+
"@typescript-eslint/parser": "8.35.0",
56+
"copy-webpack-plugin": "13.0.1",
57+
"cspell": "9.1.2",
58+
"css-loader": "7.1.2",
59+
"dotenv": "17.2.2",
60+
"eslint": "9.30.0",
61+
"eslint-config-prettier": "10.1.8",
62+
"eslint-plugin-deprecation": "3.0.0",
63+
"eslint-plugin-jsdoc": "51.3.1",
64+
"eslint-plugin-prettier": "5.5.4",
65+
"eslint-plugin-react": "7.37.5",
66+
"eslint-plugin-react-hooks": "5.2.0",
67+
"eslint-webpack-plugin": "5.0.2",
6868
"fork-ts-checker-webpack-plugin": "9.1.0",
69-
"glob": "^11.0.3",
69+
"glob": "11.0.3",
7070
"identity-obj-proxy": "3.0.0",
71-
"imports-loader": "^5.0.0",
72-
"jest": "^30.0.3",
73-
"jest-environment-jsdom": "^30.1.2",
74-
"prettier": "^3.6.2",
75-
"react-select-event": "^5.3.0",
76-
"replace-in-file-webpack-plugin": "^1.0.6",
71+
"imports-loader": "5.0.0",
72+
"jest": "30.0.3",
73+
"jest-environment-jsdom": "30.1.2",
74+
"prettier": "3.6.2",
75+
"react-select-event": "5.5.1",
76+
"replace-in-file-webpack-plugin": "1.0.6",
7777
"sass": "1.92.1",
7878
"sass-loader": "16.0.5",
79-
"semver": "^7.6.3",
79+
"semver": "7.7.2",
8080
"style-loader": "4.0.0",
81-
"swc-loader": "^0.2.3",
82-
"terser-webpack-plugin": "^5.3.14",
83-
"ts-node": "^10.9.2",
84-
"tsconfig-paths": "^4.2.0",
81+
"swc-loader": "0.2.6",
82+
"terser-webpack-plugin": "5.3.14",
83+
"ts-node": "10.9.2",
84+
"tsconfig-paths": "4.2.0",
8585
"typescript": "5.8.3",
86-
"webpack": "^5.99.9",
87-
"webpack-cli": "^6.0.1",
88-
"webpack-livereload-plugin": "^3.0.2",
89-
"webpack-subresource-integrity": "^5.1.0",
90-
"webpack-virtual-modules": "^0.6.2"
86+
"webpack": "5.99.9",
87+
"webpack-cli": "6.0.1",
88+
"webpack-livereload-plugin": "3.0.2",
89+
"webpack-subresource-integrity": "5.1.0",
90+
"webpack-virtual-modules": "0.6.2"
9191
},
9292
"engines": {
9393
"node": ">=18"

0 commit comments

Comments
 (0)