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: dorny/test-reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: dorny/test-reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 19 commits
  • 17 files changed
  • 4 contributors

Commits on Mar 5, 2026

  1. feat: added a slug-prefix parameter for link anchors

    Motivation: when using a matrix job, or more than one kind of tests in a same workflow, we can end up with multiple summaries at the same time. This will lead to multiple anchors and html id that will no longer be unique.
    This prefix option allow to disambiguate those anchors ; and keep them functional.
    dt-thomas-durand committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    7f0723a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08dfe27 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Bump eslint from 9.39.3 to 9.39.4

    Bumps [eslint](https://github.com/eslint/eslint) from 9.39.3 to 9.39.4.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v9.39.3...v9.39.4)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 9.39.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    1908ace View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Merge pull request #732 from dorny/dependabot/npm_and_yarn/eslint-9.39.4

    Bump eslint from 9.39.3 to 9.39.4
    jozefizso authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    e8df218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1dabb9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #733 from dorny/dependabot/npm_and_yarn/typescript…

    …-eslint/parser-8.57.0
    
    Bump @typescript-eslint/parser from 8.56.1 to 8.57.0
    jozefizso authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    3b635e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff5a709 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Bump undici from 6.23.0 to 6.24.1

    Bumps [undici](https://github.com/nodejs/undici) from 6.23.0 to 6.24.1.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v6.23.0...v6.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 6.24.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    d36ac24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ec52b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Configuration menu
    Copy the full SHA
    eff5ed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03559f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    540c280 View commit details
    Browse the repository at this point in the history
  4. Report jest-junit testsuite errors as failures

    Test errors are different (represented differently in the JUnit XML
    output from jest-junit) to test _failures_. Failures are tests
    which ran and failed, errors are for tests/test suites which
    did not even run because the test code itself didn't build
    or didn't execute correctly.
    
    jest-junit has an option to enable reporting of test suite errors,
    but test-reporter then interprets these as successful tests.
    jozefizso committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    f8ae4de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e23310 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d9f24e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Update flatted package to v3.4.1 to fix a vulnerability

    flatted  <3.4.0
    Severity: high
    flatted vulnerable to unbounded recursion DoS in parse() revive phase - GHSA-25h7-pfq9-p65f
    jozefizso committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    ce9f9c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    574d6b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24ade53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df62474 View commit details
    Browse the repository at this point in the history
Loading