chore(deps): update tauri monorepo to v2#553
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
913084d to
393654d
Compare
393654d to
fd32ab1
Compare
fd32ab1 to
5bdf620
Compare
|
5bdf620 to
04501e8
Compare
86f01d1 to
0c52c67
Compare
41e9054 to
8e9ccf2
Compare
8e9ccf2 to
8b3fb6d
Compare
8b3fb6d to
4b2371c
Compare
4b2371c to
cf3cd50
Compare
4c8a8eb to
cbd6b3f
Compare
cbd6b3f to
4bfd580
Compare
0a7293d to
81d0e66
Compare
81d0e66 to
6875b09
Compare
ccf4c26 to
99042f4
Compare
7c7bc37 to
6fcfb48
Compare
6fcfb48 to
28adb24
Compare
ce148cf to
6d71f92
Compare
091d73e to
719bef1
Compare
131c823 to
43f8a6d
Compare
43f8a6d to
821b01d
Compare
fef2ca6 to
cec77fd
Compare
bfd592e to
40004bf
Compare
40004bf to
94a65de
Compare
b732a91 to
1a18293
Compare
1a18293 to
a82d5d1
Compare
|
a82d5d1 to
ceb343f
Compare
6c376e3 to
ae29489
Compare
cec8e21 to
ed64de8
Compare
|
ed64de8 to
221b06e
Compare
221b06e to
890a527
Compare
|
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:
1.6.3→2.11.3Release Notes
tauri-apps/tauri (@tauri-apps/cli)
v2.11.3: @tauri-apps/cli v2.11.3Compare Source
[2.11.3]
Bug Fixes
50b0237ed(#15549 by @Legend-Master) Escape special characters inproductNamewhen generating Androidstrings.xml728c8d4a5(#15473 by @Legend-Master) Skip building bundles when usingtauri android runbe0cb0d43(#15344 by @raglady) Fix NDK_HOME environment variable not honored when seted8fd411f(#15552 by @Legend-Master) Makeureq_protoshow trace level logs only on-vvvinstead of-vvfca4a31f9(#15454 by @fallintoplace) Fixtauri migrategenerating invalid namespace imports for aliased pluginified imports from@tauri-apps/api.Inputs like
import { cli as superCli } from "@​tauri-apps/api"now migrate toimport * as superCli from "@​tauri-apps/plugin-cli"instead of producing invalid ESM syntax. The migration tests also reparse migrated JS, Svelte, and Vue output so syntax regressions are caught directly.Dependencies
tauri-cli@2.11.3v2.11.2: @tauri-apps/cli v2.11.2Compare Source
[2.11.2]
Dependencies
tauri-cli@2.11.2v2.11.1: @tauri-apps/cli v2.11.1Compare Source
[2.11.1]
Dependencies
tauri-cli@2.11.1v2.11.0: @tauri-apps/cli v2.11.0Compare Source
[2.11.0]
New Features
926a57bb0(#15201) Added uninstaller icon and uninstaller header image support for NSIS installer.Notes:
tauri-bundlerlib users, theNsisSettingsnow has 2 new fieldsuninstaller_iconanduninstaller_header_imagewhich can be a breaking changeuninstallerIconanduninstallerHeaderImageunderbundle > windows > nsisto configure them.764b9139a(#14313) Prompt to restart the Android emulator if it is not connected to adb.5dc2cee60(#14793) Added support forminimumWebview2Versionoption support for the MSI (Wix) installer, the oldbundle > windows > nsis > minimumWebview2Versionis now deprecated in favor ofbundle > windows > minimumWebview2VersionNotes:
WVRTINSTALLEDPropertytag inmain.wxs, it is now renamed toINSTALLED_WEBVIEW2_VERSIONtauri-bundlerlib users, theWindowsSettingsnow has a new fieldminimum_webview2_versionwhich can be a breaking changeEnhancements
be0e4bd2d(#15218) Added Vietnamese translations for the NSIS installer8718d0816(#15033) Show the context before prompting for updater signing key passwordBug Fixes
fcb702ec4(#14954) Fixbuild --bundlesto allownsisarg in linux+macOS80c1425af(#14921) Fix iOS build failure whenMetal Toolchainis installed by using explicit$(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchainpath instead of$(TOOLCHAIN_DIR)for Swift library search paths.What's Changed
9979cde1c(#15175) Update NSIS installer Italian translationsDependencies
tauri-cli@2.11.0v2.10.1: @tauri-apps/cli v2.10.1Compare Source
[2.10.1]
Bug Fixes
35c35f27a(#14931 by @lucasfernog) Support comma-separated list of Cargo features on all commands.0d1cb83ba(#14932 by @lucasfernog) Fix missing Cargo args when running mobile dev and build commands.33754ae5e(#15022 by @Legend-Master) Fix updater signing private keys generated usingtauri signer generatewith empty password can't be used (The keys generated during tauri were broken between v2.9.3 and v2.10.0, you'll need to regenerate them)What's Changed
7be58a1c6(#14894 by @Legend-Master) Log patching bundle type information againDependencies
tauri-cli@2.10.1v2.10.0: @tauri-apps/cli v2.10.0Compare Source
[2.10.0]
Enhancements
f82594410(#13253 by @Armaldio) Allow electron to run the CLI directlya2abe2e6b(#14607 by @sftse) Simplified internal representation offeatures: Option<Vec<String>>withVec<String>, no user facing changes84b04c4a8(#14759 by @amrbashir) Added new environment variables fortauri signer signcommand, to align with existing environment variables used intauri build,tauri bundleandtauri signer generateTAURI_SIGNING_PRIVATE_KEYTAURI_SIGNING_PRIVATE_KEY_PATHTAURI_SIGNING_PRIVATE_KEY_PASSWORDThe old environment variables are deprecated and will be removed in a future release.
TAURI_PRIVATE_KEYTAURI_PRIVATE_KEY_PATHTAURI_PRIVATE_KEY_PASSWORDBug Fixes
62aa13a12(#14629 by @lucasfernog) Fixandroid build's--aaband--apkflags requiring a value to be provided.eccff9758(#14779 by @lucasfernog) Fix empty associated-domains entitlements when domains are not configured for deep links.ea31b07f1(#14789 by @Legend-Master) Fixed the command description fortauri inspect7fca58230(#14830 by @Legend-Master) Updatednsis_tauri_utilsto 0.5.3:CreateProcessWithTokenWto run programs as user, this fixed a problem that the program launched with the previous method can't query its own handle53611c4d7(#14747 by @Legend-Master) Only watch dependent workspace members when runningtauri devinstead of watching on all members1b0e335d3(#14713 by @wasuaje)tauri signer signdoesn't work for files without an extensionWhat's Changed
e3fdcb500(#14836 by @sftse) Continued refactors of tauri-cli, fix too weak atomics.0575dd287(#14521 by @kandrelczyk) Change the way bundle type information is added to binary files. Instead of looking up the value of a variable we simply look for the default value.7f7d9aac2(#14668 by @sftse) Refactored internal use of static on config and directory resolvings, no user facing changes, please report any regressions if you encounter anyDependencies
tauri-cli@2.10.0v2.9.6: @tauri-apps/cli v2.9.6Compare Source
[2.9.6]
Dependencies
tauri-cli@2.9.6v2.9.5: @tauri-apps/cli v2.9.5Compare Source
[2.9.5]
Bug Fixes
f855caf8a(#14481 by @Legend-Master) Fixed the mismatched tauri package versions check didn't work for pnpmPerformance Improvements
ce98d87ce(#14474 by @Tunglies) refactor: remove needless collect. No user facing changes.Dependencies
tauri-cli@2.9.5v2.9.4: @tauri-apps/cli v2.9.4Compare Source
[2.9.4]
Bug Fixes
b586ecf1f(#14416 by @Legend-Master) Premultiply Alpha before Resizing which gets rid of the gray fringe around the icons for svg images.Dependencies
tauri-cli@2.9.4v2.9.3: @tauri-apps/cli v2.9.3Compare Source
[2.9.3]
Bug Fixes
fd8c30b4f(#14353 by @ChaseKnowlden) Premultiply Alpha before Resizing which gets rid of the gray fringe around the icons.Dependencies
tauri-cli@2.9.3v2.9.2: @tauri-apps/cli v2.9.2Compare Source
[2.9.2]
Dependencies
tauri-cli@2.9.2v2.9.1: @tauri-apps/cli v2.9.1Compare Source
[2.9.1]
Dependencies
tauri-cli@2.9.1v2.9.0: @tauri-apps/cli v2.9.0Compare Source
[2.9.0]
New Features
3b4fac201(#14194) Addtauri.conf.json > bundle > android > autoIncrementVersionCodeconfig option to automatically increment the Android version code.673867aa0(#14094) Try to detect ANDROID_HOME and NDK_HOME environment variables from default system locations and install them if needed using the Android Studio command line tools.3d6868d09(#14128) Added support to defining the content type of the declared file association on macOS (maps to LSItemContentTypes property).3d6868d09(#14128) Added support to defining the metadata for custom types declared intauri.conf.json > bundle > fileAssociations > exportedTypevia theUTExportedTypeDeclarationsInfo.plist property.ed7c9a410(#14108) Addedbundle > macOS > infoPlistandbundle > iOS > infoPlistconfigurations to allow defining custom Info.plist extensions.75082cc5b(#14120) Addedios runandandroid runcommands to run the app in production mode.cc8c0b531(#14031) Added support to universal app links on macOS with theplugins > deep-link > desktop > domainsconfiguration.Enhancements
b5aa01870(#14268) Update cargo-mobile2 to 0.21, enhancing error messages and opening Xcode when multiple apps are installed.55453e845(#14262) Check mismatched versions intauri info1a6627ee7(#14122) Set a default log level filter when runningtauri add log.b06b3bd09(#14126) Improve error messages with more context.f6622a3e3(#14129) Prompt to install the iOS platform if it isn't installed yet.6bbb530fd(#14105) Warn if productName is empty when initializing mobile project.Bug Fixes
19fb6f7cb(#14146) Strip Windows-only extensions from the binary path so an Android project initialized on Windows can be used on UNIX systems.19fb6f7cb(#14146) Enhance Android build script usage on Windows by attempting to run cmd, bat and exe formats.28a2f9bc5(#14101) Fix iOS CLI usage after modifying the package name.d2938486e(#14261) Replaced the non-standard nerd font character withⱼₛintarui info25e920e16(#14298) Wait for dev server to exit before exiting the CLI when the app is closed ontauri dev --no-watch.b0012424c(#14115) Resolve local IP address whentauri.conf.json > build > devUrlhost is0.0.0.0.abf7e8850(#14118) Fixes mobile project initialization when usingpnpxorpnpm dlx.Dependencies
tauri-cli@2.9.0v2.8.4: @tauri-apps/cli v2.8.4Compare Source
[2.8.4]
Enhancements
f70b28529(#14093 by @lucasfernog) Ensure Rust targets for mobile are installed when running the dev and build commands (previously only checked on init).a9b342125(#14114 by @lucasfernog) Fix iOS dev and build targeting the simulator on Intel machines.61b9b681e(#14111 by @lucasfernog) RetainRUST_*environment variables when running the mobile commands.c23bec62d(#14083 by @FabianLars) Tauri now ignoresmacOS.minimumSystemVersionintauri devto prevent forced rebuilds of macOS specific dependencies when using something likerust-analyzerat the same time astauri dev.Bug Fixes
c37a29833(#14112 by @lucasfernog) Fix usage with Deno failing withReferenceError: require is not defined.bcf000c0a(#14110 by @lucasfernog) Fixes runningioscommands withdenocrashing due to incorrect current working directory resolution.7db7142f9(#14119 by @lucasfernog) Fixes empty device name when using an Android emulator causing the emulator to never be detected as running.956b4fd6f(#14106 by @lucasfernog) Use the correct export method on Xcode < 15.4.Dependencies
tauri-cli@2.8.4v2.8.3: @tauri-apps/cli v2.8.3Compare Source
[2.8.3]
Bug Fixes
0ac89d3b6(#14078 by @FabianLars) Updatedcargo-mobile2to allow running on iOS simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component.Dependencies
tauri-cli@2.8.2v2.8.2: @tauri-apps/cli v2.8.2Compare Source
[2.8.2]
Dependencies
tauri-cli@2.8.1v2.8.1: @tauri-apps/cli v2.8.1Compare Source
[2.8.1]
Bug Fixes
f0172a454(#14038 by @KushalMeghani1644) FixesremoveDataStorereturn type.v2.8.0: @tauri-apps/cli v2.8.0Compare Source
[2.8.0]
New Features
91508c0b8(#13881 by @pepperoni505) Introduces a new configuration option that allows you to specify custom folders to watch for changes when runningtauri dev.bc4afe7dd(#13993 by @lucasfernog) Check installed plugin NPM/crate versions for incompatible releases.0c402bfb6(#13997 by @lucasfernog) Increase default iOS deployment target iOS to 14.0.d6d5f3707(#13358 by @lucasfernog) Added--root-certificate-pathoption toandroid devandios devto be able to connect to HTTPS dev servers.Enhancements
8b465a12b(#13913 by @FabianLars) The bundler now pulls the latest AppImage linuxdeploy plugin instead of using the built-in one. This should remove the libfuse requirement.390cb9c36(#13953 by @FabianLars) Reduced the log level of the binary patcher crategoblinto only show its debug logs in-vvand above.4475e93e1(#13824 by @FabianLars) The bundler and cli will now read TLS Certificates installed on the system when downloading tools and checking versions.Bug Fixes
f0dcf9637(#13980 by @Legend-Master) Fix the generated plugin init code oftauri addfortauri-plugin-autostartandtauri-plugin-single-instance4d270a96a(#13943 by @acx0) Fix codesigning verification failures caused by binary-patching during bundlingb21d86a8a(#13981 by @Legend-Master) Fixtauri permission addcould add duplicated permissions to the capability files9c938be45(#13912 by @takecchi) Properly migrate svelte to v5 in the plugin example templateDependencies
tauri-cli@2.8.0v2.7.1: @tauri-apps/cli v2.7.1Compare Source
[2.7.1]
Dependencies
tauri-cli@2.7.1v2.7.0: @tauri-apps/cli v2.7.0Compare Source
[2.7.0]
New Features
33d079392(#13811 by @mhbagheri-99) Allow runner configuration to be an object with cmd, cwd, and args properties. The runner can now be configured as{ "cmd": "my_runner", "cwd": "/path", "args": ["--quiet"] }while maintaining backwards compatibility with the existing string format.Enhancements
232265c70(#13209 by @kandrelczyk) Binaries are patched before bundling to add the type of a bundle they will placed in. This information will be used during update process to select the correct target.Bug Fixes
916aeaa48(#13781 by @lucasfernog) Fixes Android dev and build commands readingtauri.ios.conf.jsoninstead oftauri.android.conf.jsonto merge platform-specific configuration.0f248b111(#13799 by @lucasfernog) Install iOS dependencies when needed.7a6fd5b75(#13863 by @FabianLars) The AppImage bundler now pulls the AppRun binaries from our GitHub mirror, fixing 404 errors.bda830410(#13833 by @Legend-Master) Fail with an error when trying to migrate from v2 alphabda830410(#13833 by @Legend-Master) Use v2 stable instead of v2-rc when migrating from v2-betaDependencies
tauri-cli@2.7.0v2.6.2: @tauri-apps/cli v2.6.2Compare Source
[2.6.2]
Bug Fixes
cbd962972(#13730 by @lucasfernog) Load--configarguments when running the Xcode and Android Studio build scripts.Dependencies
tauri-cli@2.6.2v2.6.1: @tauri-apps/cli v2.6.1Compare Source
[2.6.1]
Dependencies
tauri-cli@2.6.1v2.6.0: @tauri-apps/cli v2.6.0Compare Source
[2.6.0]
New Features
414619c36(#13536 by @Tunglies) Added support for thebundleNameproperty in the macOS bundler configuration. This allows specifying theCFBundleNamevalue for generated macOS bundles.3242e1c94(#13659 by @lucasfernog) Allow passing Cargo arguments to mobile dev and build commands.d1ce9af62(#13660 by @lucasfernog) Allow passing--configarguments to theios initandandroid initcommands to tweak the configuration used to initialize the mobile projects.7322f0579(#13502 by @amrbashir) Allow usingCheckIfAppIsRunningmacro inside NSIS hooks, for example!insertmacro CheckIfAppIsRunning "another-executable.exe" "Another Executable".4a880ca69(#13658 by @lucasfernog) Synchronize Tauri config productName changes with the iOS Xcode project.8ee14a864(#13618 by @Sky-walkerX) Warn the user that the app id shouldn't end in.appbecause it conflicts with the application bundle extension on macOSBug Fixes
35aa7e121(#13294 by @kingsword09) fix: allow the target directory to be inside frontendDir as long as it is not the Rust target directory inside frontendDir.ec6065fa4(#13625 by @lucasfernog) Fixes Android and iOS dev/build commands not working when the app identifier is being modified by the--configoption.5a5291d66(#13483 by @lucasfernog) Fix simulator build detection on Xcode.Dependencies
tauri-cli@2.6.09c16eefa3(#13629 by @sftse) Update html5ever to 0.29 and kuchikiki to version 0.8.8-speedreader.v2.5.0: @tauri-apps/cli v2.5.0Compare Source
[2.5.0]
New Features
0aa48fb9e(#13030) AddedbundleVersionto iOS and macOS configuration to support specifying aCFBundleVersion.Enhancements
ad3fd3890(#13152) Detect package manager from environment variablenpm_config_user_agentfirst82406c61e(#13231) Improve iOS simulator usage, checking if Xcode iOS SDK is installed and allowing usage of Simulator for older iOS releases (previously only supported when running on Xcode viaios dev --open).Bug Fixes
2dccfab53(#13236) FixfileAssociationsmissingLSHandlerRankon macOS.080252903(#13210) Fixes iOS dev not working on Xcode 16.3 simulators. To apply the fix, either regenerate the Xcode project withrm -r src-tauri/gen/apple && tauri ios initor remove thearm64-simarchitecture from the Xcode project.Dependencies
tauri-cli@2.5.0v2.4.1: @tauri-apps/cli v2.4.1Compare Source
[2.4.1]
Enhancements
f805061d1(#13079 by @Pietagorh) Add support for passing TOML and JSON5 config files to--configargBug Fixes
794af778e(#13117 by @Legend-Master) Fix setting merge config value to null with--configarg no longer worksDependencies
tauri-cli@2.4.1v2.4.0: @tauri-apps/cli v2.4.0Compare Source
[2.4.0]
New Features
d91bfa5cb(#12970 by @lucasfernog) Allow merging multiple configuration values ontauri dev,tauri build,tauri bundle,tauri android dev,tauri android build,tauri ios devandtauri ios build.30f5a1553(#12366 by @FabianLars) AddedtrafficLightPositionwindow configuration to set the traffic light buttons position on macOS.Enhancements
f981a5ee8(#12602 by @kxxt) Add basic support for linux riscv64 platform.Bug Fixes
0c4700e99(#12985 by @FabianLars) The cli will now accept--bundles updateragain. It's still no-op as it has been for all v2 versions. If you want to build updater artifacts, enablecreateUpdaterArtifactsintauri.conf.json.b83921226(#12977 by @lucasfernog) Fixtauri ioscommands using the wrong working directory withbun@>1.2.f268b3dbd(#12871 by @lucasfernog) Ignore parent .gitignore files on the Tauri project path detection.Dependencies
tauri-cli@2.4.0v2.3.1: @tauri-apps/cli v2.3.1Compare Source
[2.3.1]
Dependencies
tauri-cli@2.3.1v2.3.0: @tauri-apps/cli v2.3.0Compare Source
[2.3.0]
Enhancements
a2d36b8c3(#12181 by @bastiankistner) Add an option to change the default background throttling policy (currently for WebKit only).Dependencies
tauri-cli@2.3.0v2.2.7: @tauri-apps/cli v2.2.7Compare Source
[2.2.7]
Bug Fixes
8e9134c4a(#12511 by @FabianLars) Fixed an issue that causedtauri devto fail because of an incorrect--binsflag.Dependencies
tauri-cli@2.2.7v2.2.6: @tauri-apps/cli v2.2.6Compare Source
[2.2.6]
Enhancements
1a86974aa(#12406 by @bradleat)ios build --openwill now let xcode start the rust build process.0b79af711(#12438 by @3lpsy) Log the command used to start the rust app in development.Dependencies
tauri-cli@2.2.6v2.2.5: @tauri-apps/cli v2.2.5Compare Source
[2.2.5]
Dependencies
tauri-cli@2.2.5v2.2.4: @tauri-apps/cli v2.2.4Compare Source
[2.2.4]
Bug Fixes
cad550445(#12354 by @FabianLars) Fixed and issue that causedtauri addto try to install incorrect npm packages.Dependencies
tauri-cli@2.2.4v2.2.3: @tauri-apps/cli v2.2.3Compare Source
[2.2.3]
Enhancements
a0f2c84d5(#12204 by @pjf-dev) Enhancetauri iconcommand by including 64x64 png size in default icon sizes.Bug Fixes
98f62e65a(#12246 by @marcomq) Properly add NPM packages for community plugins when using thetauri addcommand.b9a99a5c6(#12297 by @FabianLars) Fixed an issue that caused the built-in dev server to constantly refresh on Linux. This only affected users who do not havedevUrlpoint to a URL.ef21ed9ac(#12290 by @lucasfernog) Fix iOS build failing when the development team contains spaces.Dependencies
tauri-cli@2.2.3v2.2.2: @tauri-apps/cli v2.2.2Compare Source
[2.2.2]
Bug Fixes
26fc9558f(#12178 by @FabianLars) Fixed an issue that caused thetauri devfile watcher to exit after detecting file changes.Dependencies
tauri-cli@2.2.2v2.2.1: @tauri-apps/cli v2.2.1Compare Source
[2.2.1]
Bug Fixes
881729448(#12164 by @FabianLars) Fixed an issue that causedtauri devto crash before showing the app on Linux.Dependencies
tauri-cli@2.2.1v2.2.0: @tauri-apps/cli v2.2.0Compare Source
[2.2.0]
New Features
cccb308c7(#11562 by @jLynx) Generate signature for.debpackages whencreateUpdaterArtifactsoption is enabled.74212d40d(#11653 by @amrbashir) Include Linux destkop environment and session type intauri infocommand.Enhancements
93a3a043d(#11727 by @Kiyozz) Add support forPortugueselanguage for NSIS windows installer.Bug Fixes
c8700656b(#11985 by @ShaunSHamilton) Fixtauri removefrom removing object type ({}) permissions.0ae06c5ca(#11914 by @wtto00) Fix the exclude path in fileCargo.tomlof plugin template generated by cli. Path changed in #9346Dependencies
tauri-cli@2.2.0v2.1.0: @tauri-apps/cli v2.1.0Compare Source
[2.1.0]
New Features
6bf917941(#11322 by @ShaunSHamilton) Addtauri removeto remove plugins from projects.058c0db72(#11584 by @amrbashir) Addbundle > linux > rpm > compressionconfig option to control RPM bundle compression type and level.Enhancements
1f311832a(#11405 by @amrbashir) Add more context for errors when decoding secret and public keys for signing updater artifacts.e0d1307d3(#11414 by @Czxck001) Migrate the$schemaTauri configuration to the v2 format.c43d5df15](https://www.github.com/tauri-apps/tauri/commit/c43d5df15828ecffa606482ea2b60350c488c9Configuration
📅 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.
🔕 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.