Particular / NServiceBus.Encryption.MessageProperty

Provides encryption for properties on messages
Other
2 stars 1 forks source link

Bump GitHubActionsTestLogger from 2.0.1 to 2.3.3 #440

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Bumps GitHubActionsTestLogger from 2.0.1 to 2.3.3.

Changelog

Sourced from GitHubActionsTestLogger's changelog.

v2.3.3 (24-Aug-2023)

  • Fixed an issue where parameterized tests that contained a . character in their fully qualified name were not properly grouped in the test summary.

v2.3.2 (01-Jun-2023)

  • Changed the special character used to identify replacement tokens inside annotations.titleFormat and annotations.messageFormat from $ to @. The previous character ($) had special meaning inside POSIX shells and required escaping, which resulted in non-uniform syntax across different platforms. The new character (@) does not require escaping. For backwards compatibility, the logger will still recognize the $ character as a replacement token identifier, but it is recommended to switch to the new character (@) when possible.

v2.3.1 (31-May-2023)

  • Fixed minor spacing issues in the test summary.

v2.3 (25-May-2023)

  • Reverted some of the test summary layout changes introduced in v2.2 to restore a more compact view of the test results. This should make the summary more accessible for repositories that have a large number of test suites.

v2.2.1 (18-May-2023)

  • Fixed an issue where the test summary was not properly rendered when it was preceded by a different summary that ended in an HTML tag.
  • Fixed minor layout-related issues in the test summary.

v2.2 (18-May-2023)

  • Reworked the test summary layout:
    • Overall test stats are no longer hidden by an expander.
    • Tests are now grouped by their defining type.
    • Other minor visual improvements.
  • Fixed an issue where exception messages rendered under failed tests in the test summary broke formatting if they contained indented lines.

v2.1 (09-May-2023)

  • Added summary.includePassedTests and summary.includeSkippedTests options to extend the test summary with the list of passed and skipped tests, respectively. These options are set to false by default to match the previous behavior.
  • Fixed an issue where the test summary had invalid links to test definitions when running with ContinuousIntegrationBuild MSBuild property enabled.

v2.0.2 (27-Apr-2023)

  • Improved execution performance of the logger when running multiple test suites in parallel.
Commits


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 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 10 months ago

Looks like GitHubActionsTestLogger is up-to-date now, so this is no longer needed.