Skip to content

Commit 2fe0810

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | npm | @babel/core | 7.26.0 | 7.26.0 | | npm | @grafana/eslint-config | 8.0.0 | 8.0.0 | | npm | @grafana/plugin-e2e | 1.14.1 | 1.14.1 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.49.1 | 1.49.1 | | npm | @swc/core | 1.10.1 | 1.10.1 | | npm | @swc/helpers | 0.5.15 | 0.5.15 | | npm | @swc/jest | 0.2.37 | 0.2.37 | | npm | @testing-library/jest-dom | 6.6.3 | 6.6.3 | | npm | @testing-library/react | 16.1.0 | 16.1.0 | | npm | @types/express | 4.17.21 | 4.17.21 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.13 | 4.17.13 | | npm | @types/node | 22.10.2 | 22.10.2 | | npm | @volkovlabs/eslint-config | 1.3.0 | 1.3.0 | | npm | copy-webpack-plugin | 12.0.2 | 12.0.2 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint-plugin-deprecation | 3.0.0 | 3.0.0 | | npm | eslint-plugin-react | 7.37.2 | 7.37.2 | | npm | eslint-webpack-plugin | 4.2.0 | 4.2.0 | | npm | fork-ts-checker-webpack-plugin | 9.0.2 | 9.0.2 | | npm | glob | 11.0.0 | 11.0.0 | | npm | jest | 29.7.0 | 29.7.0 | | npm | jest-environment-jsdom | 29.7.0 | 29.7.0 | | npm | prettier | 3.4.2 | 3.4.2 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | sass | 1.83.0 | 1.83.0 | | npm | sass-loader | 16.0.4 | 16.0.4 | | 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 | webpack | 5.97.1 | 5.97.1 | | 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 ce50d0d commit 2fe0810

File tree

11 files changed

+63
-62
lines changed

11 files changed

+63
-62
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,21 +64,21 @@ 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
7171
env_vars: OS,PYTHON
7272
fail_ci_if_error: false
7373

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

8080
- name: Upload artifact checksum
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8282
with:
8383
name: ${{ steps.metadata.outputs.archive-checksum }}
8484
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1414

1515
- name: Setup Node.js environment
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1717
with:
1818
node-version: '20'
1919
cache: 'npm'
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Create release
7474
id: create_release
75-
uses: softprops/action-gh-release@v1
75+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
7676
with:
7777
tag_name: ${{ github.ref }}
7878
name: ${{ steps.changelog.outputs.title }}

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
grafana:
3-
image: ghcr.io/volkovlabs/app:latest
3+
image: ghcr.io/volkovlabs/app:latest@sha256:7255f71881b7aa94198da4760a3c74fbbc5f6d16b592ec55f69c40c4e479b7be
44
entrypoint: /run.sh
55
ports:
66
- 3000:3000/tcp
@@ -25,7 +25,7 @@ services:
2525
- dependency
2626

2727
grafana-main:
28-
image: grafana/grafana:main
28+
image: grafana/grafana:main@sha256:42515aa78053db47994f08a6979da586c8b72df7402767fc1a81fb1906ef0582
2929
ports:
3030
- 3000:3000/tcp
3131
environment:
@@ -39,7 +39,7 @@ services:
3939
- main
4040

