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: salesforcecli/cli-plugins-testkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.7
Choose a base ref
...
head repository: salesforcecli/cli-plugins-testkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.8
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Nov 13, 2022

  1. fix(deps): bump @salesforce/kit from 1.7.1 to 1.8.0

    Bumps [@salesforce/kit](https://github.com/forcedotcom/kit) from 1.7.1 to 1.8.0.
    - [Release notes](https://github.com/forcedotcom/kit/releases)
    - [Changelog](https://github.com/forcedotcom/kit/blob/main/CHANGELOG.md)
    - [Commits](forcedotcom/kit@1.7.1...1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@salesforce/kit"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 13, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1a540fa View commit details
  2. Merge pull request #336 from salesforcecli/dependabot-npm_and_yarn-sa…

    …lesforce-kit-1.8.0
    
    fix(deps): bump @salesforce/kit from 1.7.1 to 1.8.0
    svc-cli-bot authored Nov 13, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c14cc91 View commit details
  3. Copy the full SHA
    2e0ebd9 View commit details
Showing with 8 additions and 8 deletions.
  1. +2 −2 package.json
  2. +6 −6 yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/cli-plugins-testkit",
"description": "Provides test utilities to assist Salesforce CLI plug-in authors with writing non-unit tests (NUT).",
"version": "3.2.7",
"version": "3.2.8",
"author": "Salesforce",
"license": "BSD-3-Clause",
"main": "lib/index.js",
@@ -43,7 +43,7 @@
],
"dependencies": {
"@salesforce/core": "^3.31.19",
"@salesforce/kit": "^1.7.1",
"@salesforce/kit": "^1.8.0",
"@salesforce/ts-types": "^1.5.21",
"@types/shelljs": "^0.8.11",
"archiver": "^5.2.0",
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -685,12 +685,12 @@
typedoc-plugin-missing-exports "0.23.0"
typescript "^4.1.3"

"@salesforce/kit@^1.7.0", "@salesforce/kit@^1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.7.1.tgz#2337ae354409726f1822f1b03a3d7073e84cd249"
integrity sha512-XbLtEgMNBGZqtY/OldEru+LzASS3o37MZ6eNlSG19eAroGqFdlr4pzZUD/UaWSt6E0s0arj4IwAP5/hQLbrBZw==
"@salesforce/kit@^1.7.0", "@salesforce/kit@^1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.8.0.tgz#d5b8d83d5b0b866cb76840dc7a18e115589d86a0"
integrity sha512-Pr9CWAIzVYKZRWvM76lyhEtF3CPmVdIfgbqRD7KT/YZdbLstX3KHYBxCyx3TyWZr5qROv96n+jRIBiIFI9LGGw==
dependencies:
"@salesforce/ts-types" "^1.7.0"
"@salesforce/ts-types" "^1.7.1"
shx "^0.3.3"
tslib "^2.2.0"

@@ -713,7 +713,7 @@
sinon "^5.1.1"
tslib "^2.2.0"

"@salesforce/ts-types@^1.5.21", "@salesforce/ts-types@^1.7.0", "@salesforce/ts-types@^1.7.1":
"@salesforce/ts-types@^1.5.21", "@salesforce/ts-types@^1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.1.tgz#86b0d0c3bfd5c9b1752662a019a3d2f3bc8ff118"
integrity sha512-jwZb8fYxbOmEckoJTxG2+5ZEJNJOFxmRJ/FioPnSu4IMFzpK3QbyujfqpHwLfPKHq0xlKRMx+F8QAVVKI/PA4w==