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

Commits on Mar 18, 2023

  1. fix(deps): bump @oclif/core from 2.6.2 to 2.6.4

    Bumps [@oclif/core](https://github.com/oclif/core) from 2.6.2 to 2.6.4.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@2.6.2...2.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 18, 2023

    Verified

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

Commits on Mar 19, 2023

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

    …-2.6.4
    
    fix(deps): bump @oclif/core from 2.6.2 to 2.6.4
    svc-cli-bot authored Mar 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    491e0ce View commit details
  2. Copy the full SHA
    525675e View commit details
Showing with 15 additions and 6 deletions.
  1. +9 −0 CHANGELOG.md
  2. +2 −2 package.json
  3. +4 −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.32](https://github.com/oclif/plugin-warn-if-update-available/compare/2.0.31...2.0.32) (2023-03-19)


### Bug Fixes

* **deps:** bump @oclif/core from 2.6.2 to 2.6.4 ([b2eeeb9](https://github.com/oclif/plugin-warn-if-update-available/commit/b2eeeb90b42195624d9b0ebe2eea52a394708264))



## [2.0.31](https://github.com/oclif/plugin-warn-if-update-available/compare/2.0.30...2.0.31) (2023-03-12)


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.31",
"version": "2.0.32",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/core": "^2.6.2",
"@oclif/core": "^2.6.4",
"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
@@ -306,10 +306,10 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^2.0.3", "@oclif/core@^2.3.0", "@oclif/core@^2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.2.tgz#6ec15faf0c1e0e01e3c13c1c33827c12baaf0c88"
integrity sha512-roxcBLr4BuoOEDEkMQk4Yy0Tolr39n6i+A63qPLa19vrgxjZZJygh2HpThsn69/UPuEzMq051FnvJ9tNln3Y5g==
"@oclif/core@^2.0.3", "@oclif/core@^2.3.0", "@oclif/core@^2.6.4":
version "2.6.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.4.tgz#40a35355fece01cdedecaf8d8d523d92d47a408b"
integrity sha512-QkmPEdMsC8z/9d02bQvYZuviJhvK92YD/GJ5LlUk7cc8hEZ1JOLSwFg3i2EjlLNXn8OtOQHoe+EeOEaRWROuVA==
dependencies:
"@types/cli-progress" "^3.11.0"
ansi-escapes "^4.3.2"