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

build(deps): bump SimpleInjector from 4.4.3 to 4.6.0 #325

Merged
merged 1 commit into from Jun 30, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps SimpleInjector from 4.4.3 to 4.6.0.

Release notes

Sourced from SimpleInjector's releases.

Simple Injector v4.6

Release Notes

This release can be downloaded using NuGet.

The most prominent improvements in this release are:

  • New fluent configuration model for ASP.NET Core that aims to simplify integration. Please read the documentation for more details.
  • New integration packages for non-ASP.NET Core environments that still require IServiceCollection, such as .NET Core Console Applications and .NET Core 2.1 Generic Host. Read the documentation here and here for more details.
  • Ability to visualize object graphs with fully qualified type names. Implemented by @​kwlin.

Breaking changes

Simple Injector core library

  • #699 ExpressionBuiltEventArgs ctor marked obsolete.
  • #701 SimpleInjector.Scope default ctor marked obsolete.

Features and improvements

Simple Injector core library

  • #685 VisualizeObjectGraph can now generate fully qualified type names. Thanks to @​kwlin for implementing this.
  • #691 Added Container.Collection.Append(Type, Type, Lifestyle) overload.
  • #706 Added the ability to ignore disposing scoped and singleton components.
  • #681 Extra information added to obsolete messages.
  • #689 Common System.Object methods (ToString, GetHashCode, Equals, and GetType) are now hidden from common API classes when using IntelliSense.

ASP.NET Core Integration packages

  • #684 New fluent API introduced. See the documentation for more details.
  • #683 Prevented double disposing cross-wired dependencies.

[NEW] ServiceCollection Integration packages #639

This is a new integration package that aims to simplify cross wiring on top of ServiceCollection. It contains the core functionality that is used by Generic Host and ASP.NET Core integration packages. See the documentation for more details.

[NEW] Generic Host Integration packages #639

This is a new integration package that simplifies working with .NET Core 2.1 Generic Host applications. It can be use both as part of your ASP.NET Core application and as .NET Core Console application. See the documentation for more details.

Simple Injector v4.5.2

Release Notes

Simple Injector can be downloaded using NuGet.

Improvements

Simple Injector core library

  • #693 InjectionConsumerInfo.Equals can throw a NullReferenceException.
  • #695 Container.GetRegistration and Container.GetService methods lack null check.
  • #696 InjectionTargetInfo.Equals can throw a NullReferenceException.
  • #702 Improve error reporting when resolving Scope instances when there is no active scope.
  • #703 Applying proxy or Scoped decorators using 'decorator-type factory' fails with NullReferenceException on uncontrolled collections.
  • #704 Supplying an injected Func<Scope, T> decoratee factory with a container-less Scope throws NullReferenceException.
... (truncated)
Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [SimpleInjector](https://github.com/simpleinjector/SimpleInjector) from 4.4.3 to 4.6.0.
- [Release notes](https://github.com/simpleinjector/SimpleInjector/releases)
- [Commits](simpleinjector/SimpleInjector@v4.4.3...v4.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot requested a review from a team May 13, 2019 00:13
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 13, 2019
@codecov
Copy link

codecov bot commented May 13, 2019

Codecov Report

Merging #325 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #325   +/-   ##
=======================================
  Coverage   70.66%   70.66%           
=======================================
  Files          61       61           
  Lines        3508     3508           
  Branches      312      312           
=======================================
  Hits         2479     2479           
  Misses        989      989           
  Partials       40       40

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 0d48a36...7f634e6. Read the comment docs.

@glennawatson glennawatson merged commit e000c9f into master Jun 30, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/nuget/SimpleInjector-4.6.0 branch June 30, 2019 20:40
@lock lock bot locked and limited conversation to collaborators Sep 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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