Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump @salesforce/sf-plugins-core from 9.1.0 to 11.0.1 #985

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2024

Bumps @salesforce/sf-plugins-core from 9.1.0 to 11.0.1.

Release notes

Sourced from @​salesforce/sf-plugins-core's releases.

11.0.1

Refactored SfCommand.Error

  • SfCommand.toErrorJson() was removed. This is now handled by SfCommandError.toJson().
  • SfCommandError.code has changed from being a number to a string. The value for this is from the original error first, followed by the error name if it's an SfError, followed by the exit code as a string.
  • SfCommandError is now a class instead of a type.

10.0.1

Bug Fixes

10.0.0

Features

BREAKING CHANGES

  • remove csv, json and yaml from table options

  • chore: use ux.stdout from core

  • chore: bump @​oclif/core

  • chore(release): 9.0.3-beta.0 [skip ci]

  • chore: bump @​oclif/core

  • chore(release): 9.0.3-beta.1 [skip ci]

  • ci: update preBuildCommands

  • ci: update preBuildCommands

  • chore: bump core

  • chore: bump core

  • chore(release): 9.0.14-beta.1 [skip ci]

  • fix: core v4

  • chore(release): 9.1.1-beta.1 [skip ci]

  • test: dont rm oclif/core for external nuts

  • test: remove ocilf/core in prebuild

  • chore: make new major

... (truncated)

Changelog

Sourced from @​salesforce/sf-plugins-core's changelog.

11.0.1 (2024-06-13)

10.0.1 (2024-06-10)

Bug Fixes

10.0.0 (2024-06-05)

Features

BREAKING CHANGES

  • remove csv, json and yaml from table options

  • chore: use ux.stdout from core

  • chore: bump @​oclif/core

  • chore(release): 9.0.3-beta.0 [skip ci]

  • chore: bump @​oclif/core

  • chore(release): 9.0.3-beta.1 [skip ci]

  • ci: update preBuildCommands

  • ci: update preBuildCommands

  • chore: bump core

  • chore: bump core

  • chore(release): 9.0.14-beta.1 [skip ci]

  • fix: core v4

  • chore(release): 9.1.1-beta.1 [skip ci]

  • test: dont rm oclif/core for external nuts

... (truncated)

Commits
  • 74d4ef0 chore(release): 11.0.1 [skip ci]
  • 93885ae feat!: better error handling in SfCommand.catch (#568)
  • 3a475da Merge pull request #567 from salesforcecli/update-gha
  • daadeb1 chore: update github actions [no ci]
  • 4d5aefa chore(release): 10.0.1 [skip ci]
  • 2b0e7a9 fix(deps): devScripts update (#566)
  • af10787 chore(release): 10.0.0 [skip ci]
  • 97f5584 feat: copy oclif/core ux methods (#537)
  • 7072331 Merge pull request #562 from salesforcecli/dependabot-npm_and_yarn-eslint-plu...
  • 2e791ca chore(dev-deps): bump eslint-plugin-sf-plugin from 1.18.4 to 1.18.5
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link

I'm not approving this PR because it includes a major update of a dependency used in production

@github-actions github-actions bot enabled auto-merge (squash) June 14, 2024 06:03
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-salesforce-sf-plugins-core-11.0.1 branch 12 times, most recently from d6916e4 to 5db7018 Compare June 14, 2024 08:25
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 9.1.0 to 11.0.1.
- [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@9.1.0...11.0.1)

---
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>
@github-actions github-actions bot merged commit 0dfe0c7 into main Jun 14, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-salesforce-sf-plugins-core-11.0.1 branch June 14, 2024 09:23
jayree pushed a commit that referenced this pull request Jun 15, 2024
## [1.3.66](v1.3.65...v1.3.66) (2024-06-15)

### Bug Fixes

* **deps:** bump @oclif/core from 3.26.6 to 4.0.6 ([#990](#990)) ([9b2f91f](9b2f91f))
* **deps:** bump @salesforce/sf-plugins-core from 9.1.0 to 11.0.1 ([#985](#985)) ([0dfe0c7](0dfe0c7))
@jayree
Copy link
Owner

jayree commented Jun 15, 2024

🎉 This PR is included in version 1.3.66 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant