BloomTech-Labs / labs9-cleaner-pos

8 stars 5 forks source link

Bump qs and @uppy/companion in /backend #230

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps qs to 6.5.3 and updates ancestor dependency @uppy/companion. These dependencies need to be updated together.

Updates qs from 6.5.2 to 6.5.3

Changelog

Sourced from qs's changelog.

6.5.3

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] utils.merge: avoid a crash with a null target and a truthy non-array source
  • [Fix] correctly parse nested arrays
  • [Fix] stringify: fix a crash with strictNullHandling and a custom filter/serializeDate (#279)
  • [Fix] utils: merge: fix crash when source is a truthy primitive & no options are provided
  • [Fix] when parseArrays is false, properly handle keys ending in []
  • [Fix] fix for an impossible situation: when the formatter is called with a non-string value
  • [Fix] utils.merge: avoid a crash with a null target and an array source
  • [Refactor] utils: reduce observable [[Get]]s
  • [Refactor] use cached Array.isArray
  • [Refactor] stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)
  • [Refactor] parse: only need to reassign the var once
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] Clean up license text so it’s properly detected as BSD-3-Clause
  • [Docs] Clarify the need for "arrayLimit" option
  • [meta] fix README.md (#399)
  • [meta] add FUNDING.yml
  • [actions] backport actions from main
  • [Tests] always use String(x) over x.toString()
  • [Tests] remove nonexistent tape option
  • [Dev Deps] backport from main
Commits
  • 298bfa5 v6.5.3
  • ed0f5dc [Fix] parse: ignore __proto__ keys (#428)
  • 691e739 [Robustness] stringify: avoid relying on a global undefined (#427)
  • 1072d57 [readme] remove travis badge; add github actions/codecov badges; update URLs
  • 12ac1c4 [meta] fix README.md (#399)
  • 0338716 [actions] backport actions from main
  • 5639c20 Clean up license text so it’s properly detected as BSD-3-Clause
  • 51b8a0b add FUNDING.yml
  • 45f6759 [Fix] fix for an impossible situation: when the formatter is called with a no...
  • f814a7f [Dev Deps] backport from main
  • Additional commits viewable in compare view


Updates @uppy/companion from 0.16.1 to 4.1.1

Release notes

Sourced from @​uppy/companion's releases.

Uppy 3.3.1

Package Version Package Version
@​uppy/angular 0.5.1 @​uppy/companion-client 3.1.1
@​uppy/aws-s3-multipart 3.1.1 @​uppy/utils 5.1.1
@​uppy/companion 4.1.1 uppy 3.3.1
  • @​uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / #4213)
  • @​uppy/companion-client: treat * the same as missing header (Antoine du Hamel / #4221)
  • @​uppy/utils: fix types (Antoine du Hamel / #4212)
  • @​uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214)
  • docs: fix allowedMetaFields documentation (Antoine du Hamel / #4216)
  • meta: add more bundlers for automated testing (Antoine du Hamel / #4100)
  • @​uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / #4211)
  • meta: use current version of packages when testing bundlers (Antoine du Hamel / #4208)
  • meta: do not use the set-output command in workflows (Antoine du Hamel / #4175)

Uppy 3.3.0

Package Version Package Version
@​uppy/angular 0.5.0 @​uppy/image-editor 2.1.0
@​uppy/aws-s3-multipart 3.1.0 @​uppy/locales 3.0.4
@​uppy/companion 4.1.0 @​uppy/tus 3.0.5
@​uppy/companion-client 3.1.0 @​uppy/utils 5.1.0
@​uppy/dashboard 3.2.0 uppy 3.3.0
  • @​uppy/companion: change default S3 expiry from 300 to 800 seconds (Merlijn Vos / #4206)
  • @​uppy/dashboard: Single file mode (Artur Paikin / #4188)
  • @​uppy/locales: Fix UZ locale (Merlijn Vos / #4178)
  • @​uppy/utils: update typings for RateLimitedQueue (Antoine du Hamel / #4204)
  • @​uppy/aws-s3-multipart: empty the queue when pausing (Antoine du Hamel / #4203)
  • @​uppy/image-editor: add checkered background (Livia Medeiros / #4194)
  • @​uppy/aws-s3-multipart: refactor rate limiting approach (Antoine du Hamel / #4187)
  • @​uppy/companion: send expiry time along side S3 signed requests (Antoine du Hamel / #4202)
  • @​uppy/companion-client: add support for AbortSignal (Antoine du Hamel / #4201)
  • @​uppy/companion-client: prevent preflight race condition (Mikael Finstad / #4182)
  • @​uppy/aws-s3-multipart: change limit to 6 (Antoine du Hamel / #4199)
  • @​uppy/utils: add cause support for AbortErrors (Antoine du Hamel / #4198)
  • meta: Fix bad example for setFileState (Tim Whitney / #4191)
  • meta: Update code example for getFiles (Tim Whitney / #4189)
  • meta: Fix issue with outdated comment. (Tim Whitney / #4192)
  • @​uppy/aws-s3-multipart: remove unused timeout option (Antoine du Hamel / #4186)
  • meta: Remove dollar sign from command for easier copy/pasting (Youssef Victor / #4180)
  • @​uppy/aws-s3-multipart,@​uppy/tus: fix Timed out waiting for socket (Antoine du Hamel / #4177)
  • meta: Add note about facebook approval (Mikael Finstad / #4172)
  • meta: add a manual deploy for website (Antoine du Hamel / #4171)

... (truncated)

Changelog

Sourced from @​uppy/companion's changelog.

Changelog

This is our changelog which contains planned todos and past dones.

Items can be optionally tagged by the GitHub issue's owner, if a discussion happened / is needed.

Please add your entries in this format:

  • - [ ] (<plugin name>|website|core|meta|build|test): <Present tense verb> <subject> \(<list of associated owners/gh-issues>\).

In the current stage we aim to release a new version at least every month.

3.3.1

Released: 2022-11-16

Package Version Package Version
@​uppy/angular 0.5.1 @​uppy/companion-client 3.1.1
@​uppy/aws-s3-multipart 3.1.1 @​uppy/utils 5.1.1
@​uppy/companion 4.1.1 uppy 3.3.1
  • @​uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / #4213)
  • @​uppy/companion-client: treat * the same as missing header (Antoine du Hamel / #4221)
  • @​uppy/utils: fix types (Antoine du Hamel / #4212)
  • @​uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214)
  • docs: fix allowedMetaFields documentation (Antoine du Hamel / #4216)
  • meta: add more bundlers for automated testing (Antoine du Hamel / #4100)
  • @​uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / #4211)
  • meta: use current version of packages when testing bundlers (Antoine du Hamel / #4208)
  • meta: do not use the set-output command in workflows (Antoine du Hamel / #4175)

3.3.0

Released: 2022-11-10

Package Version Package Version
@​uppy/angular 0.5.0 @​uppy/image-editor 2.1.0
@​uppy/aws-s3-multipart 3.1.0 @​uppy/locales 3.0.4
@​uppy/companion 4.1.0 @​uppy/tus 3.0.5
@​uppy/companion-client 3.1.0 @​uppy/utils 5.1.0
@​uppy/dashboard 3.2.0 uppy 3.3.0
  • @​uppy/companion: change default S3 expiry from 300 to 800 seconds (Merlijn Vos / #4206)
  • @​uppy/dashboard: Single file mode (Artur Paikin / #4188)
  • @​uppy/locales: Fix UZ locale (Merlijn Vos / #4178)

... (truncated)

Commits
  • eafe300 Release: uppy@3.3.1 (#4222)
  • e69e235 @​uppy/aws-s3-multipart: handle slow connections better (#4213)
  • 92a0b20 @​uppy/companion-client: treat * the same as missing header (#4221)
  • b138e91 @​uppy/utils: fix types (#4212)
  • c088933 @​uppy/companion: send expire info for non-multipart uploads (#4214)
  • a4cab20 docs: fix allowedMetaFields documentation (#4216)
  • 4887ecd meta: add more bundlers for automated testing (#4100)
  • 7f1dc68 @​uppy/aws-s3-multipart: Fix typo in url check (#4211)
  • d2c7aeb meta: use current version of packages when testing bundlers (#4208)
  • 428eea5 meta: do not use the set-output command in workflows (#4175)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/BloomTech-Labs/labs9-cleaner-pos/network/alerts).