1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
node-string-width (4.2.3+~cs13.2.3-1) unstable; urgency=medium
* Team upload
* Remove node-is-fullwidth-code-point constraint
* Drop fix-for-is-fullwidth-code-point-4.patch
+ Temporary require node-slice-ansi > 5.0.0+~cs9.0.0-2~
* Embed typescript declarations and repack
* Fix copyright
-- Yadd <yadd@debian.org> Mon, 14 Feb 2022 12:02:46 +0100
node-string-width (4.2.3+~9.2.2-1) unstable; urgency=medium
* Team upload
* Replace is-fullwidth-code-point component by dependency to
node-is-fullwidth-code-point virtual package (Closes: #998886) and repack
* Add fix for is-fullwidth-code-point ≥ 4
-- Yadd <yadd@debian.org> Tue, 09 Nov 2021 15:09:24 +0100
node-string-width (4.2.3+~3.0.0+~9.2.2-1) unstable; urgency=medium
* Team upload
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on node-strip-ansi.
+ node-string-width: Drop versioned constraint on node-strip-ansi in
Depends.
[ Yadd ]
* Update standards version to 4.6.0, no changes needed.
* Fix filenamemangle
* Drop dependency to nodejs
* Use uscan group
* Install components in nodejs dir
* New upstream version 4.2.3+~3.0.0+~9.2.2
* Update lintian overrides
-- Yadd <yadd@debian.org> Mon, 08 Nov 2021 17:32:28 +0100
node-string-width (4.2.0-1) unstable; urgency=medium
* Team upload
[ Paolo Greppi ]
* Update Vcs fields for migration to https://salsa.debian.org/
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Xavier Guimard ]
* Declare compliance with policy 4.5.0
* Fix test, then prove that 01-wcwidth.diff patch is wrong
* Use pkg-js-tools auto install
* Add "Rules-Requires-Root: no"
* Embed is-fullwidth-code-point and drop 01-wcwidth.diff patch
* Embed component: emoji-regex
* New upstream version 4.2.0
* Add lintian overrides
* Update test (use tape)
-- Xavier Guimard <yadd@debian.org> Wed, 29 Apr 2020 10:12:57 +0200
node-string-width (2.1.1-1) unstable; urgency=medium
* New upstream release
* Fix long description typo
* Bump standards version
-- Paolo Greppi <paolo.greppi@libpf.com> Mon, 30 Oct 2017 17:46:12 +0100
node-string-width (2.0.0-1) unstable; urgency=low
* Initial release (Closes: #845240, #842191)
* Add a patch to use mocha as test runner rather than ava and to
skip the xo style linter test step.
* Patch it to replace the dependency on is-fullwidth-code-point with
node-wcwidth.js.
* Add tests for zero-width non-joiners (ZWNJ) and zero-width joiners
(ZWJ) Unicode codepoints.
-- Paolo Greppi <paolo.greppi@libpf.com> Tue, 22 Nov 2016 11:01:22 +0000
|