diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c0dc96..6f297c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.20](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.19...3.3.20) (2024-07-20) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 11.1.7 to 11.2.0 ([2007261](https://github.com/salesforcecli/plugin-custom-metadata/commit/200726103958ff341576d7edf0f34c456379f4b0)) + ## [3.3.19](https://github.com/salesforcecli/plugin-custom-metadata/compare/3.3.18...3.3.19) (2024-07-19) ### Bug Fixes diff --git a/README.md b/README.md index 62593ace..a04c5fdf 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ FLAG DESCRIPTIONS The value must be greater than or equal to zero. Default value is 0. ``` -_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.19/src/commands/cmdt/generate/field.ts)_ +_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.20/src/commands/cmdt/generate/field.ts)_ ## `sf cmdt generate fromorg` @@ -238,7 +238,7 @@ FLAG DESCRIPTIONS https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5. ``` -_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.19/src/commands/cmdt/generate/fromorg.ts)_ +_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.20/src/commands/cmdt/generate/fromorg.ts)_ ## `sf cmdt generate object` @@ -300,7 +300,7 @@ FLAG DESCRIPTIONS https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5. ``` -_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.19/src/commands/cmdt/generate/object.ts)_ +_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.20/src/commands/cmdt/generate/object.ts)_ ## `sf cmdt generate record` @@ -355,7 +355,7 @@ FLAG DESCRIPTIONS Protected records can only be accessed by code in the same managed package namespace. ``` -_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.19/src/commands/cmdt/generate/record.ts)_ +_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.20/src/commands/cmdt/generate/record.ts)_ ## `sf cmdt generate records` @@ -406,7 +406,7 @@ FLAG DESCRIPTIONS The '__mdt' suffix is appended to the end of the name if it's omitted. ``` -_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.19/src/commands/cmdt/generate/records.ts)_ +_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.20/src/commands/cmdt/generate/records.ts)_ diff --git a/package.json b/package.json index 4d947126..76cba8ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-custom-metadata", "description": "Tools for working with custom metadata types and their records.", - "version": "3.3.19", + "version": "3.3.20", "contributors": [ { "name": "Carolyn Grabill", @@ -43,7 +43,7 @@ "bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues", "dependencies": { "@salesforce/core": "^8.1.0", - "@salesforce/sf-plugins-core": "^11.1.7", + "@salesforce/sf-plugins-core": "^11.2.0", "csv-parse": "^5.5.6", "fast-xml-parser": "^4.4.0" }, diff --git a/yarn.lock b/yarn.lock index a37440f7..a7fda053 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1656,7 +1656,7 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^4", "@oclif/core@^4.0.7", "@oclif/core@^4.0.8": +"@oclif/core@^4", "@oclif/core@^4.0.12", "@oclif/core@^4.0.7": version "4.0.12" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.12.tgz#b47089631827e2c909bfffc8c14d7b1781e502ce" integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg== @@ -1835,18 +1835,18 @@ resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca" integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA== -"@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.1.7": - version "11.1.7" - resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.7.tgz#1af298d3ff6ff82e9944d614740de31b891c188e" - integrity sha512-Nj44Oh1jD9D0fcnqUzFPkRoorZT5LSZbdB141ONRN1SS1VmtLSfZ3QH3CKgBrE+Bj5W4byz/GYNjpT6cv3pmuA== +"@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.2.0": + version "11.2.0" + resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.0.tgz#b7ff6236100a167ebf3afedd551ba7a47808e7bf" + integrity sha512-hqLAQe+nOxWrSuVm5HfTUWDUTa3cKeS9xlrikJ6J9KW0BgM6ZmmA+JdhYRwv+gg0ZUknuJbOY/Ucn04nEw7yMA== dependencies: "@inquirer/confirm" "^3.1.14" "@inquirer/password" "^2.1.14" - "@oclif/core" "^4.0.8" + "@oclif/core" "^4.0.12" "@salesforce/core" "^8.1.1" "@salesforce/kit" "^3.1.6" "@salesforce/ts-types" "^2.0.10" - ansis "^3.2.0" + ansis "^3.2.1" cli-progress "^3.12.0" natural-orderby "^3.0.2" slice-ansi "^7.1.0" @@ -6919,7 +6919,16 @@ srcset@^5.0.0: resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f" integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA== -"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -6987,7 +6996,14 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -7538,7 +7554,7 @@ workerpool@6.2.1: resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343" integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -7556,6 +7572,15 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"