uppy/packages/@uppy/react/src
Prakash 1427add64a
@uppy/upgrade-devdeps-v1 (#6317)
Part of the dev-dependency major-version upgrades. These required code
changes so they're split out from the no-code-change batch (#6315).

**AI Disclaimer** : AI Used

- **glob 8 → 13** — `@uppy/locales` scripts: the callback API was
removed, so `getPaths()` uses the promise form and `test.mjs` uses the
named `globSync`.
- **npm-packlist 5 → 11** — `upload-to-cdn.js`: v7+ takes an
`@npmcli/arborist` tree instead of `{ path }`; loads the tree and passes
it to `packlist()`. Adds `@npmcli/arborist` as a devDependency.
- **nock 13 → 14** (`@uppy/companion`) — the v14 @mswjs/interceptors
rewrite crashed the SSRF tests in `http-agent.test.ts`; nock
interception is now kept off by default and only activated for the one
test that mocks a host.
- **@types/use-sync-external-store 0 → 1** — `@uppy/react`: v1's exports
map only exposes extensionless subpaths, so imports use
`use-sync-external-store/shim` and `/with-selector` (runtime supports
both).
2026-06-03 14:38:14 +05:30
..
headless remove react h (#5938) 2025-08-29 16:24:16 +02:00
Dashboard.ts Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
DashboardModal.ts Make Generics Optional in uppy.getPlugin (#6057) 2025-11-17 18:18:54 +05:30
getHTMLProps.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
index.ts Add useImageEditor (#6122) 2026-01-29 11:13:12 +01:00
nonHtmlPropsHaveChanged.ts Use .js(x) for all imports instead .ts(x) (#5573) 2025-01-06 13:29:55 +01:00
StatusBar.ts add back framework wrappers for @uppy/status-bar (#5948) 2025-09-17 10:40:57 +02:00
useDropzone.ts Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
useFileInput.ts Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
useImageEditor.ts Add useImageEditor (#6122) 2026-01-29 11:13:12 +01:00
useRemoteSource.ts @uppy/upgrade-devdeps-v1 (#6317) 2026-06-03 14:38:14 +05:30
useScreenCapture.ts @uppy/upgrade-devdeps-v1 (#6317) 2026-06-03 14:38:14 +05:30
useUppyEvent.test.ts @uppy/utils: update export maps (#5900) 2025-08-19 12:25:27 +02:00
useUppyEvent.ts Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
useUppyState.test.tsx Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
useUppyState.ts @uppy/upgrade-devdeps-v1 (#6317) 2026-06-03 14:38:14 +05:30
useWebcam.ts Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00