Skip to content

Commit 3585ef0

Browse files
Update major updates
1 parent 66dd998 commit 3585ef0

File tree

5 files changed

+117
-166
lines changed

5 files changed

+117
-166
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
outputs:
1515
example-widget-mui-image-tag: ${{ steps.meta_example-widget-mui.outputs.version }}
1616
steps:
17-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818
with:
1919
fetch-depth: '0'
2020
# don't persist the credentials so the changesets action doesn't use the
2121
# github actions token but the git token provided via environment variable
2222
persist-credentials: false
2323

24-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
24+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2525
with:
2626
node-version: 'lts/*'
2727
cache: 'yarn'
@@ -114,12 +114,12 @@ jobs:
114114
run: echo $IMAGE_TAG
115115

116116
- name: Checkout
117-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
117+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
118118
with:
119119
fetch-depth: 0 # need main branch to diff against
120120
- name: Set up Helm
121121
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
122-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
122+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
123123
with:
124124
python-version: '3.13'
125125
check-latest: true
@@ -155,9 +155,9 @@ jobs:
155155
env:
156156
DOCKER_PLATFORMS: linux/amd64,linux/arm64,linux/s390x
157157
steps:
158-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
158+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
159159

160-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
160+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
161161
with:
162162
node-version: 'lts/*'
163163
cache: 'yarn'
@@ -177,7 +177,7 @@ jobs:
177177
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
178178

179179
- name: Generate docker tag
180-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
180+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
181181
id: vars
182182
with:
183183
script: |
@@ -296,7 +296,7 @@ jobs:
296296
private_key: ${{ secrets.GH_APP_OS_PRIVATE_KEY }}
297297

298298
- name: Trigger Workflow
299-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
299+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
300300
with:
301301
github-token: ${{ steps.generate_token.outputs.token }}
302302
script: |

example-widget-mui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"i18next": "25.2.1",
1717
"i18next-chained-backend": "4.6.2",
1818
"i18next-http-backend": "3.0.2",
19-
"joi": "17.13.3",
19+
"joi": "18.0.1",
2020
"matrix-widget-api": "1.13.1",
2121
"react": "18.3.1",
2222
"react-dom": "18.3.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@eslint/js": "9.28.0",
3737
"@microsoft/api-extractor": "7.52.8",
3838
"@rollup/plugin-commonjs": "28.0.6",
39-
"cross-env": "7.0.3",
39+
"cross-env": "10.1.0",
4040
"depcheck": "1.4.7",
4141
"dree": "5.1.5",
4242
"eslint": "9.28.0",
@@ -48,7 +48,7 @@
4848
"eslint-plugin-testing-library": "7.4.0",
4949
"@vitest/eslint-plugin": "1.2.7",
5050
"husky": "9.1.7",
51-
"lint-staged": "15.5.2",
51+
"lint-staged": "16.2.3",
5252
"prettier": "3.5.3",
5353
"prettier-plugin-organize-imports": "4.1.0",
5454
"rollup": "4.44.2",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"clean:cache": "echo 'script not implemented package'"
3737
},
3838
"dependencies": {
39-
"joi": "17.13.3",
39+
"joi": "18.0.1",
4040
"matrix-widget-api": "1.13.1",
4141
"qs": "6.14.0",
4242
"rxjs": "7.8.2"

0 commit comments

Comments
 (0)