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

Bump CrispyWaffle from 4.2.164 to 4.3.4 #169

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps CrispyWaffle from 4.2.164 to 4.3.4.

Release notes

Sourced from CrispyWaffle's releases.

v4.3.4

Release of CrispyWaffle - v4.3.4

v4.2.358

Release of CrispyWaffle - v4.2.358

v4.2.355

Release of CrispyWaffle - v4.2.355

v4.2.293

Release of CrispyWaffle - v4.2.293

v4.2.278

Release of CrispyWaffle - v4.2.278

v4.2.273

Release of CrispyWaffle - v4.2.273

v4.2.265

Release of CrispyWaffle - v4.2.265

v4.2.250

Release of CrispyWaffle - v4.2.250

v4.2.241

Release of CrispyWaffle - v4.2.241

v4.2.236

Release of CrispyWaffle - v4.2.236

v4.2.231

Release of CrispyWaffle - v4.2.231

v4.2.224

Release of CrispyWaffle - v4.2.224

v4.2.195

Release of CrispyWaffle - v4.2.195

Changelog

Sourced from CrispyWaffle's changelog.

Changelog

Version 4.3 [2023-10-28]

Version 4.2 [2023-07-24]

Version 4.1 [2023-03-22]

Version 4.0 [2023-03-22]

Version 3.1 [2022-09-10]

Version 3.0 [2022-09-09]

  • Upgrade dependencies and increase unit test coverage.

Version 2.5 [2020-09-07]

Version 2.4 [2020-09-06]

  • Add CrispyWaffle.Redis project & package.
  • Add documentation for caching.

Version 2.3 [2020-09-06]

Version 2.2 [2020-09-05]

  • Add a scheduler feature.
  • Add documentation using MkDocs.

... (truncated)

Commits
  • d6a1bc3 Update installation.md (#235)
  • 0b1ac63 Update serviceLocator.md (#234)
  • 00f41ea Add base serializer adapter (#233)
  • b9e915e Adjust using statements location (#232)
  • efbcd81 refactor: simplify unary expressions by using is and is not where appropr...
  • 515834e refactor: drop redundant type when declaration's LHS mentions it (#224)
  • c7305e2 refactor: replace Thread.CurrentThread.ManagedThreadId calls with `Environm...
  • 62ff8d0 refactor: use expression bodied lambdas where possible (#228)
  • 19a4d98 refactor: rewrite assignments as compound assignments (#227)
  • 69a0789 refactor: drop Pure attribute from void methods (#230)
  • 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 .NET Pull requests that update .net code dependencies Pull requests that update a dependency file nuget Refers to nuget packages packages Packages labels Oct 30, 2023
@dependabot dependabot bot requested a review from guibranco October 30, 2023 01:51
@github-actions github-actions bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 30, 2023
@codacy-production
Copy link

codacy-production bot commented Oct 30, 2023

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (8c121fa) 1774 4 0.23%
Head commit (adf5f69) 1774 (+0) 4 (+0) 0.23% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#169) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@AppVeyorBot
Copy link

@codecov
Copy link

codecov bot commented Oct 30, 2023

We're currently processing your upload. This comment will be updated when the results are available.

Bumps [CrispyWaffle](https://github.com/guibranco/CrispyWaffle) from 4.2.164 to 4.3.4.
- [Release notes](https://github.com/guibranco/CrispyWaffle/releases)
- [Changelog](https://github.com/guibranco/CrispyWaffle/blob/main/docs/changelog.md)
- [Commits](guibranco/CrispyWaffle@v4.2.164...v4.3.4)

---
updated-dependencies:
- dependency-name: CrispyWaffle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/CrispyWaffle-4.3.4 branch from 1ba1686 to adf5f69 Compare October 30, 2023 18:18
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@AppVeyorBot
Copy link

@guibranco guibranco merged commit f95f117 into main Oct 30, 2023
11 checks passed
@guibranco guibranco deleted the dependabot/nuget/CrispyWaffle-4.3.4 branch October 30, 2023 18:34
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 .NET Pull requests that update .net code nuget Refers to nuget packages packages Packages size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants