[Pkg-javascript-commits] [Git][js-team/node-marked][master] 3 commits: New upstream version 18.0.13+~cs7.2.18

Yadd (@yadd) gitlab at salsa.debian.org
Mon Sep 21 15:48:15 BST 2026



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


Commits:
00703a61 by Xavier Guimard at 2026-09-21T16:45:04+02:00
New upstream version 18.0.13+~cs7.2.18
- - - - -
60ec4098 by Xavier Guimard at 2026-09-21T16:45:06+02:00
Update upstream source from tag 'upstream/18.0.13+_cs7.2.18'

Update to upstream version '18.0.13+~cs7.2.18'
with Debian dir 720255345e5c6f5578bd19de3a781181613cbbf1
- - - - -
d60dba77 by Xavier Guimard at 2026-09-21T16:47:20+02:00
releasing package node-marked version 18.0.13+~cs7.2.18-1

- - - - -


4 changed files:

- debian/changelog
- marked-mangle/package-lock.json
- marked-mangle/package.json
- marked-mangle/src/index.js


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+node-marked (18.0.13+~cs7.2.18-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream version 18.0.13+~cs7.2.18
+
+ -- Xavier Guimard <yadd at debian.org>  Mon, 21 Sep 2026 16:45:29 +0200
+
 node-marked (18.0.13+~cs7.2.17-1) unstable; urgency=medium
 
   * Team upload


=====================================
marked-mangle/package-lock.json
=====================================
The diff for this file was not included because it is too large.

=====================================
marked-mangle/package.json
=====================================
@@ -1,6 +1,6 @@
 {
   "name": "marked-mangle",
-  "version": "1.1.13",
+  "version": "1.1.14",
   "description": "marked mangle extension",
   "main": "./lib/index.cjs",
   "module": "./src/index.js",
@@ -43,22 +43,22 @@
     "marked": ">=4 <19"
   },
   "devDependencies": {
-    "@babel/core": "^7.29.0",
-    "@babel/preset-env": "^7.29.2",
+    "@babel/core": "^8.0.5",
+    "@babel/preset-env": "^8.0.5",
     "@markedjs/eslint-config": "^1.0.14",
-    "@semantic-release/changelog": "^6.0.3",
+    "@semantic-release/changelog": "^7.0.0",
     "@semantic-release/commit-analyzer": "^13.0.1",
-    "@semantic-release/git": "^10.0.1",
-    "@semantic-release/github": "^12.0.6",
+    "@semantic-release/git": "^11.0.1",
+    "@semantic-release/github": "^12.0.9",
     "@semantic-release/npm": "^13.1.5",
-    "@semantic-release/release-notes-generator": "^14.1.0",
-    "babel-jest": "^30.3.0",
-    "eslint": "^10.2.0",
-    "globals": "^17.4.0",
-    "jest-cli": "^30.3.0",
-    "marked": "^18.0.0",
-    "rollup": "^4.60.1",
-    "semantic-release": "^25.0.3",
+    "@semantic-release/release-notes-generator": "^14.1.1",
+    "babel-jest": "^30.5.1",
+    "eslint": "^10.10.0",
+    "globals": "^17.12.0",
+    "jest-cli": "^30.5.1",
+    "marked": "^18.0.12",
+    "rollup": "^4.63.1",
+    "semantic-release": "^25.0.9",
     "tsd": "^0.33.0"
   }
 }


=====================================
marked-mangle/src/index.js
=====================================
@@ -19,6 +19,10 @@ export function mangle() {
         return;
       }
 
+      if (token.autolink) {
+        // prevent converting autolink to html entities
+        token.autolink = false;
+      }
       token.text = mangledEmail;
       token.tokens[0].text = mangledEmail;
     },



View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/ee56efe570e893cd40427d3303f7e7633777f8d4...d60dba775aff1170c4b20767e04af6e8b86abf80

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/ee56efe570e893cd40427d3303f7e7633777f8d4...d60dba775aff1170c4b20767e04af6e8b86abf80
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


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


More information about the Pkg-javascript-commits mailing list