Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

An in-range update of query-string is breaking the build 🚨 #71

Open
greenkeeper bot opened this issue Oct 2, 2018 · 17 comments
Open

An in-range update of query-string is breaking the build 🚨 #71

greenkeeper bot opened this issue Oct 2, 2018 · 17 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Oct 2, 2018

The devDependency query-string was updated from 6.1.0 to 6.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

query-string is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ci/circleci: build-docker-image: CircleCI is running your tests (Details).
  • ci/circleci: test: Your tests failed on CircleCI (Details).

Commits

The new version differs by 8 commits.

  • eda1fdc 6.2.0
  • f0b7db4 Meta tweaks
  • b20493e Do not sort when sort option is set to false (#155)
  • 5b4ce87 Support hash in parseUrl() (#151)
  • ff8eef3 Add readme note about create-react-app (#156)
  • 006f019 Bump fast-check version and adapt properties (#154)
  • b4dee48 Fix lint error (#149)
  • 61fbada Fix failing tests in Node 10 caused by wrong sort option type (#142)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2018

After pinning to 6.1.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 3, 2019

  • The devDependency query-string was updated from 6.2.0 to 6.3.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.3.0

v6.2.0...v6.3.0

Commits

The new version differs by 5 commits.

  • c138b11 6.3.0
  • 2c2e77a Add TypeScript definition (#168)
  • e232cb3 Fix sort example for stringify method (#163)
  • 9e11676 Fix readme usage example for sort: false (#161)
  • b5a51a7 Readme tweak

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2019

  • The devDependency query-string was updated from 6.3.0 to 6.4.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.4.0
  • Add comma format to the arrayFormat option (#167) b22c2af
  • Fix the ParsedQuery TypeScript type (#170) 49d2203

v6.3.0...v6.4.0

Commits

The new version differs by 4 commits.

  • a429c8e 6.4.0
  • 2477183 Improve docs
  • b22c2af Add comma format to the arrayFormat option (#167)
  • 49d2203 Fix failing test and ParsedQuery TypeScript type (#170)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 27, 2019

  • The devDependency query-string was updated from 6.4.1 to 6.4.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • 484c921 6.4.1
  • 78e321c Correctly handle query strings that contain = (#169)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 28, 2019

  • The devDependency query-string was updated from 6.4.2 to 6.5.0.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 5, 2019

  • The devDependency query-string was updated from 6.5.0 to 6.6.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.6.0

Enhancements:

Fixes:

v6.5.0...v6.6.0

Commits

The new version differs by 6 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 8, 2019

  • The devDependency query-string was updated from 6.6.0 to 6.7.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.7.0

v6.6.0...v6.7.0

Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 20, 2019

  • The devDependency query-string was updated from 6.7.0 to 6.8.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.8.0

Enhancements:

Fixes:

v6.7.0...v6.8.0

Commits

The new version differs by 4 commits.

  • a8710eb 6.8.0
  • cba4c93 Fix the TypeScript types (#185)
  • f958329 Add parseBooleans option to .parse() (#183)
  • 3ccd68d Fix readme examples (#181)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 21, 2019

  • The devDependency query-string was updated from 6.8.0 to 6.8.1.

Your tests are still failing with this version. Compare changes

Release Notes for v6.8.1
  • Fix using the parseNumbers and parseBooleans options together (#187) 90eb40e

v6.8.0...v6.8.1

Commits

The new version differs by 2 commits.

  • 17315ad 6.8.1
  • 90eb40e Fix using the parseNumbers and parseBooleans options together (#187)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 26, 2019

  • The devDependency query-string was updated from 6.8.1 to 6.8.2.

Your tests are still failing with this version. Compare changes

Release Notes for v6.8.2
  • Ensure empty string & spaces are parsed as string when parseNumber: true (#195) 504c29b

v6.8.1...v6.8.2

Commits

The new version differs by 2 commits.

  • 22b5532 6.8.2
  • 504c29b Ensure empty string & spaces are parsed as string when parseNumber: true (#195)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 31, 2019

  • The devDependency query-string was updated from 6.8.2 to 6.8.3.

Your tests are still failing with this version. Compare changes

Release Notes for v6.8.3
  • Make parseNumbers and parseBooleans options work with arrayFormat (#202) d2451aa

v6.8.2...v6.8.3

Commits

The new version differs by 3 commits.

  • de0536a 6.8.3
  • c22455d Minor tweaks
  • d2451aa Make parseNumbers and parseBooleans options work with arrayFormat (#202)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 13, 2019

  • The devDependency query-string was updated from 6.8.3 to 6.9.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.9.0
  • Add option to skip keys with the value of null in .stringify() (#215) 20d8069
  • Only parse + to space when decode is true (#214) e20ab65

v6.8.3...v6.9.0

Commits

The new version differs by 5 commits.

  • cca7295 6.9.0
  • c4905d7 Meta tweaks
  • e20ab65 Only parse + to space when decode is true (#214)
  • 20d8069 Add option to skip keys with the value of null in .stringify() (#215)
  • 35f4820 Tidelift tasks

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 17, 2020

  • The devDependency query-string was updated from 6.10.0 to 6.10.1.

Your tests are still failing with this version. Compare changes

Release Notes for v6.10.1
  • Fix issue with using Rollup b3179c4

v6.10.0...v6.10.1

Commits

The new version differs by 8 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 13, 2020

  • The devDependency query-string was updated from 6.10.1 to 6.11.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.11.0
  • Support custom array separator (#234) 7712622
  • Preserve encoded commas when using arrayFormat: 'comma' (#236) a1d108f

v6.10.1...v6.11.0

Commits

The new version differs by 3 commits.

  • 4d51018 6.11.0
  • 7712622 Support custom array separator (#234)
  • a1d108f Preserve encoded commas when using arrayFormat: 'comma' (#236)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 2, 2020

  • The devDependency query-string was updated from 6.11.0 to 6.11.1.

Your tests are still failing with this version. Compare changes

Release Notes for v6.11.1
  • Fix arrayFormatSeparator TypeScript type (#245) 338072a

v6.11.0...v6.11.1

Commits

The new version differs by 2 commits.

  • bed0871 6.11.1
  • 338072a Fix arrayFormatSeparator TypeScript type (#245)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 6, 2020

  • The devDependency query-string was updated from 6.11.1 to 6.12.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.12.0

v6.11.1...v6.12.0

Commits

The new version differs by 2 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 12, 2020

  • The devDependency query-string was updated from 6.12.0 to 6.12.1.

Your tests are still failing with this version. Compare changes

Release Notes for v6.12.1
  • Fix value being decoded twice with arrayFormat option set to separator (#243) 3b4c295

v6.12.0...v6.12.1

Commits

The new version differs by 2 commits.

  • 3cd5d4d 6.12.1
  • 3b4c295 Fix value being decoded twice with arrayFormat option set to separator (#243)

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants