-
Notifications
You must be signed in to change notification settings - Fork 83
Comparing changes
Open a pull request
base repository: oclif/core
base: 4.5.6
head repository: oclif/core
compare: 4.6.0
- 8 commits
- 10 files changed
- 4 contributors
Commits on Oct 18, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3a39136 - Browse repository at this point
Copy the full SHA 3a39136View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e9e7f04 - Browse repository at this point
Copy the full SHA e9e7f04View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c5a1820 - Browse repository at this point
Copy the full SHA c5a1820View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c462bb2 - Browse repository at this point
Copy the full SHA c462bb2View commit details
Commits on Oct 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 95366b6 - Browse repository at this point
Copy the full SHA 95366b6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for da2d311 - Browse repository at this point
Copy the full SHA da2d311View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d13b448 - Browse repository at this point
Copy the full SHA d13b448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a32cc5 - Browse repository at this point
Copy the full SHA 8a32cc5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.5.6...4.6.0