Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2023

Bumps @uppy/core from 3.0.4 to 3.7.1.

Release notes

Sourced from @​uppy/core's releases.

Uppy 3.7.0

Package Version Package Version
@​uppy/aws-s3 3.0.6 @​uppy/status-bar 3.1.0
@​uppy/aws-s3-multipart 3.1.3 @​uppy/transloadit 3.1.2
@​uppy/companion 4.4.0 @​uppy/tus 3.0.6
@​uppy/companion-client 3.1.2 @​uppy/unsplash 3.2.0
@​uppy/core 3.1.2 @​uppy/url 3.3.0
@​uppy/dashboard 3.3.2 @​uppy/utils 5.2.0
@​uppy/locales 3.1.0 @​uppy/xhr-upload 3.1.1
@​uppy/provider-views 3.2.0 uppy 3.7.0
@​uppy/react 3.1.1
  • @​uppy/aws-s3-multipart,@​uppy/aws-s3,@​uppy/tus,@​uppy/xhr-upload: make sure that we reset serverToken when an upload fails (Mikael Finstad / #4376)
  • @​uppy/aws-s3-multipart: do not auto-open sockets, clean them up on abort (Antoine du Hamel)
  • @​uppy/aws-s3: Update types (Minh Hieu / #4294)
  • @​uppy/companion-client: do not open socket more than once (Artur Paikin)
  • @​uppy/companion: add service: 'companion' to periodic ping (Mikael Finstad / #4383)
  • @​uppy/companion: add connection keep-alive to dropbox (Mikael Finstad / #4365)
  • @​uppy/companion: add missing env variable for standalone option (Mikael Finstad / #4382)
  • @​uppy/companion: add S3 prefix env variable (Mikael Finstad / #4320)
  • @​uppy/companion: allow local ips when testing (Mikael Finstad / #4328)
  • @​uppy/companion: fix typo in redis-emitter.js (Ikko Eltociear Ashimine / #4362)
  • @​uppy/companion: merge Provider/SearchProvider (Mikael Finstad / #4330)
  • @​uppy/companion: only body parse when needed & increased body size for s3 (Mikael Finstad / #4372)
  • @​uppy/core: fix bug with setOptions (Nguyễn bảo Trung / #4350)
  • @​uppy/locales: locales: add es_MX (Kevin van Zonneveld / #4393)
  • @​uppy/locales: locales: add hi_IN (Kevin van Zonneveld / #4391)
  • @​uppy/provider-views: fix race condition when adding folders (Mikael Finstad / #4384)
  • @​uppy/provider-views: UI: Use form attribite with a form in doc root to prevent outer form submit (Artur Paikin / #4283)
  • @​uppy/transloadit: fix socket error message (Artur Paikin / #4352)
  • @​uppy/tus: do not auto-open sockets, clean them up on abort (Antoine du Hamel)
  • meta: add version info in the bundlers CI (Antoine du Hamel / #4386)
  • meta: deploy to Heroku on every companion commit (Mikael Finstad / #4367)
  • meta: example: migrate redux to ESM (Antoine du Hamel / #4158)
  • meta: fix all ESLint warnings and turn them into errors (Antoine du Hamel / #4398)
  • meta: fixup! website: update links to work under the new URL (Antoine du Hamel / #4371)
  • meta: remove duplicate outdated OSS support docs (Mikael Finstad, Artur Paikin / #4364)
  • meta: use overrides to make sure no uppy package is fetch from npm (Antoine du Hamel / #4395)
  • website: add a deprecation notice and a link to the new website (Antoine du Hamel / #4370)
  • website: fix home page (Antoine du Hamel)
  • website: Remove the website (Merlijn Vos / #4369)
  • website: update links to work under the new URL (Antoine du Hamel / #4371)

Uppy 3.6.1

| Package | Version | Package | Version |

... (truncated)

Changelog

Sourced from @​uppy/core'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.19.1

Released: 2023-11-12

Package Version Package Version
@​uppy/core 3.7.1 @​uppy/react-native 0.5.2
@​uppy/dashboard 3.7.1 uppy 3.19.1
@​uppy/react 3.2.1
  • @​uppy/react: Revert "@​uppy/react: add useUppyState (#4711)" (Artur Paikin / #4789)
  • @​uppy/dashboard: fix(@​uppy/dashboard): fix wrong option type in index.d.ts (dzcpy / #4788)
  • meta: fix build of TypeScript plugins (Antoine du Hamel / #4784)
  • @​uppy/core,@​uppy/dashboard,@​uppy/react-native: Update Uppy's blue color to meet WCAG contrast requirements (Alexander Zaytsev / #4777)
  • meta: fix JS2TS script (Antoine du Hamel / #4778)

3.19.0

Released: 2023-11-08

Package Version Package Version
@​uppy/aws-s3 3.5.0 @​uppy/provider-views 3.7.0
@​uppy/aws-s3-multipart 3.9.0 @​uppy/react 3.2.0
@​uppy/companion 4.11.0 @​uppy/transloadit 3.4.0
@​uppy/companion-client 3.6.0 @​uppy/tus 3.4.0
@​uppy/core 3.7.0 @​uppy/url 3.4.0
@​uppy/dashboard 3.7.0 @​uppy/utils 5.6.0
@​uppy/image-editor 2.3.0 @​uppy/xhr-upload 3.5.0
@​uppy/locales 3.4.0 uppy 3.19.0
  • @​uppy/dashboard: Remove uppy-Dashboard-isFixed when uppy.close() is invoked (Artur Paikin / #4775)
  • @​uppy/core,@​uppy/dashboard: don't cancel all files when clicking "done" (Mikael Finstad / #4771)
  • @​uppy/utils: refactor to TS (Antoine du Hamel / #4699)
  • @​uppy/locales: locales: add ca_ES (ordago / #4772)

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [@uppy/core](https://github.com/transloadit/uppy) from 3.0.4 to 3.7.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/core@3.0.4...@uppy/core@3.7.1)

---
updated-dependencies:
- dependency-name: "@uppy/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 12, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2023

Superseded by #112.

@dependabot dependabot bot closed this Dec 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/assets/javascripts/uppy/core-3.7.1 branch December 13, 2023 22:09
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

Development

Successfully merging this pull request may close these issues.

1 participant