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.42
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.43
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 15, 2023

  1. fix(deps): bump @oclif/core from 2.8.11 to 2.9.3

    Bumps [@oclif/core](https://github.com/oclif/core) from 2.8.11 to 2.9.3.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@2.8.11...2.9.3)
    
    ---
    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 Jul 15, 2023
    Copy the full SHA
    baf1455 View commit details

Commits on Jul 16, 2023

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

    …-2.9.3
    
    fix(deps): bump @oclif/core from 2.8.11 to 2.9.3
    svc-cli-bot authored Jul 16, 2023
    Copy the full SHA
    36057d4 View commit details
  2. Copy the full SHA
    ce60e62 View commit details
Showing with 16 additions and 6 deletions.
  1. +9 −0 CHANGELOG.md
  2. +2 −2 package.json
  3. +5 −4 yarn.lock
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.43](https://github.com/oclif/plugin-warn-if-update-available/compare/2.0.42...2.0.43) (2023-07-16)


### Bug Fixes

* **deps:** bump @oclif/core from 2.8.11 to 2.9.3 ([baf1455](https://github.com/oclif/plugin-warn-if-update-available/commit/baf1455ab663793d519480f7f7a8b98fd71f6fe3))



## [2.0.42](https://github.com/oclif/plugin-warn-if-update-available/compare/2.0.41...2.0.42) (2023-07-09)


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.42",
"version": "2.0.43",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/core": "^2.8.11",
"@oclif/core": "^2.9.3",
"chalk": "^4.1.0",
"debug": "^4.1.0",
"fs-extra": "^9.0.1",
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -306,10 +306,10 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^2.0.3", "@oclif/core@^2.8.11", "@oclif/core@^2.8.4":
version "2.8.11"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.11.tgz#fbdf8b5b74a8b2012f2fcd5a30a515d327b54482"
integrity sha512-9wYW6KRSWfB/D+tqeyl/jxmEz/xPXkFJGVWfKaptqHz6FPWNJREjAM945MuJL2Y8NRhMe+ScRlZ3WpdToX5aVQ==
"@oclif/core@^2.0.3", "@oclif/core@^2.8.4", "@oclif/core@^2.9.3":
version "2.9.3"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.3.tgz#d20478d03b57713e5a6d9582027f97e83e8be496"
integrity sha512-0KLiVpXCJivAjLoj/LAXQf85MtGzyforyPkgNJQEP6QQugnuq2kHcG+DojWEQYz0sADXT2259EdPibslEThUMg==
dependencies:
"@types/cli-progress" "^3.11.0"
ansi-escapes "^4.3.2"
@@ -331,6 +331,7 @@
object-treeify "^1.1.33"
password-prompt "^1.1.2"
semver "^7.5.3"
slice-ansi "^4.0.0"
string-width "^4.2.3"
strip-ansi "^6.0.1"
supports-color "^8.1.1"