Open greenkeeper[bot] opened 7 years ago
After pinning to 6.5.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
qs was updated from 6.5.2
to 6.6.0
.Your tests are still failing with this version. Compare changes
The new version differs by 40 commits.
34af57e
v6.6.0
8a8028e
[Dev Deps] update browserify
, eslint
0a2d26f
[New] move two-value combine to a utils
function
b853cb8
[refactor] stringify
: Avoid arr = arr.concat(...), push to the existing instance
98126ef
[Fix] stringify
: fix a crash with strictNullHandling
and a custom filter
/serializeDate
58d9b3e
[Tests] temporarily allow node 0.6 to fail
ca259b3
[Tests] up to node
v11.2
, v10.13
, v8.13
97ad647
[Dev Deps] update eslint
0da164d
[Fix] utils
: merge
: fix crash when source
is a truthy primitive & no options are provided
ac6d4ce
[Fix] stringify
: do not crash when the following criteria are met:
2ea1424
[Tests] up to node
v10.10
, v8.12
9c0428c
[Refactor] utils
: compactQueue
: make it explicitly side-effecting.
6f49e1a
[Refactor] parse
: one less concat
call
62ea1e1
[Refactor] add missing defaults
380568b
[Refactor] parse
/stringify
: clean up charset
options checking; fix defaults
There are 40 commits in total.
See the full diff
dependency
qs was updated from 6.6.0
to 6.7.0
.Your tests are still failing with this version. Compare changes
The new version differs by 18 commits.
125e103
v6.7.0
7060e79
[Tests] up to node
v11.12
, v10.15
, v8.15
, v6.17
9ec4149
[Dev Deps] update eslint
, @ljharb/eslint-config
, covert
, tape
d33a369
[Tests] temporarily allow coverage to fail
3c5725e
[Tests] fix Buffer tests to work in node < 4.5 and node < 5.10
d3a52ee
[Refactor] utils
: isBuffer
: small tweak; add tests
41c42b8
[Robustness] stringify
: cache Object.prototype.hasOwnProperty
04a9017
[Tests] always use String(x)
over x.toString()
c9720fe
[Fix] utils.merge
: avoid a crash with a null target and an array source
8297462
[Refactor]: stringify
/utils
: cache Array.isArray
3cd5200
[Refactor] utils
: reduce observable [[Get]]s
8bcb6a5
[Fix]
utils.merge`: avoid a crash with a null target and a truthy non-array source
b84acba
[New] stringily
/parse
: add comma
as an arrayFormat
option
f22e507
[Refactor] use cached Array.isArray
dc78092
[Refactor] parse
/stringify
: make a function to normalize the options
There are 18 commits in total.
See the full diff
Version 6.5.1 of qs just got published.
This version is covered by your current version range and after updating it in your project the build failed.
qs is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:
Status Details
- ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/philschatz/gh-board/builds/273557688?utm_source=github_status&utm_medium=notification)Commits
The new version differs by 9 commits.
0e838da
v6.5.1
53b54cb
[Refactor] name utils functions.
dfd28c6
[Dev Deps] update
eslint
,@ljharb/eslint-config
,tape
461a04d
Merge pull request #224 from dougwilson/non-recursive-compact
2ed6ea4
Fix parsing & compacting very deep objects
841b933
[Tests] up to
node
v8.4
; usenvm install-latest-npm
so newer npm doesn’t break older node3be7c11
Use precise dist for Node.js 0.6 runtime
489f2f8
[Tests] make 0.6 required, now that it’s passing
a80052d
[Tests] on
node
v8.2
; fix npm on node 0.6See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: