1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-22 07:52:14 +01:00
Commit graph

706 commits

Author SHA1 Message Date
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
Jozef Izso
7ede0263a4
Merge pull request #673 from azchohfi/improveWorkflowRun 2026-03-02 13:28:11 +01:00
Jozef Izso
d74e0bdec1
Update changelog 2026-03-02 13:23:30 +01:00
Jozef Izso
2c50ce608c
Rebuild the dist/index.js file 2026-03-02 13:17:41 +01:00
Jozef Izso
8446e5e701
Simplify the code as the cast to WorkflowRunPR type is not necessary
Fixes the error:

```
test-reporter/src/utils/github-utils.ts
  18:17  error  This assertion is unnecessary since it does not change the type of the expression  @typescript-eslint/no-unnecessary-type-assertion
```
2026-03-02 13:17:13 +01:00
Jozef Izso
67e9e545d6
Document the new behavior for evaluating the associated commit 2026-03-02 13:13:44 +01:00
Alexandre Zollinger Chohfi
386854a5d3
Refactor getCheckRunContext to improve SHA resolution from workflow_run events 2026-03-02 13:13:44 +01:00
Jozef Izso
d0430d00c8
Merge pull request #693 from dorny/feature/166-list-all-artifacts 2026-03-02 12:55:03 +01:00
Jozef Izso
a876aa9639
Merge pull request #723 from dorny/feautre/602_remove_got_library 2026-03-01 13:59:57 +01:00
Jozef Izso
dcf47bbf9d
Rebuild the dist/index.js file 2026-03-01 13:54:04 +01:00
Jozef Izso
d4d263a243
Remove the got library as the streaming progress is part of fetch() in NodeJS 20 2026-03-01 13:53:50 +01:00
Jozef Izso
b680d1f582
Merge pull request #722 from dorny/dependabot/npm_and_yarn/reports/jest/minimatch-3.1.5 2026-02-28 13:31:09 +01:00
Jozef Izso
8fc2a4325e
Merge pull request #721 from dorny/dependabot/npm_and_yarn/prettier-3.8.1 2026-02-28 13:30:29 +01:00
dependabot[bot]
6505406a18
Bump prettier from 3.6.2 to 3.8.1
Bumps [prettier](https://github.com/prettier/prettier) from 3.6.2 to 3.8.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.8.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-28 12:25:32 +00:00
dependabot[bot]
b94708d4b8
Bump minimatch from 3.0.4 to 3.1.5 in /reports/jest
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-28 12:25:28 +00:00
Jozef Izso
7a931cf2f1
Merge pull request #717 from dorny/dependabot/npm_and_yarn/reports/jest/qs-6.5.5 2026-02-28 13:25:12 +01:00
Jozef Izso
59efa4a55a
Merge pull request #716 from dorny/dependabot/npm_and_yarn/multi-ca6a5e633f 2026-02-28 13:24:52 +01:00
Jozef Izso
08b84cd6a7
Merge pull request #715 from dorny/dependabot/npm_and_yarn/reports/mocha/minimatch-9.0.9 2026-02-28 13:24:32 +01:00