[Pkg-javascript-commits] [Git][js-team/node-marked][master] 18 commits: Optimize debian/watch

Yadd (@yadd) gitlab at salsa.debian.org
Sun Jun 21 10:26:35 BST 2026



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


Commits:
23aaf0d4 by Xavier Guimard at 2026-06-21T10:06:32+02:00
Optimize debian/watch

Gbp-Dch: ignore

- - - - -
95c532e0 by Xavier Guimard at 2026-06-21T10:12:20+02:00
New upstream version 18.0.5+~cs13.2.17
- - - - -
f79cfd81 by Xavier Guimard at 2026-06-21T10:12:22+02:00
Update upstream source from tag 'upstream/18.0.5+_cs13.2.17'

Update to upstream version '18.0.5+~cs13.2.17'
with Debian dir 47880eb7060f246fe1b9b3eefe503a19fb7f078c
- - - - -
aca3fb7f by Xavier Guimard at 2026-06-21T10:27:20+02:00
Update packaging for marked 18 (esbuild build, ESM-only, reworked tests)

- - - - -
a0a2dd5f by Xavier Guimard at 2026-06-21T10:31:37+02:00
Drop types-marked component (empty @types/marked deprecation stub)

- - - - -
640f52bb by Xavier Guimard at 2026-06-21T10:32:37+02:00
tmp: lower version to force re-import

- - - - -
7940d9b0 by Xavier Guimard at 2026-06-21T10:34:15+02:00
New upstream version 18.0.5+~cs7.2.17
- - - - -
3033c1b4 by Xavier Guimard at 2026-06-21T10:34:17+02:00
Update upstream source from tag 'upstream/18.0.5+_cs7.2.17'

Update to upstream version '18.0.5+~cs7.2.17'
with Debian dir eb5e42de05ee4a4687a4c1bb90a6ec22eec0f019
- - - - -
dc59753a by Xavier Guimard at 2026-06-21T10:35:02+02:00
Set version 18.0.5+~cs7.2.17-1, note types-marked drop

- - - - -
86b5eb6b by Xavier Guimard at 2026-06-21T10:36:17+02:00
Drop jest-based per-component tests (covered by main smoke test)

- - - - -
3d2591b7 by Xavier Guimard at 2026-06-21T10:39:26+02:00
Drop man page (upstream generates it via circular marked-man dep)

- - - - -
fd3af8d8 by Xavier Guimard at 2026-06-21T10:41:33+02:00
Install man/marked.1.md (used as marked --help text)

- - - - -
7fb83567 by Xavier Guimard at 2026-06-21T10:43:13+02:00
Revert "Install man/marked.1.md (used as marked --help text)"

This reverts commit fd3af8d8c557ed10682c9cfc3e8c086708f65be4.

- - - - -
4faa3c47 by Xavier Guimard at 2026-06-21T10:46:12+02:00
Generate man page with marked-man, install via .manpages

- - - - -
b647a78d by Xavier Guimard at 2026-06-21T10:49:27+02:00
Make marked --help tolerate missing man/marked.1.md (rely on system man page)

- - - - -
8da7d656 by Xavier Guimard at 2026-06-21T10:53:25+02:00
Update basic autopkgtest expected output hash for marked 18

- - - - -
713ae6d7 by Xavier Guimard at 2026-06-21T11:18:29+02:00
Breaks node-marked-man (<< 2.1.1-2~) for the renderer API change

- - - - -
53d03a29 by Xavier Guimard at 2026-06-21T11:26:05+02:00
releasing package node-marked version 18.0.5+~cs7.2.17-1

- - - - -


264 changed files:

