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/plugin-warn-if-update-available
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.28
Choose a base ref
...
head repository: oclif/plugin-warn-if-update-available
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.29
Choose a head ref
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 25, 2023

  1. chore(dev-deps): bump oclif from 3.6.5 to 3.7.0

    Bumps [oclif](https://github.com/oclif/oclif) from 3.6.5 to 3.7.0.
    - [Release notes](https://github.com/oclif/oclif/releases)
    - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
    - [Commits](oclif/oclif@3.6.5...3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: oclif
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 25, 2023
    Copy the full SHA
    d880324 View commit details

Commits on Feb 26, 2023

  1. Merge pull request #356 from oclif/dependabot-npm_and_yarn-oclif-3.7.0

    chore(dev-deps): bump oclif from 3.6.5 to 3.7.0
    svc-cli-bot authored Feb 26, 2023
    Copy the full SHA
    fc90d95 View commit details

Commits on Feb 28, 2023

  1. fix: add check for FORCE_VERSION_CACHE_UPDATE env variable (#357)

    * fix: add check for FORCE_VERSION_CACHE_UPDATE env variable
    
    * fix: add scope to new cache update env variable
    k80bowman authored Feb 28, 2023
    Copy the full SHA
    ace4bcd View commit details
  2. Copy the full SHA
    035a989 View commit details
Showing with 360 additions and 69 deletions.
  1. +339 −56 CHANGELOG.md
  2. +2 −2 package.json
  3. +1 −0 src/hooks/init/check-update.ts
  4. +18 −11 yarn.lock
Loading