Skip to content

Commit d89c0c6

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | npm | @babel/core | 7.28.0 | 7.28.0 | | npm | @emotion/jest | 11.13.0 | 11.13.0 | | npm | @grafana/eslint-config | 8.1.0 | 8.1.0 | | npm | @grafana/plugin-e2e | 2.1.7 | 2.1.7 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.54.1 | 1.54.1 | | npm | @stylistic/eslint-plugin | 5.2.2 | 5.2.2 | | 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/jest-dom | 6.6.4 | 6.6.4 | | npm | @testing-library/react | 16.3.0 | 16.3.0 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 24.1.0 | 24.1.0 | | npm | @types/semver | 7.7.0 | 7.7.0 | | npm | @types/uuid | 10.0.0 | 10.0.0 | | npm | @volkovlabs/eslint-config | 2.0.0 | 2.0.0 | | npm | @volkovlabs/jest-selectors | 1.5.0 | 1.5.0 | | npm | copy-webpack-plugin | 12.0.2 | 12.0.2 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint | 9.32.0 | 9.32.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 | jest | 29.7.0 | 29.7.0 | | npm | jest-environment-jsdom | 29.7.0 | 29.7.0 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | resize-observer-polyfill | 1.5.1 | 1.5.1 | | npm | sass | 1.89.2 | 1.89.2 | | npm | sass-loader | 16.0.5 | 16.0.5 | | npm | style-loader | 4.0.0 | 4.0.0 | | npm | swc-loader | 0.2.6 | 0.2.6 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | tsconfig-paths-webpack-plugin | 4.2.0 | 4.2.0 | | npm | typescript | 5.8.3 | 5.8.3 | | npm | util | 0.12.5 | 0.12.5 | | npm | webpack | 5.101.0 | 5.101.0 | | npm | webpack-cli | 6.0.1 | 6.0.1 | | npm | webpack-livereload-plugin | 3.0.2 | 3.0.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent bafdae0 commit d89c0c6

File tree

13 files changed

+163
-216
lines changed

13 files changed

+163
-216
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717

1818
- name: Setup Node.js environment
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2020
with:
2121
node-version: '20'
2222
cache: 'npm'
@@ -64,7 +64,7 @@ jobs:
6464
echo "checksum=$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)" >> $GITHUB_OUTPUT
6565
6666
- name: Upload coverage to Codecov
67-
uses: codecov/codecov-action@v4
67+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
6868
with:
6969
directory: ./coverage/
7070
files: ./coverage/lcov.info
@@ -73,13 +73,13 @@ jobs:
7373
fail_ci_if_error: false
7474

7575
- name: Upload artifact
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7777
with:
7878
name: ${{ steps.metadata.outputs.archive }}
7979
path: ${{ steps.metadata.outputs.archive }}
8080

8181
- name: Upload artifact checksum
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8383
with:
8484
name: ${{ steps.metadata.outputs.archive-checksum }}
8585
path: ${{ steps.metadata.outputs.archive-checksum }}

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v2
45+
uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@v2
59+
uses: github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,4 +69,4 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v2
72+
uses: github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2

.github/workflows/e2e.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717

1818
- name: Setup Node.js environment
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2020
with:
2121
node-version: "20"
2222
cache: "npm"
@@ -36,7 +36,7 @@ jobs:
3636
- name: Stop Grafana
3737
run: docker compose down
3838

39-
- uses: actions/upload-artifact@v4
39+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4040
if: ${{ !cancelled() }}
4141
with:
4242
name: playwright-report
@@ -47,10 +47,10 @@ jobs:
4747
runs-on: ubuntu-latest
4848

4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5151

5252
- name: Setup Node.js environment
53-
uses: actions/setup-node@v4
53+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5454
with:
5555
node-version: "20"
5656
cache: "npm"
@@ -70,7 +70,7 @@ jobs:
7070
- name: Stop Grafana
7171
run: docker compose down
7272

73-
- uses: actions/upload-artifact@v4
73+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7474
if: ${{ !cancelled() }}
7575
with:
7676
name: playwright-report-dependency

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2222

2323
- name: Setup Node.js environment
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2525
with:
2626
node-version: '20'
2727
cache: 'npm'
@@ -41,7 +41,7 @@ jobs:
4141
- name: Stop Grafana
4242
run: docker compose down
4343

44-
- uses: actions/upload-artifact@v4
44+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4545
if: ${{ !cancelled() }}
4646
with:
4747
name: playwright-report

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
attestations: write
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717

1818
- uses: grafana/plugin-actions/build-plugin@main
1919
with:

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- dependency
2121

2222
grafana:
23-
image: ghcr.io/volkovlabs/app:latest
23+
image: ghcr.io/volkovlabs/app:latest@sha256:7255f71881b7aa94198da4760a3c74fbbc5f6d16b592ec55f69c40c4e479b7be
2424
ports:
2525
- 3000:3000/tcp
2626
environment:
@@ -34,7 +34,7 @@ services:
3434
- dev
3535

3636
postgres:
37-
image: postgres
37+
image: postgres@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
3838
restart: always
3939
environment:
4040
POSTGRES_PASSWORD: postgres
@@ -65,7 +65,7 @@ services:
6565
- dependency
6666

6767
grafana-main:
68-
image: grafana/grafana:main
68+
image: grafana/grafana:main@sha256:067e385fa582fb5229442cd2b4d4aec1834c5e9339867ea99e78f7495945bf76
6969
ports:
7070
- 3000:3000/tcp
7171
environment:
@@ -79,7 +79,7 @@ services:
7979
- main
8080

8181
grafana-dep:
82-
image: grafana/grafana:11.0.0
82+
image: grafana/grafana:11.0.0@sha256:0dc5a246ab16bb2c38a349fb588174e832b4c6c2db0981d0c3e6cd774ba66a54
8383
ports:
8484
- 3000:3000/tcp
8585
environment:

0 commit comments

Comments
 (0)