Skip to content

Commit d893447

Browse files
committed
Bump sample deps
1 parent 6077182 commit d893447

File tree

12 files changed

+556
-481
lines changed

12 files changed

+556
-481
lines changed

samples/Exceptionless.SampleConsole/Exceptionless.SampleConsole.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Exceptionless.DateTimeExtensions" Version="3.4.0" />
24-
<PackageReference Include="Exceptionless.RandomData" Version="1.2.1" />
23+
<PackageReference Include="Exceptionless.DateTimeExtensions" Version="3.4.2" />
24+
<PackageReference Include="Exceptionless.RandomData" Version="1.2.2" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

samples/Exceptionless.SampleLambda/Exceptionless.SampleLambda.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010
<ItemGroup>
1111
<PackageReference Include="Amazon.Lambda.Core" Version="2.1.0" />
12-
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.0" />
12+
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.3.1" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

samples/Exceptionless.SampleLambdaAspNetCore/Exceptionless.SampleLambdaAspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<AWSProjectType>Lambda</AWSProjectType>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.2" />
9-
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="7.2.0" />
8+
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.5" />
9+
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="8.1.0" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\src\Platforms\Exceptionless.AspNetCore\Exceptionless.AspNetCore.csproj" />

samples/Exceptionless.SampleMvc/Exceptionless.SampleMvc.csproj

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -52,13 +52,13 @@
5252
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.2.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
5353
</Reference>
5454
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
55-
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
55+
<HintPath>..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Data" />
5959
<Reference Include="System.Drawing" />
60-
<Reference Include="System.Net.Http.Formatting, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61-
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.8\lib\net45\System.Net.Http.Formatting.dll</HintPath>
60+
<Reference Include="System.Net.Http.Formatting, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
61+
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll</HintPath>
6262
</Reference>
6363
<Reference Include="System.Web.DynamicData" />
6464
<Reference Include="System.Web.Entity" />
@@ -67,31 +67,31 @@
6767
<Reference Include="System.Core" />
6868
<Reference Include="System.Data.DataSetExtensions" />
6969
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.8\lib\net45\System.Web.Helpers.dll</HintPath>
70+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.Helpers.dll</HintPath>
7171
</Reference>
72-
<Reference Include="System.Web.Http, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73-
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.8\lib\net45\System.Web.Http.dll</HintPath>
72+
<Reference Include="System.Web.Http, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73+
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll</HintPath>
7474
</Reference>
75-
<Reference Include="System.Web.Http.Tracing, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76-
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Tracing.5.2.8\lib\net45\System.Web.Http.Tracing.dll</HintPath>
75+
<Reference Include="System.Web.Http.Tracing, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76+
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Tracing.5.2.9\lib\net45\System.Web.Http.Tracing.dll</HintPath>
7777
</Reference>
78-
<Reference Include="System.Web.Http.WebHost, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
79-
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.8\lib\net45\System.Web.Http.WebHost.dll</HintPath>
78+
<Reference Include="System.Web.Http.WebHost, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
79+
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.9\lib\net45\System.Web.Http.WebHost.dll</HintPath>
8080
</Reference>
81-
<Reference Include="System.Web.Mvc, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82-
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.8\lib\net45\System.Web.Mvc.dll</HintPath>
81+
<Reference Include="System.Web.Mvc, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82+
<HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.9\lib\net45\System.Web.Mvc.dll</HintPath>
8383
</Reference>
8484
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85-
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.8\lib\net45\System.Web.Razor.dll</HintPath>
85+
<HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.9\lib\net45\System.Web.Razor.dll</HintPath>
8686
</Reference>
8787
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
88-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.8\lib\net45\System.Web.WebPages.dll</HintPath>
88+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.dll</HintPath>
8989
</Reference>
9090
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
91-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.8\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
91+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
9292
</Reference>
9393
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
94-
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.8\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
94+
<HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
9595
</Reference>
9696
<Reference Include="System.Xml.Linq" />
9797
<Reference Include="System.Web" />
@@ -139,15 +139,15 @@
139139
<Content Include="fonts\glyphicons-halflings-regular.svg" />
140140
<Content Include="Global.asax" />
141141
<Content Include="Content\Site.css" />
142-
<None Include="Scripts\jquery-3.6.0.intellisense.js" />
142+
<None Include="Scripts\jquery-3.6.4.intellisense.js" />
143143
<Content Include="Scripts\bootstrap.js" />
144144
<Content Include="Scripts\bootstrap.min.js" />
145-
<Content Include="Scripts\jquery-3.6.0.js" />
146-
<Content Include="Scripts\jquery-3.6.0.min.js" />
147-
<Content Include="Scripts\jquery-3.6.0.slim.js" />
148-
<Content Include="Scripts\jquery-3.6.0.slim.min.js" />
149-
<Content Include="Scripts\jquery-3.6.0.slim.min.map" />
150-
<Content Include="Scripts\jquery-3.6.0.min.map" />
145+
<Content Include="Scripts\jquery-3.6.4.js" />
146+
<Content Include="Scripts\jquery-3.6.4.min.js" />
147+
<Content Include="Scripts\jquery-3.6.4.slim.js" />
148+
<Content Include="Scripts\jquery-3.6.4.slim.min.js" />
149+
<Content Include="Scripts\jquery-3.6.4.slim.min.map" />
150+
<Content Include="Scripts\jquery-3.6.4.min.map" />
151151
<None Include="Scripts\jquery.validate-vsdoc.js" />
152152
<Content Include="Scripts\jquery.validate.js" />
153153
<Content Include="Scripts\jquery.validate.min.js" />

