Skip to content

[BOT] ⬆ npm(deps): Bump @salesforce/core from 6.1.3 to 6.5.3#175

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/salesforce/core-6.5.3
Open

[BOT] ⬆ npm(deps): Bump @salesforce/core from 6.1.3 to 6.5.3#175
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/salesforce/core-6.5.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2024

Bumps @salesforce/core from 6.1.3 to 6.5.3.

Release notes

Sourced from @​salesforce/core's releases.

6.5.3

Bug Fixes

  • remove unused env/config (1c5bc73)

6.5.2

Bug Fixes

  • deps: bump pino from 8.17.2 to 8.18.0 (5485a4d)

6.5.1

Bug Fixes

  • correct typings for configStore get (4dad8c7)

6.5.0

Bug Fixes

  • emit warning if config var is unset (fc32218)
  • properly handle undefined (94fe825)

6.4.8-dev.0 (2024-01-17)

Features

  • scratch: add org-capitalize-record-types (725bf67)

6.4.8-dev.0

Features

  • scratch: add org-capitalize-record-types (725bf67)

6.4.7

Bug Fixes

  • deps: bump pino from 8.16.2 to 8.17.2 (c63976b)

6.4.6

Bug Fixes

6.4.5

Bug Fixes

... (truncated)

Changelog

Sourced from @​salesforce/core's changelog.

6.5.3 (2024-02-06)

Bug Fixes

  • remove unused env/config (1c5bc73)

6.5.2 (2024-02-04)

Bug Fixes

  • deps: bump pino from 8.17.2 to 8.18.0 (5485a4d)

6.5.1 (2024-01-24)

Bug Fixes

  • correct typings for configStore get (4dad8c7)

6.5.0 (2024-01-22)

Bug Fixes

  • emit warning if config var is unset (fc32218)
  • properly handle undefined (94fe825)

6.4.8-dev.0 (2024-01-17)

Features

  • scratch: add org-capitalize-record-types (725bf67)

6.4.7 (2024-01-10)

Bug Fixes

... (truncated)

Commits
  • dddc9a2 chore(release): 6.5.3 [skip ci]
  • 36c5952 Merge pull request #1023 from forcedotcom/sm/remove-coverage-config
  • 1c5bc73 fix: remove unused env/config
  • 211be52 chore(release): 6.5.2 [skip ci]
  • b2a6d2e Merge pull request #1022 from forcedotcom/dependabot-npm_and_yarn-pino-8.18.0
  • 5485a4d fix(deps): bump pino from 8.17.2 to 8.18.0
  • e7c496e chore(release): 6.5.1 [skip ci]
  • cc0ba66 Merge pull request #1021 from forcedotcom/sm/get-can-be-undefined
  • 7cb8fe9 refactor: revert breaking change, leave as comments for next major
  • 4dad8c7 fix: correct typings for configStore get
  • 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)

Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 6.1.3 to 6.5.3.
- [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.1.3...6.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Feb 7, 2024
@github-actions
Copy link

github-actions bot commented Feb 7, 2024

Tests output


> afthonia@0.0.4 test:ci
> nyc --extension .ts --require ts-node/register mocha --forbid-only "test/**/*.ts"



  afthonia testSuite create NUTs
    ✔ should ensure a specific exit code (1286ms)

  AfthoniaTestSuiteCreate
    ✔ should identify test classes correctly
    ✔ should identify test classes correctly through directories
    ✔ should generate test suite XML correctly
    ✔ should create test suite folder and XML file correctly
    ✔ should handle no test classes
    ✔ should handle directory existing


  7 passing (1s)

-----------|---------|----------|---------|---------|-------------------
File       | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
-----------|---------|----------|---------|---------|-------------------
All files  |     100 |      100 |     100 |     100 |                   
 create.ts |     100 |      100 |     100 |     100 |                   
-----------|---------|----------|---------|---------|-------------------

@codecov
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (239d4df) 100.00% compared to head (e976151) 100.00%.
Report is 53 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #175   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           48        48           
  Branches         4         4           
=========================================
  Hits            48        48           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants