Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps @heroku/heroku-cli-util from 8.0.13 to 10.1.0.

Release notes

Sourced from @​heroku/heroku-cli-util's releases.

v10.0.0

What's Changed

Full Changelog: heroku/heroku-cli-util@v9.0.2...v10.0.0

v9.1.0

What's Changed

Full Changelog: heroku/heroku-cli-util@v9.0.2...v9.1.0

v9.0.1

What's Changed

Full Changelog: heroku/heroku-cli-util@v9.0.0...v9.0.1

v9.0.0

What's Changed

Total Rewrite

  • All legacy code removed: The entire lib/ directory and all old test files have been deleted.
  • Modern TypeScript structure: New code is organized under src/ with clear separation of concerns (e.g., src/types/, src/utils/, src/ux/).
  • Updated utilities: PostgreSQL and add-on utilities have been rewritten and expanded under src/utils/pg/ and src/utils/addons/.
  • UX components: User interaction helpers (e.g., prompts, tables, styled output) are now modularized in src/ux/. The ux components serve as the basis for our transition to oclif/core v2. For now, they are simple wrappers around oclif/core v2 ux helpers, and will be rewritten in a future update to not use oclif/core v2.
  • Testing overhaul: Legacy JS tests are removed; new unit tests are written in TypeScript under test/unit/ux/ with a new test/tsconfig.json. This also now provides shared testing utilities, like eslint config and numerous CLI testing helpers.
  • Dependency updates: package.json and package-lock.json are updated; yarn.lock is removed in favor of npm.
  • Documentation: The README.md and other meta files have been updated to reflect the new structure and usage.

Full Changelog: heroku/heroku-cli-util@v8.0.15...v9.0.0

v8.0.15

  • Bump path-to-regexp from 6.2.2 to 6.3.0 (#170) 7dcf359

heroku/heroku-cli-util@v8.0.14...v8.0.15

v8.0.14

  • Bump mocha from 10.2.0 to 10.4.0 (#166) 90bec3d
  • Bump supports-color from 5.5.0 to 9.4.0 (#157) 0d0dcaa
  • Bump mocha-junit-reporter from 1.23.3 to 2.2.1 (#158) 3193631
  • Bump unexpected from 11.15.1 to 13.2.1 (#159) 82a3c54

... (truncated)

Commits
  • 39ca351 10.1.0
  • d8cccf6 feat: export the DatabaseResolver itself (#207)
  • 195fdb3 10.0.0 (#206)
  • 564d815 fix!: Correct database resolver logic and general refactor (#204)
  • 7477358 fix package-lock
  • d3331fd feat: add oclif table options (#198)
  • 63e88bc Bump the patch-dependencies group across 1 directory with 2 updates (#192)
  • 29d9bb9 reafactor!: reimplement ux functions with oclif v4 and other utilities (#193)
  • 83898b9 9.0.2 (#190)
  • 71a1a6f fix: Remove test helpers, rely on test-utils package which resolves some issu...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by eblack, a new releaser for @​heroku/heroku-cli-util since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@heroku/heroku-cli-util](https://github.com/heroku/heroku-cli-util) from 8.0.13 to 10.1.0.
- [Release notes](https://github.com/heroku/heroku-cli-util/releases)
- [Commits](heroku/heroku-cli-util@v8.0.13...v10.1.0)

---
updated-dependencies:
- dependency-name: "@heroku/heroku-cli-util"
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 19, 2025 21:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants