[Pkg-javascript-commits] [Git][js-team/node-marked][master] 26 commits: Modernize debian watch
Bastien Roucariès (@rouca)
gitlab at salsa.debian.org
Fri Jun 12 12:13:57 BST 2026
Bastien Roucariès pushed to branch master at Debian JavaScript Maintainers / node-marked
Commits:
d9d82aab by Bastien Roucariès at 2026-06-12T10:42:15+02:00
Modernize debian watch
- - - - -
11aa0802 by Bastien Roucariès at 2026-06-12T11:08:37+02:00
Add new component
- - - - -
948e67e2 by Bastien Roucariès at 2026-06-12T11:09:10+02:00
New upstream version 4.3.0+ds+~4.0.8+~3.1.2+~cs3.1.13
- - - - -
b539f712 by Bastien Roucariès at 2026-06-12T11:09:12+02:00
Update upstream source from tag 'upstream/4.3.0+ds+_4.0.8+_3.1.2+_cs3.1.13'
Update to upstream version '4.3.0+ds+~4.0.8+~3.1.2+~cs3.1.13'
with Debian dir ede9ab5ac8f89d24f7eeca759c538187ad57e3de
- - - - -
76c6862a by Bastien Roucariès at 2026-06-12T11:17:17+02:00
Add control and description
- - - - -
120cca3a by Bastien Roucariès at 2026-06-12T11:21:33+02:00
Add build for github
- - - - -
7601d043 by Bastien Roucariès at 2026-06-12T11:24:11+02:00
Refresh patches
- - - - -
f627e6fe by Bastien Roucariès at 2026-06-12T11:26:39+02:00
Add last unicode
- - - - -
c17db01f by Bastien Roucariès at 2026-06-12T11:28:07+02:00
Add patch for build github-slugger
- - - - -
c2eecfb1 by Bastien Roucariès at 2026-06-12T11:33:23+02:00
Modernize build
- - - - -
35d21fc1 by Bastien Roucariès at 2026-06-12T11:37:43+02:00
Add a few extlinks
- - - - -
1a14de1d by Bastien Roucariès at 2026-06-12T11:40:34+02:00
Add typescript
- - - - -
0e4f188c by Bastien Roucariès at 2026-06-12T11:54:43+02:00
Exclude prebuild modules
- - - - -
a54d6cff by Bastien Roucariès at 2026-06-12T11:55:59+02:00
New upstream version 4.3.0+ds1+~4.0.8+~3.1.2+~cs3.1.13
- - - - -
ad2003d7 by Bastien Roucariès at 2026-06-12T11:56:00+02:00
Update upstream source from tag 'upstream/4.3.0+ds1+_4.0.8+_3.1.2+_cs3.1.13'
Update to upstream version '4.3.0+ds1+~4.0.8+~3.1.2+~cs3.1.13'
with Debian dir 2c2bcfb74741ff76c763eb80c78afb2b15db9c06
- - - - -
a149f44b by Bastien Roucariès at 2026-06-12T11:56:44+02:00
Drop prebuild
- - - - -
b1e74511 by Bastien Roucariès at 2026-06-12T12:00:10+02:00
Do not rollup cjs
- - - - -
acf4a337 by Bastien Roucariès at 2026-06-12T12:00:41+02:00
Add build dir to clean
- - - - -
5b037ea0 by Bastien Roucariès at 2026-06-12T12:05:51+02:00
Build gfm-heading-id
- - - - -
aff7ca7d by Bastien Roucariès at 2026-06-12T12:07:56+02:00
Fix a typo
- - - - -
482498f5 by Bastien Roucariès at 2026-06-12T12:21:11+02:00
Add buildorder for gfm
- - - - -
b675cf6b by Bastien Roucariès at 2026-06-12T12:21:40+02:00
Really do not import buildin module
- - - - -
c93eb360 by Bastien Roucariès at 2026-06-12T12:24:42+02:00
Do not rollup
- - - - -
cc1eccb9 by Bastien Roucariès at 2026-06-12T12:26:52+02:00
Add build of marked-mangle
- - - - -
725ce784 by Bastien Roucariès at 2026-06-12T12:30:48+02:00
Fix build order
- - - - -
72816e2e by Bastien Roucariès at 2026-06-12T13:10:14+02:00
Fix build
- - - - -
92 changed files:
- + .devcontainer/devcontainer.json
- debian/changelog
- debian/clean
- debian/control
- debian/copyright
- debian/gbp.conf
- + debian/nodejs/build
- + debian/nodejs/build_order
- debian/nodejs/extlinks
- + debian/nodejs/github-slugger/build
- + debian/nodejs/marked-gfm-heading-id/build
- + debian/nodejs/marked-gfm-heading-id/test
- + debian/nodejs/marked-mangle/build
- + debian/nodejs/marked-mangle/test
- + debian/patches/0004-Fix-build-of-github-slugger.patch
- + debian/patches/0005-Do-not-rollup-cjs.patch
- + debian/patches/0006-do-not-rollup-everything.patch
- debian/patches/2001_man_global.patch
- debian/patches/reproducible.patch
- debian/patches/series
- debian/patches/slow_tests.patch
- debian/rules
- debian/watch
- docs/USING_ADVANCED.md
- docs/USING_PRO.md
- docs/_document.html
- docs/demo/initial.md
- docs/demo/worker.js
- + github-slugger/.npmrc
- + github-slugger/CHANGELOG.md
- + github-slugger/CONTRIBUTING.md
- + github-slugger/LICENSE
- + github-slugger/README.md
- + github-slugger/index.js
- + github-slugger/package.json
- + github-slugger/script/generate-fixtures.js
- + github-slugger/script/generate-regex.js
- + github-slugger/test/index.js
- + github-slugger/tsconfig.json
- + marked-gfm-heading-id/.editorconfig
- + marked-gfm-heading-id/.eslintignore
- + marked-gfm-heading-id/.eslintrc.json
- + marked-gfm-heading-id/LICENSE
- + marked-gfm-heading-id/README.md
- + marked-gfm-heading-id/babel.config.json
- + 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
- + marked-mangle/.editorconfig
- + marked-mangle/LICENSE
- + marked-mangle/README.md
- + marked-mangle/babel.config.json
- + marked-mangle/eslint.config.js
- + marked-mangle/jest.config.js
- + marked-mangle/package-lock.json
- + marked-mangle/package.json
- + marked-mangle/release.config.cjs
- + marked-mangle/rollup.config.js
- + marked-mangle/spec/index.test-d.ts
- + marked-mangle/spec/index.test.js
- + marked-mangle/src/index.d.ts
- + marked-mangle/src/index.js
- package-lock.json
- package.json
- rollup.config.js
- + src/Hooks.js
- src/Tokenizer.js
- src/defaults.js
- src/helpers.js
- src/marked.js
- src/rules.js
- + test/specs/new/autolinks_quotes.html
- + test/specs/new/autolinks_quotes.md
- + test/specs/new/code_block_no_ending_newline.html
- + test/specs/new/code_block_no_ending_newline.md
- + test/specs/new/list_item_tabs.html
- + test/specs/new/list_item_tabs.md
- + test/specs/new/list_loose.html
- + test/specs/new/list_loose.md
- + test/specs/new/paragraph-after-list-item.html
- + test/specs/new/paragraph-after-list-item.md
- test/unit/Lexer-spec.js
- test/unit/marked-spec.js
- types-marked/README.md
- 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/9aa1be7fdd1169e907b7b10a1d2778984075df73...72816e2ea112bd4458740eba58a47a57536ec824
--
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/9aa1be7fdd1169e907b7b10a1d2778984075df73...72816e2ea112bd4458740eba58a47a57536ec824
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/20260612/bcaaf03c/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list