dependabot[bot]
6ab5d7d3c5
build(deps-dev): bump vite in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `vite` from 7.3.1 to 7.3.2
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.3.2
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-06 20:43:24 +00:00
David Baker
055a127841
Pin react deps to exact version in package.json
...
Yarn had somehow confused itself and got into a state where it refused
to install react 19.2.4, so much so that even renovate thought it had
upgraded the package (https://github.com/element-hq/element-modules/pull/208 )
when it hadn't.
Until we switch to pnom and can use catalog:, pin them to exact version which
seems to make yarn play ball again.
2026-03-16 17:58:23 +00:00
David Langley
64d5bef3e7
Migrate playwright tests from tests/ to e2e/ convention
...
All modules now use e2e/ for playwright tests, consistent with
element-modules-private. This avoids conflicts between vitest (which
uses tests/) and playwright project discovery.
2026-03-04 15:55:57 +00:00
renovate[bot]
1d9664ef10
Update npm non-major dependencies
2026-03-01 16:05:52 +00:00
renovate[bot]
d4392723ae
Update npm non-major dependencies
2025-12-11 11:14:54 +00:00
Michael Telatynski
7f26ecd35f
Disable CORS to fix test
2025-11-12 17:28:14 +00:00
dependabot[bot]
b9792ef2e2
Bump vite in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `vite` from 7.1.6 to 7.1.11
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.11
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-28 10:10:32 +01:00
Michael Telatynski
c956daf0c4
Specify licenses more explicitly
2025-10-14 14:25:16 +01:00
Michael Telatynski
bf877976b4
Merge pull request #72 from element-hq/renovate/vitejs-plugin-react-5.x
2025-09-23 16:36:04 +01:00
renovate[bot]
552ef769d0
Update dependency vite to v7
2025-09-21 05:26:51 +00:00
renovate[bot]
34eb5e9a32
Update dependency @vitejs/plugin-react to v5
2025-09-20 09:29:18 +00:00
dependabot[bot]
0b85920be2
Bump the npm_and_yarn group across 1 directory with 2 updates
...
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `vite` from 6.1.6 to 6.3.6
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite )
Updates `esbuild` from 0.24.2 to 0.25.1
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.1 )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.3.6
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: esbuild
dependency-version: 0.25.1
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-10 01:49:15 +00:00
dependabot[bot]
b22cf92880
Bump vite in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `vite` from 6.0.11 to 6.1.6
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v6.1.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v6.1.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 6.1.6
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-28 15:43:59 +00:00
Michael Telatynski
09df634fa8
Update opendesk to Module API v1
2025-05-19 13:04:46 +01:00
Michael Telatynski
c91d57b7bf
Merge branch 'main' into t3chguy/module-api-v1
2025-05-13 12:35:18 +01:00
Michael Telatynski
333f985065
Initial stable release of the Module API
...
Primarily to get away from semver treating every update as breaking in the 0.x.y series.
2025-05-13 10:40:26 +01:00
Michael Telatynski
9b57f46ccc
Standardise lint/type scripts between modules/packages
2025-05-08 12:23:13 +01:00
Michael Telatynski
796a875024
Update comment
2025-04-30 13:14:40 +01:00
Michael Telatynski
d608e989d0
Try with production mode
2025-04-30 13:07:13 +01:00
Michael Telatynski
f7f0424296
Iterate
2025-04-28 12:43:17 +01:00
Michael Telatynski
457d477c2c
Iterate
2025-04-28 12:23:04 +01:00
Michael Telatynski
83788cc8e0
Add playwright tests for the opendesk module
2025-03-12 14:20:09 +00:00
Michael Telatynski
c5af3ab0bb
Merge pull request #6 from element-hq/t3chguy/docker-bake
...
Add release & publishing pipelines for Element Web modules
2025-03-04 09:22:45 +00:00
Michael Telatynski
41cce625aa
Iterate
2025-03-03 13:09:10 +00:00
Andrew Ferrazzutti
8c11b576cb
Include Python in static analysis job
...
Also refactor "yarn lint" of each module/package to run whatever lint
task is appropriate for it
2025-02-13 16:04:03 -05:00
Michael Telatynski
b8aba36f09
Wire up tests & sonarcloud
2025-01-30 10:58:23 +00:00
Michael Telatynski
bab388854c
Iterate
2025-01-29 09:02:46 +00:00
Michael Telatynski
646f3da638
Iterate
2025-01-29 08:35:40 +00:00
Michael Telatynski
3b8921a692
Iterate
2025-01-28 17:38:52 +00:00
Michael Telatynski
30f1b61209
Iterate
2025-01-28 13:23:58 +00:00
Michael Telatynski
49ccaa5e00
Iterate
2025-01-28 13:13:06 +00:00
Michael Telatynski
1c51ab2b14
Iterate
2025-01-28 11:52:33 +00:00
Michael Telatynski
fa9de52a94
Initial runtime Modules work
2025-01-27 10:11:16 +00:00