chore(deps): update all non-major dependencies#941
Merged
Conversation
❌ Deploy Preview for friendly-lamington-fb5690 failed. Why did it fail? →
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
22 times, most recently
from
April 13, 2026 15:53
79f1a8d to
36ba579
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
April 15, 2026 20:12
c18b42a to
8881197
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
19 times, most recently
from
April 27, 2026 12:45
66f3412 to
8bda586
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
April 30, 2026 20:44
3510cb5 to
19c095c
Compare
danielroe
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.0.2→8.2.18.3.0→8.4.28.8.2→8.8.148.8.2→8.8.148.8.2→8.8.143.12.0→3.15.01.15.2→1.16.04.6.0→4.10.024.12.0→24.13.32.1.15→2.1.162.4.6→2.4.11v2.0.1→v2.2.012.8.0→12.11.111.0.1→11.1.0v0.5.4→v0.5.55.8.1→5.12.31.3.0→1.4.017.0.4→17.1.01.58.2→1.61.111.1.2→11.15.14.2.2→4.3.36.0.2→6.0.32.1.13→2.1.166.0.2→6.3.03.2.6→3.3.7Release Notes
ionic-team/capacitor-camera (@capacitor/camera)
v8.2.1Compare Source
Bug Fixes
v8.2.0Compare Source
Bug Fixes
Features
8.1.0 (2026-04-13)
This minor plugin version introduces significant API changes and deprecations. While backward compatibility is maintained, migration is strongly recommended. Please read the release notes in full, and refer to https://capacitorjs.com/docs/apis/camera for full documentation, including migration guides.
Deprecations
getPhotomethod is deprecated. UsetakePhotofor a camera photo, orchooseFromGalleryto select from the gallery. For creating a prompt for the user to select which source, use@capacitor/action-sheetor any UI component of your choosing.pickImagesmethod is deprecated. UsechooseFromGalleryinstead. Refer to the Camera API documentation for more information on migrating.Photo,GalleryImageOptions, andCameraResultTypeare deprecated, only use them if you are still using the deprecatedgetPhotoand/orpickImages.Features
takePhotomethod added. It allows capturing a photo with the device's camera.recordVideomethod added. It allows recording a video with the device's camera. Currently not available in Web. Addresses capacitor-plugins#229.playVideomethod added. It opens a native player to play the provided video. Currently not available in Web.chooseFromGallerymethod added. Use it to select photos and/or videos from the device.MediaResultandMediaMetadatainterfaces, which are returned bytakePhoto,recordVideoandchooseFromGallery(metadata only if input parameterincludeMetadatais true). Besides providing most of the existing functionality from deprecatedgetPhoto/pickImages, it can include additional metadata like creation date, video duration, among others.editPhotomethod added. Opens an in-app screen to edit a provided base64 encoded image. Supported editing features include image cropping and rotation. Currently not available in Web.editURIPhotomethod added. Opens an in-app screen to edit a provided image from a URI. You may use the URIs returned bytakePhotoandchooseFromGalleryas input toeditURIPhoto. Supported editing features include image cropping and rotation. Currently not available in Web.codeinOS-PLUG-CAMR-XXXXformat +message. Refer to plugin documentation for available errors. Existing methods from version 8.0.2 and older retain the same error structure as before for backwards-compatibility.Bug Fixes
pickImageslimit to maximum number supported by the device (clone of capacitor-plugins#2309)8.0.2 (2026-03-06)
Bug Fixes
8.0.1 (2026-02-12)
Bug Fixes
proguard-android.txt(#2468) (a8760a9)v8.1.0Compare Source
This minor plugin version introduces significant API changes and deprecations. While backward compatibility is maintained, migration is strongly recommended. Please read the release notes in full, and refer to https://capacitorjs.com/docs/apis/camera for full documentation, including migration guides.
Deprecations
getPhotomethod is deprecated. UsetakePhotofor a camera photo, orchooseFromGalleryto select from the gallery. For creating a prompt for the user to select which source, use@capacitor/action-sheetor any UI component of your choosing.pickImagesmethod is deprecated. UsechooseFromGalleryinstead. Refer to the Camera API documentation for more information on migrating.Photo,GalleryImageOptions, andCameraResultTypeare deprecated, only use them if you are still using the deprecatedgetPhotoand/orpickImages.Features
takePhotomethod added. It allows capturing a photo with the device's camera.recordVideomethod added. It allows recording a video with the device's camera. Currently not available in Web. Addresses capacitor-plugins#229.playVideomethod added. It opens a native player to play the provided video. Currently not available in Web.chooseFromGallerymethod added. Use it to select photos and/or videos from the device.MediaResultandMediaMetadatainterfaces, which are returned bytakePhoto,recordVideoandchooseFromGallery(metadata only if input parameterincludeMetadatais true). Besides providing most of the existing functionality from deprecatedgetPhoto/pickImages, it can include additional metadata like creation date, video duration, among others.editPhotomethod added. Opens an in-app screen to edit a provided base64 encoded image. Supported editing features include image cropping and rotation. Currently not available in Web.editURIPhotomethod added. Opens an in-app screen to edit a provided image from a URI. You may use the URIs returned bytakePhotoandchooseFromGalleryas input toeditURIPhoto. Supported editing features include image cropping and rotation. Currently not available in Web.codeinOS-PLUG-CAMR-XXXXformat +message. Refer to plugin documentation for available errors. Existing methods from version 8.0.2 and older retain the same error structure as before for backwards-compatibility.Bug Fixes
pickImageslimit to maximum number supported by the device (clone of capacitor-plugins#2309)ionic-team/capacitor (@capacitor/cli)
v8.4.2Compare Source
Bug Fixes
v8.4.1Compare Source
Bug Fixes
v8.4.0Compare Source
Bug Fixes
safe-area-inset-xavailable on API <= 34 (#8424) (e456de0)insetsHandlingdisable (#8481) (d4ad7ff)Features
8.3.4 (2026-05-12)
Note: Version bump only for package capacitor
8.3.3 (2026-05-08)
Bug Fixes
8.3.2 (2026-05-07)
Bug Fixes
8.3.1 (2026-04-16)
Bug Fixes
v8.3.4Compare Source
Note: Version bump only for package capacitor
v8.3.3Compare Source
Bug Fixes
v8.3.2Compare Source
Bug Fixes
v8.3.1Compare Source
Bug Fixes
ionic-team/ionic-framework (@ionic/core)
v8.8.14Compare Source
Bug Fixes
v8.8.13Compare Source
Bug Fixes
v8.8.12Compare Source
Bug Fixes
v8.8.11Compare Source
Bug Fixes
v8.8.10Compare Source
Bug Fixes
v8.8.9Compare Source
Bug Fixes
v8.8.8Compare Source
Bug Fixes
v8.8.7Compare Source
Bug Fixes
v8.8.6Compare Source
Bug Fixes
v8.8.5Compare Source
Bug Fixes
v8.8.4Compare Source
Bug Fixes
v8.8.3Compare Source
Bug Fixes
nuxt/content (@nuxt/content)
v3.15.0Compare Source
Features
bunsqlite connector for Bun runtime deployments (#3741) (92ac2ab)Bug Fixes
v3.14.0Compare Source
Features
useSearchCollectioncomposable with FTS5 full-text search (#3787) (2a1a585)Bug Fixes
v3.13.0Compare Source
Bug Fixes
mdc:configSourceshook (#3736) (57f5552)nuxt/eslint (@nuxt/eslint-config)
v1.16.0Compare Source
🚀 Features
View changes on GitHub
nuxt/ui (@nuxt/ui)
v4.10.0Compare Source
Features
actionsprop for tool approval (#6694) (1a3a9dc)unmountOnHideprop (#6523) (f03f98b)closeandcloseIconprops (#6669) (53e88a4)loadingandloadingIconprops (#6707) (86cd25c)unmountOnHideprop (#6626) (4deb61b), closes #5839 #3605@nuxt/iconclient bundle (#6633) (8d46034)enableTouchprop (#6626) (54125f3), closes #2346claudeaction (#6693) (7bdcb13)getScrollElementvirtualize option (#6650) (a84de85)getScrollElementvirtualize option (#6657) (7e6d0f7)Bug Fixes
$attrsto root element whentoprop is absent (#6628) (d3b5f1d)data-slotto component root (#6643) (c9c5232)prefers-reduced-motionin animations (#6723) (f951529)arrowdownto shiftable keys (#6702) (2128414)aria-disabledattribute when disabled (#6653) (c3b2996)useRoute().fullPathreactive across navigations (#6696) (c256997)relprop to internal links (#6677) (276302e)localePathfails (#6637) (906e8fd)hookOncein colors plugin (#6658) (e4ca579)create-item(#6689) (a71dece)defaultVariantsoverridewithDefaults(#6686) (f5e58fb)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.