upgrading coana to version 15.10.27 - #1520
Merged
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
Bugbot Autofix is ON. A cloud agent has been kicked off to fix the reported issue.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 89ec107. Configure here.
The bump wrote package.json's version and a `## [1.1.163]` changelog heading itself. Both belong to the release workflow: between releases the manifest holds the last released version, and `promoteChangelog` promotes the whole `## [Unreleased]` block under the version it derives. A hand-written heading consumes that block, so the real release ships with commit-derived notes instead of the ones written for it. Restore the manifest to 1.1.162 and move the Coana note under `## [Unreleased]`. The Coana dependency bump itself is unchanged.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
@coana-tech/clifrom15.10.26to15.10.27.## [Unreleased]in the changelog; the release workflow promotes that block under the version it derives. This PR deliberately does not touchpackage.json's top-levelversion.Coana Changelog
For details on what's included in this Coana release, see the Coana Changelogs.