Skip to content

Bump the js-production-dependencies group across 1 directory with 27 updates#5594

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/js-production-dependencies-0584870fa9
Closed

Bump the js-production-dependencies group across 1 directory with 27 updates#5594
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/js-production-dependencies-0584870fa9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps the js-production-dependencies group with 20 updates in the / directory:

Package From To
@uppy/aws-s3 3.6.2 5.1.0
@uppy/core 3.13.1 5.2.0
@uppy/file-input 3.1.2 4.2.2
@uppy/informer 3.1.0 4.3.2
@uppy/progress-bar 3.1.1 4.3.2
@uppy/thumbnail-generator 3.1.0 5.1.0
sass 1.98.0 1.99.0
@sinclair/typebox 0.34.48 0.34.49
@transloadit/prettier-bytes 0.3.4 0.3.5
baseline-browser-mapping 2.10.11 2.10.16
browserslist 4.28.1 4.28.2
caniuse-lite 1.0.30001781 1.0.30001786
css-declaration-sorter 7.3.1 7.4.0
cssnano-preset-default 7.0.11 7.0.12
cssnano 7.1.3 7.1.4
minimatch 10.2.4 10.2.5
postcss 8.5.8 8.5.9
preact 10.29.0 10.29.1
regjsparser 0.13.0 0.13.1
tinyglobby 0.2.15 0.2.16

Updates @uppy/aws-s3 from 3.6.2 to 5.1.0

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.

4.18.0

Released: 2025-06-30

