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 5.0.13 to 7.1.4 #433

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2024

Bumps @salesforce/sf-plugins-core from 5.0.13 to 7.1.4.

Release notes

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

7.1.4

Bug Fixes

  • bump version of core to 6.5.0 (1127b33)

7.1.3

Bug Fixes

  • deps: bump @​oclif/core from 3.16.0 to 3.18.1 (4eb6d1e)

7.1.2

Bug Fixes

  • deps: bump @​salesforce/core from 6.4.6 to 6.4.7 (9e92dce)

7.1.1

Bug Fixes

  • bump to latest core lib (74241bf)

7.1.0

Features

  • oclif error code handling (61582b5)

7.0.0

BREAKING CHANGES

  • ESM-only

  • removes cross-cloud hooks (deployer, deauthorizer, etc)

  • removes Prompter module

  • remove option to barrel-import from Ux

  • refactor: changes from live code review with Mike

  • chore: bump oclif/core

  • refactor: handing process error from QA

  • refactor: rename prompt stub for consistency

  • docs: prompts

  • chore: correct chalk types for esm/v5

  • chore(release): 5.0.14-dev.0 [skip ci]

... (truncated)

Changelog

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

7.1.4 (2024-01-22)

Bug Fixes

  • bump version of core to 6.5.0 (1127b33)

7.1.3 (2024-01-14)

Bug Fixes

  • deps: bump @​oclif/core from 3.16.0 to 3.18.1 (4eb6d1e)

7.1.2 (2024-01-14)

Bug Fixes

  • deps: bump @​salesforce/core from 6.4.6 to 6.4.7 (9e92dce)

7.1.1 (2024-01-09)

Bug Fixes

  • bump to latest core lib (74241bf)

7.1.0 (2024-01-09)

Features

  • oclif error code handling (61582b5)

7.0.0 (2024-01-05)

... (truncated)

Commits
  • c8846ae chore(release): 7.1.4 [skip ci]
  • 3e8103f Merge pull request #490 from salesforcecli/sh/bump-core-to-6.5.0
  • 1127b33 fix: bump version of core to 6.5.0
  • 2c6267c Merge pull request #488 from salesforcecli/devScripts2024-01-14
  • 72e5fa9 chore: updates from devScripts
  • bc6b5df chore(release): 7.1.3 [skip ci]
  • 10eaef0 Merge pull request #486 from salesforcecli/dependabot-npm_and_yarn-oclif-core...
  • 4eb6d1e fix(deps): bump @​oclif/core from 3.16.0 to 3.18.1
  • 1d04405 chore(release): 7.1.2 [skip ci]
  • f654fef Merge pull request #487 from salesforcecli/dependabot-npm_and_yarn-salesforce...
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 26, 2024
@github-actions github-actions bot enabled auto-merge (squash) January 26, 2024 05:05
Copy link

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

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-salesforce-sf-plugins-core-7.1.4 branch 2 times, most recently from f3a9b5f to 0fc30df Compare January 26, 2024 05:17
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>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-salesforce-sf-plugins-core-7.1.4 branch from 0fc30df to 1c2277a Compare January 26, 2024 08:22
@github-actions github-actions bot merged commit f2f09c0 into main Feb 1, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-salesforce-sf-plugins-core-7.1.4 branch February 1, 2024 13:57
jayree pushed a commit that referenced this pull request Feb 2, 2024
## [1.2.32](v1.2.31...v1.2.32) (2024-02-02)

### Bug Fixes

* **deps:** bump @listr2/prompt-adapter-enquirer from 2.0.1 to 2.0.2 ([#435](#435)) ([5b11920](5b11920))
* **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([#438](#438)) ([f2e3ee6](f2e3ee6))
* **deps:** bump @salesforce/sf-plugins-core from 5.0.13 to 7.1.4 ([#433](#433)) ([f2f09c0](f2f09c0))
* **deps:** bump @salesforce/source-deploy-retrieve ([#437](#437)) ([73b0b6e](73b0b6e))
* **deps:** bump listr2 from 8.0.1 to 8.0.2 ([#434](#434)) ([9c5bfc0](9c5bfc0))
* **deps:** bump playwright-chromium from 1.41.1 to 1.41.2 ([#439](#439)) ([1fb39e5](1fb39e5))
@jayree
Copy link
Owner

jayree commented Feb 2, 2024

🎉 This PR is included in version 1.2.32 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jayree jayree added the released label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released requires-manual-qa
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant