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 DryIoc.Internal from 4.7.6 to 4.8.1 #610

Merged
merged 1 commit into from
Aug 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2021

Bumps DryIoc.Internal from 4.7.6 to 4.8.1.

Release notes

Sourced from DryIoc.Internal's releases.

v4.8.1 Bug-fix release

  • fixed: #412 ResolveMany not work with generics after any Unregister

v4.8.0 Small feature release

  • added: #406 Allow the registration of the partially closed implementation type

v4.7.8 Bug-fix release

  • fixed: #405 DryIoc has waited for the creation of the scoped ... with service name/type

v4.7.7 Bug-fix release

  • fixed: #399 Func dependency on Singleton resolved under scope breaks after disposing scope when WithFuncAndLazyWithoutRegistration()
Commits
  • 6817e57 fixed: #412 and adding the release notes for the v4.8.1
  • 3e88598 fixed: #414
  • 7ea96ee giving the Use its own header in docs
  • a4c090e adding the another Enumerable test
  • cdeb834 more meaningful name
  • dc75383 correcting api docs
  • c22ab60 more Autofac faq tests for the missing service and dependecies
  • 84b9e3c fixing the release notes
  • 40f3238 Releasing DryIoc v4.8.0
  • 59bd702 fixed: #406 - relaxing the checks and always register generic ServiceType as ...
  • 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 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 [DryIoc.Internal](https://github.com/dadhi/DryIoc) from 4.7.6 to 4.8.1.
- [Release notes](https://github.com/dadhi/DryIoc/releases)
- [Commits](dadhi/DryIoc@v4.7.6...v4.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET dependencies Pull requests that update a dependency file labels Jul 5, 2021
@codecov
Copy link

codecov bot commented Jul 5, 2021

Codecov Report

Merging #610 (632eeac) into master (f5c9691) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #610      +/-   ##
==========================================
- Coverage   69.42%   69.37%   -0.06%     
==========================================
  Files         257      257              
  Lines       12576    12576              
  Branches      848      848              
==========================================
- Hits         8731     8724       -7     
- Misses       3575     3582       +7     
  Partials      270      270              
Impacted Files Coverage Δ
src/JsonRpc/Server/Messages/ParseError.cs 50.00% <0.00%> (-50.00%) ⬇️
src/JsonRpc/InputHandler.cs 85.07% <0.00%> (-1.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f5c9691...632eeac. Read the comment docs.

@github-actions github-actions bot removed the .NET label Jul 8, 2021
@andyleejordan
Copy link
Contributor

@david-driscoll Could we also take this PR for v0.19.3? We'll be taking other dependency updates already anyway (see commits to master since v0.19.2), and I'm hopeful this may resolve an issue we saw in the PowerShell extension: PowerShell/vscode-powershell#3462

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants