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-update
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.15
Choose a base ref
...
head repository: oclif/plugin-update
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.6.16
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 8, 2024

  1. fix(deps): bump debug from 4.3.7 to 4.4.0 (#995)

    Bumps [debug](https://github.com/debug-js/debug) from 4.3.7 to 4.4.0.
    - [Release notes](https://github.com/debug-js/debug/releases)
    - [Commits](debug-js/debug@4.3.7...4.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: debug
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cfa23c7 View commit details
  2. Copy the full SHA
    60fddf7 View commit details
Showing with 20 additions and 7 deletions.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +2 −2 package.json
  4. +11 −4 yarn.lock
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.6.16](https://github.com/oclif/plugin-update/compare/4.6.15...4.6.16) (2024-12-08)

### Bug Fixes

- **deps:** bump debug from 4.3.7 to 4.4.0 ([#995](https://github.com/oclif/plugin-update/issues/995)) ([cfa23c7](https://github.com/oclif/plugin-update/commit/cfa23c7927a3120786339d37236726afa34c456a))

## [4.6.15](https://github.com/oclif/plugin-update/compare/4.6.14...4.6.15) (2024-12-08)

### Bug Fixes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ EXAMPLES
$ oclif-example update --available
```

_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.6.15/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.6.16/src/commands/update.ts)_

<!-- commandsstop -->

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@oclif/plugin-update",
"version": "4.6.15",
"version": "4.6.16",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@inquirer/select": "^2.5.0",
"@oclif/core": "^4",
"@oclif/table": "^0.3.5",
"ansis": "^3.3.2",
"debug": "^4.3.7",
"debug": "^4.4.0",
"filesize": "^6.1.0",
"got": "^13",
"proxy-agent": "^6.4.0",
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2798,10 +2798,10 @@ data-view-byte-offset@^1.0.0:
es-errors "^1.3.0"
is-data-view "^1.0.1"

debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.7, debug@~4.3.6:
version "4.3.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.7, debug@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
dependencies:
ms "^2.1.3"

@@ -2812,6 +2812,13 @@ debug@^3.2.7:
dependencies:
ms "^2.1.1"

debug@~4.3.6:
version "4.3.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
dependencies:
ms "^2.1.3"

decamelize@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"