diff --git a/LICENSE.txt b/LICENSE.txt index 6cfd8734..fa1e65c7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2024, Salesforce.com, Inc. +Copyright (c) 2025, Salesforce.com, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/package.json b/package.json index 8345379d..d16a5875 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@oclif/core": "^4.2.0", "@salesforce/core": "^8.8.0", "@salesforce/kit": "^3.2.3", - "@salesforce/source-deploy-retrieve": "^12.10.4", + "@salesforce/source-deploy-retrieve": "^12.11.2", "@salesforce/ts-types": "^2.0.12", "fast-xml-parser": "^4.5.1", "graceful-fs": "^4.2.11", diff --git a/test/unit/localDetectMovedFiles.test.ts b/test/unit/localDetectMovedFiles.test.ts index bc180f59..272a0d9d 100644 --- a/test/unit/localDetectMovedFiles.test.ts +++ b/test/unit/localDetectMovedFiles.test.ts @@ -10,7 +10,7 @@ import * as fs from 'node:fs'; // @ts-expect-error isogit has both ESM and CJS exports but node16 module/resolution identifies it as ESM import git from 'isomorphic-git'; import { expect, config } from 'chai'; -import sinon = require('sinon'); +import sinon from 'sinon'; import { RegistryAccess } from '@salesforce/source-deploy-retrieve'; import { ShadowRepo } from '../../src/shared/local/localShadowRepo'; diff --git a/test/unit/localShadowRepo.test.ts b/test/unit/localShadowRepo.test.ts index 36c22c48..62360cb5 100644 --- a/test/unit/localShadowRepo.test.ts +++ b/test/unit/localShadowRepo.test.ts @@ -10,7 +10,7 @@ import fs from 'node:fs'; // @ts-expect-error isogit has both ESM and CJS exports but node16 module/resolution identifies it as ESM import git from 'isomorphic-git'; import { expect } from 'chai'; -import sinon = require('sinon'); +import sinon from 'sinon'; import { RegistryAccess } from '@salesforce/source-deploy-retrieve'; import { ShadowRepo } from '../../src/shared/local/localShadowRepo'; diff --git a/yarn.lock b/yarn.lock index f4908cdf..2dd4eba6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -748,10 +748,10 @@ resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca" integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA== -"@salesforce/source-deploy-retrieve@^12.10.4": - version "12.10.4" - resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.4.tgz#d719d6c1ec5e6df90bd7acc1f874f122678e0b0f" - integrity sha512-0zuz2tvfcIJhGFcMUFS3uD66hiWlX9lku+VafAymRNxzMeGR1W5PdSLMwx3q8t9ZMnJjJWvA7QhfYTpy9Ee4/g== +"@salesforce/source-deploy-retrieve@^12.11.2": + version "12.11.2" + resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.11.2.tgz#8e789d88ce92ae024ea9cb57da88345b2d06b564" + integrity sha512-bfx0FnAJ9hfMB2ex9Jv1kfaKYuCe7Xe921ctVEOzIgwM9bisKYfL1NUKCiGwWYgS+dePcwmDcpJFJMr0CUu0ZA== dependencies: "@salesforce/core" "^8.8.0" "@salesforce/kit" "^3.2.2"