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

chore: bump SmartFormat.NET from 3.5.2 to 3.5.3 #122

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2025

Bumps the smartformat group with 2 updates in the /src/Didot.Cli directory: Newtonsoft.Json and SmartFormat.NET.
Bumps the smartformat group with 2 updates in the /src/Didot.Core directory: Newtonsoft.Json and SmartFormat.NET.
Bumps the smartformat group with 2 updates in the /testing/Didot.Cli.Testing directory: Newtonsoft.Json and SmartFormat.NET.
Bumps the smartformat group with 2 updates in the /testing/Didot.Core.Testing directory: Newtonsoft.Json and SmartFormat.NET.

Updates Newtonsoft.Json from 13.0.3 to 13.0.3

Commits

Updates SmartFormat.NET from 3.5.2 to 3.5.3

Release notes

Sourced from SmartFormat.NET's releases.

v3.5.3

What's Changed

Example:

TimeFormatter allows for nested formats:

var ci = CultureInfo.GetCultureInfo("en");
// Using standard:
_ = Smart.Format(ci, "{1:time:", new TimeSpan(1,1,1,1,1));
// Output: "1 day 1 hour 1 minute 1 second"
// Using ListFormatter:
_ = Smart.Format(ci, "{1:time: {:list:|, | and }}", new TimeSpan(1,1,1,1,1));
// Output: "1 day, 1 hour, 1 minute and 1 second"

New Contributors

Full Changelog: axuno/SmartFormat@v3.5.2...v3.5.3

Commits

Updates Newtonsoft.Json from 13.0.3 to 13.0.3

Commits

Updates SmartFormat.NET from 3.5.2 to 3.5.3

Release notes

Sourced from SmartFormat.NET's releases.

v3.5.3

What's Changed

Example:

TimeFormatter allows for nested formats:

var ci = CultureInfo.GetCultureInfo("en");
// Using standard:
_ = Smart.Format(ci, "{1:time:", new TimeSpan(1,1,1,1,1));
// Output: "1 day 1 hour 1 minute 1 second"
// Using ListFormatter:
_ = Smart.Format(ci, "{1:time: {:list:|, | and }}", new TimeSpan(1,1,1,1,1));
// Output: "1 day, 1 hour, 1 minute and 1 second"

New Contributors

Full Changelog: axuno/SmartFormat@v3.5.2...v3.5.3

Commits

Updates Newtonsoft.Json from 13.0.3 to 13.0.3

Commits

Updates SmartFormat.NET from 3.5.2 to 3.5.3

Release notes

Sourced from SmartFormat.NET's releases.

v3.5.3

What's Changed

Example:

TimeFormatter allows for nested formats:

var ci = CultureInfo.GetCultureInfo("en");
// Using standard:
_ = Smart.Format(ci, "{1:time:", new TimeSpan(1,1,1,1,1));
// Output: "1 day 1 hour 1 minute 1 second"
// Using ListFormatter:
_ = Smart.Format(ci, "{1:time: {:list:|, | and }}", new TimeSpan(1,1,1,1,1));
// Output: "1 day, 1 hour, 1 minute and 1 second"

New Contributors

Full Changelog: axuno/SmartFormat@v3.5.2...v3.5.3

Commits

Updates Newtonsoft.Json from 13.0.3 to 13.0.3

Commits

Updates SmartFormat.NET from 3.5.2 to 3.5.3

Release notes

Sourced from SmartFormat.NET's releases.

v3.5.3

What's Changed

Example:

TimeFormatter allows for nested formats:

var ci = CultureInfo.GetCultureInfo("en");
// Using standard:
_ = Smart.Format(ci, "{1:time:", new TimeSpan(1,1,1,1,1));
// Output: "1 day 1 hour 1 minute 1 second"
// Using ListFormatter:
_ = Smart.Format(ci, "{1:time: {:list:|, | and }}", new TimeSpan(1,1,1,1,1));
// Output: "1 day, 1 hour, 1 minute and 1 second"

New Contributors

Full Changelog: axuno/SmartFormat@v3.5.2...v3.5.3

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.89%. Comparing base (2128163) to head (ae8e5d6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #122   +/-   ##
=======================================
  Coverage   90.89%   90.89%           
=======================================
  Files          33       33           
  Lines         659      659           
  Branches      109      109           
=======================================
  Hits          599      599           
  Misses         26       26           
  Partials       34       34           

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

Bumps the smartformat group with 2 updates in the /src/Didot.Cli directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [SmartFormat.NET](https://github.com/axuno/SmartFormat).
Bumps the smartformat group with 2 updates in the /src/Didot.Core directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [SmartFormat.NET](https://github.com/axuno/SmartFormat).
Bumps the smartformat group with 2 updates in the /testing/Didot.Cli.Testing directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [SmartFormat.NET](https://github.com/axuno/SmartFormat).
Bumps the smartformat group with 2 updates in the /testing/Didot.Core.Testing directory: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [SmartFormat.NET](https://github.com/axuno/SmartFormat).


Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

Updates `SmartFormat.NET` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/axuno/SmartFormat/releases)
- [Changelog](https://github.com/axuno/SmartFormat/blob/main/CHANGES.md)
- [Commits](axuno/SmartFormat@v3.5.2...v3.5.3)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

Updates `SmartFormat.NET` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/axuno/SmartFormat/releases)
- [Changelog](https://github.com/axuno/SmartFormat/blob/main/CHANGES.md)
- [Commits](axuno/SmartFormat@v3.5.2...v3.5.3)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

Updates `SmartFormat.NET` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/axuno/SmartFormat/releases)
- [Changelog](https://github.com/axuno/SmartFormat/blob/main/CHANGES.md)
- [Commits](axuno/SmartFormat@v3.5.2...v3.5.3)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

Updates `SmartFormat.NET` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/axuno/SmartFormat/releases)
- [Changelog](https://github.com/axuno/SmartFormat/blob/main/CHANGES.md)
- [Commits](axuno/SmartFormat@v3.5.2...v3.5.3)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smartformat
- dependency-name: SmartFormat.NET
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smartformat
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smartformat
- dependency-name: SmartFormat.NET
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smartformat
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smartformat
- dependency-name: SmartFormat.NET
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smartformat
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smartformat
- dependency-name: SmartFormat.NET
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: smartformat
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Didot.Cli/smartformat-2020092d1e branch from a3c6eba to ae8e5d6 Compare January 18, 2025 13:23
@Seddryck Seddryck changed the title chore: bump the smartformat group across 4 directories with 2 updates chore: bump SmartFormat.NET from 3.5.2 to 3.5.3 Jan 18, 2025
@Seddryck Seddryck merged commit 6e15a25 into main Jan 18, 2025
4 checks passed
@Seddryck Seddryck deleted the dependabot/nuget/src/Didot.Cli/smartformat-2020092d1e branch January 18, 2025 14:00
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.

2 participants