Skip to content

Bump FluentAssertions and 5 others#73

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/all-dependencies-5bf789f85a
Closed

Bump FluentAssertions and 5 others#73
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/all-dependencies-5bf789f85a

Conversation

@dependabot
Copy link
Copy Markdown

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

Updated FluentAssertions from 7.2.0 to 7.2.2.

Release notes

Sourced from FluentAssertions's releases.

7.2.2

What's Changed

Fixes

Building

Full Changelog: fluentassertions/fluentassertions@7.2.1...7.2.2

7.2.1

What's Changed

Fixes

Full Changelog: fluentassertions/fluentassertions@7.2.0...7.2.1

Commits viewable in compare view.

Updated Skyline.DataMiner.Dev.Automation from 10.5.11.1 to 10.6.3.

Updated Skyline.DataMiner.Sdk from 2.3.0 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

2.4.1

What's Changed

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

2.4.0

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.3.1...2.4.0

2.3.1

What's Changed

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

Commits viewable in compare view.

Pinned Skyline.DataMiner.SDM.Registration.Common at 2.0.5.

Release notes

Sourced from Skyline.DataMiner.SDM.Registration.Common's releases.

2.0.5

Release Notes - v2.0.5

What's Changed

This release fixes an installer issue when the GQI process locks the SDM.Abstractions DevPack.

Updates:

  • Installer Fix for Locked DevPack: Updated installation flow for SDM.Abstractions DevPack when locked by GQI
    • Stops the GQI service before installing the DevPack
    • Installs the DevPack
    • Restarts the GQI service after installation

2.0.4

Release Notes - v2.0.4

What's Changed

This release includes general maintenance updates and stability improvements.

Updates:

  • Minor fixes and internal improvements
  • Dependency and package maintenance
  • Documentation touch-ups

2.0.3

Release Notes - v2.0.3

What's Changed

This release includes general maintenance updates and stability improvements.

Updates:

  • Minor fixes and internal improvements
  • Dependency and package maintenance
  • Documentation touch-ups

2.0.2

Release Notes - v2.0.2

What's Changed

This maintenance release standardizes solution identification and improves package management.

Updates:

  • Solution ID Standardization: Solution IDs now follow the new standard format using the catalog GUID as the identifier
    • This ensures consistent identification across all DataMiner solutions
    • Improves compatibility with the DataMiner Catalog
  • Central Package Management (CPM): Migrated all NuGet package references to use CPM
    • Simplifies dependency management across the solution
    • Ensures consistent package versions across all projects

2.0.1

Release Notes - v2.0.1

What's Changed

This maintenance release standardizes solution identification and improves package management.

Updates:

  • Solution ID Standardization: Solution IDs now follow the new standard format using the catalog GUID as the identifier
    • This ensures consistent identification across all DataMiner solutions
    • Improves compatibility with the DataMiner Catalog
  • Central Package Management (CPM): Migrated all NuGet package references to use CPM
    • Simplifies dependency management across the solution
    • Ensures consistent package versions across all projects

Commits viewable in compare view.

Updated Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit from 10.5.8.3 to 10.6.3.4.

Release notes

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

10.6.3.4

What's Changed

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

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

Commits viewable in compare view.

Updated Verify.MSTest from 31.12.5 to 31.13.5.

Release notes

Sourced from Verify.MSTest's releases.

31.13.4

31.13.3

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 FluentAssertions from 7.2.0 to 7.2.2
Bumps Skyline.DataMiner.Dev.Automation from 10.5.11.1 to 10.6.3
Bumps Skyline.DataMiner.Sdk from 2.3.0 to 2.4.7
Bumps Skyline.DataMiner.SDM.Registration.Common from 2.0.0 to 2.0.5
Bumps Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit from 10.5.8.3 to 10.6.3.4
Bumps Verify.MSTest from 31.12.5 to 31.13.5

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-version: 7.2.2
  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-minor
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.SDM.Registration.Common
  dependency-version: 2.0.5
  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-minor
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit
  dependency-version: 10.6.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Verify.MSTest
  dependency-version: 31.13.5
  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 30, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 6, 2026

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

@dependabot dependabot Bot closed this Apr 6, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/all-dependencies-5bf789f85a branch April 6, 2026 05:01
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