fix(deps): update uppy monorepo
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @uppy/core (source) | 3.3.0 -> 3.13.1 |
||||
| @uppy/dashboard (source) | 3.4.1 -> 3.9.1 |
||||
| @uppy/onedrive (source) | 3.1.1 -> 3.4.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
transloadit/uppy (@uppy/core)
v3.13.1
Released: 2023-07-24
| Package | Version | Package | Version |
|---|---|---|---|
| @uppy/aws-s3-multipart | 3.5.2 | uppy | 3.13.1 |
| @uppy/utils | 5.4.3 |
- @uppy/utils: align version of
preactwith the UI plugins (Antoine du Hamel / #4599) - @uppy/aws-s3-multipart: refresh file before calling user-defined functions (mjlumetta / #4557)
- @uppy/utils: align version of
preactwith the UI plugins (Antoine du Hamel / #4599)
v3.13.0
Released: 2023-07-20
| Package | Version | Package | Version |
|---|---|---|---|
| @uppy/aws-s3-multipart | 3.5.1 | @uppy/provider-views | 3.4.1 |
| @uppy/companion-client | 3.2.2 | @uppy/status-bar | 3.2.3 |
| @uppy/dashboard | 3.5.0 | @uppy/utils | 5.4.2 |
| @uppy/locales | 3.2.4 | uppy | 3.13.0 |
- meta: Add i18n to CONTRIBUTING.md (Mikael Finstad / #4591)
- @uppy/provider-views: Add VirtualList to ProviderView (Merlijn Vos / #4566)
- @uppy/provider-views: fix race conditions with folder loading (Mikael Finstad / #4578)
- @uppy/status-bar: fix ETA when status bar is installed during upload (Antoine du Hamel / #4588)
- @uppy/provider-views: fix infinite folder loading (Mikael Finstad / #4590)
- meta: examples/aws: client-side signing (Antoine du Hamel / #4463)
- meta: Bump word-wrap from 1.2.3 to 1.2.4 (dependabot[bot] / #4586)
- meta: e2e: increase
requestTimeoutto 16s (Antoine du Hamel / #4587) - @uppy/locales: update zh_TW translation (5idereal / #4583)
- @uppy/aws-s3-multipart: fix crash on pause/resume (Merlijn Vos / #4581)
- @uppy/aws-s3-multipart: do not access
globalThis.cryptoon the top-level (Bryan J Swift / #4584)
v3.12.0
Released: 2023-07-13
| Package | Version | Package | Version |
|---|---|---|---|
| @uppy/aws-s3-multipart | 3.5.0 | @uppy/locales | 3.2.3 |
| @uppy/box | 2.1.2 | @uppy/onedrive | 3.1.2 |
| @uppy/companion | 4.7.0 | @uppy/provider-views | 3.4.0 |
| @uppy/companion-client | 3.2.1 | @uppy/react | 3.1.3 |
| @uppy/core | 3.3.1 | @uppy/status-bar | 3.2.2 |
| @uppy/dashboard | 3.4.2 | @uppy/transloadit | 3.2.0 |
| @uppy/dropbox | 3.1.2 | @uppy/utils | 5.4.1 |
| @uppy/google-drive | 3.2.0 | uppy | 3.12.0 |
- @uppy/transloadit: fix error message (Antoine du Hamel / #4572)
- @uppy/provider-views: add support for remote file paths (Mikael Finstad / #4537)
- @uppy/transloadit: implement Server-sent event API (Antoine du Hamel / #4098)
- @uppy/aws-s3-multipart: add support for signing on the client (Antoine du Hamel / #4519)
- @uppy/react: allow
idfrom props (Merlijn Vos / #4570) - @uppy/aws-s3-multipart: fix lint warning (Antoine du Hamel / #4569)
- @uppy/status-bar: listen to
uploadevent instead of button click (Antoine du Hamel / #4563) - @uppy/aws-s3-multipart: fix support for non-multipart PUT upload (Antoine du Hamel / #4568)
- @uppy/companion: fix esm imports in production/transpiled builds (Dominik Schmidt / #4561)
- @uppy/locales: fix expression and spelling errors in es_ES (Rubén / #4567)
- meta: upgrade dev dependencies (dependabot[bot])
- meta: Don't use triage label (Artur Paikin / #4552)
- meta: update Cypress (Antoine du Hamel / #4562)
- @uppy/box,@uppy/companion,@uppy/dropbox,@uppy/google-drive,@uppy/onedrive,@uppy/provider-views: Load Google Drive / OneDrive lists 5-10x faster & always load all files (Merlijn Vos / #4513)
- @uppy/locales: Add missing pt-BR locales for ImageEditor plugin (Mateus Cruz / #4558)
v3.11.3
v3.11.2
v3.11.1
v3.11.0
Released: 2023-07-06
| Package | Version | Package | Version |
|---|---|---|---|
| @uppy/aws-s3 | 3.2.1 | @uppy/golden-retriever | 3.1.0 |
| @uppy/aws-s3-multipart | 3.4.1 | @uppy/status-bar | 3.2.1 |
| @uppy/companion | 4.6.0 | @uppy/tus | 3.1.2 |
| @uppy/companion-client | 3.2.0 | @uppy/xhr-upload | 3.3.1 |
| @uppy/core | 3.3.0 | uppy | 3.11.0 |
- @uppy/companion: fix infinite recursion in uploader test (Mikael Finstad / #4536)
- @uppy/xhr-upload: export
Headerstype (Masum ULU / #4549) - @uppy/aws-s3-multipart: increase priority of abort and complete (Stefan Schonert / #4542)
- @uppy/aws-s3: fix remote uploads (Antoine du Hamel / #4546)
- meta: use
corepack yarninstead ofnpmto launch E2E (Antoine du Hamel / #4545) - @uppy/aws-s3-multipart: fix upload retry using an outdated ID (Antoine du Hamel / #4544)
- @uppy/status-bar: remove throttled component (Artur Paikin / #4396)
- @uppy/aws-s3-multipart: fix Golden Retriever integration (Antoine du Hamel / #4526)
- examples/aws-nodejs: merge multipart and non-multipart examples (Antoine du Hamel / #4521)
- @uppy/companion: bump semver from 7.3.7 to 7.5.3 (dependabot[bot] / #4529)
- @uppy/aws-s3-multipart: add types to internal fields (Antoine du Hamel / #4535)
- examples/aws-nodejs: update README (Antoine du Hamel / #4534)
- examples/aws-nodejs: showcase an example without preflight requests (Antoine du Hamel / #4516)
- @uppy/aws-s3-multipart: fix pause/resume (Antoine du Hamel / #4523)
- @uppy/status-bar: fix ETA when Uppy recovers its state (Antoine du Hamel / #4525)
- @uppy/aws-s3-multipart: fix resume single-chunk multipart uploads (Antoine du Hamel / #4528)
- @uppy/companion: fix part listing in s3 (Antoine du Hamel / #4524)
- example/aws-php: make it forward-compatible with the next Uppy major (Antoine du Hamel / #4522)
- @uppy/golden-retriever: refactor to modernize the codebase (Antoine du Hamel / #4520)
- examples/aws-nodejs: upgrade to AWS-SDK v3 (Antoine du Hamel / #4515)
- @uppy/companion: implement refresh for authentication tokens (Mikael Finstad / #4448)
- @uppy/aws-s3-multipart: disable pause/resume for remote uploads in the UI (Artur Paikin / #4500)
- @uppy/tus: retry on 423 HTTP error code (Antoine du Hamel / #4512)
v3.10.1
v3.10.0
Released: 2023-06-19
| Package | Version | Package | Version |
|---|---|---|---|
| @uppy/aws-s3 | 3.2.0 | @uppy/status-bar | 3.2.0 |
| @uppy/aws-s3-multipart | 3.4.0 | @uppy/transloadit | 3.1.6 |
| @uppy/companion | 4.5.1 | @uppy/tus | 3.1.1 |
| @uppy/core | 3.2.1 | @uppy/url | 3.3.2 |
| @uppy/dashboard | 3.4.1 | @uppy/utils | 5.4.0 |
| @uppy/golden-retriever | 3.0.4 | @uppy/xhr-upload | 3.3.0 |
| @uppy/locales | 3.2.2 | uppy | 3.10.0 |
| @uppy/provider-views | 3.3.1 |
- @uppy/aws-s3-multipart: fix the chunk size calculation (Antoine du Hamel / #4508)
- @uppy/aws-s3: add
shouldUseMultipartoption (Antoine du Hamel / #4299) - @uppy/companion: switch from aws-sdk v2 to @aws-sdk/* (v3) (Scott Bessler / #4285)
- @uppy/companion,@uppy/core,@uppy/dashboard,@uppy/golden-retriever,@uppy/status-bar,@uppy/utils: Migrate all lodash' per-method-packages usage to lodash. (LinusMain / #4274)
- @uppy/core: Don't set late (throttled) progress event on a file that is 100% complete (Artur Paikin / #4507)
- @uppy/companion: revert randomness from file names (Mikael Finstad / #4509)
- @uppy/companion: Custom provider fixes (Mikael Finstad / #4498)
- @uppy/transloadit: ensure
fieldsis not nullish when there no uploaded files (Antoine du Hamel / #4487) - @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/tus,@uppy/utils,@uppy/xhr-upload: When file is removed (or all are canceled), controller.abort queued requests (Artur Paikin / #4504)
- @uppy/provider-views: Fix range selection not resetting and computing correctly (Terence C / #4415)
- meta: disallow use of
.onlyin tests (Antoine du Hamel / #4494) - @uppy/companion: fix 500 when file name contains non-ASCII chars (Antoine du Hamel / #4493)
- @uppy/locales: update
fr_FR.js(Samuel De Backer / #4499) - @uppy/aws-s3-multipart,@uppy/tus,@uppy/xhr-upload: Don't close socket while upload is still in progress (Artur Paikin / #4479)
- meta: bump
luxonfrom 1.28.0 to 1.28.1 (dependabot[bot] / #4497) - @uppy/utils: rename
EventTracker->EventManager(Stephen Wooten / #4481) - meta: bump cookiejar from 2.1.3 to 2.1.4 (dependabot[bot] / #4496)
- meta: make
pre-commitusecorepack yarninstead ofnpm run(Antoine du Hamel / #4495) - meta: bump ua-parser-js from 0.7.31 to 0.7.35 (dependabot[bot] / #4474)
- meta: bump @sideway/formula from 3.0.0 to 3.0.1 (dependabot[bot] / #4473)
- meta: bump http-cache-semantics from 4.1.0 to 4.1.1 (dependabot[bot] / #4472)
- @uppy/companion: Use filename from content-disposition instead of relying on url, with fallback (Artur Paikin / #4489)
- meta: bump
babel,esbuild, andvite(dependabot[bot] / #4485) - @uppy/dashboard: include the old state when setting new (Artur Paikin / #4490)
- @uppy/companion: fix companion implicitpath (Mikael Finstad / #4484)
- @uppy/companion: fix undefined protocol and example page (Mikael Finstad / #4483)
- meta: upgrade Cypress 12.9.0 -> 12.14.0 (Antoine du Hamel / #4491)
- @uppy/core: remove
stategetter from types (Antoine du Hamel / #4477) - examples/php-xhr: Added filename sanitation and file size check before saving (neuronet77 / #4432)
- examples/php-xhr: update PHP dependencies (dependabot[bot])
- @uppy/xhr-upload: add support for arrays in metadata (Vasiliy Matyushin / #4431)
- @uppy/status-bar: Filtered ETA (stduhpf / #4458)
- @uppy/aws-s3-multipart: fix
getUploadParametersoption (Antoine du Hamel / #4465)
v3.9.3
v3.9.2
v3.9.1
Released: 2023-05-15
| Package | Version | Package | Version |
|---|---|---|---|
| @uppy/transloadit | 3.1.5 | uppy | 3.9.1 |
- @uppy/transloadit: clean up event listener to prevent cancelled assemblies (Merlijn Vos / #4447)
v3.9.0
Released: 2023-05-02
| Package | Version | Package | Version |
|---|---|---|---|
| @uppy/aws-s3 | 3.1.1 | @uppy/status-bar | 3.1.2 |
| @uppy/aws-s3-multipart | 3.3.0 | @uppy/transloadit | 3.1.4 |
| @uppy/locales | 3.2.1 | uppy | 3.9.0 |
- @uppy/aws-s3-multipart: allowedMetaFields: null means “include all” (Artur Paikin / #4437)
- @uppy/aws-s3-multipart: add
shouldUseMultipartoption (Antoine du Hamel / #4205) - @uppy/transloadit: Reset
tuskey in the file on error, so retried files are re-uploaded (Artur Paikin / #4421) - meta: commit build file that was modified (Antoine du Hamel)
- meta: examples: add CORS settings for DigitalOcean Spaces (Antoine du Hamel / #4428)
- @uppy/aws-s3: deprecate
timeoutoption (Antoine du Hamel / #4298) - @uppy/aws-s3-multipart: make retries more robust (Antoine du Hamel / #4424)
- meta: fix badges on README (Antoine du Hamel / #4419)
v3.8.0
Released: 2023-04-18
- @uppy/companion: increase max limits for remote file list operations (Mikael Finstad / #4417)
- @uppy/xhr-upload: fix type in README.md (Top Master / #4416)
- @uppy/core: improve performance of validating & uploading files (Mikael Finstad / #4402)
- @uppy/provider-views: Concurrent file listing (Mikael Finstad / #4401)
- @uppy/core,@uppy/locales,@uppy/provider-views: User feedback adding recursive folders take 2 (Mikael Finstad / #4399)
- @uppy/dashboard: Single File Mode: fix layout and make optional (Artur Paikin / #4374)
- @uppy/informer: add a check in
TransitionGroupwhen component is null (Juan Belej / #4410) - meta: Fix logos in all the readmes (Artur Paikin / #4407)
- meta: fix logo in readme (Kid / #4403)
v3.7.1
v3.7.0
Released: 2023-04-04
| 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
reduxto 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)
v3.6.1
Released: 2023-03-07
| Package | Version | Package | Version |
|---|---|---|---|
| @uppy/core | 3.1.1 | uppy | 3.6.1 |
| @uppy/dashboard | 3.3.1 |
- @uppy/dashboard: Fix low-contrast hover styles (Alexander Zaytsev / #4347)
v3.6.0
Released: 2023-03-07
| Package | Version | Package | Version |
|---|---|---|---|
| @uppy/audio | 1.1.0 | @uppy/onedrive | 3.1.0 |
| @uppy/box | 2.1.0 | @uppy/provider-views | 3.1.0 |
| @uppy/core | 3.1.0 | @uppy/screen-capture | 3.1.0 |
| @uppy/dashboard | 3.3.0 | @uppy/unsplash | 3.1.0 |
| @uppy/dropbox | 3.1.0 | @uppy/url | 3.2.0 |
| @uppy/facebook | 3.1.0 | @uppy/utils | 5.1.3 |
| @uppy/google-drive | 3.1.0 | @uppy/webcam | 3.3.0 |
| @uppy/image-editor | 2.1.1 | @uppy/zoom | 2.1.0 |
| @uppy/instagram | 3.1.0 | uppy | 3.6.0 |
| @uppy/locales | 3.0.7 |
- @uppy/locales: add missing entries after build (Murderlon)
- @uppy/dashboard: update provider icon style (Alexander Zaytsev / #4345)
- @uppy/core: fix uppy.resetProgress() (Artur Paikin / #4337)
- @uppy/core: fix some types (Antoine du Hamel / #4332)
- @uppy/core: Fixed type of State.info to match reality being an array of info objects (Marc Bennewitz / #4321)
- @uppy/image-editor: Fix TypeScript error in image-editor types (Matthias Kunnen / #4334)
- meta: improve
importFromUploadURLsdocs (Mikael Finstad / #4323) - @uppy/utils: workaround chrome crash (Mikael Finstad / #4310)
v3.5.1
v3.5.0
Released: 2023-02-13
| Package | Version | Package | Version |
|---|---|---|---|
| @uppy/audio | 1.0.4 | @uppy/screen-capture | 3.0.2 |
| @uppy/companion | 4.3.0 | @uppy/transloadit | 3.1.1 |
| @uppy/core | 3.0.6 | @uppy/xhr-upload | 3.1.0 |
| @uppy/dashboard | 3.2.2 | uppy | 3.5.0 |
| @uppy/locales | 3.0.6 |
- @uppy/transloadit: fix
assemblyOptionsoption (Antoine du Hamel / #4316) - meta: Remove Robodog advice, since it is deprecated (Artur Paikin)
- @uppy/dashboard: fix dashboard acquirers list (Mikael Finstad / #4306)
- @uppy/dashboard: Dashboard: disallow clicking on buttons and links in Dashboard disabled mode (Artur Paikin / #4292)
- @uppy/audio,@uppy/core,@uppy/dashboard,@uppy/screen-capture: Warn more instead of erroring (Artur Paikin / #4302)
- @uppy/locales: Update de_DE.js (Jörn Velten / #4297)
- meta: use load balancer for companion in e2e tests (Mikael Finstad / #4228)
- @uppy/companion: @uppy/companion upgrade grant dependency (Scott Bessler / #4286)
- @uppy/xhr-upload: add
'upload-stalled'event (Antoine du Hamel / #4247) - @uppy/locales: minor enhancements and typo fixes for the hungarian translation (KergeKacsa / #4282)
v3.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
bytesTotalinstead ofuploadStarted) (Pascal Wengerter / #4263) - @uppy/companion: document how to run many instances (Mikael Finstad / #4227)
- @uppy/aws-s3-multipart: add support for
allowedMetaFieldsoption (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)
- @uppy/aws-s3-multipart: fix singPart type (Stefan Schonert / #4224)
v3.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
allowedMetaFieldsdocumentation (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)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.
Quality Gate passed
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Superseded by https://github.com/owncloud/web/pull/11498.