4141
grafana-dep:
42-
image: grafana/grafana:10.1.0
42+
image: grafana/grafana:10.1.0@sha256:047c1c5aa6fef257b6c2516f95c8fcd9f28707c201c6413dd78328b6cbedff6f
4343
ports:
4444
- 3000:3000/tcp
4545
environment:

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,42 +13,42 @@
1313
},
1414
"description": "Visualize RSS/Atom feeds",
1515
"devDependencies": {
16-
"@babel/core": "^7.26.0",
17-
"@grafana/eslint-config": "^8.0.0",
18-
"@grafana/plugin-e2e": "^1.14.1",
19-
"@grafana/tsconfig": "^2.0.0",
20-
"@playwright/test": "^1.49.1",
21-
"@swc/core": "^1.10.1",
22-
"@swc/helpers": "^0.5.15",
23-
"@swc/jest": "^0.2.37",
24-
"@testing-library/jest-dom": "^6.6.3",
25-
"@testing-library/react": "^16.1.0",
26-
"@types/jest": "^29.5.14",
27-
"@types/lodash": "^4.17.13",
28-
"@types/node": "^22.10.2",
29-
"@volkovlabs/eslint-config": "^1.3.0",
30-
"copy-webpack-plugin": "^12.0.2",
31-
"css-loader": "^7.1.2",
32-
"eslint-plugin-deprecation": "^3.0.0",
33-
"eslint-plugin-react": "^7.37.2",
34-
"eslint-webpack-plugin": "^4.2.0",
35-
"fork-ts-checker-webpack-plugin": "^9.0.2",
36-
"glob": "^11.0.0",
16+
"@babel/core": "7.26.0",
17+
"@grafana/eslint-config": "8.0.0",
18+
"@grafana/plugin-e2e": "1.14.1",
19+
"@grafana/tsconfig": "2.0.0",
20+
"@playwright/test": "1.49.1",
21+
"@swc/core": "1.10.1",
22+
"@swc/helpers": "0.5.15",
23+
"@swc/jest": "0.2.37",
24+
"@testing-library/jest-dom": "6.6.3",
25+
"@testing-library/react": "16.1.0",
26+
"@types/jest": "29.5.14",
27+
"@types/lodash": "4.17.13",
28+
"@types/node": "22.10.2",
29+
"@volkovlabs/eslint-config": "1.3.0",
30+
"copy-webpack-plugin": "12.0.2",
31+
"css-loader": "7.1.2",
32+
"eslint-plugin-deprecation": "3.0.0",
33+
"eslint-plugin-react": "7.37.2",
34+
"eslint-webpack-plugin": "4.2.0",
35+
"fork-ts-checker-webpack-plugin": "9.0.2",
36+
"glob": "11.0.0",
3737
"identity-obj-proxy": "3.0.0",
38-
"jest": "^29.7.0",
39-
"jest-environment-jsdom": "^29.7.0",
40-
"prettier": "^3.4.2",
41-
"replace-in-file-webpack-plugin": "^1.0.6",
42-
"sass": "^1.83.0",
43-
"sass-loader": "^16.0.4",
44-
"style-loader": "^4.0.0",
45-
"swc-loader": "^0.2.6",
46-
"ts-node": "^10.9.2",
47-
"tsconfig-paths": "^4.2.0",
38+
"jest": "29.7.0",
39+
"jest-environment-jsdom": "29.7.0",
40+
"prettier": "3.4.2",
41+
"replace-in-file-webpack-plugin": "1.0.6",
42+
"sass": "1.83.0",
43+
"sass-loader": "16.0.4",
44+
"style-loader": "4.0.0",
45+
"swc-loader": "0.2.6",
46+
"ts-node": "10.9.2",
47+
"tsconfig-paths": "4.2.0",
4848
"typescript": "5.7.2",
49-
"webpack": "^5.97.1",
50-
"webpack-cli": "^6.0.1",
51-
"webpack-livereload-plugin": "^3.0.2"
49+
"webpack": "5.97.1",
50+
"webpack-cli": "6.0.1",
51+
"webpack-livereload-plugin": "3.0.2"
5252
},
5353
"engines": {
5454
"node": ">=20"

test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get the latest version of Playwright
2-
FROM mcr.microsoft.com/playwright:focal
2+
FROM mcr.microsoft.com/playwright:focal@sha256:2286c685f2be91dd3ee482f1a3d382af08c9a1049406c9f7b499aec6ad691a2c
33

44
# Set the work directory for the application
55
WORKDIR app

xml-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node
1+
FROM node@sha256:7a78e83b764befdf57c544b4770f688e5b4e2a8eefcf96481ab3c32e6ec5d986
22

33
## Create app directory
44
WORKDIR /app

xml-server/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)