Your message dated Thu, 7 Jan 2021 06:20:15 +0100
with message-id <[email protected]>
and subject line Already fixed
has caused the Debian Bug report #888926,
regarding tracking bug: breakages in reverse dependencies of node-source-map
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
888926: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888926
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: node-source-map
Version: 0.7.0+dfsg-1
Severity: important
Control: block -1 by 888846

source-map 0.7 introduced many breaking changes including dropping
support for node < 8 which makes it harder for upstreams to switch to
this version.

Breaking change: new SourceMapConsumer now returns a Promise object that
resolves to the newly constructed SourceMapConsumer instance, rather
than returning the new instance immediately.

Breaking change: when you're done using a SourceMapConsumer instance,
you must call SourceMapConsumer.prototype.destroy on it. After calling
destroy, you must not use the instance again.

Breaking change: SourceMapConsumer used to be able to handle lines,
columns numbers and source and name indices up to 2^53 - 1 (aka
Number.MAX_SAFE_INTEGER). It can now only handle them up to 2^32 - 1.

Breaking change: The source-map library now uses modern ECMAScript-isms:
let, arrow functions, async, etc. Use Babel to compile it down to
ECMAScript 5 if you need to support older JavaScript environments.

Breaking change: Drop support for Node < 8. If you want to support older
versions of node, please use v0.6 or below.

This should have been better handled as a transition giving time for
reverse dependency maintainers to adapt.

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---

--- End Message ---
-- 
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to