[Pkg-javascript-commits] [Git][js-team/node-marked][master] 2 commits: Drop legacy rollup plugins usage

Praveen Arimbrathodiyil gitlab at salsa.debian.org
Fri Jan 1 18:41:35 GMT 2021



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


Commits:
4d26ec9e by Pirate Praveen at 2021-01-02T00:04:55+05:30
Drop legacy rollup plugins usage

- - - - -
c9d4002d by Pirate Praveen at 2021-01-02T00:05:48+05:30
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/drop-legacy-plugins.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+node-marked (0.8.0+ds+repack-2) unstable; urgency=medium
+
+  * Team upload
+  * Drop legacy rollup plugins usage
+
+ -- Pirate Praveen <praveen at debian.org>  Sat, 02 Jan 2021 00:05:19 +0530
+
 node-marked (0.8.0+ds+repack-1) unstable; urgency=medium
 
   * Team upload


=====================================
debian/control
=====================================
@@ -10,8 +10,8 @@ Build-Depends: debhelper-compat (= 13)
  , node-mkdirp
  , node-moment
  , node-spdx-expression-parse
- , node-rollup-plugin-babel
- , node-rollup-plugin-commonjs
+ , node-rollup-plugin-babel (>= 5.2~)
+ , node-rollup-plugin-commonjs (>= 15~)
  , rollup
  , uglifyjs.terser
 Standards-Version: 4.5.1


=====================================
debian/patches/drop-legacy-plugins.patch
=====================================
@@ -0,0 +1,22 @@
+Replace legacy plugins
+
+Forwarded: https://github.com/markedjs/marked/pull/1894
+
+--- a/rollup.config.esm.js
++++ b/rollup.config.esm.js
+@@ -1,4 +1,4 @@
+-const commonjs = require('rollup-plugin-commonjs');
++const commonjs = require('@rollup/plugin-commonjs');
+ const license = require('rollup-plugin-license');
+ 
+ module.exports = {
+--- a/rollup.config.js
++++ b/rollup.config.js
+@@ -1,5 +1,5 @@
+-const commonjs = require('rollup-plugin-commonjs');
+-const babel = require('rollup-plugin-babel');
++const commonjs = require('@rollup/plugin-commonjs');
++const babel = require('@rollup/plugin-babel').default;
+ const license = require('rollup-plugin-license');
+ 
+ module.exports = {


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 2001_man_global.patch
 reproducible.patch
+drop-legacy-plugins.patch



View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/5778a488562684b090ab068d8d3a8c41cbf8f8d1...c9d4002dee5b82dea3d4380f7e6797ab318a2eb1

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/5778a488562684b090ab068d8d3a8c41cbf8f8d1...c9d4002dee5b82dea3d4380f7e6797ab318a2eb1
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/20210101/93d8a743/attachment-0001.html>


More information about the Pkg-javascript-commits mailing list