This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/simple-git-3.5.0
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git


 discard bd8aeb3b :arrow_up: Bump simple-git from 2.20.1 to 3.5.0
     add 628fb62f Enforcing TLS 1.2
     add d81ce8a7 Merge pull request #81 from BipulRaman/master
     add bcea09c6 :arrow_up: Bump shell-quote from 1.7.2 to 1.7.3
     add 60e4b65e Merge pull request #88 from 
apache/dependabot/npm_and_yarn/shell-quote-1.7.3
     add 3bc53bb2 :arrow_up: Bump hosted-git-info from 2.8.8 to 2.8.9
     add 67170350 Merge pull request #87 from 
apache/dependabot/npm_and_yarn/hosted-git-info-2.8.9
     add e795b6ad :arrow_up: Bump path-parse from 1.0.6 to 1.0.7
     add c24bcaf2 Merge pull request #86 from 
apache/dependabot/npm_and_yarn/path-parse-1.0.7
     add 668ab787 :arrow_up: Bump System.Text.RegularExpressions in /src/log4net
     add 4f9657cb Merge pull request #85 from 
apache/dependabot/nuget/src/log4net/System.Text.RegularExpressions-4.3.1
     add cada6618 :arrow_up: Bump minimist from 1.2.5 to 1.2.6
     add de27800a Merge pull request #83 from 
apache/dependabot/npm_and_yarn/minimist-1.2.6
     add 882be824 :wrench: finally give up on net35-client - it's seemingly 
impossible to target on any modern machine and is only valid for winxp targets
     add cd73c0f2 :wrench: don't sign the test project - there's no need and it 
prevents using unsigned dependencies like NExpect
     add 84a4d0c8 :white_check_mark: prove that FixingFlags.All contains all 
other valid fixing flags
     add 2c44d647 :bug: should lock hashtables for write (LOG4NET-646)
     add dd6e40ac :white_check_mark: add test trying to repro LOG4NET-684, but 
the issue doesn't repro
     add 730d7bf6 :white_check_mark: try to repro LOG4NET-611, but no go
     add 6a591fdf :arrow_up: Bump simple-git from 2.20.1 to 3.5.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bd8aeb3b)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/simple-git-3.5.0 
(6a591fdf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 install-dotnet-core-sdk-1.1.ps1                    |    3 +
 install-net-framework-sdk-3.5.ps1                  |    3 +
 package-lock.json                                  | 8104 +++++++++++++++++---
 package.json                                       |    2 +-
 .../log4net-611-lib/DerivedAppender.cs             |    8 +
 .../log4net-611-lib/log4net-611-lib.csproj         |   15 +
 .../log4net-611-main/Program.cs                    |   48 +
 .../log4net-611-main.csproj}                       |   12 +-
 .../log4net-611-main/log4net.config                |   28 +
 src/log4net.Tests/Context/ThreadContextTest.cs     |  352 +-
 src/log4net.Tests/Core/FixingTest.cs               |   19 +
 src/log4net.Tests/log4net.Tests.csproj             |   20 +-
 src/log4net.sln                                    |   21 +-
 src/log4net/ObjectRenderer/RendererMap.cs          |   51 +-
 src/log4net/log4net.csproj                         |   19 +-
 15 files changed, 7521 insertions(+), 1184 deletions(-)
 create mode 100644 src/integration-testing/log4net-611-lib/DerivedAppender.cs
 create mode 100644 
src/integration-testing/log4net-611-lib/log4net-611-lib.csproj
 create mode 100644 src/integration-testing/log4net-611-main/Program.cs
 copy src/integration-testing/{log4net-672/log4net-672.csproj => 
log4net-611-main/log4net-611-main.csproj} (50%)
 create mode 100644 src/integration-testing/log4net-611-main/log4net.config

Reply via email to