Your message dated Fri, 18 Dec 2020 15:52:26 +0100 with message-id <[email protected]> and subject line Re: [Pkg-javascript-devel] Bug#977670: jest: 26.6.3+repack+~cs61.38.31-2 has caused the Debian Bug report #977670, regarding jest: 26.6.3+repack+~cs61.38.31-2 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.) -- 977670: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977670 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: jest Version: 26.6.3+repack+~cs61.38.31-2 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 jest declares a runtime dependency on babel7. Upstream seemingly only build-depends on babel-related modules. Please either... a) stop depend on babel7 if not really needed at runtime b) if only some embedded modules need babel-related modules at runtime, then move those to a package which itself need babel at runtime c) explicitly depend on the (possibly virtual) module packages needed -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl/cvtgACgkQLHwxRsGg ASGr2A/8C/MEYm44+tGRz3JR5Kz/HQV/GwxZghMG7HtSSJP7ra2DLr6eu1wCiDNs j6NlPu7s5ho8g6JI/8XyYQCf/pJ62wGTeauArwb6zLzTM2fgcWNQlr/Ky9LRX5Z2 lNzQRm31WlSdQqCc0hXvUnekBbaMtsBSdYGhrAgzsm6eNgaaUekFOlp1+PP/xH6t zGquw1uwocnWenJVAXh/QqboAYA9pUvSm7E+wSbR726NIN7Ug6M3lgEetuY6zUr8 GvvdNxI8U8NbWOEB4qbS7nkhRdkCFG5HjZcK8cBVppT+kaPXYMoqsEPdjhfzBm0X 4jr2zHwTsqweSEg8o/XPLas1eqS16txdPpknp7UZPKkmds1cMdNgBJ8FABtGELhE awfDT2pcu/SbSxqboYkfcTCQRKLgRzKezAi4+UZamtXtzplD9kYm1pH/I3eu8pGp gbL96LyhLPS/RrGMsePPvH9veIDtYzvOOw2sKJZ/uEqvM6aVRkUwGYzk5d+X8L6L Aq7iCq81ezNjetfTkqn7b5hf0lToVrdBNE8yzkr7KFB5zOaZ531jThLWo1vnvyS4 w2B8caFxbH5TDHPM+QTTR7nP6MnFqfs1qG4b+S9goxle85lG8z2vHdDZirHLb/Ph shLuDokz/Pnk6mnQ0qnXGOh/gK+Eb0yn+NjNn9UtAiJW4IqpsbY= =r9YW -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Le 18/12/2020 à 15:38, Jonas Smedegaard a écrit : > Package: jest > Version: 26.6.3+repack+~cs61.38.31-2 > Severity: normal > > jest declares a runtime dependency on babel7. > > Upstream seemingly only build-depends on babel-related modules. > > Please either... > > a) stop depend on babel7 if not really needed at runtime > b) if only some embedded modules need babel-related modules at runtime, > then move those to a package which itself need babel at runtime > c) explicitly depend on the (possibly virtual) module packages needed Hi, internal jest dependencies depends on babel7. Try: $ npm install jest added 536 packages, and audited 537 packages in 11s [...] found 0 vulnerabilities $ ls node_modules/@babel/ code-frame core generator helper-function-name helper-get-function-arity helper-member-expression-to-functions helper-module-imports helper-module-transforms helper-optimise-call-expression helper-plugin-utils helper-replace-supers helpers helper-simple-access helper-split-export-declaration helper-validator-identifier highlight parser plugin-syntax-async-generators plugin-syntax-bigint plugin-syntax-class-properties plugin-syntax-import-meta plugin-syntax-json-strings plugin-syntax-logical-assignment-operators plugin-syntax-nullish-coalescing-operator plugin-syntax-numeric-separator plugin-syntax-object-rest-spread plugin-syntax-optional-catch-binding plugin-syntax-optional-chaining plugin-syntax-top-level-await template traverse types
--- End Message ---

