Skip to content

Commit 6a5fe4e

Browse files
authored
Merge branch 'main' into dependabot/maven/springdoc-openapi-ui.version-2.8.4
2 parents 204b3c9 + 9f51c3b commit 6a5fe4e

File tree

8 files changed

+234
-209
lines changed

8 files changed

+234
-209
lines changed

.github/actions/setup-coral/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3737
3838
- name: Setup pnpm cache
39-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
39+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4040
with:
4141
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4242
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/end-to-end-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4949
5050
- name: Setup pnpm cache
51-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
51+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
5252
with:
5353
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
5454
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -130,7 +130,7 @@ jobs:
130130
run: BASE_URL=http://${{ steps.containerIp.outputs.CONTAINER_IP }}:9097 pnpm __test
131131

132132
- name: Upload Playwright artifacts
133-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
133+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
134134
if: ${{ !cancelled() }}
135135
with:
136136
name: playwright-report

coral/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
},
4242
"dependencies": {
4343
"@aivenio/aquarium": "1.79.0",
44-
"@hookform/resolvers": "^3.10.0",
45-
"@monaco-editor/react": "^4.6.0",
44+
"@hookform/resolvers": "^4.1.3",
45+
"@monaco-editor/react": "^4.7.0",
4646
"@tanstack/react-query": "^4.29.5",
4747
"@types/react-syntax-highlighter": "^15.5.13",
4848
"monaco-editor": "^0.52.0",
4949
"react": "^18.3.1",
5050
"react-dom": "^18.2.0",
51-
"react-hook-form": "^7.53.2",
51+
"react-hook-form": "^7.54.2",
5252
"react-markdown": "^9.0.3",
5353
"react-router-dom": "^6.27.0",
5454
"react-syntax-highlighter": "^15.6.1",
@@ -94,14 +94,14 @@
9494
"lodash": "^4.17.21",
9595
"msw": "^2.7.0",
9696
"openapi-typescript": "^7.5.2",
97-
"prettier": "^3.4.2",
97+
"prettier": "^3.5.3",
9898
"prop-types": "^15.8.1",
9999
"react-aria": "^3.36.0",
100100
"react-test-renderer": "^18.3.1",
101101
"rollup-plugin-visualizer": "^5.12.0",
102102
"ts-jest": "^29.2.5",
103103
"ts-node": "^10.9.2",
104-
"typescript": "^5.7.2",
104+
"typescript": "^5.8.2",
105105
"vite": "^4.5.6",
106106
"vite-plugin-svgr": "^4.3.0",
107107
"whatwg-fetch": "^3.6.20"

0 commit comments

Comments
 (0)