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 DotNetEnv from 2.3.0 to 3.0.0 in /server/dotnet #1028

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps DotNetEnv from 2.3.0 to 3.0.0.

Release notes

Sourced from DotNetEnv's releases.

v3.0.0

  • Parse unquoted values slightly differently to properly parse comments, rejecting quote chars, allow leading and trailing whitespace in interpolated values, do not allow values to start with # anymore, give better errors on invalid quoted values, etc
  • Rename ToDictionary to ToDotEnvDictionary for clarity, and add options for behavior
  • Get rid of the warnings about vulnerabilities in System.Net.Http 4.3.0 (which was unused)

v2.5.0

Revert the change from Directory.GetCurrentDirectory() to AppContext,BaseDirectory as it broke existing applications

v2.4.0

DO NOT USE -- the change in directory did in fact break behavior for at least one existing application. Move to 2.5.0

  • Replace the default path from Directory.GetCurrentDirectory() with just AppContext.BaseDirectory -- which should do the same thing, except make things better for some cases, per #69
  • Add the newly contributed ConfigurationBuilder integration
Commits
  • 3c7901d Merge pull request #89 from rogusdev/bump-version-3.0
  • 38e0011 bump version 3.0.0
  • 54d488a Merge pull request #88 from Philipp-Binder/refactor/dictionaryExtension
  • c9571a6 Merge pull request #82 from Philipp-Binder/fix/commentParsing
  • 473afe6 reordered some tests to allow better comparing vs PR #87
  • adf8f87 add additional tests and update comments according to review
  • fb566ca refactoring after review
  • d15e6ae refactoring
  • 9ae4380 remove unnecessary usings
  • c19a53b use ToDotEnvDictionary() in EnvConfigurationProvider (switch between TakeLast...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 29, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/server/dotnet/DotNetEnv-3.0.0 branch from 46a7848 to dce767d Compare March 21, 2024 10:01
Bumps [DotNetEnv](https://github.com/tonerdo/dotnet-env) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/tonerdo/dotnet-env/releases)
- [Commits](tonerdo/dotnet-env@v2.3.0...v3.0.0)

---
updated-dependencies:
- dependency-name: DotNetEnv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/server/dotnet/DotNetEnv-3.0.0 branch from dce767d to fbf503f Compare March 28, 2024 09:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants