[Pkg-javascript-commits] [Git][js-team/node-marked][upstream] 2 commits: New upstream version 18.0.5+~cs13.2.17
Yadd (@yadd)
gitlab at salsa.debian.org
Sun Jun 21 10:26:38 BST 2026
Yadd pushed to branch upstream at Debian JavaScript Maintainers / node-marked
Commits:
95c532e0 by Xavier Guimard at 2026-06-21T10:12:20+02:00
New upstream version 18.0.5+~cs13.2.17
- - - - -
7940d9b0 by Xavier Guimard at 2026-06-21T10:34:15+02:00
New upstream version 18.0.5+~cs7.2.17
- - - - -
245 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
- 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/17117142ef2a2bd8c30b00cbe410f73d92211519...7940d9b0b9a281dd49ef06f031d7e65723f0f2c3
--
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/17117142ef2a2bd8c30b00cbe410f73d92211519...7940d9b0b9a281dd49ef06f031d7e65723f0f2c3
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/e0b2252c/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list