vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 7ddaea02efe515cfdb3128d2f4d4887fac8f8d71
Merge: 5f1269c 5b0962e
Author: Yadd <yadd@debian.org>
Date: Thu Dec 18 15:07:10 2025 +0100
Merge branch 'pu/Dpkg-IPC-api-use' into 'master'
Pass also no_check to Dpkg::IPC spawn() and wait_child()
See merge request js-team/pkg-js-tools!20
commit 5b0962e5e465a92f9921b44f5825ac45a0fb3178
Author: Guillem Jover <guillem@debian.org>
Date: Sun Nov 23 23:23:00 2025 +0100
Pass also no_check to Dpkg::IPC spawn() and wait_child()
With the upcoming dpkg 1.23.0, the "nocheck" option is deprecated and
emits a warning to that effect, which is replaced by the "no_check"
option.
To ease in the migration and to avoid making code not backportable,
the deprecated option is accepted with no warning if the new option is
passed as well, so that both old and new dpkg modules can be used.
Only after 1.24.0 the old option will be obsoleted and unconditionally
start generating warnings or errors.