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.16
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.17
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 8, 2024

  1. chore(dev-deps): bump oclif from 4.15.25 to 4.16.0 (#994)

    Bumps [oclif](https://github.com/oclif/oclif) from 4.15.25 to 4.16.0.
    - [Release notes](https://github.com/oclif/oclif/releases)
    - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
    - [Commits](oclif/oclif@4.15.25...4.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: oclif
      dependency-type: direct:development
      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
    Copy the full SHA
    08f437a View commit details
  2. fix(deps): bump proxy-agent from 6.4.0 to 6.5.0 (#993)

    Bumps [proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent) from 6.4.0 to 6.5.0.
    - [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
    - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/proxy-agent/CHANGELOG.md)
    - [Commits](https://github.com/TooTallNate/proxy-agents/commits/proxy-agent@6.5.0/packages/proxy-agent)
    
    ---
    updated-dependencies:
    - dependency-name: proxy-agent
      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. The key has expired.
    Copy the full SHA
    2e0cb81 View commit details
  3. Copy the full SHA
    5840529 View commit details
Showing with 619 additions and 171 deletions.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +2 −2 package.json
  4. +610 −168 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.17](https://github.com/oclif/plugin-update/compare/4.6.16...4.6.17) (2024-12-08)

### Bug Fixes

- **deps:** bump proxy-agent from 6.4.0 to 6.5.0 ([#993](https://github.com/oclif/plugin-update/issues/993)) ([2e0cb81](https://github.com/oclif/plugin-update/commit/2e0cb814db00c069b2c96b086dc5597424005fb5))

## [4.6.16](https://github.com/oclif/plugin-update/compare/4.6.15...4.6.16) (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.16/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.6.17/src/commands/update.ts)_

<!-- commandsstop -->

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-update",
"version": "4.6.16",
"version": "4.6.17",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
@@ -11,7 +11,7 @@
"debug": "^4.4.0",
"filesize": "^6.1.0",
"got": "^13",
"proxy-agent": "^6.4.0",
"proxy-agent": "^6.5.0",
"semver": "^7.6.3",
"tar-fs": "^2.1.1"
},
778 changes: 610 additions & 168 deletions yarn.lock

Large diffs are not rendered by default.