Skip to content

Bump the all-dependencies group with 5 updates#3

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Kata-Swarming/Enable-Swarming/all-dependencies-48f4393abc
Closed

Bump the all-dependencies group with 5 updates#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Kata-Swarming/Enable-Swarming/all-dependencies-48f4393abc

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Updated Skyline.DataMiner.Core.AppPackageInstaller from 2.0.5 to 3.1.1.

Release notes

Sourced from Skyline.DataMiner.Core.AppPackageInstaller's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Skyline.DataMiner.Dev.Automation from 10.5.1 to 10.5.8.1.

Updated Skyline.DataMiner.Sdk from 1.0.3 to 2.3.0.

Release notes

Sourced from Skyline.DataMiner.Sdk's releases.

2.3.0

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.2.0...2.3.0

2.2.0

What's Changed

New Contributors

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.1.2...2.2.0

2.1.2

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.1.1...2.1.2

2.1.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.1.0...2.1.1

2.1.0

Basic Support for .dmtest Packages and Test Projects

This release introduces initial support for creating .dmtest packages and projects of the type Test Package.

The feature is designed to be used alongside QAOps, which is currently in internal release. QAOps is a DataMiner platform that enables:

  • Running regression test batteries on DataMiner Release Candidates as part of Skyline’s Quality Gate.
  • Executing tests on one or more DaaS servers.

⚠️ Note: This release does *not yet include support for publishing to the Catalog.

This functionality is currently undergoing internal trials.

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.0.2...2.1.0

2.1.0-alpha2

For debugging purposes. Uses all internet-accessible pre-release nugets.

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.0.2...2.1.0-alpha2

2.1.0-alpha1

This is for testing purposes.
It allows TestPackage as a project type.

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.0.1...2.1.0-alpha1

2.0.2

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.0.1...2.0.2

Important

  • Despite being added again in this release, the folder Webpages/Public in CompanionFiles does not sync across clusters until DataMiner Version 10.5.10

2.0.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.0.0...2.0.1

2.0.0

🔐 CompanionFiles Directory Restrictions

Starting from this version, CompanionFiles are restricted to a predefined set of approved directories.

✅ Actions Required

If you're maintaining a package that places CompanionFiles outside the allowed directories, please update it to:

  • Move files into an approved directory (listed below), or
  • Use SetupContent if the files are only required during installation.

❓ Why This Change?

  • Cluster Sync Compatibility: Only approved directories are guaranteed to sync correctly across a cluster.
  • Security Hardening: This prevents .dmapp packages from unintentionally or maliciously modifying sensitive credential or ownership data.

📂 Allowed Directories for CompanionFiles

You may safely place CompanionFiles in any of the following directories:

  • Aggregation
  • Applications (Low-Code Apps)
  • AssetManager/Configs
  • AssetManager/Cache
  • AssetManager/MediationConfigs
  • BPA
  • Connectivity
  • Correlation
  • Dashboards
  • DeployerTokens
  • Documents
  • Generic Interface
  • Icons
  • Maps
  • Protocols
  • ProtocolFunctionManager
  • ProtocolScripts
  • Scripts
  • Services
  • Shared Items
  • Sounds
  • Tools/SLLogCollector/LogConfigs
  • Users
  • Views
  • WebPages/Annotations/DMS Images
  • WebPages/Annotations/Views
  • WebPages/Dashboards/db

... (truncated)

2.0.0-test1

⚠️ Pre-Release Notice: For QA and Testing Only

This is a pre-release build intended for internal QA and testing purposes.
The stable release is scheduled for 07/07/2025. Please report any issues discovered during testing.


🔐 CompanionFiles Directory Restrictions

Starting from this version, CompanionFiles are restricted to a predefined set of approved directories.

✅ Actions Required

If you're maintaining a package that places CompanionFiles outside the allowed directories, please update it to:

  • Move files into an approved directory (listed below), or
  • Use SetupContent if the files are only required during installation.

