Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- **release-gates.test.js cwd Corruption (#3340 backport)** — Several `describe` blocks reset `cwd` via `process.chdir("/")` instead of the real starting directory. Jest reuses one worker process across multiple test files, so this left the cwd at filesystem root for whatever test file ran next in that worker, breaking any relative-path resolution downstream. Fixed by capturing and restoring the real original cwd; also added the `afterEach` reset that GATE 5/7 were missing entirely. ([Issue #3340](https://github.com/lightspeedwp/.github/issues/3340))
- **Dependabot Scope Fix** — Restored /website npm scanning and area:dependencies labels in dependabot.yml, dropped by a main->develop sync; needed for Mergify auto-merge. ([PR #3315](https://github.com/lightspeedwp/.github/pull/3315))
- **Branch Validation Metrics Aggregator** — Fixed gawk constant-folding 0/0 at compile time; pass counters via awk -v. Also moved to Node LTS via .nvmrc. ([PR #3320](https://github.com/lightspeedwp/.github/pull/3320))
- **Remaining Dependabot Alerts** — Added Dependabot npm scanning for 4 previously-unscanned lockfiles; overrode transitive smol-toml and lodash-es to patched versions. ([PR #3323](https://github.com/lightspeedwp/.github/pull/3323))
Expand Down
Loading
Loading