react/scripts
Josh Story da6ba53b10
[UMD] Remove umd builds (#28735)
In React 19 React will finally stop publishing UMD builds. This is
motivated primarily by the lack of use of UMD format and the added
complexity of maintaining build infra for these releases. Additionally
with ESM becoming more prevalent in browsers and services like esm.sh
which can host React as an ESM module there are other options for doing
script tag based react loading.

This PR removes all the UMD build configs and forks.

There are some fixtures that still have references to UMD builds however
many of them already do not work (for instance they are using legacy
features like ReactDOM.render) and rather than block the removal on
these fixtures being brought up to date we'll just move forward and fix
or removes fixtures as necessary in the future.
2024-04-17 11:15:27 -07:00
..
babel Include regular stack trace in serialized errors from Fizz (#28684) 2024-03-30 11:08:54 -04:00
bench Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
circleci Remove @providesModule remnants (#28720) 2024-04-03 09:10:00 -04:00
devtools chore[devtools/release-scripts]: update messages / fixed npm view com… (#26660) 2023-04-19 10:05:16 +01:00
error-codes [Flight] Encode ReadableStream and AsyncIterables (#28847) 2024-04-16 12:20:07 -04:00
eslint [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
eslint-rules Support Flow as expressions in ESLint rules (#27590) 2023-11-01 15:24:06 -04:00
flags Better NEXT_MAJOR support for RN flags (#28583) 2024-03-22 13:02:04 -04:00
flow [UMD] Remove umd builds (#28735) 2024-04-17 11:15:27 -07:00
git Remove leftover env variable logic in pre-commit hook 2015-09-01 14:35:47 -07:00
jest [UMD] Remove umd builds (#28735) 2024-04-17 11:15:27 -07:00
perf-counters [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
prettier [useFormState] Allow sync actions (#27571) 2023-10-31 23:32:31 -04:00
print-warnings Remove WARNINGS file from FB (#27820) 2023-12-08 16:21:15 -05:00
release Fix nightly release job for real (#28825) 2024-04-11 18:28:10 +02:00
rollup [UMD] Remove umd builds (#28735) 2024-04-17 11:15:27 -07:00
shared [TestUtils] Build limited test-utils (#28782) 2024-04-08 12:27:20 -07:00
tasks Bug: yarn flow dom does not exist, so console should suggest yarn flow dom-node (#26213) 2023-02-21 21:30:34 +01:00