[Pkg-javascript-commits] [Git][js-team/node-marked][master] 2 commits: Add fix for rollup 3

Yadd (@yadd) gitlab at salsa.debian.org
Wed Oct 26 14:40:10 BST 2022



Yadd pushed to branch master at Debian JavaScript Maintainers / node-marked


Commits:
d02625df by Yadd at 2022-10-26T14:33:03+02:00
Add fix for rollup 3

Closes: #1022635

- - - - -
8977ec45 by Yadd at 2022-10-26T15:39:22+02:00
releasing package node-marked version 4.1.0+ds+~4.0.6-2

- - - - -


4 changed files:

- debian/changelog
- debian/nodejs/extlinks
- + debian/patches/fix-for-rollup-3.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+node-marked (4.1.0+ds+~4.0.6-2) unstable; urgency=medium
+
+  * Team upload
+  * Add fix for rollup 3 (Closes: #1022635)
+
+ -- Yadd <yadd at debian.org>  Wed, 26 Oct 2022 14:33:07 +0200
+
 node-marked (4.1.0+ds+~4.0.6-1) unstable; urgency=medium
 
   * Team upload


=====================================
debian/nodejs/extlinks
=====================================
@@ -1,2 +1,4 @@
 diff	test
 parse5-sax-parser	test
+ at rollup/plugin-babel
+ at rollup/plugin-commonjs


=====================================
debian/patches/fix-for-rollup-3.patch
=====================================
@@ -0,0 +1,34 @@
+Description: fix for rollup 3
+Author: Yadd <yadd at debian.org>
+Bug-Debian: https://bugs.debian.org/1022635
+Forwarded: not-needed
+Last-Update: 2022-10-26
+
+--- a/rollup.config.esm.js
++++ b/rollup.config.esm.js
+@@ -1,7 +1,7 @@
+-const commonjs = require('@rollup/plugin-commonjs');
+-const license = require('rollup-plugin-license');
++import commonjs from '@rollup/plugin-commonjs';
++import license from 'rollup-plugin-license';
+ 
+-module.exports = {
++export default {
+   input: 'src/marked.js',
+   output: {
+     file: 'lib/marked.esm.js',
+--- a/rollup.config.js
++++ b/rollup.config.js
+@@ -1,8 +1,8 @@
+-const commonjs = require('@rollup/plugin-commonjs');
+-const babel = require('@rollup/plugin-babel').default;
+-const license = require('rollup-plugin-license');
++import commonjs from '@rollup/plugin-commonjs';
++import babel from '@rollup/plugin-babel';
++import license from 'rollup-plugin-license';
+ 
+-module.exports = [{
++export default [{
+   input: 'src/marked.js',
+   output: {
+     file: 'lib/marked.umd.js',


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 2001_man_global.patch
 reproducible.patch
+fix-for-rollup-3.patch



View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/fa5743fb5243a746dc0ca62439390977356e7f42...8977ec4516f21e89445dfc5601572ef07fbb9706

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/fa5743fb5243a746dc0ca62439390977356e7f42...8977ec4516f21e89445dfc5601572ef07fbb9706
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20221026/302bfdf7/attachment-0001.htm>


More information about the Pkg-javascript-commits mailing list