Jozef Izso
574d6b100c
Merge pull request #739 from dorny/bugfix/update_flatted_package
2026-03-16 14:29:45 +01:00
Jozef Izso
ce9f9c4738
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 - https://github.com/advisories/GHSA-25h7-pfq9-p65f
2026-03-16 14:23:22 +01:00
Jozef Izso
0d9f24e0e1
Merge pull request #155 from johnbartholomew/feat-report-test-suite-errors
2026-03-15 13:32:26 +01:00
Jozef Izso
5e233102fe
Rebuild the dist/index.js file
2026-03-15 13:24:40 +01:00
Jozef Izso
f8ae4deee6
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.
2026-03-15 13:24:18 +01:00
Jozef Izso
540c28072b
Merge pull request #731 from dt-thomas-durand/feat/slug-prefix
2026-03-15 12:49:16 +01:00
Jozef Izso
a03559fc1d
Merge pull request #736 from dorny/dependabot/npm_and_yarn/undici-6.24.1
2026-03-15 12:09:03 +01:00
Jozef Izso
eff5ed2ea7
Merge pull request #734 from dorny/dependabot/npm_and_yarn/jest-30.3.0
2026-03-15 12:08:34 +01:00
github-actions[bot]
a0ec52b6d3
chore: rebuild dist for Dependabot update
2026-03-14 08:44:26 +00:00
dependabot[bot]
d36ac2431e
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](https://github.com/nodejs/undici/compare/v6.23.0...v6.24.1 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 6.24.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-14 08:44:03 +00:00
dependabot[bot]
ff5a70913c
Bump jest from 30.2.0 to 30.3.0
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 30.2.0 to 30.3.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-10 23:52:57 +00:00
Jozef Izso
3b635e8e7b
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
2026-03-10 17:20:05 +01:00
dependabot[bot]
a1dabb90f7
Bump @typescript-eslint/parser from 8.56.1 to 8.57.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 8.56.1 to 8.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.57.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-10 16:18:14 +00:00
Jozef Izso
e8df218184
Merge pull request #732 from dorny/dependabot/npm_and_yarn/eslint-9.39.4
...
Bump eslint from 9.39.3 to 9.39.4
2026-03-10 17:16:15 +01:00
dependabot[bot]
1908acedff
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](https://github.com/eslint/eslint/compare/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] <support@github.com>
2026-03-06 23:52:39 +00:00
Thomas Durand
08dfe2715b
feat: removing parameter, generating slug prefix and providing it as an output
2026-03-05 15:20:31 +01:00
Thomas Durand
7f0723a953
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.
2026-03-05 01:52:45 +01:00
Jozef Izso
3d76b34a45
Merge pull request #730 from dorny/feature/166-list-all-artifacts
2026-03-03 11:52:29 +01:00
Jozef Izso
a71adbe2c2
Update changelog
2026-03-03 11:51:28 +01:00
Jozef Izso
34ed02cb57
Merge pull request #728 from dorny/dependabot/npm_and_yarn/ts-jest-29.4.6
2026-03-03 11:47:50 +01:00
dependabot[bot]
5204d859d8
Bump ts-jest from 29.4.5 to 29.4.6
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 29.4.5 to 29.4.6.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.4.5...v29.4.6 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-version: 29.4.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 00:54:12 +00:00
Jozef Izso
6658c27b23
Merge pull request #727 from dorny/feature/fix_vulnerabilities
2026-03-02 17:37:40 +01:00
Jozef Izso
9b467721fc
Use npm audit fix to update sub dependencies
...
brace-expansion 1.0.0 - 1.1.11 || 2.0.0 - 2.0.1
brace-expansion Regular Expression Denial of Service vulnerability - https://github.com/advisories/GHSA-v6h2-p8h4-qcjw
brace-expansion Regular Expression Denial of Service vulnerability - https://github.com/advisories/GHSA-v6h2-p8h4-qcjw
fix available via `npm audit fix`
node_modules/brace-expansion
node_modules/eol-converter-cli/node_modules/brace-expansion
glob 10.2.0 - 10.4.5
Severity: high
glob CLI: Command injection via -c/--cmd executes matches with shell:true - https://github.com/advisories/GHSA-5j98-mcp5-4vw2
fix available via `npm audit fix`
node_modules/@jest/reporters/node_modules/glob
node_modules/jest-config/node_modules/glob
node_modules/jest-runtime/node_modules/glob
js-yaml <3.14.2
Severity: moderate
js-yaml has prototype pollution in merge (<<) - https://github.com/advisories/GHSA-mh29-5h37-fv8m
fix available via `npm audit fix`
node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml
3 vulnerabilities (1 low, 1 moderate, 1 high)
2026-03-02 17:35:55 +01:00
Jozef Izso
b3a9df8841
Merge pull request #629 from dorny/feature/601_eslint_v9
2026-03-02 17:18:04 +01:00
Jozef Izso
deb1d0223f
Rebuild the dist/index.js file
2026-03-02 17:16:36 +01:00
Jozef Izso
69312b98d1
Update changelog
2026-03-02 17:16:36 +01:00
Jozef Izso
eed2d2d031
Modernize ESLint configuration
2026-03-02 17:15:02 +01:00
Jozef Izso
393efa337c
Use correct Jest config filename
2026-03-02 16:54:09 +01:00
Jozef Izso
d788b88f54
Use jest with eslint
2026-03-02 16:54:09 +01:00
Jozef Izso
ba26a20f41
Migrate eslint config to eslint.config.js format
2026-03-02 16:54:09 +01:00
Jozef Izso
a02df32035
Upgrade to eslint v9
2026-03-02 16:54:09 +01:00
Jozef Izso
66787f5fcb
Merge pull request #718 from dorny/dependabot/npm_and_yarn/actions/github-9.0.0
2026-03-02 15:53:48 +01:00
Jozef Izso
7449990f9a
chore: rebuild dist for Dependabot update
2026-03-02 15:44:51 +01:00
Jozef Izso
66bccdca48
Refactor code for changes in @actions/github v9
2026-03-02 15:44:41 +01:00
dependabot[bot]
419ef42f63
Bump @actions/github from 6.0.1 to 9.0.0
...
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) from 6.0.1 to 9.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
---
updated-dependencies:
- dependency-name: "@actions/github"
dependency-version: 9.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 14:24:21 +00:00
Jozef Izso
5f43297c5b
Merge pull request #720 from dorny/dependabot/npm_and_yarn/actions/exec-3.0.0
2026-03-02 15:23:27 +01:00
github-actions[bot]
9ef00442fe
chore: rebuild dist for Dependabot update
2026-03-02 14:22:54 +00:00
dependabot[bot]
39ba11e220
Bump @actions/exec from 1.1.1 to 3.0.0
...
Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec ) from 1.1.1 to 3.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec )
---
updated-dependencies:
- dependency-name: "@actions/exec"
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 14:22:26 +00:00
Jozef Izso
3f45bf48ef
Merge pull request #719 from dorny/dependabot/npm_and_yarn/actions/core-3.0.0
2026-03-02 15:21:32 +01:00
github-actions[bot]
7ea9b8d50e
chore: rebuild dist for Dependabot update
2026-03-02 14:14:20 +00:00
dependabot[bot]
b5fe11b925
Bump @actions/core from 1.11.1 to 3.0.0
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.11.1 to 3.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 14:13:39 +00:00
Jozef Izso
4892461a65
Merge pull request #726 from dorny/feature/dependabot_workflow
2026-03-02 15:12:24 +01:00
Jozef Izso
ccbe2002c5
Create workflow to rebuild the dist/index.js when Dependabot updates dependencies
2026-03-02 14:54:18 +01:00
Jozef Izso
0a09b8be91
Merge pull request #725 from dorny/feature/603-migration-to-esm-modules
2026-03-02 14:36:34 +01:00
Jozef Izso
5066e4a662
Rebuild the dist/index.js file
2026-03-02 14:30:38 +01:00
Jozef Izso
4d6f6ca5f4
Refactor tests to modedules based package
2026-03-02 14:29:31 +01:00
Jozef Izso
ef1f9a4e60
Refactor test-reporter to module based package
2026-03-02 14:28:52 +01:00
Jozef Izso
02510bde1f
Use TypeScript config for NodeJS 20
2026-03-02 14:25:51 +01:00
Jozef Izso
c541b3cc38
Merge pull request #724 from dorny/tests/improveWorkflowRun
...
Add test for new resolution of associated check run commits
2026-03-02 13:44:02 +01:00
Jozef Izso
19ee411aae
Add test for new resolution of associated check run commits
2026-03-02 13:42:04 +01:00