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.9
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.10
Choose a head ref
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Oct 19, 2022

  1. chore([no ci]): Synced local '.github/workflows/manualRelease.yml' wi…

    …th remote 'templates/github-oclif/manualRelease.yml'
    svc-cli-bot committed Oct 19, 2022
    Copy the full SHA
    80099a7 View commit details
  2. Merge pull request #318 from oclif/repo-sync/leif/default

    chore([no ci]): Synced file(s) with salesforcecli/leif
    RodEsp authored Oct 19, 2022
    Copy the full SHA
    e1f0817 View commit details

Commits on Oct 22, 2022

  1. fix(deps): bump @oclif/core from 1.18.0 to 1.19.1

    Bumps [@oclif/core](https://github.com/oclif/core) from 1.18.0 to 1.19.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.18.0...1.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 22, 2022
    Copy the full SHA
    388b410 View commit details

Commits on Oct 23, 2022

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

    …-1.19.1
    
    fix(deps): bump @oclif/core from 1.18.0 to 1.19.1
    svc-cli-bot authored Oct 23, 2022
    Copy the full SHA
    9dffb84 View commit details
  2. Copy the full SHA
    fa143e6 View commit details
Showing with 11 additions and 11 deletions.
  1. +5 −5 .github/workflows/manualRelease.yml
  2. +2 −2 package.json
  3. +4 −4 yarn.lock
10 changes: 5 additions & 5 deletions .github/workflows/manualRelease.yml
Original file line number Diff line number Diff line change
@@ -9,15 +9,15 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.SF_CLI_BOT_GITHUB_TOKEN }}
token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@d360fad3a42feca6462f72c97c165d60a02d4bf2
# overriding some of the basic behaviors to just get the changelog
with:
git-user-name: SF-CLI-BOT
git-user-email: alm-cli@salesforce.com
github-token: ${{ secrets.SF_CLI_BOT_GITHUB_TOKEN }}
git-user-name: svc-cli-bot
git-user-email: svc_cli_bot@salesforce.com
github-token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
output-file: false
# always do the release, even if there are no semantic commits
skip-on-empty: false
@@ -30,7 +30,7 @@ jobs:
- name: Create Github Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.SF_CLI_BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
with:
tag_name: ${{ steps.packageVersion.outputs.prop }}
release_name: ${{ steps.packageVersion.outputs.prop }}
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.9",
"version": "2.0.10",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/core": "^1.18.0",
"@oclif/core": "^1.19.1",
"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
@@ -127,10 +127,10 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.1.1", "@oclif/core@^1.18.0":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.18.0.tgz#93c790c663c6b24a609d1ea44362f5438cb19d73"
integrity sha512-12SWbbDbMrhBmEuN9cOQkbN+sFUKlSTw+NlCPVVIg3uEhnmkXgx2wZJtCN4c+IBMJjC27L9lDneeoe70yQuiVg==
"@oclif/core@^1.0.10", "@oclif/core@^1.0.8", "@oclif/core@^1.1.1", "@oclif/core@^1.19.1":
version "1.19.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.19.1.tgz#6dba92cfb7f1412e43068db3e9716215786f85a3"
integrity sha512-+LtMYQNzfLoYUcBTsWSFQ/4mqiA70XRU6tP+lDNmQQTrB5FHzDoBbyYvdjvMeS42izg78gjlN++rLUaAUCloNw==
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^3.0.2"