Package: node-rollup / 3.15.0-1+deb12u1

Metadata

Package Version Patches format
node-rollup 3.15.0-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix banner.patch | (download)

build-plugins/get-banner.ts | 16 3 + 13 - 0 !
rollup.config.ts | 4 1 + 3 - 0 !
2 files changed, 4 insertions(+), 16 deletions(-)

 render banner reproducible
disable help.patch | (download)

cli/cli.ts | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable help
 Ugly hack: rollup is required for importing .md files. This removes circular
 build dependency. This should be fixed properly when we have latest version of
 rollup in the archive and a proper staged build is used.
help md format fixes.patch | (download)

cli/help.md | 38 26 + 12 - 0 !
1 file changed, 26 insertions(+), 12 deletions(-)

 help md format fixes
 These changes are useful to make a nicer man page
search module in debian dirs.diff | (download)

build-plugins/aliases.ts | 2 1 + 1 - 0 !
rollup.config.ts | 8 6 + 2 - 0 !
2 files changed, 7 insertions(+), 3 deletions(-)

 search module also in debian directories
dont build browser module.diff | (download)

rollup.config.ts | 51 2 + 49 - 0 !
1 file changed, 2 insertions(+), 49 deletions(-)

 don't build browser module
dont fail on warn.diff | (download)

rollup.config.ts | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 workaround "'this' keyword is equivalent to 'undefined'" failure
fix shebang.diff | (download)

build-plugins/add-cli-entry.ts | 2 1 + 1 - 0 !
scripts/update-snapshots.js | 2 1 + 1 - 0 !
test/cli/samples/config-mjs-plugins/_expected.js | 2 1 + 1 - 0 !
test/cli/samples/stdin/force-stdin-tty/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/stdin/no-stdin-tty/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/stdin/stdin-error/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/stdout-code-splitting/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/watch/clearScreen/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/watch/close-stdin/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/watch/no-clearScreen-command/wrapper.js | 2 1 + 1 - 0 !
test/cli/samples/watch/no-clearScreen/wrapper.js | 2 1 + 1 - 0 !
11 files changed, 11 insertions(+), 11 deletions(-)

 fix shebang
fix commonjs path.diff | (download)

rollup.config.ts | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 commonjs plugin has to be applied outside node_modules
update to recent plugin node resolve.patch | (download)

docs/tools/index.md | 2 1 + 1 - 0 !
test/chunking-form/samples/preserve-modules-root/_config.js | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 update to recent @rollup/plugin-node-resolve
dont fail on circular dependencies.patch | (download)

rollup.config.ts | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't fail on circular dependencies
ts.patch | (download)

src/watch/watch.ts | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix nodejs 18.19 type change