Skip to content

Commit

Permalink
chore(deps): update dependency stoplightio/spectral to v6.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 22, 2024
1 parent a88c36e commit 1c7258a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Workleap.OpenApi.MSBuild/Spectral/SpectralInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
internal class SpectralInstaller
{
// If the line below changes, make sure to update the corresponding regex on the renovate.json file
private const string SpectralVersion = "6.11.0";
private const string SpectralVersion = "6.13.1";
private const string SpectralDownloadUrlFormat = "https://github.com/stoplightio/spectral/releases/download/v{0}/{1}";

private readonly ILoggerWrapper _loggerWrapper;
Expand Down
2 changes: 1 addition & 1 deletion src/Workleap.OpenApi.MSBuild/Spectral/SpectralRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Workleap.OpenApi.MSBuild.Spectral;
internal sealed class SpectralRunner
{
// If the line below changes, make sure to update the corresponding regex on the renovate.json file
private const string SpectralVersion = "6.11.0";
private const string SpectralVersion = "6.13.1";

// Matches logs with the format of: 0 problems (0 errors, 0 warnings, 0 infos, 0 hints)
private static readonly Regex SpectralLogWarningPattern = new(@"[0-9]+ problems? \((?<errors>[0-9]+) errors?, (?<warnings>[0-9]+) warnings?, [0-9]+ infos?, [0-9]+ hints?\)");
Expand Down

0 comments on commit 1c7258a

Please sign in to comment.