Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oclif/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.6
Choose a base ref
...
head repository: oclif/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.6.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 4 contributors

Commits on Oct 18, 2025

  1. chore(dev-deps): bump eslint-config-oclif from 6.0.108 to 6.0.110

    Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 6.0.108 to 6.0.110.
    - [Release notes](https://github.com/oclif/eslint-config-oclif/releases)
    - [Changelog](https://github.com/oclif/eslint-config-oclif/blob/main/CHANGELOG.md)
    - [Commits](oclif/eslint-config-oclif@6.0.108...6.0.110)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-oclif
      dependency-version: 6.0.110
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    3a39136 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1485 from oclif/dependabot-npm_and_yarn-eslint-co…

    …nfig-oclif-6.0.110
    
    chore(dev-deps): bump eslint-config-oclif from 6.0.108 to 6.0.110
    svc-cli-bot authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    e9e7f04 View commit details
    Browse the repository at this point in the history
  3. chore(dev-deps): bump eslint from 9.37.0 to 9.38.0

    Bumps [eslint](https://github.com/eslint/eslint) from 9.37.0 to 9.38.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v9.37.0...v9.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 9.38.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    c5a1820 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1483 from oclif/dependabot-npm_and_yarn-eslint-9.…

    …38.0
    
    chore(dev-deps): bump eslint from 9.37.0 to 9.38.0
    svc-cli-bot authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    c462bb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    95366b6 View commit details
    Browse the repository at this point in the history
  2. chore(dev-deps): bump @oclif/plugin-plugins from 5.4.49 to 5.4.50 (#1484

    )
    
    Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 5.4.49 to 5.4.50.
    - [Release notes](https://github.com/oclif/plugin-plugins/releases)
    - [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md)
    - [Commits](oclif/plugin-plugins@5.4.49...5.4.50)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/plugin-plugins"
      dependency-version: 5.4.50
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    da2d311 View commit details
    Browse the repository at this point in the history
  3. feat: support the 'combinable' & 'only' flag relationships (#1487) (#…

    …1488)
    
    This new flag relationship aims to ease defining that a specific flag is ONLY compatible
    with just a few other ones.
    Currently users would have to enumerate all other incompatible flags in the exclusive relationship,
    which leads to some repetition, doesn't capture exactly the original intention, and could lead to
    oversights if more flags are added to that command later.
    I realized this use case while working on a balena-cli PR, where we had to define that
     --config is allowed to be combined with the --yes flag and is incompatible with all other flags.
    The workaround that we ended up having to use, was to use an IIFE and define the compatible flags
    in a separate array and reference that in the exclusive property.
    balena-io/balena-cli@692e70d
    
    Co-authored-by: Thodoris Greasidis <thgreasi@gmail.com>
    mdonnalley and thgreasi authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    d13b448 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a32cc5 View commit details
    Browse the repository at this point in the history
Loading