Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
outputs:
example-widget-mui-image-tag: ${{ steps.meta_example-widget-mui.outputs.version }}
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: '0'
# don't persist the credentials so the changesets action doesn't use the
# github actions token but the git token provided via environment variable
persist-credentials: false

- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: 'lts/*'
cache: 'yarn'
Expand Down Expand Up @@ -114,12 +114,12 @@ jobs:
run: echo $IMAGE_TAG

- name: Checkout
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0 # need main branch to diff against
- name: Set up Helm
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
with:
python-version: '3.13'
check-latest: true
Expand Down Expand Up @@ -155,9 +155,9 @@ jobs:
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm64,linux/s390x
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

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

- name: Generate docker tag
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
id: vars
with:
script: |
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
IMAGE_ID: ${{ steps.dockerLoad.outputs.imageid }}
run: yarn playwright test

- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
if: always()
with:
name: playwright-report
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
private_key: ${{ secrets.GH_APP_OS_PRIVATE_KEY }}

- name: Trigger Workflow
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
with:
github-token: ${{ steps.generate_token.outputs.token }}
script: |
Expand Down
4 changes: 2 additions & 2 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"i18next": "25.2.1",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "3.0.2",
"joi": "17.13.3",
"joi": "18.0.1",
"matrix-widget-api": "1.13.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "22.18.13",
"@types/node": "24.9.2",
"@types/react": "18.3.26",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-basic-ssl": "1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@eslint/js": "9.38.0",
"@microsoft/api-extractor": "7.53.3",
"@rollup/plugin-commonjs": "28.0.9",
"cross-env": "7.0.3",
"cross-env": "10.1.0",
"depcheck": "1.4.7",
"dree": "5.1.5",
"eslint": "9.38.0",
Expand All @@ -48,7 +48,7 @@
"eslint-plugin-testing-library": "7.13.3",
"@vitest/eslint-plugin": "1.2.7",
"husky": "9.1.7",
"lint-staged": "15.5.2",
"lint-staged": "16.2.6",
"prettier": "3.6.2",
"prettier-plugin-organize-imports": "4.3.0",
"rollup": "4.52.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.9",
"@types/node": "22.18.13",
"@types/node": "24.9.2",
"@types/qs": "6.14.0",
"@vitest/coverage-v8": "3.2.4",
"typescript": "5.9.3",
Expand All @@ -36,7 +36,7 @@
"clean:cache": "echo 'script not implemented package'"
},
"dependencies": {
"joi": "17.13.3",
"joi": "18.0.1",
"matrix-widget-api": "1.13.1",
"qs": "6.14.0",
"rxjs": "7.8.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "22.18.13",
"@types/node": "24.9.2",
"@types/react": "18.3.26",
"@vitest/coverage-v8": "3.2.4",
"axe-core": "4.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/node": "22.18.13",
"@types/node": "24.9.2",
"@types/react": "18.3.26",
"@vitest/coverage-v8": "3.2.4",
"typescript": "5.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"type": "module",
"devDependencies": {
"@types/node": "22.18.13",
"@types/node": "24.9.2",
"@vitest/coverage-v8": "3.2.4",
"typescript": "5.9.3",
"vite": "6.4.1",
Expand Down
Loading
Loading