Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mikepenz/action-junit-report action to v5 #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 7, 2025

This PR contains the following updates:

Package Type Update Change
mikepenz/action-junit-report action major v2.8.1 -> v5.3.0

Release Notes

mikepenz/action-junit-report (mikepenz/action-junit-report)

v5.3.0

Compare Source

🚀 Features

  • Convert project to use ESM instead of CJS
  • Add new config to disable the verbose summary
  • Config to skip summaries for only successful tests

📦 Dependencies

  • [CI] Enable Dependabot for actions versions
  • Bump github/codeql-action from 2 to 3
  • Upgrade dev dependencies
  • Upgrade node dependencies

Contributors:

v5.2.0

Compare Source

🚀 Features

🐛 Fixes

  • Improve the error log if the root test suite can't be detected

📦 Dependencies

  • Upgrade dependencies to the latest stable versions

Contributors:

v5.1.0

Compare Source

🚀 Features

Contributors:

v5.0.1

Compare Source

🚀 Features

  • Always limit file resolution by workspace root

🐛 Fixes

  • Always limit file resolution by workspace root

💬 Other

  • Upgrade all dev dependencies | ESLint 9

📦 Dependencies

  • Upgrade all dev dependencies | ESLint 9

Contributors:

v5.0.0

Compare Source

[!NOTE]
v5 adjusts the format of the summary output. If you depend on the prior format, please verify the simplified format works for your usecase.

🚀 Features

  • Introduce new ability to include flaky tests in summary
  • Include flakyFailures block in retry count
  • Refactor testParser to enable it for future usecases
  • Allow configuration of bread_crumb_delimiter
  • Introduce flag to comment summary on PR
  • Improve transformer performance
  • Provide optimised class detection skipping globber if not required
  • Upgrade dependencies to latest major version
  • Add new API to skip annotations all-to-gether
  • Introduce flag to fail_on_parse_error
  • Improve parsing logic for nested suites
  • Configuration to enable grouping by TestSuite in the Detail Summary

🐛 Fixes

  • Require pull_request trigger to attach comment

💬 Other

📦 Dependencies

  • Upgrade dependencies
  • Dependency updates | glob 0.5.0, rest 21.0.2
  • Upgrade typescript node depencency
  • Upgrade dev npm dependencies

Contributors:

v4.3.1

Compare Source

🐛 Fixes

  • Revert optimisation to skip processing of scucessful tests

v4.3.0

Compare Source

[!CAUTION]
This version has a bug resulting in passed annotations not being created. Use v4.3.1 (or newer) instead
See the report hhttps://github.com/mikepenz/action-junit-report/issues/1121/1121

🚀 Features

📦 Dependencies

v4.2.2

Compare Source

🚀 Features

📦 Dependencies

v4.2.1

Compare Source

💬 Other

  • Improve logging for test parsing

v4.2.0

Compare Source

🚀 Features

  • Provide summary and detailed summary as action output

📦 Dependencies

  • Update action dependencies

v4.1.0

Compare Source

🚀 Features

📦 Dependencies

v4.0.4

Compare Source

🚀 Features

  • Add input to truncate stack traces in annotations

📦 Dependencies

v4.0.3

Compare Source

🚀 Features

  • Gracefully handle corrupt test files (log error instead of failing)

v4.0.2

Compare Source

