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
Prakash
f45c9b39e3
remove chooseFiles from all the locales
2025-08-21 14:55:31 +05:30
Prakash
2b9b51032f
remove dropHereOr from all the locales
2025-08-21 14:54:36 +05:30
Prakash
6a33652458
Merge branch 'main' of https://github.com/transloadit/uppy into 5.0
2025-08-20 16:17:08 +05:30
Prakash
d301c01d6a
@uppy/utils: update export maps ( #5900 )
...
- cleanup `@uppy/utils ` removed unused / redundant modules .
- migrated modules and tests from `.js` to `.ts`
- removed all the nested export paths
- updated `@uppy/utils` import paths for all packages
- `@uppy/angular` is still failing while running`yarn build` , I'm
looking into it.
---------
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2025-08-19 12:25:27 +02:00
Merlijn Vos
1a0beb9283
@uppy/locales: add all locales to globalThis ( #5880 )
...
Closes #5857
We already do for `en_US` and `ms_MY`, seems like a mistake that the
other's don't have it.
2025-08-06 09:34:02 +02:00
Mikael Finstad
8650bdb9d0
@uppy/locales: remove hacks for legacy bundle ( #5200 )
2024-05-31 13:16:40 +02:00
Evgenia Karunus
1ad4fa7087
autoOpenFileEditor - rename "Edit file" to "Edit image" ( #4925 )
...
* <MetaEditor/> - change "Edit file" => "Edit image"
* locales/src/ca_ES.js - typescriptify
2024-02-19 14:32:04 +04:00
Antoine du Hamel
c60ece4dc7
@uppy/locales: use TypeScript for source files ( #4779 )
2023-11-20 13:54:08 +01:00