Conversation
Greptile SummaryThis is an automated Release Please PR bumping
The underlying code change itself (in Confidence Score: 5/5This PR is safe to merge — it is a clean automated release PR with no custom logic changes. All four changed files are standard Release Please artifacts (manifest, changelog, package.json version bump, lock file). The actual runtime code change was landed in the prior commit (e293be1) and this PR simply publishes it as a patch release. No logic issues, security concerns, or custom-rule violations were found. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[FeatureFlagsRuntimeClient] -->|extends| B[EventEmitter - eventemitter3]
B -. previously used .-> C[EventEmitter - node:events]
A -->|override emit| D{event === 'error' AND no listeners?}
D -->|yes| E[throw Error — restore Node.js behavior]
D -->|no| F[super.emit — eventemitter3 default]
Reviews (1): Last reviewed commit: "chore(main): release 8.11.1" | Re-trigger Greptile |
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
8.11.1 (2026-04-04)
Bug Fixes
This PR was generated with Release Please. See documentation.