- − .eslintignore
- − .eslintrc.json
- + CHANGELOG.md
- LICENSE.md → LICENSE
- − Makefile
- README.md
- SECURITY.md
- api/dingus.js
- + bin/main.js
- bin/marked.js
- − bower.json
- − component.json
- debian/changelog
- debian/control
- debian/gbp.conf
- debian/manpages → debian/node-marked.manpages
- debian/nodejs/build
- debian/nodejs/extlinks
- − debian/nodejs/marked-gfm-heading-id/test
- − debian/nodejs/marked-mangle/test
- debian/patches/0005-Do-not-rollup-cjs.patch
- debian/patches/0007-Build-marked-extension-for-marked.patch
- debian/patches/2001_man_global.patch
- − debian/patches/reproducible.patch
- debian/patches/series
- − debian/patches/slow_tests.patch
- debian/tests/basic
- − debian/tests/pkg-js/SKIP
- − debian/tests/pkg-js/files
- debian/tests/pkg-js/test
- debian/watch
- docs/.eslintrc.json
- docs/AUTHORS.md
- docs/CONTRIBUTING.md
- docs/INDEX.md
- docs/USING_ADVANCED.md
- docs/USING_PRO.md
- docs/_document.html
- build-docs.js → docs/build.js
- + docs/css/hljs-github-dark.css
- docs/css/hljs-github.css
- + docs/css/shared.css
- docs/css/style.css
- docs/demo/demo.css
- docs/demo/demo.js
- docs/demo/index.html
- docs/demo/preview.html
- docs/demo/worker.js
- docs/js/index.js
- + esbuild.config.js
- + eslint.config.js
- − jasmine.json
- man/marked.1 → man/marked.1.md
- − man/marked.1.txt
- − marked-gfm-heading-id/.eslintignore
- − marked-gfm-heading-id/.eslintrc.json
- marked-gfm-heading-id/README.md
- + marked-gfm-heading-id/eslint.config.js
- marked-gfm-heading-id/jest.config.js
- marked-gfm-heading-id/package-lock.json
- marked-gfm-heading-id/package.json
- marked-gfm-heading-id/release.config.cjs
- marked-gfm-heading-id/rollup.config.js
- marked-gfm-heading-id/spec/index.test-d.ts
- marked-gfm-heading-id/spec/index.test.js
- marked-gfm-heading-id/src/index.d.ts
- marked-gfm-heading-id/src/index.js
- package-lock.json
- package.json
- − rollup.config.js
- − src/Hooks.js
- + src/Hooks.ts
- + src/Instance.ts
- src/Lexer.js → src/Lexer.ts
- + src/MarkedOptions.ts
- − src/Parser.js
- + src/Parser.ts
- − src/Renderer.js
- + src/Renderer.ts
- − src/Slugger.js
- − src/TextRenderer.js
- + src/TextRenderer.ts
- src/Tokenizer.js → src/Tokenizer.ts
- + src/Tokens.ts
- − src/defaults.js
- + src/defaults.ts
- − src/helpers.js
- + src/helpers.ts
- − src/marked.js
- + src/marked.ts
- − src/rules.js
- + src/rules.ts
- test/.eslintrc.json
- test/bench.js
- + test/cjs-test.cjs
- − test/helpers/helpers.js
- − test/helpers/html-differ.js
- − test/helpers/load.js
- + test/recheck.ts
- test/rules.js
- + test/run-spec-tests.js
- test/specs/commonmark/commonmark.0.30.json → test/specs/commonmark/commonmark.0.31.2.json
- test/specs/gfm/commonmark.0.30.json → test/specs/gfm/commonmark.0.31.2.json
- test/specs/gfm/gfm.0.29.json
- + test/specs/new/angle_brackets.html
- + test/specs/new/angle_brackets.md
- test/specs/new/autolinks.html
- test/specs/new/autolinks.md
- + test/specs/new/backtick_precedence.html
- + test/specs/new/backtick_precedence.md
- + test/specs/new/backticks_in_links.html
- + test/specs/new/backticks_in_links.md
- + test/specs/new/blockquote_setext.html
- + test/specs/new/blockquote_setext.md
- + test/specs/new/del_flanking.html
- + test/specs/new/del_flanking.md
- test/specs/new/del_strikethrough.html
- test/specs/new/del_strikethrough.md
- + test/specs/new/em_link_brackets.html
- + test/specs/new/em_link_brackets.md
- + test/specs/new/emoji_inline.html
- + test/specs/new/emoji_inline.md
- + test/specs/new/emoji_strikethrough.html
- + test/specs/new/emoji_strikethrough.md
- + test/specs/new/empty_heading_following_paragraph.html
- + test/specs/new/empty_heading_following_paragraph.md
- + test/specs/new/empty_heading_following_paragraph_nogfm.html
- + test/specs/new/empty_heading_following_paragraph_nogfm.md
- + test/specs/new/empty_heading_following_table.html
- + test/specs/new/empty_heading_following_table.md
- + test/specs/new/escape_newline.html
- + test/specs/new/escape_newline.md
- + test/specs/new/escape_tick.html
- + test/specs/new/escape_tick.md
- + test/specs/new/escape_within_del.html
- + test/specs/new/escape_within_del.md
- test/specs/new/escape_within_emphasis.html
- test/specs/new/escape_within_emphasis.md
- test/specs/new/heading_following_list.html
- test/specs/new/heading_following_nptable.html
- test/specs/new/heading_following_table.html
- − test/specs/new/headings_id.html
- − test/specs/new/headings_id.md
- test/specs/new/hr_following_nptables.html
- test/specs/new/hr_following_nptables.md
- test/specs/new/hr_following_tables.html
- test/specs/new/hr_following_tables.md
- test/specs/new/html_comments.html
- test/specs/new/html_comments.md
- + test/specs/new/html_following_list.html
- + test/specs/new/html_following_list.md
- + test/specs/new/image_alt.html
- + test/specs/new/image_alt.md
- − test/specs/new/images.html
- − test/specs/new/images.md
- + test/specs/new/incorrectly_formatted_list_and_hr.html
- + test/specs/new/incorrectly_formatted_list_and_hr.md
- test/specs/new/indented_details.html
- + test/specs/new/link_unbalanced.html
- + test/specs/new/link_unbalanced.md
- test/specs/new/list_code_header.html
- + test/specs/new/list_item_empty.html
- + test/specs/new/list_item_empty.md
- + test/specs/new/list_item_empty_trailing_space.html
- + test/specs/new/list_item_empty_trailing_space.md
- test/specs/new/list_item_tabs.html
- test/specs/new/list_item_tabs.md
- test/specs/new/list_item_unindented_asterisk.md
- test/specs/new/list_loose_tasks.html
- + test/specs/new/list_with_line_break.html
- + test/specs/new/list_with_line_break.md
- + test/specs/new/list_wrong_indent.html
- + test/specs/new/list_wrong_indent.md
- − test/specs/new/mangle_xss.html
- − test/specs/new/mangle_xss.md
- + test/specs/new/nested_blockquote_in_list.html
- + test/specs/new/nested_blockquote_in_list.md
- test/specs/new/nogfm_hashtag.html
- test/specs/new/paragraph-after-list-item.html
- test/specs/new/pedantic_heading.html
- test/specs/new/pedantic_heading_interrupts_paragraph.html
- − test/specs/new/relative_base_urls.html
- − test/specs/new/relative_base_urls.md
- − test/specs/new/relative_urls.html
- − test/specs/new/relative_urls.md
- − test/specs/new/sanitize_links.html
- − test/specs/new/sanitize_links.md
- + test/specs/new/setext_blankline.html
- + test/specs/new/setext_blankline.md
- + test/specs/new/setext_no_blankline.html
- + test/specs/new/setext_no_blankline.md
- − test/specs/new/smartypants.html
- − test/specs/new/smartypants.md
- − test/specs/new/smartypants_code.html
- − test/specs/new/smartypants_code.md
- + test/specs/new/strikethrough_in_em_strong.html
- + test/specs/new/strikethrough_in_em_strong.md
- + test/specs/new/table_vs_setext.html
- + test/specs/new/table_vs_setext.md
- + test/specs/new/tabs_code.html
- + test/specs/new/tabs_code.md
- + test/specs/new/tasklist_basic.html
- + test/specs/new/tasklist_basic.md
- + test/specs/new/tasklist_blocks.html
- + test/specs/new/tasklist_blocks.md
- + test/specs/new/tasklist_setext_heading.html
- + test/specs/new/tasklist_setext_heading.md
- + test/specs/new/underscore_link.html
- + test/specs/new/underscore_link.md
- + test/specs/new/unicode_punctuation.html
- + test/specs/new/unicode_punctuation.md
- − test/specs/new/uppercase_hex.html
- − test/specs/new/uppercase_hex.md
- test/specs/original/markdown_documentation_basics.html
- test/specs/original/markdown_documentation_basics.md
- test/specs/original/markdown_documentation_syntax.html
- test/specs/original/markdown_documentation_syntax.md
- test/specs/original/ordered_and_unordered_lists.md
- + test/specs/redos/backticks_alternating_in_link.html
- + test/specs/redos/backticks_alternating_in_link.md
- + test/specs/redos/backticks_in_link_label.html
- + test/specs/redos/backticks_in_link_label.md
- + test/specs/redos/backticks_in_link_no_close.html
- + test/specs/redos/backticks_in_link_no_close.md
- + test/specs/redos/code_blank_line.cjs
- + test/specs/redos/cubic_link_title.cjs
- test/specs/redos/quadratic_br.cjs
- + test/specs/redos/quadratic_em_mask.cjs
- test/specs/redos/quadratic_email.cjs
- + test/specs/redos/quadratic_emstrong_delim.cjs
- test/specs/redos/quadratic_heading.cjs
- test/specs/redos/quadratic_lists.cjs
- test/specs/redos/quadratic_underscores.cjs
- − test/specs/run-spec.js
- − test/specs/security/sanitizer_bypass.html
- − test/specs/security/sanitizer_bypass.md
- − test/specs/security/sanitizer_bypass_remove_generic.html
- − test/specs/security/sanitizer_bypass_remove_generic.md
- − test/specs/security/sanitizer_bypass_remove_script.html
- − test/specs/security/sanitizer_bypass_remove_script.md
- − test/specs/security/sanitizer_bypass_remove_tag.html
- − test/specs/security/sanitizer_bypass_remove_tag.md
- + test/types/marked.ts
- + test/umd-test.js
- + test/unit/Hooks.test.js
- test/unit/Lexer-spec.js → test/unit/Lexer.test.js
- test/unit/Parser-spec.js → test/unit/Parser.test.js
- + test/unit/bin.test.js
- + test/unit/fixtures/bin-config#hash.js
- + test/unit/fixtures/bin-config.js
- + test/unit/fixtures/bin-input.md
- + test/unit/instance.test.js
- − test/unit/marked-spec.js
- + test/unit/marked.test.js
- + test/unit/utils.js
- test/update-specs.js
- − test/vuln-regex.js
- + tsconfig-type-test.json
- + tsconfig.json
- − types-marked/LICENSE
- − types-marked/README.md
- − types-marked/index.d.mts
- − types-marked/index.d.ts
- − types-marked/package.json


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/bdf22ca9f6eea3d15e6d0c45dd9c93d77d5d4032...53d03a29e8a32615388670b5d7edb6f8c77ff57d

-- 
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/bdf22ca9f6eea3d15e6d0c45dd9c93d77d5d4032...53d03a29e8a32615388670b5d7edb6f8c77ff57d
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/20260621/6d4a27fa/attachment-0001.htm>


More information about the Pkg-javascript-commits mailing list