Skip to content

Commit

Permalink
fix(deps): bump @salesforce/sf-plugins-core from 5.0.13 to 7.1.4 (#433)
Browse files Browse the repository at this point in the history
* fix(deps): bump @salesforce/sf-plugins-core from 5.0.13 to 7.1.4

Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 5.0.13 to 7.1.4.
- [Release notes](https://github.com/salesforcecli/sf-plugins-core/releases)
- [Changelog](https://github.com/salesforcecli/sf-plugins-core/blob/main/CHANGELOG.md)
- [Commits](salesforcecli/sf-plugins-core@5.0.13...7.1.4)

---
updated-dependencies:
- dependency-name: "@salesforce/sf-plugins-core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jayree <jayree.git@icloud.com>
  • Loading branch information
dependabot[bot] and jayree committed Feb 1, 2024
1 parent 588e4ee commit f2f09c0
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 44 deletions.
2 changes: 1 addition & 1 deletion lib/commands/jayree/org/get/settings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/commands/jayree/org/get/settings.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@jayree/changelog": "^1.1.9",
"@listr2/prompt-adapter-enquirer": "^2.0.1",
"@oclif/core": "^3.18.1",
"@salesforce/sf-plugins-core": "^5.0.13",
"@salesforce/sf-plugins-core": "^7.1.4",
"@salesforce/source-deploy-retrieve": "^10.2.13",
"@salesforce/ts-types": "^2.0.9",
"cli-truncate": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/jayree/org/get/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ $ sfdx jayree:org:settings -u MyTestOrg1 -w`,
if (flags.writetoprojectscratchdeffile) {
const deffilepath =
// eslint-disable-next-line @typescript-eslint/await-thenable
flags.file ?? join(await this.project.getPath(), 'config', 'project-scratch-def.json');
flags.file ?? join(this.project?.getPath() as string, 'config', 'project-scratch-def.json');
let deffile: JsonMap = {};

await fs
Expand Down
Loading

0 comments on commit f2f09c0

Please sign in to comment.