Skip to content

release: promote dev to main (provider engines, setup contract, run-mode, AJV strict fix) - #617

Merged
EivMeyer merged 263 commits into
mainfrom
dev
Jul 11, 2026
Merged

release: promote dev to main (provider engines, setup contract, run-mode, AJV strict fix)#617
EivMeyer merged 263 commits into
mainfrom
dev

fix(release): avoid default delivery merge conflict (#623)

9d34032
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 10, 2026 in 4s

1 new alert including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 72 in lib/setup-journal.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

The property chain
here
is recursively assigned to
node
without guarding against prototype pollution.