chore(deps): update dependency @ownclouders/extension-sdk to v12 #68
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:
11.0.6
->12.0.2
Release Notes
owncloud/web (@ownclouders/extension-sdk)
v12.0.2
: 12.0.2Compare Source
Changelog for ownCloud Web 12.0.2 (2025-06-17)
Summary
Details
Bugfix - Ensure uniform distribution when generating password: #12575
Replaced the biased division-based random index generation with a method that
ensures uniform distribution. This can be achieved by using a rejection sampling
approach, similar to the one used earlier in the
getRandomCharsFromSet
function. Specifically, we will calculate a
setLimit
for the array length anddiscard random values that fall outside this range. This ensures that the modulo
operation produces unbiased results.
https://github.com/owncloud/web/pull/12575
v12.0.1
: 12.0.1Compare Source
Changelog for ownCloud Web 12.0.1 (2025-06-12)
Summary
Details
Bugfix - Md Text Html Preview Text gets Clipped: #12697
We've fixed an issue where the first letter of a text was clipped during HTML
preview rendering due to improper margin
https://github.com/owncloud/enterprise/issues/7233
https://github.com/owncloud/web/pull/126972697
v12.0.0
Compare Source
=======================================
The following sections list the changes in ownCloud web 12.0.0 relevant to
ownCloud admins and users.
Summary
Details
Bugfix - Preview app flat file lists: #11960
We've fixed the image loading of the preview app in flat file lists ("Shared
with me", "Shared with others", "Shared via link", favorites, search result
page) so all images of the current file list are being loaded.
https://github.com/owncloud/web/issues/8932
https://github.com/owncloud/web/pull/119601960
Bugfix - Show progress bar when emptying trash bin: #11967
We've fixed a bug where the progress bar wasn't shown when emptying the trash
bin.
https://github.com/owncloud/web/issues/11966
https://github.com/owncloud/web/pull/119671967
Bugfix - Reload preloaded resource in sidebar: #12059
We've fixed an issue where actions were not being updated on a resource. We are
now reloading metadata of the resource even in the case when it is already
preloaded so that we get up to date information.
https://github.com/owncloud/web/issues/10748
https://github.com/owncloud/web/pull/120592059
Bugfix - Missing User Light translations: #12101
We've added a missing "User Light" string definition into our translations in
order to get this role translated.
https://github.com/owncloud/web/issues/12100
https://github.com/owncloud/web/pull/121012101
Bugfix - Preserve current page when opening a file: #12207
Add page query into meta contextQueryItems in the route definition
https://github.com/owncloud/web/issues/12162
https://github.com/owncloud/web/pull/122072207
Bugfix - Make password protected folder tile clickable: #12227
We've fixed an issue where the password protected folder resource was not
clickable when the files list is in "Tiles" view mode. Due to missing
permissions on the resource, the click was disabled. We have added a new check
that asserts whether the resource is a password protected folder and if yes, we
allow the click.
https://github.com/owncloud/web/issues/12193
https://github.com/owncloud/web/pull/122272227
Bugfix - Allow email address as user name in the user creation form: #12228
We've fixed user name filtering in the user creation form to allow entering
email address as user name, thus aligning UI filtering with backend filtering.
https://github.com/owncloud/web/issues/12228
https://github.com/owncloud/web/pull/122292229
Bugfix - Sorting arrow misplaced: #12236
We've fixed an issue where sorting arrow is showed below the text instead of
next to it.
https://github.com/owncloud/web/issues/12232
https://github.com/owncloud/web/pull/122362236
Bugfix - Disable cutting and pasting into the same folder: #12265
We've fixed the issue where users were allowed to cut and paste files into the
same folder, either by clicking on the "Paste" button or by using keyboard paste
shortcuts. This fix ensures that the paste operation is only allowed when the
destination folder is different from the source folder, preventing invalid file
operations.
https://github.com/owncloud/web/issues/12021
https://github.com/owncloud/web/pull/122652265
Bugfix - Generate public link password on click: #12266
We've fixed an issue where the password input was not generating a new password
on click. The generate method was directly called instead of being passed as a
callback.
https://github.com/owncloud/web/pull/12266
Bugfix - Disallow user from inviting themselves: #12328
We've fixed the issue where users were allowed to accept invitations from their
own generated token link by disabling the accept invitation button when user is
using their own generated token link.
https://github.com/owncloud/web/issues/12183
https://github.com/owncloud/web/pull/123282328
Bugfix - Delete .psec file: #12329
We've extended the deletion of resources to also delete
.psec
file whendeleting its related folder in personal space. The deletion works only when the
user has delete permissions on that
.psec
file and if the folder and path andname still match.
https://github.com/owncloud/web/issues/12273
https://github.com/owncloud/web/pull/123292329
Bugfix - Handle shares loading error: #12336
Display error message instead of showing the loader infinitely when we encounter
an error during shares or space members loading.
https://github.com/owncloud/ocis/issues/11119
https://github.com/owncloud/web/pull/123362336
Bugfix - Add domain to distinguish between external users: #12339
We've fixed an issue where multiple external users with the same name were
indistinguishable. By adding the domain to the user information/tooltip and
below the user name, external users can now be easily distinguished.
https://github.com/owncloud/web/issues/12184
https://github.com/owncloud/web/pull/123392339
Bugfix - Fix sorting in spaces view that may crash the application: #12351
Fixed a bug where the project/spaces view crashed when orderd by quota items.
https://github.com/owncloud/web/pull/12351
Bugfix - Show path tooltip on parent folder: #12356
Instead of displaying tooltip with resource path while hovering/focusing on the
resource, display it on parent folder with parent folder path.
https://github.com/owncloud/web/issues/7776
https://github.com/owncloud/web/pull/123562356
Bugfix - Handle changed public link password in file editors: #12357
Refreshing a file editor while having a file shared via public link opened will
no longer display an error that username or password is incorrect when the
public link password has been changed. Instead, it will correctly redirect to
the public link password screen where user can enter new password and continue
editing the file afterwards.
https://github.com/owncloud/web/issues/12113
https://github.com/owncloud/web/pull/123572357
Bugfix - Space context menu is cropped with limited vertical screen space: #12368
We've fixed the issue of context menu being cut off when vertical screen space
is limited.
https://github.com/owncloud/web/issues/11205
https://github.com/owncloud/web/pull/123682368
Bugfix - Add space not found message: #12373
We've added a space not found message. If users are trying to open a space that
does not exist or users has not got access to it, the error message will be
shown instead of users being redirected to their personal space.
The error message will be shown in the following cases:
https://github.com/owncloud/web/issues/11014
https://github.com/owncloud/web/pull/123732373
Bugfix - Mock services correctly in test file: #12377
We've mocked the clientservice correctly in the test file.
https://github.com/owncloud/web/issues/12375
https://github.com/owncloud/web/pull/123772377
Bugfix - Use resource ID in share notifications: #12385
When building a link to a resource in shared with me notifications, we now use
the resource ID instead of share ID to correctly navigate and scroll to the
resource.
https://github.com/owncloud/web/issues/10398
https://github.com/owncloud/web/pull/123852385
Bugfix - Watch scroll target in shared list: #12385
Inside of shared with me list, watch for changes of the scroll target so that we
can react and scroll to the resource when user clicks on a notification while
being already in the list.
https://github.com/owncloud/web/issues/10398
https://github.com/owncloud/web/pull/123852385
Bugfix - Download archives directly: #12406
In authenticated context and inside public links without a password, download
zip archives directly by opening the download URL instead of fetching it first.
Fetching the archive first puts constraints on the size of the archive that can
be downloaded because it is being saved into the devices memory. In case of a
public link with a password, the archive is still being fetched because signed
URLs are not supported for public links.
https://github.com/owncloud/web/issues/12405
https://github.com/owncloud/web/pull/124062406
Bugfix - Request archive as blob: #12406
When downloading an archive in public links with passwords, the archive is now
being fetched as a blob instead of a signed URL. This allows for downloading
larger archives in Chrome and Firefox.
https://github.com/owncloud/web/issues/12405
https://github.com/owncloud/web/pull/124062406
Bugfix - Fix wrong HTML lang attribute: #12478
We've added a fix to ensure that the HTML lang attribute is set correctly in the
web application. This change improves accessibility and ensures that screen
readers and other assistive technologies can properly interpret the language of
the content.
https://github.com/owncloud/web/issues/12409
https://github.com/owncloud/web/pull/124782478
Bugfix - Delete resource throws unknown error: #12482
We've added a friendly error message when user tries to open a resource that has
been deleted.
https://github.com/owncloud/web/issues/11014
https://github.com/owncloud/web/pull/124822482
Bugfix - Application language and browser language do not match: #12487
We've added a fix to ensure that the application language and browser language
match. This fix is particularly important for users who have set their browser
language to a language that is not supported by us.
https://github.com/owncloud/web/issues/12486
https://github.com/owncloud/web/pull/124872487
Bugfix - Access correct key when loading favorites: #12606
When loading favorites, we were trying to build resources by mapping the
response object itself. This was throwing an error because the response object
is not a list. We are now using the
results
property of the response object toaccess the list of favorite resources.
https://github.com/owncloud/web/pull/12606
Bugfix - Load ancestor space only when parent id is returned: #12607
When loading ancestor meta data, we were trying to load the space even when the
parent ID was not returned by the API. We are now only loading the space when
the parent ID is returned.
https://github.com/owncloud/web/pull/12607
Bugfix - Do not crash when tus is unsupported: #12608
When TUS is not supported, we were not setting a fallback value. This was
causing the app to crash. We're now setting an empty string as fallback value so
that we can still call
includes
method and not crash the app.https://github.com/owncloud/web/pull/12608
Bugfix - Use capabilities store in preview service: #12628
When preview service was initialised, the user is not yet logged in and the
capabilities store is not yet initialised. Assigning then values from the
capabilities store directly to the preview service was causing an error. Adding
the store itself into the service and accessing the values from there ensures
that the values are up to date.
https://github.com/owncloud/web/pull/12628
Bugfix - Add missing label to rename button: #12646
Set
aria-label
to the rename button in the resource table for folders andfiles.
https://github.com/owncloud/web/pull/12646
Change - Remove CERN's collapsible table: #12567
We have removed the CERN's collapsible table component. Resource table will now
always use the regular
oc-table
component. The collapsible table is replacedby filtering functionality in the shares page.
https://github.com/owncloud/web/pull/12567
Change - Remove deprecated applicationMenu: #12686
We have removed the deprecated applicationMenu property from the
ApplicationInformation type. Register app menu items via the
appMenuExtensionPoint ihttps://github.com/owncloud/web/pull/11258ll/11258).
https://github.com/owncloud/web/issues/7338
https://github.com/owncloud/web/pull/126862686
Change - Remove deprecated ApplicationQuickAction: #12686
We have removed the deprecated ApplicationQuickAction type. Register quick
actions as extension instehttps://github.com/owncloud/web/pull/101020102).
https://github.com/owncloud/web/issues/7338
https://github.com/owncloud/web/pull/126862686
Change - Remove deprecated client init method: #12686
We have removed the deprecated client init method. Use
graph()
,ocs()
andwebdav()
to initialize and use clientshttps://github.com/owncloud/web/pull/116561656).
https://github.com/owncloud/web/issues/7338
https://github.com/owncloud/web/pull/126862686
Change - Remove deprecated isFileEditor: #12686
We have removed the deprecated isFileEditor property from the
ApplicationInformation type.
https://github.com/owncloud/web/issues/7338
https://github.com/owncloud/web/pull/126862686
owncloud/web@67ce21c
Change - Remove deprecated ocsUserContext and ocsPublicLinkContext: #12686
We have removed the deprecated ocsUserContext and ocsPublicLinkContext
properties from the ClientService. Use
ocs
insteadhttps://github.com/owncloud/web/pull/116561656).
https://github.com/owncloud/web/issues/7338
https://github.com/owncloud/web/pull/126862686
Change - Remove deprecated type prop: #12686
We have removed the deprecated type prop from the ApplicationInformation type.
https://github.com/owncloud/web/issues/7338
https://github.com/owncloud/web/pull/126862686
owncloud/web@5e8ac91
Enhancement - Accessibility improvements: #5379
We have further improved accessibility aspects of the web UI.
https://github.com/owncloud/web/issues/5379
https://github.com/owncloud/web/issues/53815https://github.com/owncloud/web/pull/10830ll/10830
Enhancement - Create spaces via admin settings: #11849
We've added a new feature that allows you to create spaces via the admin
settings.
https://github.com/owncloud/web/issues/11771
https://github.com/owncloud/web/pull/118491849
Enhancement - Hide active editor action: #12110
We've hidden the sidebar file action of a currently opened editor. This prevents
confusion where user might try to re-open the current editor.
https://github.com/owncloud/web/issues/12108
https://github.com/owncloud/web/pull/121102110
Enhancement - Add maintenance banner: #12239
We've added a maintenance banner to the web app. This banner is displayed when
any request responds with 503 status code. The banner displays a short message
notifying the user that the system is in maintenance mode. The banner is also
clickable and will open a modal with more details about the maintenance mode.
https://github.com/owncloud/web/issues/10260
https://github.com/owncloud/web/pull/122392239
Enhancement - Add new supported language to md-editor: #12243
We've updated the md-editor extension to the latest version which supports
Arabic language. We have also added auto focus on the editor.
https://github.com/owncloud/web/pull/12243
Enhancement - Rephrase invite users to invite users to federate: #12355
We have rephrase science mesh "invite users" to "invite users to federate" to
make it clearer to the users.
https://github.com/owncloud/web/issues/11566
https://github.com/owncloud/web/pull/123552355
Enhancement - Use custom password generator: #12424
Use custom password generator implementation instead of the previously used
package. The previous implementation was using
Math.random()
which is notcryptographically secure. The new implementation uses the Web Crypto API.
https://github.com/owncloud/web/issues/10461
https://github.com/owncloud/web/pull/124242424
Enhancement - Add OCM explanatory tooltips: #12488
We added two contextual helpers to the Connections panel in the OCM app.
"Institution" column header.
The contextual helpers are used to provide additional information about the
columns.
The "User" column header tooltip reads:
The "Institution" column header tooltip reads:
https://github.com/owncloud/web/issues/11567
https://github.com/owncloud/web/pull/124882488
Enhancement - Add duplicate action: #12508
We've added a new resource action that can be used to duplicate resources. The
action is available in the app bar of files app, resource context menu, and the
resource actions panel in the sidebar. The action can be used on a single or
multiple resources. Triggering the action will start a worker that will
duplicate the resources into the same folder and space.
https://github.com/owncloud/web/issues/9898
https://github.com/owncloud/web/pull/125082508
Enhancement - Add flat list view: #12509
We've added a new flat list view. This feature provides a flat view of files and
folders, allowing users to sort them in ascending or descending order without
grouping folders separately from files.
https://github.com/owncloud/web/issues/12503
https://github.com/owncloud/web/pull/125092509
Enhancement - Add loading spinner to submit button: #12513
We have enhanced the user experience by displaying a loading spinner and
disabling the submit button when clicked on password-protected public links.
This ensures users on slower connections receive clear feedback that their
request is being processed.
https://github.com/owncloud/enterprise/issues/7190
https://github.com/owncloud/web/pull/125132513
Enhancement - Improve file drop view UI: #12519
We've added an explanatory note to the file drop view to help users understand
the purpose of the view. We also added more branding elements and we made the
upload action more prominent by adding a dedicated button to start the upload.
https://github.com/owncloud/web/pull/12519
Enhancement - Add Catalan to list of supported languages: #12578
We have added Catalan to the list of supported languages.
https://github.com/owncloud/web/issues/11299
https://github.com/owncloud/web/pull/125782578
Enhancement - Disable space membership management when it's server-managed: #12584
Hide the "Add members" section and member edit options in the "Members" panel in
the space sidebar when the
spaces.server_managed
capability istrue
.https://github.com/owncloud/web/pull/12584
Enhancement - Add login error: #12648
When the login fails due to any kind of error, the user is now presented with an
error message.
https://github.com/owncloud/web/pull/12648
v11.3.3
Compare Source
=======================================
The following sections list the changes in ownCloud web 11.3.3 relevant to
ownCloud admins and users.
Summary
Details
Bugfix - Do not reveal generated password: #12326
We've stopped revealing passwords in the password input when user clicks on the
generate action. In order to preview the password, the user needs to click on
the eye icon inside the input.
https://github.com/owncloud/web/issues/12275
https://github.com/owncloud/web/pull/123262326
Bugfix - Drop advanced mode when creating links: #12326
We've removed the advanced mode in the create public link dialog and we show the
password and expiration date fields directly.
https://github.com/owncloud/web/issues/12275
https://github.com/owncloud/web/pull/123262326
v11.3.2
Compare Source
=======================================
The following sections list the changes in ownCloud web 11.3.2 relevant to
ownCloud admins and users.
Summary
Details
Bugfix - Add missing dependencies to markdown editor: #12460
Due to several missing dependencies of the markdown editor app, some features
were not fully working or were throwing an error. We added the following
dependencies:
https://github.com/owncloud/web/pull/12460
Bugfix - Hide image upload in markdown editor: #12460
We hid a non-functioning image upload in the markdown editor to avoid pointless
buttons that lead to no actions.
https://github.com/owncloud/web/issues/12407
https://github.com/owncloud/web/pull/124602460
Bugfix - Hide save in markdown editor: #12460
We hid the save button in the markdown editor as it was not functional. We
decided on hiding it as it could be confusing with already having a save button
provided by the app container.
https://github.com/owncloud/web/pull/12460
v11.3.1
Compare Source
=======================================
The following sections list the changes in ownCloud web 11.3.1 relevant to
ownCloud admins and users.
Summary
Details
Bugfix - Broken title for public files link: #12225
We've fixed the issue of showing an incorrect/broken window title when user
opens a public files link
https://github.com/owncloud/web/issues/12220
https://github.com/owncloud/web/pull/122252225
Bugfix - Disable password protected folders creation inside public links: #12226
We've disabled the option to create password protected folders creation inside
of folders that are shared via a public link.
https://github.com/owncloud/web/issues/12190
https://github.com/owncloud/web/pull/122262226
Bugfix - Add password policies to password protected folders: #12240
We've added password policies to the password protected folders so that the
creation of the folder does not fail with a generic error message and to prevent
the user from even continuing with the creation of the folder if the password
does not meet the policy.
https://github.com/owncloud/web/issues/12223
https://github.com/owncloud/web/pull/122402240
Bugfix - Revert password protected folder creation on error: #12241
We've fixed an issue where the hidden folder with password protected files was
not being deleted in case of an error with link or file creation.
https://github.com/owncloud/web/issues/12223
https://github.com/owncloud/web/pull/122412241
Bugfix - Add password generator into password protected folders: #12270
We've added a password generator into the password protected folders modal. This
allows users to generate a new password if they want to.
https://github.com/owncloud/web/pull/12270
Bugfix - Two spaces are created at the same time when user tries to create a space: #12297
This bugfix addresses an issue where pressing the Enter key in a modal to create
a space or folder results in the creation of two spaces or folders instead of
just one. The fix ensures that only a single space or folder is created when the
Enter key is pressed.
https://github.com/owncloud/web/issues/12276
https://github.com/owncloud/web/pull/122972297
v11.3.0
Compare Source
=======================================
The following sections list the changes in ownCloud web 11.3.0 relevant to
ownCloud admins and users.
Summary
Details
Enhancement - Add psec file icon: #12104
We've added a new icon which will be used for psec files. These files are
representing our password protected folders.
https://github.com/owncloud/web/pull/12104
Enhancement - Handle extensions without editor: #12105
We've added a new property to extensions that asserts whether is has an editor
or not. This property is computed by checking whether the extension exposes any
routes.
https://github.com/owncloud/web/pull/12105
Enhancement - Add custom handler to file extensions: #12109
We've added a new property into application file extensions called
customHandler
. This property allows app developers to use completely customflows when creating new files.
https://github.com/owncloud/web/pull/12109
v11.2.0
Compare Source
=======================================
The following sections list the changes in ownCloud web 11.2.0 relevant to
ownCloud admins and users.
Summary
lang
URL query parameter: #12206Details
Bugfix - Create password protected folder in personal space: #12146
We've fixed an issue where the password protected folder was created in current
space instead of users personal space.
https://github.com/owncloud/web/issues/12039
https://github.com/owncloud/web/pull/121462146
Bugfix - Do not render default actions in context menu: #12175
We've fixed an issue where the default action was rendered in the context menu
leading into duplicate actions being shown. The default action was originally
introduced into the context menu to show "Open folder" action of password
protected folders extension but we fixed this to use the correct category in the
extension which renders the action as expected.
https://github.com/owncloud/web/issues/12154
https://github.com/owncloud/web/pull/121752175
Bugfix - Open password protected folder when clicking on its name: #12177
We've fixed an issue where clicking on the password protected folder name in the
list did not do anything. Clicking on the name name will open the folder.
https://github.com/owncloud/web/issues/12176
https://github.com/owncloud/web/pull/121772177
Bugfix - Skip upload dropzone init when files view is missing: #12178
We've fixed an issue where the drag & drop upload zone was being initialized
even though the target files view element was missing. The initialization will
be skipped now in such case.
https://github.com/owncloud/web/issues/12150
https://github.com/owncloud/web/pull/121782178
Bugfix - Display shared file versions: #12194
We've fixed an issue where versions were not displayed in the sidebar for a
shared file even when shared with necessary permissions. If a resource is an
incoming share, we are now checking permission directly on the resource object
instead of space.
https://github.com/owncloud/web/issues/12168
https://github.com/owncloud/web/pull/121942194
Bugfix - Sanitize content from md-editor-v3: #12195
We've fixed an issue where the user can inject XSS attack by sanitizing the
user's content
https://github.com/owncloud/enterprise/issues/7092
https://github.com/owncloud/web/pull/121952195
Bugfix - Enable external shares editing: #12204
We've reenabled external shares editing. It was previously disabled due to
missing implementation of OCM shares editing in the backend. That has been
implemented in the meantime.
https://github.com/owncloud/web/issues/12201
https://github.com/owncloud/web/pull/122042204
Bugfix - Prevent password protected folder move: #12205
We've fixed permissions on password protected folders so that the name of the
resource is checked and if it ends with
.psec
, it cannot be moved.https://github.com/owncloud/web/issues/12198
https://github.com/owncloud/web/pull/122052205
Bugfix - Preserve current language in password protected folder view: #12206
We've added the new
lang
URL query param to the URL of password protectedfolder iframe to preserve the language settings. The value is set to the
currently used language.
https://github.com/owncloud/web/issues/12186
https://github.com/owncloud/web/pull/122062206
Enhancement - Disable resources in delete queue: #12046
We've added a new delete queue which is used to disable resources that are being
currently deleted. When the resource is in delete queue, it also replaces select
checkbox with a spinner to better hint that there is an action in progress.
https://github.com/owncloud/web/issues/11956
https://github.com/owncloud/web/pull/120462046
Enhancement - Add password protected folders app: #12137
We've added a new application called "Password protected folders". This
application allows users to create new folders that are accessible only by
entering a password.
https://github.com/owncloud/web/issues/12039
https://github.com/owncloud/web/pull/121372137
Enhancement - Password protected folder permissions: #12141
We've added the permissions dropdown into the create password protected folder
dialog. Users can now decide what permissions they would like to add to the
folder. Permissions are matching folder public link permissions.
https://github.com/owncloud/web/issues/12039
https://github.com/owncloud/web/pull/121412141
Enhancement - Add password protected folders handler: #12142
We've added a new file action used to handle password protected folders. When a
password protected folder is opened, a popup is opened prompting the user to
enter the password. After successfully entering the password, content of the
folder is displayed inside of the popup.
https://github.com/owncloud/web/issues/12039
https://github.com/owncloud/web/pull/121422142
Enhancement - Control more elements visibility via URL query: #12142
We've added new params into the URL query that allows configuring elements
visibility. The following params can be used:
hide-app-switcher
: hides the application switcher in the top bar -hide-account-menu
: hides the feedback action, notifications bell, and usermenu -
hide-navigation
: hides the navigation sidebar and mobile navigation[https://github.com/feat(password-protected-folders): open folder in an iframe web#12142
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.