❓ Why This Change?

  • Cluster Sync Compatibility: Only approved directories are guaranteed to sync correctly across a cluster.
  • Security Hardening: This prevents .dmapp packages from unintentionally or maliciously modifying sensitive credential or ownership data.

📂 Allowed Directories for CompanionFiles

You may safely place CompanionFiles in any of the following directories:

  • Aggregation
  • Applications (Low-Code Apps)
  • AssetManager/Configs
  • AssetManager/Cache
  • AssetManager/MediationConfigs
  • BPA
  • Connectivity
  • Correlation
  • Dashboards
  • DeployerTokens
  • Documents
  • Generic Interface
  • Icons
  • Maps
  • Protocols
  • ProtocolFunctionManager
  • ProtocolScripts
  • Scripts
  • Services
  • Shared Items
  • Sounds
    ... (truncated)

1.1.3

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@1.1.2...1.1.3

1.1.2

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@1.1.1...1.1.2

1.1.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@1.1.0...1.1.1

1.1.0

Release Notes – Skyline.DataMiner.Sdk v1.1.0

New Features & Enhancements

  • Catalog Integration Support
    The SDK now supports fetching artifacts directly from the DataMiner Catalog using CatalogReferences.xml. Users can reference catalog items by GUID and specify version constraints, ensuring seamless integration of external components.

  • Support for dmprotocol Packages
    The SDK now allows handling dmprotocol packages within application packages, enabling streamlined inclusion of protocol-related components in automation workflows.

Note: These enhancements only apply to projects with <DataMinerType>Package</DataMinerType>, ensuring targeted improvements for package-based solutions.

These updates provide greater flexibility and automation in managing dependencies, simplifying the development and deployment of DataMiner packages.

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@1.0.4...1.1.0

1.0.4

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@1.0.3...1.0.4

Commits viewable in compare view.

Updated Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit from 7.0.5 to 10.5.8.1.

Release notes

Sourced from Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit's releases.

10.5.8.1

DropDown.FilterChanged

This release adds support for lazy loading DropDown options when filtering. This is especially useful if you have a huge amount of items in a DropDown. This feature introduces the DropDown.FilterChanged event. Entering a filter value in a DropDown triggers it and provides you with the entered filter, which in turn can be used to dynamically alter the list of options. See LazyLoadDropDown for an example on how to use it.

NOTE: this feature only works in a web environment and requires the use of the updated WebUiComponents (V2). From DM 10.4.0 this can be enforced by adding " useNewIASInputComponents=true" to the URL query. From DM 10.5.12, you can define this on a per script basis by setting IEngine.WebUIVersion to WebUIVersion.V2. From 10.6.1 onwards, the new components will become the default and no additional actions are required.

10.5.8.1-prerelease.3

Removed changes related to supporting pipes in DropDowns.

10.5.8.1-prerelease.2

10.5.8.1-prerelease.1

Add support for the DropDown.FilterChanged event. This triggers when a user enters a filter for a DropDown and can be used to lazy load the available options.

10.5.5.5-prerelease.2

10.5.5.5-prerelease.1

Fix issue where pipe '|' characters would cause issues if they would be used as part of a display value in DropDown, RadioButtonList and CheckBoxLists.

10.5.5.4

Fixes a bug where a NullReference exception was thrown if no ILogger was provided to Dialog.Show in case that Dialog contained a button.

10.5.5.4-prerelease.1

Fixed bug where NullReference exception was thrown if no ILogger was provided to Dialog.Show in case that Dialog contained a button.

10.5.5.3

Fixed issue where wrong previous value was passed to OnChange event of Numeric.

10.5.5.3-prerelease.1

Downgrade Microsoft.Extensions.Logging to 7.0.0.

10.5.5.2

What's Changed

New Contributors

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.5.5.1...10.5.5.2

10.5.5.2-prerelease.6

10.5.5.2-prerelease.5

10.5.5.2-prerelease.4

10.5.5.2-prerelease.3

10.5.5.2-prerelease.2

Add ability to pass an ILogger.

10.5.5.2-prerelease.1

What's Changed

New Contributors

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.5.5.1...10.5.5.2-prerelease.1

10.5.5.1

  • Script abort popups are from this version on hidden by default. This behaviour can be overridden by setting the Dialog.ShowScriptAbortPopup property to true.

10.5.5.1-prerelease.1

  • Script abort popups are from this version on hidden by default. This behaviour can be overridden by setting the Dialog.ShowScriptAbortPopup property to true.

10.5.4.6

Fixed issue where wrong previous value was passed to OnChange event of Numeric.

10.5.4.5

  • Fixed issue introduced in 10.5.4.4 where the initial user interaction would trigger all Numeric OnChange events regardless whether their value changed or not.

10.5.4.4

  • Fixed issue where Numeric would not report changes if Decimals weren't correctly configured.

10.5.4.3

  • Sets default Mimimum value for Time widget
  • Sets default Minimum and Maximum values for TimePicker widget

10.5.4.2

What's Changed

New Contributors

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.5.4.1...10.5.4.2

10.5.4.2-prerelease.5

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.5.4.2-prerelease.4...10.5.4.2-prerelease.5

10.5.4.2-prerelease.4

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.5.4.2-prerelease.3...10.5.4.2-prerelease.4

10.5.4.2-prerelease.3

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.5.4.2-prerelease.1...10.5.4.2-prerelease.3

10.5.4.2-prerelease.2

10.5.4.2-prerelease.1

10.5.4.1

10.5.4.1-prerelease.4

10.5.4.1-prerelease.3

10.5.4.1-prerelease.2

10.5.4.1-prerelease.1

10.0.8

  • Fixed issue introduced in 10.0.7 where the initial user interaction would trigger all Numeric OnChange events regardless whether their value changed or not.

10.0.7

  • Fixed issue where Numeric would not report changes if Decimals weren't correctly configured.

10.0.6

Adds YesNoDialog and OkCancelDialog.

10.0.5

Fixes the following issue: EnumRadioButtonList.SetUptions doesn't use provided Function to convert values To Strings

10.0.4

This release introduces the following new features.

EnumDropDown

An extension of DropDown that allows developers to easily create drop downs for which the options are defined by an Enum.

EnumRadioButtonList

A type of RadioButtonList that allows developers to easily create radio button lists for which the options are defined by an Enum.

This release completes the following request: Easy Generic Interactive Widgets for Enums

10.0.4-prerelease.2

10.0.4-prerelease.1

Add try catch around Engine.ShowUI to include more info in the exception if this call would fail.

10.0.3

This release introduces the following new feature.

IValidationWidget

Defines the ValidationState and ValidationText properties. All widgets supporting visual validation now inherit this interface. This is useful in cases where you want to access all validation supporting widgets in a dialog. For example: Dialog.Widgets.OfType<IValidationWidget>().

10.0.2

Updated NuGet package description.

10.0.1

This major version is compatible with DataMiner 10.4.12 and up. It introduces the following new features.

Support for SkipAbortConfirmation

Closing an interactive script using the X button in the top right (either from Web or Cube) causes a confirmation popup to be displayed. This popup asks the user to confirm whether they want to close the script or not. In previous DataMiner versions this popup was always shown. From 10.4.12 onwards, this behavior can be overridden. Using the toolkit you can define it on two levels.

  • Dialog.ShowScriptAbortPopup allows this behavior to be defined based on the current displayed Dialog. By default the confirmation popup is displayed.
  • InterActiveController.ScriptAbortPopupBehavior allows this behavior to be defined on a script level. Setting this value to HideAlways or ShowAlways overrides the settings defined on the Dialogs displayed by this controller. By default this value is set to OnDialogLevel, causing the popup to be shown based on the Dialog.ShowScriptAbortPopup value.

Hyperlink

A button that, upon clicking it, takes the user to an external webpage. Implemented on request. Supports LinkClicked event, which is triggered whenever the Hyperlink is clicked.

Generic Interactive Widgets

The following widgets are generic implementations of their regular counterparts. Instead of providing a list of strings as options for the widgets, you can now either provide a list of objects or a list of Options. An option links a displayed string with an object. If you don't provide Options, but instead a list of objects, the ToString() implementation of those objects is used to represent them visually in the widget. The main reason for these generic interactive widgets is to stop developers from having to keep track of which displayed option is linked to what object.