samples/Exceptionless.SampleMvc/Scripts/jquery.validate-vsdoc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* You should not use this file at runtime inside the browser--it is only
44
* intended to be used only for design-time IntelliSense. Please use the
55
* standard jQuery library for all production use.
6-
*
7-
* Comment version: 1.19.3
6+
7+
* Comment version: 1.19.5
88
*/
99

1010
/*
@@ -15,7 +15,7 @@
1515
* for informational purposes only and are not the license terms under
1616
* which Microsoft distributed this file.
1717
*
18-
* jQuery Validation Plugin - v1.19.3 - 8/12/2020
18+
* jQuery Validation Plugin - v1.19.5 - 12/5/2016
1919
* https://github.com/jzaefferer/jquery-validation
2020
* Copyright (c) 2013 Jörn Zaefferer; Licensed MIT
2121
*

samples/Exceptionless.SampleMvc/Scripts/jquery.validate.js

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*!
2-
* jQuery Validation Plugin v1.19.3
2+
* jQuery Validation Plugin v1.19.5
33
*
44
* https://jqueryvalidation.org/
55
*
6-
* Copyright (c) 2021 Jörn Zaefferer
6+
* Copyright (c) 2022 Jörn Zaefferer
77
* Released under the MIT license
88
*/
99
(function( factory ) {
@@ -1050,6 +1050,10 @@ $.extend( $.validator, {
10501050
// meta-characters that should be escaped in order to be used with JQuery
10511051
// as a literal part of a name/id or any selector.
10521052
escapeCssMeta: function( string ) {
1053+
if ( string === undefined ) {
1054+
return "";
1055+
}
1056+
10531057
return string.replace( /([\\!"#$%&'()*+,./:;<=>?@\[\]^`{|}~])/g, "\\$1" );
10541058
},
10551059

@@ -1126,8 +1130,8 @@ $.extend( $.validator, {
11261130
}
11271131
delete this.pending[ element.name ];
11281132
$( element ).removeClass( this.settings.pendingClass );
1129-
if ( valid && this.pendingRequest === 0 && this.formSubmitted && this.form() ) {
1130-
$( this.currentForm ).submit();
1133+
if ( valid && this.pendingRequest === 0 && this.formSubmitted && this.form() && this.pendingRequest === 0 ) {
1134+
$( this.currentForm ).trigger( "submit" );
11311135

11321136
// Remove the hidden input that was used as a replacement for the
11331137
// missing submit button. The hidden input is added by `handle()`
@@ -1232,7 +1236,7 @@ $.extend( $.validator, {
12321236

12331237
// Exception: the jquery validate 'range' method
12341238
// does not test for the html5 'range' type
1235-
rules[ method ] = true;
1239+
rules[ type === "date" ? "dateISO" : method ] = true;
12361240
}
12371241
},
12381242

@@ -1430,7 +1434,7 @@ $.extend( $.validator, {
14301434
// https://gist.github.com/dperini/729294
14311435
// see also https://mathiasbynens.be/demo/url-regex
14321436
// modified to allow protocol-relative URLs
1433-
return this.optional( element ) || /^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?))(?::\d{2,5})?(?:[/?#]\S*)?$/i.test( value );
1437+
return this.optional( element ) || /^(?:(?:(?:https?|ftp):)?\/\/)(?:(?:[^\]\[?\/<~#`!@$^&*()+=}|:";',>{ ]|%[0-9A-Fa-f]{2})+(?::(?:[^\]\[?\/<~#`!@$^&*()+=}|:";',>{ ]|%[0-9A-Fa-f]{2})*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?))(?::\d{2,5})?(?:[/?#]\S*)?$/i.test( value );
14341438
},
14351439

14361440
// https://jqueryvalidation.org/date-method/

samples/Exceptionless.SampleMvc/Scripts/jquery.validate.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)