📦 Dependencies

  • Dependency Upgrades | @​actions/* | Babel

v4.0.1

Compare Source

🚀 Features

📦 Dependencies

v4.0.0

Compare Source

🚀 Features

  • Run GitHub action with node20

💬 Other

  • Prepare for v4 release

📦 Dependencies

  • Update all major dependencies | @octokit/rest 20

v3.8.0

Compare Source

Note: Starting with this release, ignored or skipped tests will not count as failure anymore

🚀 Features

  • Highlight skipped tests as such in the detailed summary
  • Skipped test should not count as failure

💬 Other

  • docs: report_paths is not required anymore, add sbt glob

📦 Dependencies

  • Dependency upgrades | nock & webpack

v3.7.8

Compare Source

💬 Other

  • Common reports paths section in README
  • Add instructions for increasing Node heap size

📦 Dependencies

v3.7.7

Compare Source

🚀 Features

  • Offer configuration require_passed_tests

💬 Other

📦 Dependencies

v3.7.6

Compare Source

🐛 Fixes

  • Change deprecated github_token to be not required

📦 Dependencies

  • Update dev dependencies

v3.7.5

Compare Source

🐛 Fixes

v3.7.4

Compare Source

🐛 Fixes

  • Fix failure if no tests were found (but requireTests is false)

v3.7.3

Compare Source

🐛 Fixes

  • Fix condition resulting in an early abort for multiple report_paths

v3.7.2

Compare Source

🐛 Fixes

  • Fix default exclude paths

💬 Other

  • docs: update expression

📦 Dependencies

v3.7.1

Compare Source

🚀 Features

📦 Dependencies

  • Dev dependency upgrades

v3.7.0

Compare Source

🚀 Features

  • Add configuration option to limit annotations

v3.6.2

Compare Source

🚀 Features

📦 Dependencies

  • Update node dependencies

v3.6.1

Compare Source

🐛 Fixes

  • Adjust log level for warning log

v3.6.0

Compare Source

🚀 Features

🐛 Fixes

  • Only print warning log on no tests if include_passed is false

📦 Dependencies

  • Update dependencies to latest stable releases

v3.5.2

Compare Source

🚀 Features

  • Introduce configuration option to follow sym links

📦 Dependencies

v3.5.1

Compare Source

🐛 Fixes

  • Fix handling for testSuites without attributes

📦 Dependencies

v3.5.0

Compare Source

This release changes the annotate_notice to false

🚀 Features

  • Disable annotate_notice by default

v3.4.0

Compare Source

🚀 Features

💬 Other

  • Add descriptive log message for empty detailed table in summary

📦 Dependencies

v3.3.3

Compare Source

🐛 Fixes

  • Fix catching the error for using tokens with insufficient permission scope

v3.3.2

Compare Source

🐛 Fixes

v3.3.1

Compare Source

🚀 Features

v3.3.0

Compare Source

🚀 Features

💬 Other

  • Multi-report refactor
  • Provide an example of using workflow_run

📦 Dependencies

  • Update dependencies 2022.07.22
  • Dependency updates | webpack 5.74.0
  • Dependency updates 2022.08.05
  • Dependency updates | actions/core 1.9.1 | octokit/rest 19.0.4

v3.2.0

Compare Source

🚀 Features

  • Include passed count always in the summary
  • Additional action output

💬 Other

📦 Dependencies

  • Dependency updates 2022.07.15

v3.1.0

Compare Source

🚀 Features

📦 Dependencies

v3.0.3

Compare Source

🐛 Fixes

v3.0.2

Compare Source

🐛 Fixes

  • Add check_retries to action.yml

📦 Dependencies

  • Bump minimist from 1.2.5 to 1.2.6
  • Update dependencies 2022.04.14

v3.0.1

Compare Source

🐛 Fixes

  • Fix annotate_only not yet defined in action.yml

v3.0.0

Compare Source

🚀 Features

  • Alternative annotation API
  • Use Node 16 for GitHub Actions | Dependency upgrades

v2.9.1

Compare Source

🚀 Features

🐛 Fixes

  • Fix test conclusion with include_passed is wrong

📦 Dependencies

  • Dependency updates 2022.02.04

v2.9.0

Compare Source

🚀 Features

  • Enhance title for cases with include_passed enabled
  • JUnit retries are handled as passes

📦 Dependencies

  • Upgrade npm dependencies to latest stable version

v2.8.4

Compare Source

🐛 Fixes

  • fix empty annotation title

💬 Other

  • Add new testcase for junit web test runner output

📦 Dependencies

  • Dependency updates 2022.01.07

v2.8.3

Compare Source

🚀 Features

  • Add new API to configure source path lookup paths

💬 Other

  • Update default input to method

📦 Dependencies

v2.8.2

Compare Source

🐛 Fixes

  • Strip emojis from test report

📦 Dependencies


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mikepenz-action-junit-report-5.x branch from 1864976 to 249fd84 Compare January 28, 2025 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants