Skip to content

Commit 738dda0

Browse files
chore(deps): update all non-major dependencies (#4563)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48ca1bf commit 738dda0

11 files changed

Lines changed: 93 additions & 366 deletions

File tree

.ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"prettier": "3.8.3",
15-
"prettier-plugin-sh": "0.18.0",
15+
"prettier-plugin-sh": "0.18.1",
1616
"shellcheck": "4.1.0"
1717
},
1818
"packageManager": "yarn@4.12.0"

.ci/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ __metadata:
1010
resolution: ".ci@workspace:."
1111
dependencies:
1212
prettier: "npm:3.8.3"
13-
prettier-plugin-sh: "npm:0.18.0"
13+
prettier-plugin-sh: "npm:0.18.1"
1414
shellcheck: "npm:4.1.0"
1515
languageName: unknown
1616
linkType: soft
@@ -34,10 +34,10 @@ __metadata:
3434
languageName: node
3535
linkType: hard
3636

37-
"@reteps/dockerfmt@npm:^0.3.6":
38-
version: 0.3.6
39-
resolution: "@reteps/dockerfmt@npm:0.3.6"
40-
checksum: 10c0/b6ca467ba97ea49071c44d0fbecf131fc8045165e950d0d01372c1834000c58d53f62bff42f09b851f7a9d91899047f071cd8fe57e1fc88fc27e2a3d2bdb214d
37+
"@reteps/dockerfmt@npm:^0.5.1":
38+
version: 0.5.2
39+
resolution: "@reteps/dockerfmt@npm:0.5.2"
40+
checksum: 10c0/c0af5dcc9c8c9d51c9eec4cfb454c85f31c760373288b9254054709b29a4accc1df10bd765712128dd173e53bfb8b880a94b0aa8b6c2d4294866d800dbdd14e1
4141
languageName: node
4242
linkType: hard
4343

@@ -757,15 +757,15 @@ __metadata:
757757
languageName: node
758758
linkType: hard
759759

760-
"prettier-plugin-sh@npm:0.18.0":
761-
version: 0.18.0
762-
resolution: "prettier-plugin-sh@npm:0.18.0"
760+
"prettier-plugin-sh@npm:0.18.1":
761+
version: 0.18.1
762+
resolution: "prettier-plugin-sh@npm:0.18.1"
763763
dependencies:
764-
"@reteps/dockerfmt": "npm:^0.3.6"
764+
"@reteps/dockerfmt": "npm:^0.5.1"
765765
sh-syntax: "npm:^0.5.8"
766766
peerDependencies:
767767
prettier: ^3.6.0
768-
checksum: 10c0/d8946440abaab1c0f32cee270e0ad285e1f4bba0008aff7c55a9a1c8639032aa8b397aef8f8387a5b88c3f4fb657f1d4d1ab7ae6a1f5c4599875080fb951b9b1
768+
checksum: 10c0/e79a8dab1b9cd966bf078b1ca4ec412d190fb905ca6bfb89f841d309ed39ecb7136901b64919e3d8e52e9233d658b64bc69203ff81384914ec90dedbcbe804da
769769
languageName: node
770770
linkType: hard
771771

.github/workflows/coverage-baseline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
47+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848
with:
4949
fetch-depth: 1
5050
persist-credentials: false
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Upload coverage to Codecov
8686
if: ${{ !cancelled() }}
87-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
87+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
8888
with:
8989
flags: rhdh
9090
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
contents: read
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4242
with:
4343
fetch-depth: 0
4444
persist-credentials: false
@@ -81,7 +81,7 @@ jobs:
8181
contents: read
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
84+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8585
with:
8686
fetch-depth: 0
8787
persist-credentials: false
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Upload coverage to Codecov
151151
if: ${{ steps.check-image.outputs.is_skipped != 'true' && !cancelled() }}
152-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
152+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
153153
with:
154154
flags: rhdh
155155
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/toml-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16-
- uses: tombi-toml/setup-tombi@cebfd308ba02edadfcee148b7473536990950c92 # v1.0.8
16+
- uses: tombi-toml/setup-tombi@90dc1ab19ff45cc28017aab8cd0093516d908532 # v1.1.5
1717
with:
1818
version: 'v0.9.9'
1919
checksum: 'b50dbc90ec27591dbaf564b628bd3b3e4ead371a60931bc8ea5f34d7cd1d3607'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.14.1
1+
24.17.0

dynamic-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/react": "18.3.28",
3737
"@types/react-dom": "18.3.7",
3838
"refractor@npm:3.6.0/prismjs": "^1.30.0",
39-
"infinispan": "0.13.0",
39+
"infinispan": "0.15.0",
4040
"@protobufjs/inquire": "1.1.0"
4141
},
4242
"packageManager": "yarn@4.12.0"

0 commit comments

Comments
 (0)