Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump qs, airtable and @uppy/companion #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 6, 2022

Bumps qs to 6.11.0 and updates ancestor dependencies qs, airtable and @uppy/companion. These dependencies need to be updated together.

Updates qs from 1.2.2 to 6.11.0

Changelog

Sourced from qs's changelog.

6.11.0

  • [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442)
  • [readme] fix version badge

6.10.5

  • [Fix] stringify: with arrayFormat: comma, properly include an explicit [] on a single-item array (#434)

6.10.4

  • [Fix] stringify: with arrayFormat: comma, include an explicit [] on a single-item array (#441)
  • [meta] use npmignore to autogenerate an npmignore file
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbol, object-inspect, tape

6.10.3

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [actions] reuse common workflows
  • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, tape

6.10.2

  • [Fix] stringify: actually fix cyclic references (#426)
  • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] add note and links for coercing primitive values (#408)
  • [actions] update codecov uploader
  • [actions] update workflows
  • [Tests] clean up stringify tests slightly
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, object-inspect, safe-publish-latest, tape

6.10.1

  • [Fix] stringify: avoid exception on repeated object values (#402)

6.10.0

  • [New] stringify: throw on cycles, instead of an infinite loop (#395, #394, #393)
  • [New] parse: add allowSparse option for collapsing arrays with missing indices (#312)
  • [meta] fix README.md (#399)
  • [meta] only run npm run dist in publish, not install
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbols, tape
  • [Tests] fix tests on node v0.6
  • [Tests] use ljharb/actions/node/install instead of ljharb/actions/node/run
  • [Tests] Revert "[meta] ignore eclint transitive audit warning"

6.9.7

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] add note and links for coercing primitive values (#408)
  • [Tests] clean up stringify tests slightly
  • [meta] fix README.md (#399)
  • Revert "[meta] ignore eclint transitive audit warning"

... (truncated)

Commits
  • 56763c1 v6.11.0
  • ddd3e29 [readme] fix version badge
  • c313472 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option
  • 95bc018 v6.10.5
  • 0e903c0 [Fix] stringify: with arrayFormat: comma, properly include an explicit `[...
  • ba9703c v6.10.4
  • 4e44019 [Fix] stringify: with arrayFormat: comma, include an explicit [] on a s...
  • 113b990 [Dev Deps] update object-inspect
  • c77f38f [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbol, tape
  • 2cf45b2 [meta] use npmignore to autogenerate an npmignore file
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for qs since your current version.


Updates airtable from 0.1.19 to 0.11.6

Release notes

Sourced from airtable's releases.

v0.11.6

  • Remove behavior of including AIRTABLE_API_KEY in airtable.browser.js via envify
  • Add web worker compatibility

v0.11.5

  • Update select() and list() to support to use POST endpoint when GET url length would exceed Airtable's 16k character limit
  • Update select() and list() to explicitly choose to use GET or POST endpoint via new 'method' arg

v0.11.4

Add support for returnFieldsByFieldId param.

v0.11.3

Adds a UMD build to use for browser-targeted builds. This fixes an issue where other apps that use airtable.js as a dependency were bundling code that expects to run in a node environment when building for a browser enviornment.

v0.11.2

Bump NPM package versions (Airtable/airtable.js#276 , Airtable/airtable.js#281 , Airtable/airtable.js#293 , Airtable/airtable.js#296 , Airtable/airtable.js#297 , Airtable/airtable.js#298 )

v0.11.1

Bump NPM package versions (#250, #253, #266, #267, #268)

v0.11.0

  • Add support for custom headers
  • Allow requestTimeout to be configured like other AirtableOptions
  • Fix type warnings

v0.10.1

  • Fix error handler in updating an array (#223)
  • Fix binding fetch to window (#235)
  • Update lodash and node-fetch dependencies
  • Widen @​types/node dependency

v0.10.0

  • Convert to TypeScript. The project now comes with .d.ts typescript definition files.

v0.9.0

v0.8.1

  • Require Node 8 or above (down from Node 10)

v0.8.0

  • Require Node 10 or above
  • Add Promise polyfill (#147)
  • Remove allowUnauthorizedSsl option

... (truncated)

Changelog

Sourced from airtable's changelog.

v0.11.6

  • Remove behavior of including AIRTABLE_API_KEY in airtable.browser.js via envify
  • Add web worker compatibility

v0.11.5

  • Update select() and list() to support to use POST endpoint when GET url length would exceed Airtable's 16k character limit
  • Update select() and list() to explicitly choose to use GET or POST endpoint via new 'method' arg

v0.11.4

  • Add support for returnFieldsByFieldId param.

v0.11.3

  • Add a UMD build to use for browser-targeted builds. This fixes an issue where other apps that use airtable.js as a dependency were bundling code that expects to run in a node environment when building for a browser enviornment.

v0.11.2

v0.11.1

v0.11.0

  • Add support for custom headers
  • Allow requestTimeout to be configured like other AirtableOptions
  • Fix type warnings

v0.10.1

  • Fix error handler in updating an array (#223)
  • Fix binding fetch to window (#235)
  • Update lodash and node-fetch dependencies
  • Widen @​types/node dependency

v0.10.0

  • Convert to TypeScript. The project now comes with .d.ts typescript definition files.

v0.9.0

v0.8.1

  • Require Node 8 or above (down from Node 10)

v0.8.0

  • Require Node 10 or above
  • Add Promise polyfill (#147)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by fredz-at, a new releaser for airtable since your current version.


Updates @uppy/companion from 2.0.0-alpha.0 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

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.

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [airtable](https://github.com/airtable/airtable.js) and [@uppy/companion](https://github.com/transloadit/uppy). These dependencies need to be updated together.


Updates `qs` from 1.2.2 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v1.2.2...v6.11.0)

Updates `airtable` from 0.1.19 to 0.11.6
- [Release notes](https://github.com/airtable/airtable.js/releases)
- [Changelog](https://github.com/Airtable/airtable.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airtable/airtable.js/commits/v0.11.6)

Updates `@uppy/companion` from 2.0.0-alpha.0 to 4.1.1
- [Release notes](https://github.com/transloadit/uppy/releases)
- [Changelog](https://github.com/transloadit/uppy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/transloadit/uppy/compare/@uppy/[email protected]...@uppy/[email protected])

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: airtable
  dependency-type: direct:production
- dependency-name: "@uppy/companion"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants