Skip to content

Bump the all-dependencies group with 5 updates#9

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Empower-2026---Practical-AI/all-dependencies-0fc47aba05
Closed

Bump the all-dependencies group with 5 updates#9
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Empower-2026---Practical-AI/all-dependencies-0fc47aba05

Conversation

@dependabot
Copy link
Copy Markdown

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

Updated Newtonsoft.Json from 13.0.3 to 13.0.4.

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.4

  • New feature - Annotated for trim/AOT (in)compatibility
  • New feature - Added support for using Index with JArray
  • Change - Avoid LINQ expression trees in .NET 6+ reflection
  • Fix - Fixed handling of empty constructor names
  • Fix - Fixed XML convert duplicate attribute error on nested arrays with writeArrayAttribute set to true
  • Fix - Fixed XML convert array attribute is not set for properties with special characters
  • Fix - Fixed TimeOnly deserialization to support more formats

Commits viewable in compare view.

Updated Skyline.DataMiner.Core.AppPackageInstaller from 3.3.0 to 4.0.0.

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.6.2.2 to 10.6.3.

Updated Skyline.DataMiner.Sdk from 2.4.1 to 2.4.7.

Release notes

Sourced from Skyline.DataMiner.Sdk's releases.

2.4.7

Support for .cs (File-Based-App) files directly in DataMiner Test Packages.

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.4.6...2.4.7

2.4.6

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.4.5...2.4.6

2.4.5

Fixes a small bug with generated.tests folder.

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.4.4...2.4.5

2.4.4

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.4.3...2.4.4

2.4.3

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.4.2...2.4.3

2.4.2

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.4.1...2.4.2

Commits viewable in compare view.

Updated Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit from 10.5.5.1 to 10.6.3.3.

Release notes

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

10.6.3.3

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.6.3.2...10.6.3.3

10.6.3.2

Label.IsMultiline

If this property is set to 'false' (default value), then the content of the label will be cut off if it would extend the available space. If it's set to 'true' the label will span automatically accross multiple lines.

Label.IsMultiline = true
a1ddccf7-8d22-4934-bec7-f4362f1255da

Label.IsMultiline = false
7cbfec78-aab2-4f19-9ca3-313f83991372

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.6.3.1...10.6.3.2

10.6.3.2-prerelease.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.6.3.1...10.6.3.2-prerelease.1

10.6.3.1

DateTimePicker.ShowSeconds

This release allows users to define whether seconds should be displayed and be configurable on DateTimePicker widgets. This behavior can be toggled using the DateTimePicker.ShowSeconds property.

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.6.3.1-prerelease.1

10.5.8.3

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.5.8.2...10.5.8.3

10.5.8.2

Label.IsMultiline

If this property is set to 'false' (default value), then the content of the label will be cut off if it would extend the available space. If it's set to 'true' the label will span automatically accross multiple lines.

Label.IsMultiline = true
a1ddccf7-8d22-4934-bec7-f4362f1255da

Label.IsMultiline = false
7cbfec78-aab2-4f19-9ca3-313f83991372

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.5.8.1...10.5.8.2

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.6

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.5.5.5...10.5.5.6

10.5.5.5

Label.IsMultiline

If this property is set to 'false' (default value), then the content of the label will be cut off if it would extend the available space. If it's set to 'true' the label will span automatically accross multiple lines.

Label.IsMultiline = true
a1ddccf7-8d22-4934-bec7-f4362f1255da

Label.IsMultiline = false
7cbfec78-aab2-4f19-9ca3-313f83991372

Full Changelog: SkylineCommunications/Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit@10.5.5.4...10.5.5.5

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

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 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 Newtonsoft.Json from 13.0.3 to 13.0.4
Bumps Skyline.DataMiner.Core.AppPackageInstaller from 3.3.0 to 4.0.0
Bumps Skyline.DataMiner.Dev.Automation from 10.6.2.2 to 10.6.3
Bumps Skyline.DataMiner.Sdk from 2.4.1 to 2.4.7
Bumps Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit from 10.5.5.1 to 10.6.3.3

---
updated-dependencies:
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Core.AppPackageInstaller
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Dev.Automation
  dependency-version: 10.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit
  dependency-version: 10.6.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 Mar 18, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 18, 2026

Superseded by #11.

@dependabot dependabot Bot closed this Mar 18, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/Empower-2026---Practical-AI/all-dependencies-0fc47aba05 branch March 18, 2026 19:49
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