Package Version Package Version
@​uppy/components 0.2.0 @​uppy/remote-sources 2.3.4
@​uppy/core 4.4.7 @​uppy/screen-capture 4.3.1
@​uppy/google-drive-picker 0.3.6 @​uppy/svelte 4.5.0
@​uppy/google-photos-picker 0.3.6 @​uppy/vue 2.3.0
@​uppy/locales 4.6.0 @​uppy/webcam 4.2.1
@​uppy/provider-views 4.4.5 uppy 4.18.0
@​uppy/react 4.4.0
  • meta: Remove remark reference from CI (Murderlon)
  • @​uppy/components,@​uppy/screen-capture: useScreenCapture fixes (Prakash / #5793)
  • examples: Add useRemoteSource (Merlijn Vos / #5778)
  • @​uppy/components: Use webcam fixes2 (Mikael Finstad / #5791)
  • meta: Remove remark (Merlijn Vos / #5790)
  • meta: Delete old, unused files (Merlijn Vos / #5788)
  • meta: Sort package.json (Murderlon)
  • examples: Headless Hooks: Add useScreenCapture (Prakash / #5784)
  • @​uppy/locales: Update pt_BR localization (Gabriel Pereira / #5780)
  • e2e: Skip for now then (Murderlon)
  • e2e: fixup! Fix CI for now (Murderlon)
  • e2e: Fix CI for now (Murderlon)
  • examples: Add useWebcam (Merlijn Vos / #5741)
  • @​uppy/react,@​uppy/svelte,@​uppy/vue: Add useDropzone & useFileInput (Merlijn Vos / #5735)
  • meta: build(deps): bump base-x from 3.0.9 to 3.0.11 (dependabot[bot] / #5772)
  • @​uppy/provider-views: improve metadata handling in Google Photos Picker (ben rosenbaum / #5769)

4.17.0

Released: 2025-06-02

... (truncated)

Commits
  • 556e36d [ci] release (#6060)
  • 5b680f2 build(deps): bump body-parser from 1.20.3 to 1.20.4 (#6070)
  • 39b82fd build(deps): bump express from 4.19.2 to 4.22.0 (#6079)
  • 21a8f1a build(deps): bump @​angular/common from 19.2.14 to 19.2.16 (#6072)
  • d2637e4 build(deps): bump validator from 13.12.0 to 13.15.20 (#6041)
  • 80addcc build(deps): bump js-yaml from 3.14.1 to 3.14.2 (#6067)
  • 52704c6 build(deps): bump node-forge from 1.3.1 to 1.3.2 (#6071)
  • 3197264 build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 (#6077)
  • d3baf1b build(deps): bump @​angular/compiler from 19.2.14 to 19.2.17 (#6078)
  • 54a3316 Fix changeset
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @uppy/core from 3.13.1 to 5.2.0

Release notes

Sourced from @​uppy/core's releases.

@​uppy/core@​5.2.0

Minor Changes

  • 79e6460: - Add PluginTypeRegistry and typed getPlugin overload in @​uppy/core
    • Register plugin ids across packages so uppy.getPlugin('Dashboard' | 'Webcam') returns the concrete plugin type and removes the need to pass generics in getPlugin()

Patch Changes

  • ac12f35: Fix: Move completed uploads exclusion logic into uploaders. This fixes the problem where postprocessors would not run for already uploaded files.
  • 4817585: added icon to webdav provider, add css to truncate large file names
  • Updated dependencies [ac12f35]
    • @​uppy/utils@​7.1.4

@​uppy/core@​5.1.1

Patch Changes

  • 0c16fe4: - Make file.data nullable - Because for ghosts it will be undefined and we don't have any type to distinguish ghosts from other (local) files. This caused a crash, because we didn't check for undefined everywhere (when trying to store a blob that was undefined)
    • Introduce new field progress.complete: if there is a post-processing step, set it to true once post processing is complete. If not, set it to true once upload has finished.
    • Throw a proper Nonexistent upload error message if trying to upload a non-existent upload, instead of TypeError
    • Rewrite Uppy.upload() - this fixes two bugs:
      1. No more duplicate emit call when this.#restricter.validateMinNumberOfFiles throws (#informAndEmit and this.emit('error'))
      2. 'restriction-failed' now also gets correctly called when checkRequiredMetaFields check errors.
    • Don't re-upload completed files #5930
    • Split UppyFile into two intefaces distinguished by the isRemote boolean:
      • LocalUppyFile
      • RemoteUppyFile
    • Remove TagFile type - Use UppyFile instead.
    • Make name required on UppyFile (it is in reality always set)
    • Fix bug: RestrictionError sometimes thrown with a file property that was not a UppyFile, but a File. This would happen if someone passed a File instead of a MinimalRequiredUppyFile into core.addFile (which is valid to do according to our API)
    • Improve some log messages
    • Simplify Uppy postprocess-complete handler
  • Updated dependencies [0c16fe4]
    • @​uppy/utils@​7.1.1

@​uppy/core@​5.1.0

Minor Changes

  • 5ba2c1c: Introduce the concept of server-side search and add support for it for the Dropbox provider. Previously, only client-side filtering in the currently viewed folder was possible, which was limiting. Now users using Companion with Dropbox can perform a search across their entire account.

Patch Changes

  • Updated dependencies [5ba2c1c]
    • @​uppy/utils@​7.1.0
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.

4.18.0

Released: 2025-06-30

Package Version Package Version
@​uppy/components 0.2.0 @​uppy/remote-sources 2.3.4
@​uppy/core 4.4.7 @​uppy/screen-capture 4.3.1
@​uppy/google-drive-picker 0.3.6 @​uppy/svelte 4.5.0
@​uppy/google-photos-picker 0.3.6 @​uppy/vue 2.3.0
@​uppy/locales 4.6.0 @​uppy/webcam 4.2.1
@​uppy/provider-views 4.4.5 uppy 4.18.0
@​uppy/react 4.4.0
  • meta: Remove remark reference from CI (Murderlon)
  • @​uppy/components,@​uppy/screen-capture: useScreenCapture fixes (Prakash / #5793)
  • examples: Add useRemoteSource (Merlijn Vos / #5778)
  • @​uppy/components: Use webcam fixes2 (Mikael Finstad / #5791)
  • meta: Remove remark (Merlijn Vos / #5790)
  • meta: Delete old, unused files (Merlijn Vos / #5788)
  • meta: Sort package.json (Murderlon)
  • examples: Headless Hooks: Add useScreenCapture (Prakash / #5784)
  • @​uppy/locales: Update pt_BR localization (Gabriel Pereira / #5780)
  • e2e: Skip for now then (Murderlon)
  • e2e: fixup! Fix CI for now (Murderlon)
  • e2e: Fix CI for now (Murderlon)
  • examples: Add useWebcam (Merlijn Vos / #5741)
  • @​uppy/react,@​uppy/svelte,@​uppy/vue: Add useDropzone & useFileInput (Merlijn Vos / #5735)
  • meta: build(deps): bump base-x from 3.0.9 to 3.0.11 (dependabot[bot] / #5772)
  • @​uppy/provider-views: improve metadata handling in Google Photos Picker (ben rosenbaum / #5769)

4.17.0

Released: 2025-06-02

... (truncated)

Commits
  • 556e36d [ci] release (#6060)
  • 5b680f2 build(deps): bump body-parser from 1.20.3 to 1.20.4 (#6070)
  • 39b82fd build(deps): bump express from 4.19.2 to 4.22.0 (#6079)
  • 21a8f1a build(deps): bump @​angular/common from 19.2.14 to 19.2.16 (#6072)
  • d2637e4 build(deps): bump validator from 13.12.0 to 13.15.20 (#6041)
  • 80addcc build(deps): bump js-yaml from 3.14.1 to 3.14.2 (#6067)
  • 52704c6 build(deps): bump node-forge from 1.3.1 to 1.3.2 (#6071)
  • 3197264 build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 (#6077)
  • d3baf1b build(deps): bump @​angular/compiler from 19.2.14 to 19.2.17 (#6078)
  • 54a3316 Fix changeset
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @uppy/file-input from 3.1.2 to 4.2.2

Release notes

Sourced from @​uppy/file-input's releases.

@​uppy/aws-s3@​5.1.0

Minor Changes

  • 79e6460: - Add PluginTypeRegistry and typed getPlugin overload in @​uppy/core
    • Register plugin ids across packages so uppy.getPlugin('Dashboard' | 'Webcam') returns the concrete plugin type and removes the need to pass generics in getPlugin()

Patch Changes

  • ac12f35: Fix: Move completed uploads exclusion logic into uploaders. This fixes the problem where postprocessors would not run for already uploaded files.
  • Updated dependencies [79e6460]
  • Updated dependencies [ac12f35]
  • Updated dependencies [4817585]

@​uppy/zoom@​4.1.0

Minor Changes

  • 79e6460: - Add PluginTypeRegistry and typed getPlugin overload in @​uppy/core
    • Register plugin ids across packages so uppy.getPlugin('Dashboard' | 'Webcam') returns the concrete plugin type and removes the need to pass generics in getPlugin()

Patch Changes

  • Updated dependencies [e661348]
  • Updated dependencies [79e6460]
  • Updated dependencies [ac12f35]
  • Updated dependencies [4817585]
    • @​uppy/provider-views@​5.2.0
    • @​uppy/core@​5.2.0
    • @​uppy/utils@​7.1.4

@​uppy/box@​4.1.0

Minor Changes

  • 79e6460: - Add PluginTypeRegistry and typed getPlugin overload in @​uppy/core
    • Register plugin ids across packages so uppy.getPlugin('Dashboard' | 'Webcam') returns the concrete plugin type and removes the need to pass generics in getPlugin()

Patch Changes

  • Updated dependencies [e661348]
  • Updated dependencies [79e6460]
  • Updated dependencies [ac12f35]
  • Updated dependencies [4817585]
    • @​uppy/provider-views@​5.2.0
    • @​uppy/core@​5.2.0
    • @​uppy/utils@​7.1.4

@​uppy/drop-target@​4.1.0

Minor Changes

... (truncated)

Changelog

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

4.18.0

Released: 2025-06-30

Package Version Package Version
@​uppy/components 0.2.0 @​uppy/remote-sources 2.3.4
@​uppy/core 4.4.7 @​uppy/screen-capture 4.3.1
@​uppy/google-drive-picker 0.3.6 @​uppy/svelte 4.5.0
@​uppy/google-photos-picker 0.3.6 @​uppy/vue 2.3.0
@​uppy/locales 4.6.0 @​uppy/webcam 4.2.1
@​uppy/provider-views 4.4.5 uppy 4.18.0
@​uppy/react 4.4.0
  • meta: Remove remark reference from CI (Murderlon)
  • @​uppy/components,@​uppy/screen-capture: useScreenCapture fixes (Prakash / #5793)
  • examples: Add useRemoteSource (Merlijn Vos / #5778)
  • @​uppy/components: Use webcam fixes2 (Mikael Finstad / #5791)
  • meta: Remove remark (Merlijn Vos / #5790)
  • meta: Delete old, unused files (Merlijn Vos / #5788)
  • meta: Sort package.json (Murderlon)
  • examples: Headless Hooks: Add useScreenCapture (Prakash / #5784)
  • @​uppy/locales: Update pt_BR localization (Gabriel Pereira / #5780)
  • e2e: Skip for now then (Murderlon)
  • e2e: fixup! Fix CI for now (Murderlon)
  • e2e: Fix CI for now (Murderlon)
  • examples: Add useWebcam (Merlijn Vos / #5741)
  • @​uppy/react,@​uppy/svelte,@​uppy/vue: Add useDropzone & useFileInput (Merlijn Vos / #5735)
  • meta: build(deps): bump base-x from 3.0.9 to 3.0.11 (dependabot[bot] / #5772)
  • @​uppy/provider-views: improve metadata handling in Google Photos Picker (ben rosenbaum / #5769)

4.17.0

Released: 2025-06-02

... (truncated)

Commits
Maintainer changes

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


Updates @uppy/informer from 3.1.0 to 4.3.2

Release notes

Sourced from @​uppy/informer's releases.

@​uppy/zoom@​4.1.0

Minor Changes

  • 79e6460: - Add PluginTypeRegistry and typed getPlugin overload in @​uppy/core
    • Register plugin ids across packages so uppy.getPlugin('Dashboard' | 'Webcam') returns the concrete plugin type and removes the need to pass generics in getPlugin()

Patch Changes

  • Updated dependencies [e661348]
  • Updated dependencies [79e6460]
  • Updated dependencies [ac12f35]
  • Updated dependencies [4817585]
    • @​uppy/provider-views@​5.2.0
    • @​uppy/core@​5.2.0
    • @​uppy/utils@​7.1.4
Changelog

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

4.18.0

Released: 2025-06-30

Package Version Package Version
@​uppy/components 0.2.0 @​uppy/remote-sources 2.3.4
@​uppy/core 4.4.7 @​uppy/screen-capture 4.3.1
@​uppy/google-drive-picker 0.3.6 @​uppy/svelte 4.5.0
@​uppy/google-photos-picker 0.3.6 @​uppy/vue 2.3.0
@​uppy/locales 4.6.0 @​uppy/webcam 4.2.1
@​uppy/provider-views 4.4.5 uppy 4.18.0
@​uppy/react 4.4.0
  • meta: Remove remark reference from CI (Murderlon)
  • @​uppy/components,@​uppy/screen-capture: useScreenCapture fixes (Prakash / #5793)
  • examples: Add useRemoteSource (Merlijn Vos / #5778)
  • @​uppy/components: Use webcam fixes2 (Mikael Finstad / #5791)
  • meta: Remove remark (Merlijn Vos / #5790)
  • meta: Delete old, unused files (Merlijn Vos / #5788)
  • meta: Sort package.json (Murderlon)
  • examples: Headless Hooks: Add useScreenCapture (Prakash / #5784)
  • @​uppy/locales: Update pt_BR localization (Gabriel Pereira / #5780)
  • e2e: Skip for now then (Murderlon)
  • e2e: fixup! Fix CI for now (Murderlon)
  • e2e: Fix CI for now (Murderlon)
  • examples: Add useWebcam (Merlijn Vos / #5741)
  • @​uppy/react,@​uppy/svelte,@​uppy/vue: Add useDropzone & useFileInput (Merlijn Vos / #5735)
  • meta: build(deps): bump base-x from 3.0.9 to 3.0.11 (dependabot[bot] / #5772)
  • @​uppy/provider-views: improve metadata handling in Google Photos Picker (ben rosenbaum / #5769)

4.17.0

Released: 2025-06-02

... (truncated)

Commits
Maintainer changes

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


Updates @uppy/progress-bar from 3.1.1 to 4.3.2

Release notes

Sourced from @​uppy/progress-bar's releases.

@​uppy/aws-s3@​5.1.0

Minor Changes

  • 79e6460: - Add PluginTypeRegistry and typed getPlugin overload in @​uppy/core
    • Register plugin ids across packages so uppy.getPlugin('Dashboard' | 'Webcam') returns the concrete plugin type and removes the need to pass generics in getPlugin()

Patch Changes

  • ac12f35: Fix: Move completed uploads exclusion logic into uploaders. This fixes the problem where postprocessors would not run for already uploaded files.
  • Updated dependencies [79e6460]
  • Updated dependencies [ac12f35]
  • Updated dependencies [4817585]

@​uppy/zoom@​4.1.0

Minor Changes

  • 79e6460: - Add PluginTypeRegistry and typed getPlugin overload in @​uppy/core
    • Register plugin ids across packages so uppy.getPlugin('Dashboard' | 'Webcam') returns the concrete plugin type and removes the need to pass generics in getPlugin()

Patch Changes

  • Updated dependencies [e661348]
  • Updated dependencies [79e6460]
  • Updated dependencies [ac12f35]
  • Updated dependencies [4817585]
    • @​uppy/provider-views@​5.2.0
    • @​uppy/core@​5.2.0
    • @​uppy/utils@​7.1.4

@​uppy/box@​4.1.0

Minor Changes

  • 79e6460: - Add PluginTypeRegistry and typed getPlugin overload in @​uppy/core
    • Register plugin ids across packages so uppy.getPlugin('Dashboard' | 'Webcam') returns the concrete plugin type and removes the need to pass generics in getPlugin()

Patch Changes

  • Updated dependencies [e661348]
  • Updated dependencies [79e6460]
  • Updated dependencies [ac12f35]
  • Updated dependencies [4817585]
    • @​uppy/provider-views@​5.2.0
    • @​uppy/core@​5.2.0
    • @​uppy/utils@​7.1.4

@​uppy/drop-target@​4.1.0

Minor Changes

... (truncated)

Changelog

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

4.18.0

Released: 2025-06-30

Package Version Package Version
@​uppy/components 0.2.0 @​uppy/remote-sources 2.3.4
@​uppy/core 4.4.7 @​uppy/screen-capture 4.3.1
@​uppy/google-drive-picker 0.3.6 @​uppy/svelte 4.5.0
@​uppy/google-photos-picker 0.3.6 @​uppy/vue 2.3.0
@​uppy/locales 4.6.0 @​uppy/webcam 4.2.1
@​uppy/provider-views 4.4.5 uppy 4.18.0
@​uppy/react 4.4.0
  • meta: Remove remark reference from CI (Murderlon)
  • @​uppy/components,@​uppy/screen-capture: useScreenCapture fixes (Prakash / #5793)
  • examples: Add useRemoteSource (Merlijn Vos / #5778)
  • @​uppy/components: Use webcam fixes2 (Mikael Finstad / #5791)
  • meta: Remove remark (Merlijn Vos / #5790)
  • meta: Delete old, unused files (Merlijn Vos / #5788)
  • meta: Sort package.json (Murderlon)
  • examples: Headless Hooks: Add useScreenCapture (Prakash / #5784)
  • @​uppy/locales: Update pt_BR localization (Gabriel Pereira / #5780)
  • e2e: Skip for now then (Murderlon)
  • e2e: fixup! Fix CI for now (Murderlon)
  • e2e: Fix CI for now (Murderlon)
  • examples: Add useWebcam (Merlijn Vos / #5741)
  • @​uppy/react,@​uppy/svelte,@​uppy/vue: Add useDropzone & useFileInput (Merlijn Vos / #5735)
  • meta: build(deps): bump base-x from 3.0.9 to 3.0.11 (dependabot[bot] / #5772)
  • @​uppy/provider-views: improve metadata handling in Google Photos Picker (ben rosenbaum / #5769)

4.17.0

Released: 2025-06-02

... (truncated)

Commits
Maintainer changes

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


Updates @uppy/thumbnail-generator from 3.1.0 to 5.1.0

Release notes

Sourced from @​uppy/thumbnail-generator's releases.

@​uppy/thumbnail-generator@​5.1.0

Minor Changes

  • 79e6460: - Add PluginTypeRegistry and typed getPlugin overload in @​uppy/core
    • Register plugin ids across packages so uppy.getPlugin('Dashboard' | 'Webcam') returns the concrete plugin type and removes the need to pass generics in getPlugin()

Patch Changes

  • Updated dependencies [79e6460]
  • Updated dependencies [ac12f35]
  • Updated dependencies [4817585]

@​uppy/thumbnail-generator@​5.0.2

Patch Changes

  • 0c16fe4: - Make file.data nullable - Because for ghosts it will be undefined and we don't have any type to distinguish ghosts from other (local) files. This caused a crash, because we didn't check for undefined everywhere (when trying to store a blob that was undefined). This means we have to add null checks in some packages
    • Split UppyFile into two intefaces distinguished by the isRemote boolean:
      • LocalUppyFile
      • RemoteUppyFile
  • Updated dependencies [0c16fe4]
Changelog

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

4.18.0

Released: 2025-06-30

Package Version Package Version
@​uppy/components 0.2.0 @​uppy/remote-sources 2.3.4
@​uppy/core 4.4.7 @​uppy/screen-capture 4.3.1
@​uppy/google-drive-picker 0.3.6 @​uppy/svelte 4.5.0
@​uppy/google-photos-picker 0.3.6 @​uppy/vue 2.3.0
@​uppy/locales 4.6.0 @​uppy/webcam 4.2.1
@​uppy/provider-views 4.4.5 uppy 4.18.0
@​uppy/react 4.4.0
  • meta: Remove remark reference from CI (Murderlon)
  • @​uppy/components,@​uppy/screen-capture: useScreenCapture fixes (Prakash / #5793)
  • examples: Add useRemoteSource (Merlijn Vos / #5778)
  • @​uppy/components: Use webcam fixes2 (Mikael Finstad / #5791)
  • meta: Remove remark (Merlijn Vos / #5790)
  • meta: Delete old, unused files (Merlijn Vos / #5788)
  • meta: Sort package.json (Murderlon)
  • examples: Headless Hooks: Add useScreenCapture (Prakash / #5784)
  • @​uppy/locales: Update pt_BR localization (Gabriel Pereira / #5780)
  • e2e: Skip for now then (Murderlon)
  • e2e: fixup! Fix CI for now (Murderlon)
  • e2e: Fix CI for now (Murderlon)
  • examples: Add useWebcam (Merlijn Vos / #5741)
  • @​uppy/react,@​uppy/svelte,@​uppy/vue: Add useDropzone & useFileInput (Merlijn Vos / #5735)
  • meta: build(deps): bump base-x from 3.0.9 to 3.0.11 (dependabot[bot] / #5772)
  • @​uppy/provider-views: improve metadata handling in Google Photos Picker (ben rosenbaum / #5769)

4.17.0

Released: 2025-06-02

... (truncated)

Commits
  • 556e36d [ci] release (#6060)
  • 5b680f2 build(deps): bump body-parser from 1.20.3 to 1.20.4 (#6070)
  • 39b82fd build(deps): bump express from 4.19.2 to 4.22.0 (#6079)
  • 21a8f1a build(deps): bump @​angular/common from 19.2.14 to 19.2.16 (#6072)
  • d2637e4 build(deps): bump validator from 13.12.0 to 13.15.20 (#6041)
  • 80addcc build(deps): bump js-yaml from 3.14.1 to 3.14.2 (#6067)
  • 52704c6 build(deps): bump node-forge from 1.3.1 to 1.3.2 (#6071)
  • 3197264 build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 (#6077)
  • d3baf1b build(deps): bump @​angular/compiler from 19.2.14 to 19.2.17 (#6078)
  • 54a3316 Fix changeset
  • Additional commits viewable in compare view
Maintainer changes

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


Updates sass from 1.98.0 to 1.99.0

Release notes

Sourced from sass's releases.

Dart Sass 1.99.0

To install Sass 1.99.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add support for parent selectors (&) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as the scoping root.

  • User-defined functions named calc or clamp are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression, -url, -and, -or, or -not are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that begin with - and end with -ELEMENT, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end with -expression and -url will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are deprecated.

    See the Sass website for details.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.99.0

  • Add support for parent selectors (&) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as the scoping root.

  • User-defined functions named calc or clamp are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression, -url, -and, -or, or -not are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that begin with - and end with -ELEMENT, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end with -expression and -url will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are deprecated.

    See the Sass website for details.

Commits

Updates @sinclair/typebox from 0.34.48 to 0.34.49

Commits

Updates @transloadit/prettier-bytes from 0.3.4 to 0.3.5

Release notes

Sourced from @​transloadit/prettier-bytes's releases.

@​transloadit/prettier-bytes@​0.3.5

Patch Changes

  • 07ca1ed: Switch to turbo
Changelog

Sourced from @​transloadit/prettier-bytes's changelog.

0.3.5

Patch Changes

  • 07ca1ed: Switch to turbo
Commits

Updates @uppy/companion-client from 3.8.1 to 5.1.1

Release notes

Sourced from @​uppy/companion-client's releases.

@​uppy/companion-client@​5.1.1

Patch Changes

  • 0c16fe4: - Split UppyFile into two intefaces distinguished by the isRemote boolean:
    • LocalUppyFile
    • RemoteUppyFile
  • Updated dependencies [0c16fe4]

@​uppy/companion-client@​5.1.0

Minor Changes

  • 5ba2c1c: Introduce the concept of server-side search and add support for it for the Dropbox provider. Previously, only client-side filtering in the currently viewed folder was possible, which was limiting. Now users using Companion with Dropbox can perform a search across their entire account.

Patch Changes

  • Updated dependencies [5ba2c1c]
Changelog

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

4.18.0

Released: 2025-06-30

<...

Description has been truncated

Package Version Package Version
@​uppy/components 0.2.0 @​uppy/remote-sources 2.3.4
@​uppy/core 4.4.7 @​uppy/screen-capture 4.3.1
@​uppy/google-drive-picker 0.3.6 @​uppy/svelte 4.5.0
@​uppy/google-photos-picker 0.3.6 @​uppy/vue 2.3.0
@​uppy/locales 4.6.0 @​uppy/webcam 4.2.1
@​uppy/provider-views 4.4.5 uppy

…updates

Bumps the js-production-dependencies group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@uppy/aws-s3](https://github.com/transloadit/uppy) | `3.6.2` | `5.1.0` |
| [@uppy/core](https://github.com/transloadit/uppy) | `3.13.1` | `5.2.0` |
| [@uppy/file-input](https://github.com/transloadit/uppy) | `3.1.2` | `4.2.2` |
| [@uppy/informer](https://github.com/transloadit/uppy) | `3.1.0` | `4.3.2` |
| [@uppy/progress-bar](https://github.com/transloadit/uppy) | `3.1.1` | `4.3.2` |
| [@uppy/thumbnail-generator](https://github.com/transloadit/uppy) | `3.1.0` | `5.1.0` |
| [sass](https://github.com/sass/dart-sass) | `1.98.0` | `1.99.0` |
| [@sinclair/typebox](https://github.com/sinclairzx81/sinclair-typebox) | `0.34.48` | `0.34.49` |
| [@transloadit/prettier-bytes](https://github.com/transloadit/monolib/tree/HEAD/packages/prettier-bytes) | `0.3.4` | `0.3.5` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.11` | `2.10.16` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.28.1` | `4.28.2` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001781` | `1.0.30001786` |
| [css-declaration-sorter](https://github.com/Siilwyn/css-declaration-sorter) | `7.3.1` | `7.4.0` |
| [cssnano-preset-default](https://github.com/cssnano/cssnano) | `7.0.11` | `7.0.12` |
| [cssnano](https://github.com/cssnano/cssnano) | `7.1.3` | `7.1.4` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.2.4` | `10.2.5` |
| [postcss](https://github.com/postcss/postcss) | `8.5.8` | `8.5.9` |
| [preact](https://github.com/preactjs/preact) | `10.29.0` | `10.29.1` |
| [regjsparser](https://github.com/jviereck/regjsparser) | `0.13.0` | `0.13.1` |
| [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) | `0.2.15` | `0.2.16` |



Updates `@uppy/aws-s3` from 3.6.2 to 5.1.0
- [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@3.6.2...@uppy/aws-s3@5.1.0)

Updates `@uppy/core` from 3.13.1 to 5.2.0
- [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.13.1...@uppy/core@5.2.0)

Updates `@uppy/file-input` from 3.1.2 to 4.2.2
- [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/file-input@3.1.2...@uppy/file-input@4.2.2)

Updates `@uppy/informer` from 3.1.0 to 4.3.2
- [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/informer@3.1.0...@uppy/informer@4.3.2)

Updates `@uppy/progress-bar` from 3.1.1 to 4.3.2
- [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/progress-bar@3.1.1...@uppy/progress-bar@4.3.2)

Updates `@uppy/thumbnail-generator` from 3.1.0 to 5.1.0
- [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/thumbnail-generator@3.1.0...@uppy/thumbnail-generator@5.1.0)

Updates `sass` from 1.98.0 to 1.99.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.98.0...1.99.0)

Updates `@sinclair/typebox` from 0.34.48 to 0.34.49
- [Commits](sinclairzx81/sinclair-typebox@0.34.48...0.34.49)

Updates `@transloadit/prettier-bytes` from 0.3.4 to 0.3.5
- [Release notes](https://github.com/transloadit/monolib/releases)
- [Changelog](https://github.com/transloadit/monolib/blob/main/packages/prettier-bytes/CHANGELOG.md)
- [Commits](https://github.com/transloadit/monolib/commits/@transloadit/prettier-bytes@0.3.5/packages/prettier-bytes)

Updates `@uppy/companion-client` from 3.8.1 to 5.1.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/companion-client@3.8.1...@uppy/companion-client@5.1.1)

Updates `@uppy/store-default` from 3.2.2 to 5.0.0
- [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/store-default@3.2.2...@uppy/store-default@5.0.0)

Updates `@uppy/utils` from 5.9.0 to 6.2.2
- [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/utils@5.9.0...@uppy/utils@6.2.2)

Updates `baseline-browser-mapping` from 2.10.11 to 2.10.16
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.11...v2.10.16)

Updates `browserslist` from 4.28.1 to 4.28.2
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.28.1...4.28.2)

Updates `caniuse-lite` from 1.0.30001781 to 1.0.30001786
- [Commits](browserslist/caniuse-lite@1.0.30001781...1.0.30001786)

Updates `css-declaration-sorter` from 7.3.1 to 7.4.0
- [Changelog](https://github.com/Siilwyn/css-declaration-sorter/blob/master/changelog.md)
- [Commits](Siilwyn/css-declaration-sorter@v7.3.1...v7.4.0)

Updates `cssnano-preset-default` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@7.0.11...cssnano-preset-default@7.0.12)

Updates `cssnano` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@7.1.3...cssnano@7.1.4)

Updates `electron-to-chromium` from 1.5.328 to 1.5.332
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.328...v1.5.332)

Updates `minimatch` from 10.2.4 to 10.2.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.4...v10.2.5)

Updates `node-releases` from 2.0.36 to 2.0.37
- [Commits](https://github.com/chicoxyzzy/node-releases/commits/v2.0.37)

Updates `postcss-colormin` from 7.0.6 to 7.0.7
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-colormin@7.0.6...postcss-colormin@7.0.7)

Updates `postcss-minify-gradients` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-gradients@7.0.1...postcss-minify-gradients@7.0.2)

Updates `postcss` from 8.5.8 to 8.5.9
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.8...8.5.9)

Updates `preact` from 10.29.0 to 10.29.1
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.29.0...10.29.1)

Updates `regjsparser` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/jviereck/regjsparser/releases)
- [Changelog](https://github.com/jviereck/regjsparser/blob/gh-pages/CHANGELOG)
- [Commits](jviereck/regjsparser@v0.13.0...v0.13.1)

Updates `tinyglobby` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases)
- [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md)
- [Commits](SuperchupuDev/tinyglobby@0.2.15...0.2.16)

---
updated-dependencies:
- dependency-name: "@uppy/aws-s3"
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-production-dependencies
- dependency-name: "@uppy/core"
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-production-dependencies
- dependency-name: "@uppy/file-input"
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-production-dependencies
- dependency-name: "@uppy/informer"
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-production-dependencies
- dependency-name: "@uppy/progress-bar"
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-production-dependencies
- dependency-name: "@uppy/thumbnail-generator"
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-production-dependencies
- dependency-name: sass
  dependency-version: 1.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-production-dependencies
- dependency-name: "@sinclair/typebox"
  dependency-version: 0.34.49
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: "@transloadit/prettier-bytes"
  dependency-version: 0.3.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: "@uppy/companion-client"
  dependency-version: 5.1.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: js-production-dependencies
- dependency-name: "@uppy/store-default"
  dependency-version: 5.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: js-production-dependencies
- dependency-name: "@uppy/utils"
  dependency-version: 6.2.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: js-production-dependencies
- dependency-name: baseline-browser-mapping
  dependency-version: 2.10.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: browserslist
  dependency-version: 4.28.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001786
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: css-declaration-sorter
  dependency-version: 7.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: js-production-dependencies
- dependency-name: cssnano-preset-default
  dependency-version: 7.0.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: cssnano
  dependency-version: 7.1.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: electron-to-chromium
  dependency-version: 1.5.332
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: minimatch
  dependency-version: 10.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: node-releases
  dependency-version: 2.0.37
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: postcss-colormin
  dependency-version: 7.0.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: postcss-minify-gradients
  dependency-version: 7.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: postcss
  dependency-version: 8.5.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: preact
  dependency-version: 10.29.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: regjsparser
  dependency-version: 0.13.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
- dependency-name: tinyglobby
  dependency-version: 0.2.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: js-production-dependencies
...

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 Apr 8, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 9, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/js-production-dependencies-0584870fa9 branch April 9, 2026 03:38
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.

0 participants