Skip to content

Bump the minor-and-patch group with 1 update - #211

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/WindowsEdgeLight/minor-and-patch-67c649bdf9
Closed

Bump the minor-and-patch group with 1 update#211
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/WindowsEdgeLight/minor-and-patch-67c649bdf9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown

Updated Updatum from 1.2.1 to 1.4.0.

Release notes

Sourced from Updatum's releases.

1.4.0

  • Add StageKit.Runtime dependency and drop EntryApplication class in favor of StageKit.Runtime EntryApplication
  • Add IsBusy guard to InstallUpdateAsync and fix Regex.Escape usage when composing kill commands.
  • Improve AssetRegex creation (add CultureInvariant and a timeout) and guard

1.3.7

  • Remove always null first condition on AssemblyVersionStringLazy
  • Fix the leak on ProcessNameLazy by disposing the Process instance after getting the name
  • Improve the FormattedLoadedAssemblies formatting
  • Add StringComparison.OrdinalIgnoreCase with comparing asset extension

1.3.6

  • Fix the auto upgrading script killing itself preventing the auto upgrade to complete on Linux and macOS
  • Fix GetTemporaryFolder checks name instead of tmpDir for file existence

1.3.5

  • Fix downloading from private repo is not possible #​7

1.3.4

  • Add EventSynchronizationContext property to allow configuring the synchronization context where events are raised (Default to: SynchronizationContext.Current)
  • Add AppContextBaseDirectory property as a wrapper for AppContext.BaseDirectory
  • Add ProcessPath property as a wrapper for Environment.ProcessPath

1.3.3

  • Add AllowPreReleases property to allow updating to pre-release versions

1.3.2

  • Add InstallUpdateSingleFileExecutableNameStrategy property to define how to name the single file executable when installing updates (#​6)
  • Fix possible path bug when using InstallUpdateSingleFileExecutableName with {0} when required and trying to create base directory
  • Remove the current single-file application before moving the new file into place
  • Set and flag the auto updater script for single file applications on Linux as executable
  • Improve the upgrade script for deleting files, now using functions for better code reuse
  • Improve process start for the upgrade scripts

1.3.1

  • Add InstallUpdateWindowsExeType property to strict indicate the type of .exe (Auto, Installer, SingleFileApp)
  • Only remove the self upgrade script on Release builds
  • Fix unable to remove the self upgrade script under windows
  • Fix and encode the raw strings of setup signatures to not show under single-file apps

1.3.0

  • Add GetApplicationInfoString and GetApplicationInfoDict methods to EntryApplication
  • Add ProcessId property to EntryApplication
  • Add disposal pattern to UpdatumManager to properly dispose the internal timer
  • Add CheckForUpdatesAsync(Version) overload to check for updates against a specific version
  • Add ConfigureAwait(false) to all awaited calls
  • Improvements and rewrites on upgrade script (#​6)
  • Improvements on better detection of .exe installer types on Windows to avoid false positives as single app file executables (#​6)
  • Changed EntryApplication to lazy cache all valeus instead of querying every time
  • Fix the windows batch script when attempt to move directory (fail) because of space in argument / Y
  • Fix macOS EntryApplication.MacOSAppBundlePath due inverted if condition
  • Fix the EntryApplication.LaunchNewInstance method for macOS, which was failing to launch in case of a App Bundle

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Updatum from 1.2.1 to 1.4.0

---
updated-dependencies:
- dependency-name: Updatum
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 18, 2026
@shanselman

Copy link
Copy Markdown
Owner

Closing because Updatum changes the application self-update path and requires the real Windows validation tracked in #201. It is now excluded from Dependabot until that test is completed.

@shanselman shanselman closed this Aug 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@shanselman
shanselman deleted the dependabot/nuget/WindowsEdgeLight/minor-and-patch-67c649bdf9 branch August 18, 2026 23:12
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant