Skip to content

chore(main): release server-sdk 1.21.0#1353

Open
openfeaturebot wants to merge 1 commit intomainfrom
release-please--branches--main--components--server-sdk
Open

chore(main): release server-sdk 1.21.0#1353
openfeaturebot wants to merge 1 commit intomainfrom
release-please--branches--main--components--server-sdk

Conversation

@openfeaturebot
Copy link
Contributor

🤖 I have created a release beep boop

1.21.0 (2026-02-21)

✨ New Features

  • add "sideEffects": false to package.json files for all packages (#1343) (d8e968e)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @openfeature/core bumped from ^1.9.2 to ^1.10.0

This PR was generated with Release Please. See documentation.

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
@gemini-code-assist
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 automates the release of server-sdk version 1.21.0. It incorporates a new feature that adds sideEffects: false to package.json files for improved tree-shaking, alongside an update to the @openfeature/core development dependency.

Highlights

  • New Feature: Added "sideEffects": false to package.json files across all packages, which helps bundlers with tree-shaking.
  • Dependency Update: Updated the @openfeature/core devDependency from ^1.9.2 to ^1.10.0.
Changelog
  • .release-please-manifest.json
    • Updated the packages/server version to 1.21.0.
  • packages/server/CHANGELOG.md
    • Added a new changelog entry for version 1.21.0, detailing a new feature and a dependency update.
  • packages/server/README.md
    • Updated the release badge to reflect version 1.21.0.
  • packages/server/package.json
    • Updated the package version to 1.21.0.
    • Bumped the @openfeature/core devDependency from ^1.9.2 to ^1.10.0.
Activity
  • This pull request was automatically generated by Release Please to create version 1.21.0 of the server-sdk.
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 is an automated release for server-sdk version 1.21.0. The changes primarily consist of version bumps in package.json, CHANGELOG.md, and README.md, and an update to the @openfeature/core dev dependency. My review identifies a potential issue with an outdated peerDependency for @openfeature/core in packages/server/package.json, which should be updated to match the new version in devDependencies to avoid potential runtime issues for consumers of the SDK.

},
"devDependencies": {
"@openfeature/core": "^1.9.2"
"@openfeature/core": "^1.10.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

high

The devDependencies for @openfeature/core is being updated to ^1.10.0, but the peerDependencies on line 51 remains ^1.9.2.

While ^1.9.2 technically includes 1.10.0, this discrepancy can be problematic. If server-sdk now relies on new features or bug fixes from @openfeature/core@1.10.0, consumers using an older version of @openfeature/core (like 1.9.2) might encounter runtime errors.

It's a best practice to keep peerDependencies and devDependencies in sync for shared dependencies to clearly communicate the minimum required version. Please consider updating the peerDependencies to ^1.10.0 as well.

"peerDependencies": {
  "@openfeature/core": "^1.10.0"
}

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