Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@uppy/core (source) 4.4.4 -> 4.5.3 age confidence
@uppy/dashboard (source) 4.3.3 -> 4.4.3 age confidence
@uppy/drag-drop (source) 4.1.2 -> 4.2.2 age confidence
@uppy/file-input (source) 4.1.2 -> 4.2.2 age confidence
@uppy/image-editor (source) 3.3.2 -> 3.4.2 age confidence
@uppy/locales (source) 4.5.2 -> 4.8.4 age confidence
@uppy/progress-bar (source) 4.2.1 -> 4.3.2 age confidence
@uppy/react (source) 4.2.3 -> 4.5.2 age confidence
@uppy/xhr-upload (source) 4.3.3 -> 4.4.2 age confidence

Release Notes

transloadit/uppy (@​uppy/core)

v4.5.3

Compare Source

Patch Changes
  • eee05db: Fix retry after setting missed metaFields requiring you to click "retry" and then "upload" again. Now "retry" immediately restarts the upload.

v4.5.2

Compare Source

Patch Changes

v4.5.1

Compare Source

v4.5.0

Compare Source

Released: 2024-10-15

Package Version Package Version
@​uppy/companion 5.1.2 @​uppy/svelte 4.1.0
@​uppy/core 4.2.2 @​uppy/tus 4.1.2
@​uppy/dashboard 4.1.1 @​uppy/utils 6.0.3
@​uppy/drag-drop 4.0.3 @​uppy/xhr-upload 4.2.1
@​uppy/file-input 4.0.2 uppy 4.5.0
@​uppy/locales 4.2.0

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.

@codecov
Copy link

codecov bot commented Oct 15, 2025

❌ 8 Tests Failed:

Tests completed Failed Passed Skipped
811 8 803 1
View the top 3 failed test(s) by shortest run time
src/common/images/uploadImagesDialog.component.test.tsx > Upload image dialog > renders dialog correctly
Stack Traces | 0.076s run time
Error: Snapshot `Upload image dialog > renders dialog correctly 1` mismatched

- Expected
+ Received

@@ -22,11 +22,10 @@
              aria-hidden="true"
              class="uppy-Dashboard-overlay"
              tabindex="-1"
            />
            <div
-             aria-modal="true"
              class="uppy-Dashboard-inner"
              role="dialog"
            >
              <button
                aria-label="Close Modal"

 ❯ .../common/images/uploadImagesDialog.component.test.tsx:50:25
src/common/attachments/uploadAttachmentsDialog.component.test.tsx > Upload attachment dialog > renders dialog correctly
Stack Traces | 0.113s run time
Error: Snapshot `Upload attachment dialog > renders dialog correctly 1` mismatched

- Expected
+ Received

@@ -22,11 +22,10 @@
              aria-hidden="true"
              class="uppy-Dashboard-overlay"
              tabindex="-1"
            />
            <div
-             aria-modal="true"
              class="uppy-Dashboard-inner"
              role="dialog"
            >
              <button
                aria-label="Close Modal"

 ❯ .../common/attachments/uploadAttachmentsDialog.component.test.tsx:57:25
src/common/images/primaryImageDialog.component.test.tsx > Primary Image Dialog > renders no results page correctly, and can still open and close the upload dialog
Stack Traces | 0.583s run time
Error: Snapshot `Primary Image Dialog > renders no results page correctly, and can still open and close the upload dialog 1` mismatched

- Expected
+ Received

@@ -834,11 +834,10 @@
                        aria-hidden="true"
                        class="uppy-Dashboard-overlay"
                        tabindex="-1"
                      />
                      <div
-                       aria-modal="true"
                        class="uppy-Dashboard-inner"
                        role="dialog"
                      >
                        <button
                          aria-label="Close Modal"

 ❯ .../common/images/primaryImageDialog.component.test.tsx:105:25
src/common/images/imageGallery.component.test.tsx > Image Gallery > renders no results page correctly
Stack Traces | 0.61s run time
Error: Snapshot `Image Gallery > renders no results page correctly 1` mismatched

- Expected
+ Received

@@ -813,11 +813,10 @@
                  aria-hidden="true"
                  class="uppy-Dashboard-overlay"
                  tabindex="-1"
                />
                <div
-                 aria-modal="true"
                  class="uppy-Dashboard-inner"
                  role="dialog"
                >
                  <button
                    aria-label="Close Modal"

 ❯ .../common/images/imageGallery.component.test.tsx:65:25
src/common/images/imageGallery.component.test.tsx > Image Gallery > displays no images message and can open and close upload dialog when dense
Stack Traces | 0.634s run time
Error: Snapshot `Image Gallery > displays no images message and can open and close upload dialog when dense 1` mismatched

- Expected
+ Received

@@ -797,11 +797,10 @@
                  aria-hidden="true"
                  class="uppy-Dashboard-overlay"
                  tabindex="-1"
                />
                <div
-                 aria-modal="true"
                  class="uppy-Dashboard-inner"
                  role="dialog"
                >
                  <button
                    aria-label="Close Modal"

 ❯ .../common/images/imageGallery.component.test.tsx:674:25
src/common/images/imageGallery.component.test.tsx > Image Gallery > renders correctly in dense view
Stack Traces | 0.844s run time
Error: Snapshot `Image Gallery > renders correctly in dense view 1` mismatched

- Expected
+ Received

@@ -2336,11 +2336,10 @@
                  aria-hidden="true"
                  class="uppy-Dashboard-overlay"
                  tabindex="-1"
                />
                <div
-                 aria-modal="true"
                  class="uppy-Dashboard-inner"
                  role="dialog"
                >
                  <button
                    aria-label="Close Modal"

 ❯ .../common/images/imageGallery.component.test.tsx:602:25
src/common/images/imageGallery.component.test.tsx > Image Gallery > renders correctly
Stack Traces | 1.5s run time
Error: Snapshot `Image Gallery > renders correctly 1` mismatched

- Expected
+ Received

@@ -1975,11 +1975,10 @@
                  aria-hidden="true"
                  class="uppy-Dashboard-overlay"
                  tabindex="-1"
                />
                <div
-                 aria-modal="true"
                  class="uppy-Dashboard-inner"
                  role="dialog"
                >
                  <button
                    aria-label="Close Modal"

 ❯ .../common/images/imageGallery.component.test.tsx:46:25
src/common/images/primaryImageDialog.component.test.tsx > Primary Image Dialog > renders correctly
Stack Traces | 1.93s run time
Error: Snapshot `Primary Image Dialog > renders correctly 1` mismatched

- Expected
+ Received

@@ -2373,11 +2373,10 @@
                        aria-hidden="true"
                        class="uppy-Dashboard-overlay"
                        tabindex="-1"
                      />
                      <div
-                       aria-modal="true"
                        class="uppy-Dashboard-inner"
                        role="dialog"
                      >
                        <button
                          aria-label="Close Modal"

 ❯ .../common/images/primaryImageDialog.component.test.tsx:55:25

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@renovate renovate bot force-pushed the renovate/develop-uppy-monorepo branch from 380d79d to e2eec1e Compare October 21, 2025 11:53
@renovate renovate bot force-pushed the renovate/develop-uppy-monorepo branch 2 times, most recently from e06d528 to 3ae327b Compare November 4, 2025 15:05
@renovate renovate bot force-pushed the renovate/develop-uppy-monorepo branch from 3ae327b to a7d13a6 Compare November 10, 2025 18:35
@renovate renovate bot force-pushed the renovate/develop-uppy-monorepo branch from a7d13a6 to 3e56d41 Compare November 18, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant