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

Commits on Jan 1, 2023

  1. chore(dev-deps): bump @types/node from 14.18.35 to 14.18.36

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.35 to 14.18.36.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3147744 View commit details
  2. Merge pull request #339 from oclif/dependabot-npm_and_yarn-types-node…

    …-14.18.36
    
    chore(dev-deps): bump @types/node from 14.18.35 to 14.18.36
    svc-cli-bot authored Jan 1, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8e2bb4b View commit details

Commits on Jan 14, 2023

  1. fix(deps): bump @oclif/core from 1.23.1 to 1.24.0

    Bumps [@oclif/core](https://github.com/oclif/core) from 1.23.1 to 1.24.0.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.23.1...1.24.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 Jan 14, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c8f3356 View commit details

Commits on Jan 15, 2023

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

    …-1.24.0
    
    fix(deps): bump @oclif/core from 1.23.1 to 1.24.0
    svc-cli-bot authored Jan 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f75fd3c View commit details
  2. Copy the full SHA
    1594467 View commit details
Showing with 16 additions and 16 deletions.
  1. +3 −3 package.json
  2. +13 −13 yarn.lock
6 changes: 3 additions & 3 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.18",
"version": "2.0.19",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/core": "^1.23.1",
"@oclif/core": "^1.24.0",
"chalk": "^4.1.0",
"debug": "^4.1.0",
"fs-extra": "^9.0.1",
@@ -19,7 +19,7 @@
"@types/fs-extra": "^9.0.1",
"@types/lodash": "^4.14.191",
"@types/mocha": "^8.0.0",
"@types/node": "^14.18.35",
"@types/node": "^14.18.36",
"@types/semver": "^7.3.13",
"chai": "^4.3.7",
"eslint": "^7.3.1",
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -127,13 +127,13 @@
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.23.1":
version "1.23.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a"
integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA==
"@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.1.1", "@oclif/core@^1.24.0":
version "1.24.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.0.tgz#e94e2f3a1259ebb3cc867d04b12c5bfc31c21f50"
integrity sha512-J41suyV4fLfLcRRySZdtgFYSjIlpYqD90SY01Fm4+ZJUMcfDh/eQAD4sogyYOsIT0bfEzYOyYCjmfHmgcoX5aA==
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^3.0.3"
"@oclif/screen" "^3.0.4"
ansi-escapes "^4.3.2"
ansi-styles "^4.3.0"
cardinal "^2.1.1"
@@ -212,10 +212,10 @@
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==

"@oclif/screen@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==
"@oclif/screen@^3.0.4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.4.tgz#663db0ecaf23f3184e7f01886ed578060e4a7f1c"
integrity sha512-IMsTN1dXEXaOSre27j/ywGbBjrzx0FNd1XmuhCWCB9NTPrhWI1Ifbz+YLSEcstfQfocYsrbrIessxXb2oon4lA==

"@oclif/test@^1.2.8":
version "1.2.8"
@@ -276,10 +276,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^14.18.35":
version "14.18.35"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.35.tgz#879c4659cb7b3fe515844f029c75079c941bb65c"
integrity sha512-2ATO8pfhG1kDvw4Lc4C0GXIMSQFFJBCo/R1fSgTwmUlq5oy95LXyjDQinsRVgQY6gp6ghh3H91wk9ES5/5C+Tw==
"@types/node@*", "@types/node@^14.18.36":
version "14.18.36"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.36.tgz#c414052cb9d43fab67d679d5f3c641be911f5835"
integrity sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"