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

Commits on Apr 16, 2023

  1. fix(deps): bump semver from 7.3.8 to 7.4.0

    Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.4.0.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.3.8...v7.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 16, 2023
    Copy the full SHA
    ed4016a View commit details
  2. Merge pull request #372 from oclif/dependabot-npm_and_yarn-semver-7.4.0

    fix(deps): bump semver from 7.3.8 to 7.4.0
    svc-cli-bot authored Apr 16, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    targos Michaël Zasso
    Copy the full SHA
    e75909e View commit details
  3. Verified

    This commit was signed with the committer’s verified signature.
    ruyadorno Ruy Adorno
    Copy the full SHA
    cd7bcfd 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.35](https://github.com/oclif/plugin-warn-if-update-available/compare/2.0.34...2.0.35) (2023-04-16)


### Bug Fixes

* **deps:** bump semver from 7.3.8 to 7.4.0 ([ed4016a](https://github.com/oclif/plugin-warn-if-update-available/commit/ed4016a6962fa7d477fb74eb20f7bd6fc3d59aa4))



## [2.0.34](https://github.com/oclif/plugin-warn-if-update-available/compare/2.0.33...2.0.34) (2023-04-16)


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-warn-if-update-available",
"description": "warns if there is a newer version of CLI released",
"version": "2.0.34",
"version": "2.0.35",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
@@ -11,7 +11,7 @@
"fs-extra": "^9.0.1",
"http-call": "^5.2.2",
"lodash": "^4.17.21",
"semver": "^7.3.8"
"semver": "^7.4.0"
},
"devDependencies": {
"@oclif/test": "^1.2.8",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -4030,10 +4030,10 @@ semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
version "7.3.8"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.4.0:
version "7.4.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.4.0.tgz#8481c92feffc531ab1e012a8ffc15bdd3a0f4318"
integrity sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==
dependencies:
lru-cache "^6.0.0"