Conversation
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request updates the Angular SDK to version 1.2.0, introducing support for type-safe flag keys via module augmentation and bumping devDependencies for @openfeature/core and @openfeature/web-sdk. Feedback indicates that the peerDependencies for @openfeature/web-sdk should also be updated to version 1.8.0 to ensure compatibility with the new type-safe features for end users.
| "@openfeature/core": "^1.8.1", | ||
| "@openfeature/web-sdk": "^1.6.2", | ||
| "@openfeature/core": "^1.10.0", | ||
| "@openfeature/web-sdk": "^1.8.0", |
There was a problem hiding this comment.
The devDependencies for @openfeature/web-sdk is being updated to ^1.8.0, which is the version that introduces support for type-safe flag keys via module augmentation. However, the peerDependencies (line 22) still specifies ^1.4.1. Since this new feature is a primary highlight of this release, the peerDependencies should be updated to ^1.8.0 to ensure that users have a compatible version of the Web SDK installed. Without this update, users meeting the current peer dependency requirement will not be able to use the advertised type-safe flag keys.
🤖 I have created a release beep boop
1.2.0 (2026-03-31)
✨ New Features
Dependencies
This PR was generated with Release Please. See documentation.