Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2025

Bumps @uppy/image-editor from 2.4.6 to 4.0.1.

Release notes

Sourced from @​uppy/image-editor's releases.

@​uppy/image-editor@​4.0.1

Patch Changes

  • 975317d: Removed "main" from package.json, since export maps serve as the contract for the public API.
  • Updated dependencies [4b6a76c]
  • Updated dependencies [975317d]
  • Updated dependencies [9bac4c8]

@​uppy/image-editor@​4.0.0

Major Changes

  • c5b51f6: ### Export maps for all packages

    All packages now have export maps. This is a breaking change in two cases:

    1. The css imports have changed from @uppy[package]/dist/styles.min.css to @uppy[package]/css/styles.min.css
    2. You were importing something that wasn't exported from the root, for instance @uppy/core/lib/foo.js. You can now only import things we explicitly exported.

    Changed imports for @uppy/react, @uppy/vue, and @uppy/svelte

    Some components, like Dashboard, require a peer dependency to work but since all components were exported from a single file you were forced to install all peer dependencies. Even if you never imported, for instance, the status bar component.

    Every component that requires a peer dependency has now been moved to a subpath, such as @uppy/react/dashboard, so you only need to install the peer dependencies you need.

    Example for @uppy/react:

    Before:

    import { Dashboard, StatusBar } from "@uppy/react";

    Now:

    import Dashboard from "@uppy/react/dashboard";
    import StatusBar from "@uppy/react/status-bar";

Patch Changes

  • Updated dependencies [d301c01]
  • Updated dependencies [c5b51f6]
Changelog

Sourced from @​uppy/image-editor's changelog.

4.0.1

Released: 2024-07-15

Package Version Package Version
@​uppy/companion 5.0.1 @​uppy/drop-target 3.0.1
@​uppy/core 4.0.1 @​uppy/react 4.0.1
@​uppy/dashboard 4.0.1 uppy 4.0.1
@​uppy/drag-drop 4.0.1
  • @​uppy/dashboard: propagate setOptions to StatusBar (Mikael Finstad / #5260)
  • meta: add missing lint rule for .ts files (Antoine du Hamel / #5335)
  • @​uppy/companion: bump ws from 8.17.0 to 8.17.1 (dependabot[bot] / #5324)
  • @​uppy/dashboard,@​uppy/drag-drop,@​uppy/drop-target: <Dashboard/>, <DragDrop/>, drop-target - new anti-flickering solution (Evgenia Karunus / #5326)
  • docs: add css import for url plugin (Tyler Nieman / #5333)
  • meta: Bump fast-loops from 1.1.3 to 1.1.4 (dependabot[bot] / #5327)
  • @​uppy/core: make Meta generic optional (Merlijn Vos / #5330)
  • meta: update manual-cdn workflow (Antoine du Hamel / #5329)
  • docs: Fix lint (Murderlon)
  • docs: Correct mistake in migration guide (Murderlon)

4.0.0

Released: 2024-07-10

Package Version Package Version
@​uppy/angular 0.7.0 @​uppy/onedrive 4.0.0
@​uppy/audio 2.0.0 @​uppy/progress-bar 4.0.0
@​uppy/aws-s3 4.0.0 @​uppy/provider-views 4.0.0
@​uppy/aws-s3-multipart 4.0.0 @​uppy/react 4.0.0
@​uppy/box 3.0.0 @​uppy/react-native 0.6.0
@​uppy/companion 5.0.0 @​uppy/redux-dev-tools 4.0.0
@​uppy/companion-client 4.0.0 @​uppy/remote-sources 2.0.0
@​uppy/compressor 2.0.0 @​uppy/screen-capture 4.0.0
@​uppy/core 4.0.0 @​uppy/status-bar 4.0.0
@​uppy/dashboard 4.0.0 @​uppy/store-default 4.0.0
@​uppy/drag-drop 4.0.0 @​uppy/store-redux 4.0.0
@​uppy/drop-target 3.0.0 @​uppy/svelte 4.0.0
@​uppy/dropbox 4.0.0 @​uppy/thumbnail-generator 4.0.0
@​uppy/facebook 4.0.0 @​uppy/transloadit 4.0.0
@​uppy/file-input 4.0.0 @​uppy/tus 4.0.0
@​uppy/form 4.0.0 @​uppy/unsplash 4.0.0
@​uppy/golden-retriever 4.0.0 @​uppy/url 4.0.0
@​uppy/google-drive 4.0.0 @​uppy/utils 6.0.0
@​uppy/google-photos 0.2.0 @​uppy/vue 2.0.0
@​uppy/image-editor 3.0.0 @​uppy/webcam 4.0.0
@​uppy/informer 4.0.0 @​uppy/xhr-upload 4.0.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by uppydev, a new releaser for @​uppy/image-editor since your current version.


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 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/image-editor](https://github.com/transloadit/uppy) from 2.4.6 to 4.0.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: "@uppy/image-editor"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the npm dependencies Bumps dependencies label Oct 7, 2025
Copy link

vercel bot commented Oct 7, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
blocknote Error Error Oct 7, 2025 1:15pm
blocknote-website Error Error Oct 7, 2025 1:15pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
npm dependencies Bumps dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants