Skip to content

Comments

fix: fix formatting issues and update dependencies#3537

Merged
eablack merged 5 commits intov11.0.0from
eb/fix-formatting-issues
Feb 24, 2026
Merged

fix: fix formatting issues and update dependencies#3537
eablack merged 5 commits intov11.0.0from
eb/fix-formatting-issues

Conversation

@eablack
Copy link
Contributor

@eablack eablack commented Feb 24, 2026

Summary

This PR fixes formatting inconsistencies across multiple command files, updates dependabot configuration, and upgrades several dependencies. It turns out for addons:info, the changed attribute order is what we want. there was a bug in v10 ordering the attributes incorrectly.

Type of Change

Breaking Changes (major semver update)

  • Add a ! after your change type to denote a change that breaks current behavior

Feature Additions (minor semver update)

  • feat: Introduces a new feature to the codebase

Patch Updates (patch semver update)

  • fix: Bug fix
  • deps: Dependency upgrade
  • revert: Revert a previous commit
  • chore: Change that does not affect production code
  • refactor: Refactoring existing code without changing behavior
  • test: Add/update/remove tests

Testing

Steps:

  1. pull down branch, npm install && npm run build
  2. Verify ./bin/run addons:info <addon> displays correctly
  3. Verify ./bin/run apps:errors shows proper header with "===" prefix
  4. Verify ./bin/run features:info <feature> displays properties in correct order
  5. Verify ./bin/run releases without --extended flag doesn't show slug columns
  6. Verify ./bin/run releases --extended shows slug_id and slug_uuid columns
  7. Verify ./bin/run releases:info <version> displays properties in correct order

Related Issues

https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00002VGoRQYA1/view
https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00002VGhq8YAD/view
https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00002VGfWgYAL/view

@eablack eablack requested a review from a team as a code owner February 24, 2026 21:00
@eablack eablack changed the title chore: update dependencies and fix formatting issues fix update dependencies and fix formatting issues Feb 24, 2026
@eablack eablack changed the title fix update dependencies and fix formatting issues fix: update dependencies and fix formatting issues Feb 24, 2026
@eablack eablack force-pushed the eb/fix-formatting-issues branch from f589676 to 516c2e7 Compare February 24, 2026 21:11
@eablack eablack changed the title fix: update dependencies and fix formatting issues fix: fix formatting issues and update dependencies Feb 24, 2026
- Add commit message prefix configuration to dependabot
- Update @heroku-cli/command, @heroku-cli/util, and @oclif/core
- Fix code formatting issues in addons/info, apps/errors, features/info, and releases commands
- Improve consistency in column ordering and header formatting
@eablack eablack force-pushed the eb/fix-formatting-issues branch from 4e4278a to ef1cc6b Compare February 24, 2026 22:38
Copy link
Contributor

@tlowrimore-heroku tlowrimore-heroku left a comment

Choose a reason for hiding this comment

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

LGTM!

@eablack eablack merged commit 31291c6 into v11.0.0 Feb 24, 2026
13 checks passed
@eablack eablack deleted the eb/fix-formatting-issues branch February 24, 2026 23:57
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.

2 participants