-
Notifications
You must be signed in to change notification settings - Fork 10.8k
chore/release: bump version to 0.27.0-nightly.20260127.00f60ef53 #17619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Summary of ChangesHello @gemini-cli-robot, 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 performs an automated update to the project's nightly release version. It increments the version string across the main project and its sub-packages, and also updates the associated sandbox image URI. Additionally, it streamlines dependency declarations by removing redundant Highlights
Using Gemini Code AssistThe 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
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 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
|
|
Size Change: -2 B (0%) Total Size: 23.4 MB ℹ️ View Unchanged
|
There was a problem hiding this 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 a version bump for a nightly release, updating version numbers across the root package.json, workspace package.json files, and package-lock.json. Additionally, it removes the "peer": true flag from several dependency entries within package-lock.json.
| "integrity": "sha512-t54CUOsFMappY1Jbzb7fetWeO0n6K0k/4+/ZpkS+3Joz8I4VcvY9OiEBFRYISqaI2fq5sCiPtAjRDOzVYG8m+Q==", | ||
| "dev": true, | ||
| "license": "MIT", | ||
| "peer": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "peer": true flag has been removed from this dependency entry, as well as several others in package-lock.json (e.g., @opentelemetry/api, react, typescript, express). This flag typically indicates that a package is a peer dependency of its parent. Please confirm that this change is intentional and does not inadvertently affect dependency resolution or lead to issues where these packages are expected to be peer dependencies by other parts of the application. This might be a result of updated npm resolution logic or changes in upstream package declarations.
Automated version bump for nightly release.