Skip to content

Release 1.1.0 - #7

Merged
dennisdornon merged 1 commit into
mainfrom
release/v1.1.0
Jul 23, 2026
Merged

Release 1.1.0#7
dennisdornon merged 1 commit into
mainfrom
release/v1.1.0

Conversation

@dennisdornon

@dennisdornon dennisdornon commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Version bump to 1.1.0, changelog cut for the release, and one packaging change: CHANGELOG.md now ships in the npm tarball so consumers see the breaking credential-binding notice.

The 1.1.0 section leads with the breaking change: keychain credentials are bound to the profile's canonical Dashboard identity, and each profile stored by an earlier version needs a one-time mainwpcontrol login.

No source changes; CI plus the changelog diff is the review surface.

Summary by CodeRabbit

  • Documentation

    • Added release notes for version 1.1.0.
    • Updated the changelog comparison link for the current release.
  • Chores

    • Published the package as version 1.1.0.
    • Included the changelog in the published package contents.

Bump the version, cut the Unreleased changelog into the 1.1.0 section,
and ship CHANGELOG.md in the npm tarball so consumers see the breaking
credential-binding notice.
@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

Updates the package from beta to stable version 1.1.0, includes CHANGELOG.md in published files, and aligns changelog release and comparison links.

Changes

Stable release metadata

Layer / File(s) Summary
Stable release metadata and changelog
package.json, CHANGELOG.md
Sets the package version to 1.1.0, adds CHANGELOG.md to published files, and updates changelog release references.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: releasing version 1.1.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.1.0

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Checkov (3.3.8)
package.json

Traceback (most recent call last):
File "/usr/local/bin/checkov", line 2, in
from checkov.main import Checkov
ModuleNotFoundError: No module named 'checkov'

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

package.json

Parsing error: ESLint was configured to run on <tsconfigRootDir>/package.json using parserOptions.project: /tsconfig.json
The extension for the file (.json) is non-standard. You should add parserOptions.extraFileExtensions to your config.


Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
package.json (1)

15-16: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Assert that CHANGELOG.md is included in the packed tarball.

The package metadata adds the file, but tests/acceptance/lib/pack.ts only requires the manifest, binary, dist, and completions. Add entrySet.has('package/CHANGELOG.md') so this release requirement is protected against regression.

Proposed test update
 const requiredFilesPresent =
   entrySet.has('package/bin/run.js') &&
   entrySet.has('package/oclif.manifest.json') &&
+  entrySet.has('package/CHANGELOG.md') &&
   entries.some(entry => entry.startsWith('package/dist/')) &&
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` around lines 15 - 16, Update the tarball acceptance assertions
in the pack test’s entry-set validation to require
entrySet.has('package/CHANGELOG.md'), alongside the existing manifest, binary,
dist, and completions checks.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@package.json`:
- Around line 15-16: Update the tarball acceptance assertions in the pack test’s
entry-set validation to require entrySet.has('package/CHANGELOG.md'), alongside
the existing manifest, binary, dist, and completions checks.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bd64d2c7-f78e-4366-ae5e-fc78a14cc16c

📥 Commits

Reviewing files that changed from the base of the PR and between babd44b and 2947af7.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • CHANGELOG.md
  • package.json

@dennisdornon
dennisdornon merged commit f3996ef into main Jul 23, 2026
9 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request Jul 27, 2026
@dennisdornon
dennisdornon deleted the release/v1.1.0 branch July 27, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant