An intermediary gateway between a GraphQL client and the Bugzilla REST API. Currently only supports public `query` operations, not `mutation` or `subscription`.
8
stars
8
forks
source link
Update dependency query-string to v7 - autoclosed #55
sindresorhus/query-string
### [`v7.1.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v7.1.1)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v7.1.0...v7.1.1)
- Fix `ParsedQuery` type to allow null in array ([#338](https://togithub.com/sindresorhus/query-string/issues/338)) [`5331579`](https://togithub.com/sindresorhus/query-string/commit/5331579)
### [`v7.1.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v7.1.0)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v7.0.1...v7.1.0)
- Add support for parameters with an explicit `:list` marker ([#335](https://togithub.com/sindresorhus/query-string/issues/335)) [`6d220e6`](https://togithub.com/sindresorhus/query-string/commit/6d220e6)
### [`v7.0.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v7.0.1)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v7.0.0...v7.0.1)
- Don't encode the fragment identifier in `.pick` and `.exclude` ([#320](https://togithub.com/sindresorhus/query-string/issues/320)) [`fd3e779`](https://togithub.com/sindresorhus/query-string/commit/fd3e779)
### [`v7.0.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v7.0.0)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0)
##### Breaking
- Implement skips for stringify array format comma ([#304](https://togithub.com/sindresorhus/query-string/issues/304)) [`828f032`](https://togithub.com/sindresorhus/query-string/commit/828f032)
- This is a breaking change to the default functionality of `.stringify()` for `comma` and `separator` array modes given that `skipNull` and `skipEmptyString` are default false but the original functionality of `.stringify()` for these 2 modes behaved as though `skipNull` and `skipEmptyString` were true.
##### Improvements
- Add support for `arrayFormat: 39;bracket-separator39;` ([#276](https://togithub.com/sindresorhus/query-string/issues/276)) [`b10bc19`](https://togithub.com/sindresorhus/query-string/commit/b10bc19)
### [`v6.14.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.14.1)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.14.0...v6.14.1)
- Fix TypeScript type for `stringifyUrl()` [`a6d4a3f`](https://togithub.com/sindresorhus/query-string/commit/a6d4a3f)
### [`v6.14.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.14.0)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.8...v6.14.0)
- Add [`.pick()`](https://togithub.com/sindresorhus/query-string#pickurl-keys-options) and [`.exclude()`](https://togithub.com/sindresorhus/query-string#excludeurl-keys-options) ([#282](https://togithub.com/sindresorhus/query-string/issues/282)) [`6ed5cb3`](https://togithub.com/sindresorhus/query-string/commit/6ed5cb3)
- Ignore ending ampersand when parsing ([#306](https://togithub.com/sindresorhus/query-string/issues/306)) [`667c9e9`](https://togithub.com/sindresorhus/query-string/commit/667c9e9)
### [`v6.13.8`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.8)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.7...v6.13.8)
- Work around TypeScript bug [`94ebcd4`](https://togithub.com/sindresorhus/query-string/commit/94ebcd4)
### [`v6.13.7`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.7)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.6...v6.13.7)
- Allow readonly `Stringifiable[]` in `StringifiableRecord` ([#291](https://togithub.com/sindresorhus/query-string/issues/291)) [`71d84b7`](https://togithub.com/sindresorhus/query-string/commit/71d84b7)
### [`v6.13.6`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.6)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.5...v6.13.6)
- When only receiving values with encoded array value, decode values ([#287](https://togithub.com/sindresorhus/query-string/issues/287)) [`b38f06c`](https://togithub.com/sindresorhus/query-string/commit/b38f06c)
### [`v6.13.5`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.5)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.4...v6.13.5)
- Allow `null` and `undefined` in `Stringifiable` TypeScript type ([#281](https://togithub.com/sindresorhus/query-string/issues/281)) [`df4cbb3`](https://togithub.com/sindresorhus/query-string/commit/df4cbb3)
### [`v6.13.4`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.4)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.3...v6.13.4)
- Fix the TypeScript types for `.stringify()` and `.stringifyUrl()` ([#279](https://togithub.com/sindresorhus/query-string/issues/279)) [`38906bc`](https://togithub.com/sindresorhus/query-string/commit/38906bc)
### [`v6.13.3`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.3)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.2...v6.13.3)
- Fix the TypeScript type for the `.stringifyUrl()` method [`b15f945`](https://togithub.com/sindresorhus/query-string/commit/b15f945)
### [`v6.13.2`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.2)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.1...v6.13.2)
- Fix the `ParsedQuery` TypeScript type [`56d2923`](https://togithub.com/sindresorhus/query-string/commit/56d2923)
### [`v6.13.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.1)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.0...v6.13.1)
- Fix sorting existing query params in URL when `sort` option is false ([#265](https://togithub.com/sindresorhus/query-string/issues/265)) [`549d677`](https://togithub.com/sindresorhus/query-string/commit/549d677)
### [`v6.13.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.0)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.12.1...v6.13.0)
- Add support for [parsing/stringifying fragment identifier](https://togithub.com/sindresorhus/query-string#parsefragmentidentifier) ([#222](https://togithub.com/sindresorhus/query-string/issues/222)) [`ce06095`](https://togithub.com/sindresorhus/query-string/commit/ce06095)
### [`v6.12.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.12.1)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.12.0...v6.12.1)
- Fix value being decoded twice with `arrayFormat` option set to `separator` ([#243](https://togithub.com/sindresorhus/query-string/issues/243)) [`3b4c295`](https://togithub.com/sindresorhus/query-string/commit/3b4c295)
### [`v6.12.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.12.0)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.11.1...v6.12.0)
- Add [`skipEmptyString`](https://togithub.com/sindresorhus/query-string#skipemptystring) option ([#252](https://togithub.com/sindresorhus/query-string/issues/252)) [`20233a6`](https://togithub.com/sindresorhus/query-string/commit/20233a6)
### [`v6.11.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.11.1)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.11.0...v6.11.1)
- Fix `arrayFormatSeparator` TypeScript type ([#245](https://togithub.com/sindresorhus/query-string/issues/245)) [`338072a`](https://togithub.com/sindresorhus/query-string/commit/338072a)
### [`v6.11.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.11.0)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.10.1...v6.11.0)
- Support custom array separator ([#234](https://togithub.com/sindresorhus/query-string/issues/234)) [`7712622`](https://togithub.com/sindresorhus/query-string/commit/7712622)
- Preserve encoded commas when using `arrayFormat: 'comma'` ([#236](https://togithub.com/sindresorhus/query-string/issues/236)) [`a1d108f`](https://togithub.com/sindresorhus/query-string/commit/a1d108f)
### [`v6.10.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.10.1)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.10.0...v6.10.1)
- Fix issue with using Rollup [`b3179c4`](https://togithub.com/sindresorhus/query-string/commit/b3179c4)
### [`v6.10.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.10.0)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.9.0...v6.10.0)
- Add [`.stringifyUrl()`](https://togithub.com/sindresorhus/query-string#stringifyurlobject-options) method ([#217](https://togithub.com/sindresorhus/query-string/issues/217)) [`1604958`](https://togithub.com/sindresorhus/query-string/commit/1604958)
### [`v6.9.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.9.0)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.8.3...v6.9.0)
- Add option to skip keys with the value of `null` in `.stringify()` ([#215](https://togithub.com/sindresorhus/query-string/issues/215)) [`20d8069`](https://togithub.com/sindresorhus/query-string/commit/20d8069)
- Only parse `+` to space when `decode` is true ([#214](https://togithub.com/sindresorhus/query-string/issues/214)) [`e20ab65`](https://togithub.com/sindresorhus/query-string/commit/e20ab65)
### [`v6.8.3`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.8.3)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.8.2...v6.8.3)
- Make `parseNumbers` and `parseBooleans` options work with `arrayFormat` ([#202](https://togithub.com/sindresorhus/query-string/issues/202)) [`d2451aa`](https://togithub.com/sindresorhus/query-string/commit/d2451aa)
### [`v6.8.2`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.8.2)
[Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.8.1...v6.8.2)
- Ensure empty string & spaces are parsed as string when `parseNumber: true` ([#195](https://togithub.com/sindresorhus/query-string/issues/195)) [`504c29b`](https://togithub.com/sindresorhus/query-string/commit/504c29b)
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^6.0.0
->^7.0.0
Release Notes
sindresorhus/query-string
### [`v7.1.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v7.1.1) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v7.1.0...v7.1.1) - Fix `ParsedQuery` type to allow null in array ([#338](https://togithub.com/sindresorhus/query-string/issues/338)) [`5331579`](https://togithub.com/sindresorhus/query-string/commit/5331579) ### [`v7.1.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v7.1.0) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v7.0.1...v7.1.0) - Add support for parameters with an explicit `:list` marker ([#335](https://togithub.com/sindresorhus/query-string/issues/335)) [`6d220e6`](https://togithub.com/sindresorhus/query-string/commit/6d220e6) ### [`v7.0.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v7.0.1) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v7.0.0...v7.0.1) - Don't encode the fragment identifier in `.pick` and `.exclude` ([#320](https://togithub.com/sindresorhus/query-string/issues/320)) [`fd3e779`](https://togithub.com/sindresorhus/query-string/commit/fd3e779) ### [`v7.0.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0) ##### Breaking - Implement skips for stringify array format comma ([#304](https://togithub.com/sindresorhus/query-string/issues/304)) [`828f032`](https://togithub.com/sindresorhus/query-string/commit/828f032) - This is a breaking change to the default functionality of `.stringify()` for `comma` and `separator` array modes given that `skipNull` and `skipEmptyString` are default false but the original functionality of `.stringify()` for these 2 modes behaved as though `skipNull` and `skipEmptyString` were true. ##### Improvements - Add support for `arrayFormat: 39;bracket-separator39;` ([#276](https://togithub.com/sindresorhus/query-string/issues/276)) [`b10bc19`](https://togithub.com/sindresorhus/query-string/commit/b10bc19) ### [`v6.14.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.14.1) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.14.0...v6.14.1) - Fix TypeScript type for `stringifyUrl()` [`a6d4a3f`](https://togithub.com/sindresorhus/query-string/commit/a6d4a3f) ### [`v6.14.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.14.0) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.8...v6.14.0) - Add [`.pick()`](https://togithub.com/sindresorhus/query-string#pickurl-keys-options) and [`.exclude()`](https://togithub.com/sindresorhus/query-string#excludeurl-keys-options) ([#282](https://togithub.com/sindresorhus/query-string/issues/282)) [`6ed5cb3`](https://togithub.com/sindresorhus/query-string/commit/6ed5cb3) - Ignore ending ampersand when parsing ([#306](https://togithub.com/sindresorhus/query-string/issues/306)) [`667c9e9`](https://togithub.com/sindresorhus/query-string/commit/667c9e9) ### [`v6.13.8`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.8) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.7...v6.13.8) - Work around TypeScript bug [`94ebcd4`](https://togithub.com/sindresorhus/query-string/commit/94ebcd4) ### [`v6.13.7`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.7) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.6...v6.13.7) - Allow readonly `Stringifiable[]` in `StringifiableRecord` ([#291](https://togithub.com/sindresorhus/query-string/issues/291)) [`71d84b7`](https://togithub.com/sindresorhus/query-string/commit/71d84b7) ### [`v6.13.6`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.6) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.5...v6.13.6) - When only receiving values with encoded array value, decode values ([#287](https://togithub.com/sindresorhus/query-string/issues/287)) [`b38f06c`](https://togithub.com/sindresorhus/query-string/commit/b38f06c) ### [`v6.13.5`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.5) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.4...v6.13.5) - Allow `null` and `undefined` in `Stringifiable` TypeScript type ([#281](https://togithub.com/sindresorhus/query-string/issues/281)) [`df4cbb3`](https://togithub.com/sindresorhus/query-string/commit/df4cbb3) ### [`v6.13.4`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.4) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.3...v6.13.4) - Fix the TypeScript types for `.stringify()` and `.stringifyUrl()` ([#279](https://togithub.com/sindresorhus/query-string/issues/279)) [`38906bc`](https://togithub.com/sindresorhus/query-string/commit/38906bc) ### [`v6.13.3`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.3) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.2...v6.13.3) - Fix the TypeScript type for the `.stringifyUrl()` method [`b15f945`](https://togithub.com/sindresorhus/query-string/commit/b15f945) ### [`v6.13.2`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.2) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.1...v6.13.2) - Fix the `ParsedQuery` TypeScript type [`56d2923`](https://togithub.com/sindresorhus/query-string/commit/56d2923) ### [`v6.13.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.1) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.13.0...v6.13.1) - Fix sorting existing query params in URL when `sort` option is false ([#265](https://togithub.com/sindresorhus/query-string/issues/265)) [`549d677`](https://togithub.com/sindresorhus/query-string/commit/549d677) ### [`v6.13.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.13.0) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.12.1...v6.13.0) - Add support for [parsing/stringifying fragment identifier](https://togithub.com/sindresorhus/query-string#parsefragmentidentifier) ([#222](https://togithub.com/sindresorhus/query-string/issues/222)) [`ce06095`](https://togithub.com/sindresorhus/query-string/commit/ce06095) ### [`v6.12.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.12.1) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.12.0...v6.12.1) - Fix value being decoded twice with `arrayFormat` option set to `separator` ([#243](https://togithub.com/sindresorhus/query-string/issues/243)) [`3b4c295`](https://togithub.com/sindresorhus/query-string/commit/3b4c295) ### [`v6.12.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.12.0) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.11.1...v6.12.0) - Add [`skipEmptyString`](https://togithub.com/sindresorhus/query-string#skipemptystring) option ([#252](https://togithub.com/sindresorhus/query-string/issues/252)) [`20233a6`](https://togithub.com/sindresorhus/query-string/commit/20233a6) ### [`v6.11.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.11.1) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.11.0...v6.11.1) - Fix `arrayFormatSeparator` TypeScript type ([#245](https://togithub.com/sindresorhus/query-string/issues/245)) [`338072a`](https://togithub.com/sindresorhus/query-string/commit/338072a) ### [`v6.11.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.11.0) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.10.1...v6.11.0) - Support custom array separator ([#234](https://togithub.com/sindresorhus/query-string/issues/234)) [`7712622`](https://togithub.com/sindresorhus/query-string/commit/7712622) - Preserve encoded commas when using `arrayFormat: 'comma'` ([#236](https://togithub.com/sindresorhus/query-string/issues/236)) [`a1d108f`](https://togithub.com/sindresorhus/query-string/commit/a1d108f) ### [`v6.10.1`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.10.1) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.10.0...v6.10.1) - Fix issue with using Rollup [`b3179c4`](https://togithub.com/sindresorhus/query-string/commit/b3179c4) ### [`v6.10.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.10.0) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.9.0...v6.10.0) - Add [`.stringifyUrl()`](https://togithub.com/sindresorhus/query-string#stringifyurlobject-options) method ([#217](https://togithub.com/sindresorhus/query-string/issues/217)) [`1604958`](https://togithub.com/sindresorhus/query-string/commit/1604958) ### [`v6.9.0`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.9.0) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.8.3...v6.9.0) - Add option to skip keys with the value of `null` in `.stringify()` ([#215](https://togithub.com/sindresorhus/query-string/issues/215)) [`20d8069`](https://togithub.com/sindresorhus/query-string/commit/20d8069) - Only parse `+` to space when `decode` is true ([#214](https://togithub.com/sindresorhus/query-string/issues/214)) [`e20ab65`](https://togithub.com/sindresorhus/query-string/commit/e20ab65) ### [`v6.8.3`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.8.3) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.8.2...v6.8.3) - Make `parseNumbers` and `parseBooleans` options work with `arrayFormat` ([#202](https://togithub.com/sindresorhus/query-string/issues/202)) [`d2451aa`](https://togithub.com/sindresorhus/query-string/commit/d2451aa) ### [`v6.8.2`](https://togithub.com/sindresorhus/query-string/releases/tag/v6.8.2) [Compare Source](https://togithub.com/sindresorhus/query-string/compare/v6.8.1...v6.8.2) - Ensure empty string & spaces are parsed as string when `parseNumber: true` ([#195](https://togithub.com/sindresorhus/query-string/issues/195)) [`504c29b`](https://togithub.com/sindresorhus/query-string/commit/504c29b)Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.