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.16
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.17
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Dec 17, 2022

  1. fix(deps): bump @oclif/core from 1.21.0 to 1.22.0

    Bumps [@oclif/core](https://github.com/oclif/core) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.21.0...1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 17, 2022

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    chrischdi Christian Schlotter
    Copy the full SHA
    f34c473 View commit details

Commits on Dec 18, 2022

  1. Merge pull request #338 from oclif/dependabot-npm_and_yarn-oclif-core…

    …-1.22.0
    
    fix(deps): bump @oclif/core from 1.21.0 to 1.22.0
    svc-cli-bot authored Dec 18, 2022
    Copy the full SHA
    582dbcc View commit details
  2. Copy the full SHA
    fc2cc00 View commit details
Showing with 6 additions and 6 deletions.
  1. +2 −2 package.json
  2. +4 −4 yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@oclif/plugin-warn-if-update-available",
"description": "warns if there is a newer version of CLI released",
"version": "2.0.16",
"version": "2.0.17",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/core": "^1.21.0",
"@oclif/core": "^1.22.0",
"chalk": "^4.1.0",
"debug": "^4.1.0",
"fs-extra": "^9.0.1",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -127,10 +127,10 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.1.1", "@oclif/core@^1.21.0":
version "1.21.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.21.0.tgz#d91b2f40a4f446279ab6335c619fc1716fc23ab6"
integrity sha512-B/AKYfHcNRAbb6Xz2kj0FlH9gWEi8aFS4iEr7EzguP3E2DpDk4wcf7eOMOfJYEmhuVd9sOpVWSnI2yP+FL/3Sg==
"@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.1.1", "@oclif/core@^1.22.0":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.22.0.tgz#dfdd76db6435cc1be2de7bbe25c23302332b9297"
integrity sha512-Bvyi6uFbmpkFl9XUATsGMlqEDGfqMKWL0Mu5VQTuPg7/NIyfygYkaburn11uGkOp0a8yG6fPpyVBfGmztjNPGA==
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^3.0.3"