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

Commits on Jul 8, 2023

  1. fix(deps): bump semver from 7.5.3 to 7.5.4

    Bumps [semver](https://github.com/npm/node-semver) from 7.5.3 to 7.5.4.
    - [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.5.3...v7.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 8, 2023
    Copy the full SHA
    c6b8b28 View commit details

Commits on Jul 9, 2023

  1. Merge pull request #397 from oclif/dependabot-npm_and_yarn-semver-7.5.4

    fix(deps): bump semver from 7.5.3 to 7.5.4
    svc-cli-bot authored Jul 9, 2023
    Copy the full SHA
    8f87602 View commit details
  2. Copy the full SHA
    0a75ca8 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.42](https://github.com/oclif/plugin-warn-if-update-available/compare/2.0.41...2.0.42) (2023-07-09)


### Bug Fixes

* **deps:** bump semver from 7.5.3 to 7.5.4 ([c6b8b28](https://github.com/oclif/plugin-warn-if-update-available/commit/c6b8b28522e7f793d3b04fcb67e2dfb71d27be65))



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


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.41",
"version": "2.0.42",
"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.5.3"
"semver": "^7.5.4"
},
"devDependencies": {
"@oclif/test": "^1.2.8",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -4058,10 +4058,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, semver@^7.5.3:
version "7.5.3"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
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.5.3, semver@^7.5.4:
version "7.5.4"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
dependencies:
lru-cache "^6.0.0"