Skip to content
Merged
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
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ target "_common" {

target "_element_web_module_base" {
inherits = ["_common"]
dockerfile = "./packages/element-web-module-api/Dockerfile"
dockerfile = "./Dockerfile"
}

target "element-web-modules-opendesk-plugin" {
Expand Down
4 changes: 2 additions & 2 deletions knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default {
// Needed for lint:workflows
"@action-validator/cli",
"@action-validator/core",
// Unlisted peer dependency for @matrix-org/react-sdk-module-api
"matrix-web-i18n",
// Unlisted peer dependency for @element-hq/element-web-module-api
"matrix-widget-api",
],
ignoreBinaries: [
// False positive for `yarn list`
Expand Down
3 changes: 3 additions & 0 deletions modules/banner/element-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"@element-hq/element-web-module-api": "^1.0.0",
"@types/node": "^22.10.7",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.0.0",
"matrix-web-i18n": "^3.6.0",
"matrix-widget-api": "^1.17.0",
"react": "19.2.4",
"rollup-plugin-external-globals": "^0.13.0",
"typescript": "^5.7.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) | xargs -I {} sh -c 'echo \"Linting {}\"; action-validator \"{}\"'",
"lint:prettier": "prettier --check .",
"lint:prettier:fix": "prettier --write .",
"lint:eslint": "eslint --max-warnings 0 modules/*/element-web/src packages/*/src",
"lint:eslint": "eslint --max-warnings 0 modules/*/element-web/src",
"lint:types": "yarn workspaces run lint:types",
"lint:codestyle": "yarn workspaces run lint:codestyle",
"lint:knip": "knip",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@action-validator/cli": "^0.6.0",
"@action-validator/core": "^0.6.0",
"@element-hq/element-web-module-api": "*",
"@element-hq/element-web-module-api": "1.13.0",
"@element-hq/element-web-playwright-common": "^3.1.0",
"@playwright/test": "^1.52.0",
"@stylistic/eslint-plugin": "^5.0.0",
Expand Down
68 changes: 0 additions & 68 deletions packages/element-web-module-api/README.md

This file was deleted.

Loading
Loading