Debian Patches

Status for node-redux-devtools/3.13.1~git20230831-7

Patch Description Author Forwarded Bugs Origin Last update
babel8-commonjs.patch Force CommonJS output in the cjs build Each package builds lib/cjs with babel.config.json and lib/esm with
babel.config.esm.json. Babel 8's preset-env keeps ES modules by default,
so lib/cjs got ES modules too; only the esm config sets modules to false.
The transform goes on the command line rather than in babel.config.json,
which is also read by the rollup umd build and rollup rejects it there.
Xavier Guimard <xavier.guimard@gmail.com> not-needed 2026-08-26
babel8-type-only-csstype.patch import csstype as type-only csstype ships no runtime code, but Babel 8 no longer elides
"import * as CSS from 'csstype'", so the emitted CJS/ESM requires it and
crashes with MODULE_NOT_FOUND. Babel always drops "import type".
Yadd <yadd@debian.org> no
0001-Fix-typing.patch Fix typing Roland Mas <roland.mas@entierement.net> no 2022-03-24
0002-Use-system-bootswatch.patch Use system bootswatch Roland Mas <roland.mas@entierement.net> no 2022-03-24
0003-fix-tsc.patch fix typescript compilation Yadd <yadd@debian.org> not-needed 2023-09-09
0004-use-old-terser-plugin.patch @rollup/plugin-terser isn't available yet Yadd <yadd@debian.org> not-needed 2023-09-09
0005-use-rollup-plugin-typescript.patch Switch from rollup-plugin-typescript2 to @rollup/plugin-typescript rollup-plugin-typescript2 cannot resolve TypeScript imports without file
extensions (e.g. "./createStylingFromTheme"). @rollup/plugin-typescript
handles this correctly.
Yadd <yadd@debian.org> not-needed 2026-04-11
ts6-tsconfig.patch fix build with TypeScript 6 Drop the deprecated moduleResolution=node10 (replaced by resolvePackageJsonExports
to keep the node10-like resolution of Debian modules) and set the rootDir that
TypeScript 6 now requires explicitly.
Xavier Guimard <yadd@debian.org> not-needed 2026-08-16

All known versions for source package 'node-redux-devtools'

Links