10.0.1-prerelease.3

Fixes an issue with InterActiveController.ScriptAbortPopupBehavior.

10.0.1-prerelease.2

Adds support for SkipAbortConfirmation through:

  • Dialog.ShowScriptAbortPopup
  • InterActiveController.ScriptAbortPopupBehavior

Hyperlink widget

Generic Interactive Widgets

  • Generic DropDown
  • Generic RadioButtonList
  • Generic CheckBoxList

10.0.1-prerelease.1

Adds support for SkipAbortConfirmation feature. This allows developers to hide the confirmation message displayed when a user aborts the script.

9.0.11

Fixed issue where wrong previous value was passed to OnChange event of Numeric.

9.0.10

  • Fixed issue intoduced in 9.0.9 where the initial user interaction would trigger all Numeric OnChange events regardless whether their value changed or not.

9.0.9

  • Fixed issue where Numeric would not report changes if Decimals weren't correctly configured.

9.0.8

Fixes the following issue: EnumRadioButtonList.SetUptions doesn't use provided Function to convert values To Strings

9.0.7

This release introduces the following new features.

EnumDropDown

An extension of DropDown that allows developers to easily create drop downs for which the options are defined by an Enum.

EnumRadioButtonList

A type of RadioButtonList that allows developers to easily create radio button lists for which the options are defined by an Enum.

This release completes the following request: Easy Generic Interactive Widgets for Enums

9.0.7-prerelease.5

9.0.7-prerelease.4

Better exception handling when calling Engine.ShowUI.

9.0.7-prerelease.3

Add try catch around Engine.ShowUI to include more info in the exception if this call would fail.

9.0.7-prerelease.2

Removes unnecesary setting of (Generic)DropDown.previous and DropDown.Selected fields.

9.0.7-prerelease.1

Attempt to automatically fix issue where DM is not detecting a script as being interactive without having to explicitly add //Engine.ShowUI();

9.0.6

Adds support for an empty Option.

9.0.5

This release introduces the following new feature.

IValidationWidget

Defines the ValidationState and ValidationText properties. All widgets supporting visual validation now inherit this interface. This is useful in cases where you want to access all validation supporting widgets in a dialog. For example: Dialog.Widgets.OfType<IValidationWidget>().

9.0.4

This release introduces the following new features.

Hyperlink

A button that, upon clicking it, takes the user to an external webpage. Implemented on request. Supports LinkClicked event, which is triggered whenever the Hyperlink is clicked.

Generic Interactive Widgets

The following widgets are generic implementations of their regular counterparts. Instead of providing a list of strings as options for the widgets, you can now either provide a list of objects or a list of Options. An option links a displayed string with an object. If you don't provide Options, but instead a list of objects, the ToString() implementation of those objects is used to represent them visually in the widget. The main reason for these generic interactive widgets is to stop developers from having to keep track of which displayed option is linked to what object.

9.0.3

  • DateTimePicker reuses existing DateTime in case a null string value is retrieved from the UI.

9.0.2

  • Introduces InteractiveController.Hide() and Dialog.Hide() methods. These can be used to hide the UI while continuing to run the automation script in the background.
  • Makes InteractiveController.Run() obsolete, you can now always use InteractiveController.ShowDialog().

9.0.2-prerelease.3

Jump out of Run loop when calling InteractiveController.Hide(). This is to make sure that the current dialog isn't being shown after it was hidden.

9.0.2-prerelease.2

Made InterActiveController.Run obsolete. You can now always use the ShowDialog method and don't need to check whether the controller is running in your code.

9.0.2-prerelease.1

Linked release note: RN39451

9.0.1

Adds Widget.DebugTag property. This property allows users to define data-cy attributes on HTML elements which in turn can be used for easier UI testing.

9.0.1-prerelease.1

Add Widget.DebugTag property. This property is used to define data-cy attributes on HTML elements for easier UI testing.

