Bug#976440: [Pkg-javascript-devel] Bug#976440: pkg-js-tools: add a minimal test to check the dependencies in package.json does not differ by major versions

2020-12-17 Thread Xavier
Control: reassign -1 lintian Le 17/12/2020 à 19:23, Jonas Smedegaard a écrit : > Quoting Xavier (2020-12-17 19:00:00) >> such test should not fail because it will creates a lot of >> false-positive FTBFS. I can write a test that returns OK or SKIP but >> then what is the benefit? > > Quite

Bug#976440: [Pkg-javascript-devel] Bug#976440: pkg-js-tools: add a minimal test to check the dependencies in package.json does not differ by major versions

2020-12-17 Thread Jonas Smedegaard
Quoting Xavier (2020-12-17 19:00:00) > such test should not fail because it will creates a lot of > false-positive FTBFS. I can write a test that returns OK or SKIP but > then what is the benefit? Quite helpful if such SemVer violations appeared as lintian warnings. Having them appear there

Bug#976440: pkg-js-tools: add a minimal test to check the dependencies in package.json does not differ by major versions

2020-12-17 Thread Xavier
Hi, such test should not fail because it will creates a lot of false-positive FTBFS. I can write a test that returns OK or SKIP but then what is the benefit? Cheers, Xavier

Bug#976440: pkg-js-tools: add a minimal test to check the dependencies in package.json does not differ by major versions

2020-12-17 Thread Xavier
Le 17/12/2020 à 19:00, Xavier a écrit : > Hi, > > such test should not fail because it will creates a lot of > false-positive FTBFS. I can write a test that returns OK or SKIP but > then what is the benefit? > > Cheers, > Xavier For embedded components, see also

Bug#976440: pkg-js-tools: add a minimal test to check the dependencies in package.json does not differ by major versions

2020-12-05 Thread Pirate Praveen
Package: pkg-js-tools Version: 0.9.53 Severity: wishlist It would be nice to have a test in pkg-js-tools to make sure the dependencies mentioned in package.json of a module is not differing by a major version. Example node-css-loader. See