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

Build(deps): Bump @uppy/aws-s3 from 2.2.1 to 3.0.5 in /app/assets/javascripts #213

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 Jan 26, 2023

Bumps @uppy/aws-s3 from 2.2.1 to 3.0.5.

Release notes

Sourced from @​uppy/aws-s3's releases.

Uppy 3.0.1

Package Version Package Version
@​uppy/angular 0.4.1 @​uppy/store-default 3.0.1
@​uppy/audio 1.0.1 @​uppy/store-redux 3.0.1
@​uppy/aws-s3 3.0.1 @​uppy/svelte 3.0.0
@​uppy/aws-s3-multipart 3.0.1 @​uppy/thumbnail-generator 3.0.1
@​uppy/companion 4.0.1 @​uppy/transloadit 3.0.1
@​uppy/companion-client 3.0.1 @​uppy/tus 3.0.1
@​uppy/core 3.0.1 @​uppy/utils 5.0.1
@​uppy/dashboard 3.0.1 @​uppy/webcam 3.1.0
@​uppy/react 3.0.1 @​uppy/xhr-upload 3.0.1
@​uppy/remote-sources 1.0.1 uppy 3.0.1
  • @​uppy/dashboard,@​uppy/webcam: add nativeCameraFacingMode to Webcam and Dashboard (Artur Paikin / #4047)
  • meta: upgrade to Jest 29 (Antoine du Hamel / #4049)
  • @​uppy/svelte: update peer dependencies (Antoine du Hamel / #4065)
  • @​uppy/react: useUppy: fix unmount on NextJS dev mode (Matt Jesuele / #4062)
  • @​uppy/vue: fix missing component in docs (Antoine du Hamel / #4063)
  • @​uppy/angular: fix compiler warning (Antoine du Hamel / #4064)
  • meta: improve CI npm install time (Antoine du Hamel / #4058)
  • meta: example: fix Angular example package name (Antoine du Hamel / #4060)
  • meta: upgrade to TypeScript 4.8 (Antoine du Hamel / #4048)
  • @​uppy/core,@​uppy/dashboard,@​uppy/thumbnail-generator: update definition type files for TS 4.8 compatibility (Antoine du Hamel / #4055)
  • @​uppy/transloadit: improve deprecation notice (Antoine du Hamel / #4056)
  • @​uppy/thumbnail-generator: fix exifr import (Antoine du Hamel / #4054)
  • @​uppy/utils: fix relativePath when drag&dropping a folder (Antoine du Hamel / #4043)
  • @​uppy/companion: Fix Companion license (Merlijn Vos / #4044)
  • e2e: add tests for AWS (Antoine du Hamel / #3665)
  • meta: Only publish Companion to Dockerhub on release (Merlijn Vos / #4037)
  • meta: fix linter warnings (Antoine du Hamel / #4039)
  • @​uppy/utils: Post-release website fixes (Merlijn Vos / #4038)
  • @​uppy/angular: fix peer dependencies (Antoine du Hamel / #4035)
  • meta: uppy.io homepage: Add Tus (Artur Paikin)
  • meta: Fix uppy.io homepage example (Artur Paikin)

Uppy 3.0.0

Migration guides: https://uppy.io/docs/migration-guides.html

Package Version Package Version
@​uppy/angular 0.4.0 @​uppy/progress-bar 3.0.0
@​uppy/audio 1.0.0 @​uppy/provider-views 3.0.0
@​uppy/aws-s3 3.0.0 @​uppy/react 3.0.0
@​uppy/aws-s3-multipart 3.0.0 @​uppy/react-native 0.4.0
@​uppy/box 2.0.0 @​uppy/redux-dev-tools 3.0.0
@​uppy/companion 4.0.0 @​uppy/remote-sources 1.0.0

... (truncated)

Changelog

Sourced from @​uppy/aws-s3'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.4.0

Released: 2023-01-26

Package Version Package Version
@​uppy/audio 1.0.3 @​uppy/locales 3.0.5
@​uppy/aws-s3 3.0.5 @​uppy/react 3.1.0
@​uppy/aws-s3-multipart 3.1.2 @​uppy/react-native 0.5.0
@​uppy/companion 4.2.0 @​uppy/transloadit 3.1.0
@​uppy/core 3.0.5 @​uppy/utils 5.1.2
@​uppy/dashboard 3.2.1 uppy 3.4.0
  • @​uppy/utils: better fallbacks for the drag & drop API (Antoine du Hamel / #4260)
  • @​uppy/core: fix metafields validation when used as function (Merlijn Vos / #4276)
  • @​uppy/companion: allow customizing express session prefix (Mikael Finstad / #4249)
  • meta: Fix comment about COMPANION_PATH (Collin Allen / #4279)
  • @​uppy/companion: Fix typo in KUBERNETES.md (Collin Allen / #4277)
  • @​uppy/locales: update zh_TW.js (5idereal / #4270)
  • meta: ci: make sure Yarn's global cache is disabled (Antoine du Hamel / #4268)
  • @​uppy/aws-s3-multipart: fix metadata shape (Antoine du Hamel / #4267)
  • meta: example: add multipart support to aws-nodejs (Antoine du Hamel / #4257)
  • @​uppy/react-native: example: revive React Native example (Giacomo Cerquone / #4164)
  • @​uppy/utils: Fix getSpeed type (referenced bytesTotal instead of uploadStarted) (Pascal Wengerter / #4263)
  • @​uppy/companion: document how to run many instances (Mikael Finstad / #4227)
  • @​uppy/aws-s3-multipart: add support for allowedMetaFields option (Antoine du Hamel / #4215)
  • meta: Fix indentation in generate-test.mjs (Youssef Victor / #4181)
  • @​uppy/react: deprecate useUppy (Merlijn Vos / #4223)
  • meta: fix typo in README.md (Fuad Herac / #4254)
  • meta: Don’t close stale issues automatically (Artur Paikin / #4246)
  • meta: upgrade to Vite 4 and ESBuild 0.16 (Antoine du Hamel / #4243)
  • @​uppy/audio: @​uppy/audio fix typo in readme (elliotsayes / #4240)
  • @​uppy/aws-s3: fix: add https:// to digital oceans link (Le Gia Hoang / #4165)
  • website: Simplify Dashboard code sample (Artur Paikin / #4197)
  • @​uppy/transloadit: introduce assemblyOptions, deprecate other options (Merlijn Vos / #4059)
  • @​uppy/core: fix typo in Uppy.test.js (Ikko Ashimine / #4235)

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [@uppy/aws-s3](https://github.com/transloadit/uppy) from 2.2.1 to 3.0.5.
- [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/aws-s3@2.2.1...@uppy/aws-s3@3.0.5)

---
updated-dependencies:
- dependency-name: "@uppy/aws-s3"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2023
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 javascript Pull requests that update Javascript code
Projects
None yet
0 participants