8.0.7

Fixed issue where wrong previous value was passed to OnChange event of Numeric.

8.0.6

  • Fixed issue introduced in 8.0.5 where the initial user interaction would trigger all Numeric OnChange events regardless whether their value changed or not.

8.0.5

  • Fixed issue where Numeric would not report changes if Decimals weren't correctly configured.

8.0.4

Fixed issue where options in CheckBoxList were changed back to previous state after handling OnChange event.

8.0.3

Default Label constructor now initializes Label.Text with empty string instead of "Label".

8.0.2

Add Style property to CollapseButton widget.

8.0.1

  • Adds support for ReadOnly mode to the following interactive widgets
    • Calender
    • CheckBox
    • CheckBoxList
    • DateTimePicker
    • DropDown
    • Numeric
    • RadioButtonList
    • TextBox
    • Time
    • TimePicker
    • TreeView
  • Adds stop functionality to InteractiveController

7.0.8

Fixed issue where wrong previous value was passed to OnChange event of Numeric.

7.0.7

  • Fixed issue introduced in 7.0.6 where the initial user interaction would trigger all Numeric OnChange events regardless whether their value changed or not.

7.0.6

  • Fixed issue where Numeric would not report changes if Decimals weren't correctly configured.

Commits viewable in compare view.

Updated Skyline.DataMiner.Utils.SecureCoding.Analyzers from 1.2.2 to 2.2.1.

Release notes

Sourced from Skyline.DataMiner.Utils.SecureCoding.Analyzers's releases.

2.2.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.2.0...2.2.1

2.2.0

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.1.1...2.2.0

2.1.1

What's Changed

New Contributors

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.1.0...2.1.1

2.1.0

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.0.5...2.1.0

2.0.5

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.0.4...2.0.5

2.0.4

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.0.3...2.0.4

2.0.3

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.0.2...2.0.3

2.0.2

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.0.1...2.0.2

2.0.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@1.2.5...2.0.1

1.2.5

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@1.2.4...1.2.5

1.2.4

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@1.2.3...1.2.4

1.2.3

What's Changed

New Contributors

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@1.2.2...1.2.3

Commits viewable in compare view.

Updated Skyline.DataMiner.Utils.SecureCoding.Analyzers from 1.2.3 to 2.2.1.

Release notes

Sourced from Skyline.DataMiner.Utils.SecureCoding.Analyzers's releases.

2.2.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.2.0...2.2.1

2.2.0

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.1.1...2.2.0

2.1.1

What's Changed

New Contributors

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.1.0...2.1.1

2.1.0

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.0.5...2.1.0

2.0.5

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.0.4...2.0.5

2.0.4

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.0.3...2.0.4

2.0.3

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.0.2...2.0.3

2.0.2

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@2.0.1...2.0.2

2.0.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@1.2.5...2.0.1

1.2.5

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@1.2.4...1.2.5

1.2.4

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.SecureCoding@1.2.3...1.2.4

Commits viewable in compare view.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Skyline.DataMiner.Core.AppPackageInstaller from 2.0.5 to 3.1.1
Bumps Skyline.DataMiner.Dev.Automation from 10.5.1 to 10.5.8.1
Bumps Skyline.DataMiner.Sdk from 1.0.3 to 2.3.0
Bumps Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit from 7.0.5 to 10.5.8.1
Bumps Skyline.DataMiner.Utils.SecureCoding.Analyzers to 2.2.1

---
updated-dependencies:
- dependency-name: Skyline.DataMiner.Core.AppPackageInstaller
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Dev.Automation
  dependency-version: 10.5.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit
  dependency-version: 10.5.8.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Utils.SecureCoding.Analyzers
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Utils.SecureCoding.Analyzers
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Utils.SecureCoding.Analyzers
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Dec 22, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 29, 2025

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

@dependabot dependabot bot closed this Dec 29, 2025
@dependabot dependabot bot deleted the dependabot/nuget/Kata-Swarming/Enable-Swarming/all-dependencies-48f4393abc branch December 29, 2025 02:16
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.

0 participants