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/core from 6.7.6 to 7.2.0 #520

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

Bumps @salesforce/core from 6.7.6 to 7.2.0.

Release notes

Sourced from @​salesforce/core's releases.

7.2.0

Features

  • export envVars top-level (0ed5e69)

7.1.0

Features

  • export of scratchSettingsGenerator for pkg-library (#1053) (920b5df)

7.0.0

  • feat!: jsforce-node, top-level exports, improved sfError (515011c)

BREAKING CHANGES

  • top-level exports will prevent imports from @​salesforce/core/lib/etc

  • uses jsforce-node in place of jsforce

  • type changes for SFError

  • remove previously deprecated checkLightningDomain, aliasAccessor

  • feat: sfError

  • chore: tsconfig changes to get es2022 error.cause (node 18+)

  • refactor: no mutate params, no NamedError

  • feat: let cause be unknown for constructor, create (like wrap)

  • chore: wrap an Error (so cause can be the original error)

  • chore: tsconfig for postcompile (doc)

  • docs: migrating

  • chore: top-level export of config

  • refactor: interface => type

  • refactor: simplify exports, add stateAggregator

  • chore: import default on messageTransformer

  • refactor: typing for sfError.getObject, omit undefined props

  • refactor: restore param mutation/side-effects

6.7.7-qa.1

No release notes provided.

... (truncated)

Changelog

Sourced from @​salesforce/core's changelog.

7.2.0 (2024-04-10)

Features

  • export envVars top-level (0ed5e69)

7.1.0 (2024-04-10)

Features

  • export of scratchSettingsGenerator for pkg-library (#1053) (920b5df)

7.0.0 (2024-04-10)

  • feat!: jsforce-node, top-level exports, improved sfError (515011c)

BREAKING CHANGES

  • top-level exports will prevent imports from @​salesforce/core/lib/etc

  • uses jsforce-node in place of jsforce

  • type changes for SFError

  • remove previously deprecated checkLightningDomain, aliasAccessor

  • feat: sfError

  • chore: tsconfig changes to get es2022 error.cause (node 18+)

  • refactor: no mutate params, no NamedError

  • feat: let cause be unknown for constructor, create (like wrap)

  • chore: wrap an Error (so cause can be the original error)

  • chore: tsconfig for postcompile (doc)

  • docs: migrating

  • chore: top-level export of config

  • refactor: interface => type

  • refactor: simplify exports, add stateAggregator

... (truncated)

Commits
  • e39f179 chore(release): 7.2.0 [skip ci]
  • d7acfe1 Merge pull request #1054 from forcedotcom/sm/export-envVars
  • 0ed5e69 feat: export envVars top-level
  • 5ebcc2d chore(release): 7.1.0 [skip ci]
  • 920b5df feat: export of scratchSettingsGenerator for pkg-library (#1053)
  • 45fbb8a chore(release): 7.0.0 [skip ci]
  • 515011c feat!: jsforce-node, top-level exports, improved sfError
  • 21353b8 Merge pull request #1048 from forcedotcom/dependabot-npm_and_yarn-typescript-...
  • 847aaa0 chore(dev-deps): bump typescript from 5.4.3 to 5.4.4
  • See full diff 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 Apr 12, 2024
@github-actions github-actions bot enabled auto-merge (squash) April 12, 2024 04:58
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-core-7.2.0 branch 15 times, most recently from 9ccbf3c to 8d87fc1 Compare April 15, 2024 12:04
@jayree
Copy link
Owner

jayree commented Apr 15, 2024

@dependabot rebase

Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 6.7.6 to 7.2.0.
- [Release notes](https://github.com/forcedotcom/sfdx-core/releases)
- [Changelog](https://github.com/forcedotcom/sfdx-core/blob/main/CHANGELOG.md)
- [Commits](forcedotcom/sfdx-core@6.7.6...7.2.0)

---
updated-dependencies:
- dependency-name: "@salesforce/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-core-7.2.0 branch from 8d87fc1 to ae74edd Compare April 15, 2024 13:15
@github-actions github-actions bot merged commit 7827045 into main Apr 15, 2024
2 checks passed
@jayree jayree deleted the dependabot-npm_and_yarn-salesforce-core-7.2.0 branch April 15, 2024 13:22
jayree pushed a commit that referenced this pull request Apr 16, 2024
## [1.2.45](v1.2.44...v1.2.45) (2024-04-16)

### Bug Fixes

* **deps:** bump @oclif/core from 3.26.2 to 3.26.3 ([#533](#533)) ([8618352](8618352))
* **deps:** bump @salesforce/core from 6.7.6 to 7.2.0 ([#520](#520)) ([7827045](7827045))
* **deps:** bump @salesforce/sf-plugins-core from 8.0.3 to 9.0.2 ([#526](#526)) ([6b17904](6b17904))
* **deps:** bump @salesforce/source-deploy-retrieve from 10.9.0 to 11.0.0 ([#522](#522)) ([748a49b](748a49b))
* **deps:** bump @salesforce/source-deploy-retrieve from 11.0.0 to 11.0.1 ([#532](#532)) ([8083077](8083077))
* **deps:** bump jsforce from 2.0.0-beta.29 to 3.1.0 ([#518](#518)) ([9bb8674](9bb8674))
* **deps:** bump playwright-chromium from 1.43.0 to 1.43.1 ([#529](#529)) ([9acee78](9acee78))
@jayree
Copy link
Owner

jayree commented Apr 16, 2024

🎉 This PR is included in version 1.2.45 🎉

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
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