| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| - name: "Install bashunit" | ||
| uses: "TypedDevs/bashunit@2b87bad44cc15d8f7afdd3b1506ecc4554fba705" # 0.45.0 | ||
| uses: "TypedDevs/bashunit@81fb3e1d146eef12d0e728cb3b542fe00dee906e" # 0.49.0 |
| - name: Generate changelog | ||
| id: changelog | ||
| uses: metcalfc/changelog-generator@0440d0932f9a0dd1cc9ecd8412830761351323bd # v4.7.0 | ||
| uses: metcalfc/changelog-generator@98b12822c5dc6bad335d1d60d920cb69831b9c5d # v4.8.0 |
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
TypedDevs/bashunit (TypedDevs/bashunit)v0.49.0
Compare Source
Added
Changed
Fixed
v0.48.0
Compare Source
Added
Changed
Fixed
v0.47.0
Compare Source
Added
Changed
Fixed
v0.46.0
Compare Source
Added
Changed
Fixed
- Report formats are no longer empty under --parallel; --report-junit, --report-tap, --report-json, --report-html and --log-junit all recorded zero tests, because the rows were collected inside the per-test worker and nothing rebuilt them in the parent (#1004)
- A failed assertion is no longer reported twice: bashunit::assert_that returns 1 on failure by design, so a custom assertion ending with it made the test body exit non-zero and the runner printed a spurious ✗ Error on top of the ✗ Failed. Custom assertions no longer need a trailing return 0, and a real runtime error is still reported as an error (#1063)
- --coverage-report with no value uses coverage/lcov.info instead of aborting the run with $2: unbound variable, and no longer consumes a following flag as its filename; write the test path before it, since an optional value cannot be told apart from a path (#1063)
- --list --list-format json reports each tag as its own array element; the emitter split the tag list on whitespace while every other consumer splits it on commas, so two tags rendered as ["slow,fileTag"] (#1063)
- assert_within_delta rejects malformed numbers such as 1.2.3 or 5-3 as non-numeric instead of leaking a raw bc parse error or evaluating them as an expression (#1026)
- Build: the standalone binary size budget is 544 KiB, raised from 500 KiB after ordinary feature growth crossed it; the artifact keeps its indentation rather than being minified (#1045)
github/codeql-action (github/codeql-action)v4.37.7
Compare Source
- Update default CodeQL bundle version to 2.26.3. #4085
metcalfc/changelog-generator (metcalfc/changelog-generator)v4.8.0
Compare Source
Highlights
Failed changelog generation now fails the step
If the changelog could not be generated — an unresolvable ref, any git error — the action printed an ::error:: annotation and then exited 0. The step went green, outputs.changelog was never set, and downstream steps consumed an empty string without anything indicating a problem.
It now exits non-zero.
fetch: true no longer intermittently fails on shallow checkouts
The default fetch path chained two git fetch --depth=1 calls ahead of git fetch --unshallow. Each rewrites .git/shallow while the next has already read it, so git would intermittently abort with:
Because fetch: true is the default and the exit code was being discarded, this produced a silently empty changelog rather than a visible failure. It was happening in this repository's own CI.
Now a single fetch, requesting --unshallow only when the checkout is actually shallow.
Testing
make test previously ran npm test || echo "no tests available", where npm test was exit 1 — it reported success unconditionally. The project now has a real suite covering changelog.sh against live git fixtures, ref validation, the release scripts, and the built dist/ bundle as the runner executes it. Both fixes above were found by adding it.
Full changelog
- 98b1282 - 4.8.0
- 32f61b2 - fix: make the version bump scripts portable (#466)
- f64bf35 - build(deps-dev): bump eslint from 10.1.0 to 10.8.1 (#460)
- e5f3244 - build(deps-dev): bump brace-expansion from 5.0.5 to 5.0.7 (#448)
- 57d0aa3 - build(deps-dev): bump globals from 17.4.0 to 17.9.0 (#457)
- ce20209 - build(deps-dev): bump prettier from 3.8.1 to 3.9.6 (#454)
- 89d0cce - build(deps): bump actions/attest-build-provenance from 4.1.0 to 4.2.2 (#464)
- daae4ab - build(deps): bump the codeql-action group with 3 updates (#461)
- 58f7ad5 - fix: fail the step when the changelog cannot be generated (#465)
- 4ffdab6 - build(deps-dev): bump @vercel/ncc from 0.38.4 to 0.44.1 (#441)
- ce7d426 - ci: bump codeql-action to v4.37.1 and group its future updates (#459)
- cbc6a25 - test: replace the no-op test target with a real suite (#458)
- f278f3b - docs: update README example to use actions/checkout v6
- 3f3af1f - fix: bump actions to Node 24-compatible versions
- 10c0451 - fix: pin codeql-action to SHA and document supply chain security
step-security/harden-runner (step-security/harden-runner)v2.21.0
Compare Source
What's Changed
Full Changelog: step-security/harden-runner@v2.20.1...v2.21.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.