Prakash
5519b84409
@uppy: upgrade biome and more improvements ( #6244 )
...
- This PR upgrades `biome` from `2.0.5` -> `2.1.2` and adds two new
rules
-
[noUnusedImports](https://biomejs.dev/linter/rules/no-unused-private-class-members )
( we already had suppressions for this rule in code, but the rule itself
was never enabled in the config )
-
[noUnusedPrivateClassMembers](https://biomejs.dev/linter/rules/no-unused-private-class-members/ )
- remove stale suppressions.
- remove stale code.
---------
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2026-05-21 12:28:03 +08:00
Kevin van Zonneveld
e99a17f1fe
companion: port to TypeScript ( #6179 )
...
Supersedes #6178 .
This branch keeps the exact same final content as #6178 , but splits
history for reviewability:
1. `chore(companion): rename source and test files from .js to .ts`
(pure `git mv`, no content changes)
2. `feat(companion): port Companion to TypeScript` (actual
content/type/schema/build updates)
Validation note:
- Final tree is byte-for-byte identical to `ts-companion`
(`7b5b16a298690b0492de4cc4fab744f998b45570`).
---------
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2026-05-04 20:50:43 +08:00
Mikael Finstad
d31c90e443
Run biome check on main ( #5896 )
...
this time on main
closes #5891
also: fix a11y tabIndex (key event handler)
2025-08-11 10:06:21 +02:00
Mikael Finstad
b772c6eb81
Fix biome broken lint 2 ( #5897 )
...
closes #5892
---------
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2025-08-07 14:47:26 +02:00
Mikael Finstad
b1b142cbcd
add react rules ( #5894 )
...
(cherry picked from commit 250806ea2d )
(cherry picked from commit 25080705c2 )
closes #5888
2025-08-07 14:02:09 +02:00
Merlijn Vos
a12a6ce4c3
Update versions in readme's after release ( #5883 )
...
It didn't work in CI:
https://github.com/transloadit/uppy/actions/runs/16771298008/job/47486827416#step:16:1
Instead of trying to hack in an extra commit, now a script runs on the
`version` command, which resolves the versions based on changesets,
which is ran before `publish` so it should become part of the changeset
commit (hopefully)
2025-08-07 09:31:15 +02:00
Merlijn Vos
78299475ae
Migrate from Eslint/Prettier/Stylelint to Biome ( #5794 )
2025-07-01 14:55:41 +02:00