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: forcedotcom/source-tracking
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.1.3
Choose a base ref
...
head repository: forcedotcom/source-tracking
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.1.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 3, 2024

  1. fix(deps): bump @salesforce/kit from 3.1.6 to 3.2.0

    Bumps [@salesforce/kit](https://github.com/forcedotcom/kit) from 3.1.6 to 3.2.0.
    - [Release notes](https://github.com/forcedotcom/kit/releases)
    - [Changelog](https://github.com/forcedotcom/kit/blob/main/CHANGELOG.md)
    - [Commits](forcedotcom/kit@3.1.6...3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@salesforce/kit"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 3, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    cameronraysmith Cameron Smith
    Copy the full SHA
    09f9bf4 View commit details
  2. Merge pull request #648 from forcedotcom/dependabot-npm_and_yarn-sale…

    …sforce-kit-3.2.0
    
    fix(deps): bump @salesforce/kit from 3.1.6 to 3.2.0
    svc-cli-bot authored Aug 3, 2024
    Copy the full SHA
    d393b43 View commit details
  3. chore(release): 7.1.4 [skip ci]

    svc-cli-bot committed Aug 3, 2024
    Copy the full SHA
    ce9c665 View commit details
Showing with 17 additions and 8 deletions.
  1. +9 −0 CHANGELOG.md
  2. +2 −2 package.json
  3. +6 −6 yarn.lock
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [7.1.4](https://github.com/forcedotcom/source-tracking/compare/7.1.3...7.1.4) (2024-08-03)


### Bug Fixes

* **deps:** bump @salesforce/kit from 3.1.6 to 3.2.0 ([09f9bf4](https://github.com/forcedotcom/source-tracking/commit/09f9bf40c27a70c012dc56d81dbdf982dd026080))



## [7.1.3](https://github.com/forcedotcom/source-tracking/compare/7.1.2...7.1.3) (2024-08-03)


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/source-tracking",
"description": "API for tracking local and remote Salesforce metadata changes",
"version": "7.1.3",
"version": "7.1.4",
"author": "Salesforce",
"license": "BSD-3-Clause",
"main": "lib/index.js",
@@ -51,7 +51,7 @@
"dependencies": {
"@oclif/core": "^4.0.17",
"@salesforce/core": "^8.2.7",
"@salesforce/kit": "^3.1.6",
"@salesforce/kit": "^3.2.0",
"@salesforce/source-deploy-retrieve": "^12.1.11",
"@salesforce/ts-types": "^2.0.12",
"fast-xml-parser": "^4.4.0",
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -646,12 +646,12 @@
typescript "^5.4.3"
wireit "^0.14.5"

"@salesforce/kit@^3.1.6":
version "3.1.6"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.6.tgz#aefb39c0e0f325e11f80551ff92cf6979dd74070"
integrity sha512-zAYPmCSAvdonDOnL5AzuVRVv0sRMlQd6gi12HDE1964VqSjt5pzlLU90thh3Qq4A1Wxbdu0FbHYx9BvZ4fWPvQ==
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.0.tgz#49207c8a5faeb4504e43efb290df84dda137bb0c"
integrity sha512-j9wZr9Pv+kuclMU34z0Jyu0sB6/wEhv5H6l5fwl+cXD18xmruy/Gftfv64LwdUlOxIZDFRISDqfEZ+UfE3dB+A==
dependencies:
"@salesforce/ts-types" "^2.0.10"
"@salesforce/ts-types" "^2.0.11"

"@salesforce/prettier-config@^0.0.3":
version "0.0.3"
@@ -681,7 +681,7 @@
minimatch "^9.0.5"
proxy-agent "^6.4.0"

"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.12":
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
version "2.0.12"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==