Stun3R / strapi-sdk-js

📦 Javascript SDK for your Strapi API
https://strapi-sdk-js.netlify.app
MIT License
143 stars 28 forks source link

fix(deps): update dependency qs to v6.11.2 #153

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
qs 6.10.2 -> 6.11.2 age adoption passing confidence

Release Notes

ljharb/qs (qs) ### [`v6.11.2`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6112) [Compare Source](https://togithub.com/ljharb/qs/compare/v6.11.1...v6.11.2) - \[Fix] `parse`: Fix parsing when the global Object prototype is frozen ([#​473](https://togithub.com/ljharb/qs/issues/473)) - \[Tests] add passing test cases with empty keys ([#​473](https://togithub.com/ljharb/qs/issues/473)) ### [`v6.11.1`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6111) [Compare Source](https://togithub.com/ljharb/qs/compare/v6.11.0...v6.11.1) - \[Fix] `stringify`: encode comma values more consistently ([#​463](https://togithub.com/ljharb/qs/issues/463)) - \[readme] add usage of `filter` option for injecting custom serialization, i.e. of custom types ([#​447](https://togithub.com/ljharb/qs/issues/447)) - \[meta] remove extraneous code backticks ([#​457](https://togithub.com/ljharb/qs/issues/457)) - \[meta] fix changelog markdown - \[actions] update checkout action - \[actions] restrict action permissions - \[Dev Deps] update `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape` ### [`v6.11.0`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6110) [Compare Source](https://togithub.com/ljharb/qs/compare/v6.10.5...v6.11.0) - \[New] \[Fix] `stringify`: revert [`0e903c0`](https://togithub.com/ljharb/qs/commit/0e903c0); add `commaRoundTrip` option ([#​442](https://togithub.com/ljharb/qs/issues/442)) - \[readme] fix version badge ### [`v6.10.5`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6105) [Compare Source](https://togithub.com/ljharb/qs/compare/v6.10.4...v6.10.5) - \[Fix] `stringify`: with `arrayFormat: comma`, properly include an explicit `[]` on a single-item array ([#​434](https://togithub.com/ljharb/qs/issues/434)) ### [`v6.10.4`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6104) [Compare Source](https://togithub.com/ljharb/qs/compare/v6.10.3...v6.10.4) - \[Fix] `stringify`: with `arrayFormat: comma`, include an explicit `[]` on a single-item array ([#​441](https://togithub.com/ljharb/qs/issues/441)) - \[meta] use `npmignore` to autogenerate an npmignore file - \[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `has-symbol`, `object-inspect`, `tape` ### [`v6.10.3`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6103) [Compare Source](https://togithub.com/ljharb/qs/compare/v6.10.2...v6.10.3) - \[Fix] `parse`: ignore `__proto__` keys ([#​428](https://togithub.com/ljharb/qs/issues/428)) - \[Robustness] `stringify`: avoid relying on a global `undefined` ([#​427](https://togithub.com/ljharb/qs/issues/427)) - \[actions] reuse common workflows - \[Dev Deps] update `eslint`, `@ljharb/eslint-config`, `object-inspect`, `tape`

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #153 (93ea8c5) into develop (3e0fa76) will not change coverage. Report is 16 commits behind head on develop. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #153   +/-   ##
========================================
  Coverage    96.11%   96.11%           
========================================
  Files            3        3           
  Lines          103      103           
  Branches        19       19           
========================================
  Hits            99       99           
  Misses           3        3           
  Partials         1        1