Skip to content

Conversation

openfeaturebot
Copy link
Contributor

🤖 I have created a release beep boop

0.0.17 (2025-09-30)

🐛 Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @openfeature/web-sdk bumped from ^1.5.0 to ^1.6.2

This PR was generated with Release Please. See documentation.

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Copy link
Contributor

Summary of Changes

Hello @openfeaturebot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request represents an automated release of the OpenFeature Angular SDK, incrementing its version to 0.0.17. The release includes a specific bug fix addressing Angular tests and updates the @openfeature/web-sdk development dependency to its latest version, ensuring compatibility and incorporating recent improvements.

Highlights

  • New Release: The Angular SDK has been released as version 0.0.17.
  • Bug Fix: A bug related to Angular tests in the main branch has been resolved (issue fix: angular tests in main #1251).
  • Dependency Update: The @openfeature/web-sdk dev dependency has been bumped from ^1.5.0 to ^1.6.2.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request automates the release of angular-sdk version 0.0.17. The changes primarily consist of version bumps in package.json, CHANGELOG.md, and other related files. While the changes are automated, I've found a potential dependency issue in package.json that should be addressed to prevent future build or runtime problems. I've also pointed out some minor formatting issues in the CHANGELOG.md file for consistency.

"devDependencies": {
"@openfeature/core": "^1.8.1",
"@openfeature/web-sdk": "^1.5.0",
"@openfeature/web-sdk": "^1.6.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating @openfeature/web-sdk to ^1.6.2 without updating the corresponding @openfeature/core dependency might cause issues. The web-sdk likely depends on a newer version of @openfeature/core (e.g., ^1.9.0) than what is specified here (^1.8.1 on the line above). This can lead to dependency conflicts or testing with an unintended version of @openfeature/core. Please consider updating the @openfeature/core dev dependency as well to align with @openfeature/web-sdk's requirements.


## [0.0.17](https://github.com/open-feature/js-sdk/compare/angular-sdk-v0.0.16...angular-sdk-v0.0.17) (2025-09-30)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There's an extra blank line here. To maintain a clean and consistent format in the changelog, it's best to have only a single blank line after a heading.


* angular tests in main ([#1251](https://github.com/open-feature/js-sdk/issues/1251)) ([f42011d](https://github.com/open-feature/js-sdk/commit/f42011d1f8f6949022ceefbd6491fca2baa65dce))


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Similar to the comment above, there's an extra blank line here. Removing it will improve the consistency of the document's formatting.

Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
@lukas-reining lukas-reining merged commit 189d373 into main Sep 30, 2025
3 of 11 checks passed
@lukas-reining lukas-reining deleted the release-please--branches--main--components--angular-sdk branch September 30, 2025 11:49
@openfeaturebot
Copy link
Contributor Author

@openfeaturebot
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants