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: 2.6.5
Choose a base ref
...
head repository: oclif/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.7.0
Choose a head ref
  • 8 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 21, 2023

  1. chore(dev-deps): bump @oclif/plugin-help from 5.2.7 to 5.2.8

    Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.7 to 5.2.8.
    - [Release notes](https://github.com/oclif/plugin-help/releases)
    - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
    - [Commits](oclif/plugin-help@5.2.7...5.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/plugin-help"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c30e1d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Merge pull request #663 from oclif/dependabot-npm_and_yarn-oclif-plug…

    …in-help-5.2.8
    
    chore(dev-deps): bump @oclif/plugin-help from 5.2.7 to 5.2.8
    svc-cli-bot authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c82d8e7 View commit details
    Browse the repository at this point in the history
  2. chore(dev-deps): bump fancy-test from 2.0.12 to 2.0.15

    Bumps [fancy-test](https://github.com/oclif/fancy-test) from 2.0.12 to 2.0.15.
    - [Release notes](https://github.com/oclif/fancy-test/releases)
    - [Changelog](https://github.com/oclif/fancy-test/blob/main/CHANGELOG.md)
    - [Commits](oclif/fancy-test@2.0.12...2.0.15)
    
    ---
    updated-dependencies:
    - dependency-name: fancy-test
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a075c66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #669 from oclif/dependabot-npm_and_yarn-fancy-test…

    …-2.0.15
    
    chore(dev-deps): bump fancy-test from 2.0.12 to 2.0.15
    svc-cli-bot authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9ba0a4c View commit details
    Browse the repository at this point in the history
  4. chore(dev-deps): bump @oclif/test from 2.3.9 to 2.3.11

    Bumps [@oclif/test](https://github.com/oclif/test) from 2.3.9 to 2.3.11.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@2.3.9...2.3.11)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    85c63b6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #666 from oclif/dependabot-npm_and_yarn-oclif-test…

    …-2.3.11
    
    chore(dev-deps): bump @oclif/test from 2.3.9 to 2.3.11
    svc-cli-bot authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    252a176 View commit details
    Browse the repository at this point in the history
  6. feat: add param noSensitiveData to Plugin.load (#665)

    * feat: add new param noSensitiveData to Plugin.load
    
    @W-12513575@
    
    * chore: add param to plugin interface
    
    * chore: add param to plugin interface
    
    * chore: address review concerns
    
    * fix: add plugin load param that indicates menifest write underway
    
    @W-12513575@
    @W-11868418@
    
    * chore: remove redundant T from type
    peternhale authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b4a738e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66371a7 View commit details
    Browse the repository at this point in the history
Loading