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.20
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.21
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 23, 2023

  1. fix: bump core

    mdonnalley committed Jan 23, 2023
    Copy the full SHA
    cb3de0e View commit details
  2. Copy the full SHA
    9f768f0 View commit details
Showing with 1,930 additions and 2,260 deletions.
  1. +3 −3 package.json
  2. +1,927 −2,257 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.20",
"version": "2.0.21",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/core": "^1.25.0",
"@oclif/core": "^2.0.3",
"chalk": "^4.1.0",
"debug": "^4.1.0",
"fs-extra": "^9.0.1",
@@ -27,7 +27,7 @@
"eslint-config-oclif-typescript": "^0.2.0",
"globby": "^11.0.1",
"mocha": "^8.0.1",
"oclif": "^2.1.0",
"oclif": "^3.6.1",
"ts-node": "^9.1.1",
"tslib": "^2.4.1",
"typescript": "4.4.3"
4,184 changes: 1,927 additions & 2,257 deletions yarn.lock

Large diffs are not rendered by default.