Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mikepenz/action-junit-report
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.0
Choose a base ref
...
head repository: mikepenz/action-junit-report
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.0
Choose a head ref
  • 16 commits
  • 21 files changed
  • 3 contributors

Commits on Dec 15, 2024

  1. Convert project to use ESM instead of CJS

    - update files to use ESM
    - update imports
    - update configurations
    - fix jest
    mikepenz committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    0aab575 View commit details
    Browse the repository at this point in the history
  2. - small cleanup

    mikepenz committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    476a8c4 View commit details
    Browse the repository at this point in the history
  3. - format everything

    mikepenz committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    1c71286 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1269 from mikepenz/feature/esm

    Convert project to use ESM instead of CJS
    mikepenz authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    9f154d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43dbc5c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1270 from mikepenz/ci/dependabot_for_actions

    [CI] Enable Dependabot for actions versions
    mikepenz authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    6df5c2f View commit details
    Browse the repository at this point in the history
  7. Bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    90075e1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1271 from mikepenz/dependabot/github_actions/gith…

    …ub/codeql-action-3
    
    Bump github/codeql-action from 2 to 3
    mikepenz authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    bcf7029 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. - upgrade dev dependencies

    mikepenz committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    44f4356 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1279 from mikepenz/feature/upgrade_dev_deps_20250101

    Upgrade `dev` dependencies
    mikepenz authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    3eb7372 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. - Add new config to hide the verbose information on no test suite ava…

    …ilable
    
      - FIXES #1287 partially
    mikepenz committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    4c1397a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1289 from mikepenz/feature/add_verbose_summary_flag

    Add new config to disable the verbose summary
    mikepenz authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    c619611 View commit details
    Browse the repository at this point in the history
  3. - Upgrade all dependencies

    - move some dependencies to dev dependencies
    
    ```
     @eslint/js                         ^9.17.0  →    ^9.19.0
     @octokit/rest                      ^21.0.2  →    ^21.1.0
     @types/node                       ^22.10.3  →  ^22.10.10
     @typescript-eslint/eslint-plugin   ^8.19.0  →    ^8.21.0
     @typescript-eslint/parser          ^8.19.0  →    ^8.21.0
     eslint                             ^9.17.0  →    ^9.19.0
     eslint-plugin-github                ^5.1.4  →     ^5.1.5
     eslint-plugin-jest                ^28.10.0  →   ^28.11.0
     eslint-plugin-prettier              ^5.2.1  →     ^5.2.3
     nock                               ^13.5.6  →    ^14.0.0
     typescript                          ^5.7.2  →     ^5.7.3
     ```
    mikepenz committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    4bd3774 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1290 from mikepenz/feature/dependency_upgrades_

    Upgrade node dependencies
    mikepenz authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    c96c1ea View commit details
    Browse the repository at this point in the history
  5. - add ability to skip successful summaries

      - FIXES #1287
    mikepenz committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    f228c54 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1291 from mikepenz/feature/skip_success_summary

    Config to skip summaries for only successful tests
    mikepenz authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    ee6b445 View commit details
    Browse the repository at this point in the history
Loading