<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 11 May 2020, 21:30 Nicolas Mora, <<a href="mailto:nicolas@babelouest.org">nicolas@babelouest.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Le 20-05-11 à 01 h 14, Xavier a écrit :<br>
> <br>
> at least you should:<br>
>  * remove dependency to node-babel-preset-env<br>
>  * update homepage to <a href="https://redux.js.org/" rel="noreferrer noreferrer" target="_blank">https://redux.js.org/</a> (reported by `duck`)<br>
>  * Add "Testsuite: autopkgtest-pkg-nodejs" and remove<br>
>    debian/tests/control & debian/tests/require<br>
> <br>
All done, thanks<br>
<br>
But I've realized an issue with symbol-observable, the packages.json<br>
requires symbol-observable 1.2, but the version packaged in debian sid<br>
is 1.0.4.<br>
<br>
I can't run redux tests because they use eslint and jest but the package<br>
builds successfully with Debian package node-synbol-observable 1.0.4.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">You can ignore eslint tests, as they are lint tests that upstream needs, and it doesn't require us to run them.</div><div dir="auto"> </div><div dir="auto">Node-jest has been packaged for Debian, you can go ahead with running tests needing jest.</div><div dir="auto"><br></div><div dir="auto">_Maybe_ you can try running these, if the work OK ofcourse.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I wanted to check if redux 4.0.5 would build and tests succeed with<br>
symbol-observable 1.0.4 and I have the following result.<br>
<br>
If I untar the official package redux 4.0.5, replace the<br>
symbol-observable version in package.json with 1.0.4, then run the build<br>
or the tests, they fail with the following error message:<br>
Error: 'default' is not exported by node_modules/symbol-observable/index.js<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Skip tests if they don't look compatible due to version constraints.</div><div dir="auto">Or try upgrading the version ensuring that you don't break anything else.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
The good new is redux will drop symbol-observable in the next version.<br>
The bad new is new unpackaged dependencies such as<br>
rollup-plugin-typescript2 are introduced...<br></blockquote></div></div></div>