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

chore(deps): update all non-major dependencies #290

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Duende.AccessTokenManagement (source) 3.0.1 -> 3.1.1 age adoption passing confidence nuget minor
Meziantou.Analyzer 2.0.182 -> 2.0.185 age adoption passing confidence nuget patch
Roslynator.Analyzers 4.12.9 -> 4.12.10 age adoption passing confidence nuget patch
Testcontainers (source) 4.0.0 -> 4.1.0 age adoption passing confidence nuget minor
coverlet.collector 6.0.2 -> 6.0.3 age adoption passing confidence nuget patch
coverlet.msbuild 6.0.2 -> 6.0.3 age adoption passing confidence nuget patch
csharpier 0.30.2 -> 0.30.5 age adoption passing confidence nuget patch
curlimages/curl 8.11.0 -> 8.11.1 age adoption passing confidence patch
docker.io/curlimages/curl 8.11.0 -> 8.11.1 age adoption passing confidence patch
mcr.microsoft.com/dotnet/sdk 9.0.100-noble -> 9.0.101-noble age adoption passing confidence final patch
quay.io/keycloak/keycloak 26.0.6 -> 26.0.7 age adoption passing confidence patch
quay.io/prometheus/prometheus v3.0.1 -> v3.1.0 age adoption passing confidence minor
xunit 2.9.2 -> 2.9.3 age adoption passing confidence nuget patch

Release Notes

DuendeSoftware/foss (Duende.AccessTokenManagement)

v3.1.1

Compare Source

v3.1.0

Compare Source

meziantou/Meziantou.Analyzer (Meziantou.Analyzer)

v2.0.185

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.185

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.184...2.0.185

v2.0.184

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.184

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.183...2.0.184

v2.0.183

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.183

Full Changelog: meziantou/Meziantou.Analyzer@2.0.182...2.0.183

dotnet/roslynator (Roslynator.Analyzers)

v4.12.10

Fixed
Changed
  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)
testcontainers/testcontainers-dotnet (Testcontainers)

v4.1.0

Compare Source

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
coverlet-coverage/coverlet (coverlet.collector)

v6.0.3

Fixed
Improvements
  • Cache the regex used in InstrumentationHelper #​1693
  • Enable dotnetTool integration tests for linux #​660

Diff between 6.0.2 and 6.0.3

belav/csharpier (csharpier)

v0.30.5

Compare Source

What's Changed

Extra blank line added to file each time csharpier runs on this file #​1426

When a file ended in a comment and that comment had multiple blank lines before it, a new blank line was being added each time it was formatted.
// input

// input
namespace MyCompany.MyNamespace;

// Comment block

// 0.30.4
namespace MyCompany.MyNamespace;

// Comment block

// 0.30.5
namespace MyCompany.MyNamespace;

// Comment block

**Full Changelog**: https://github.com/belav/csharpier/compare/0.30.4...0.30.5

v0.30.4

Compare Source

0.30.4

What's Changed

Formatting deletes unsafe modifier #​1416

Formatting a using directive with an unsafe modifier resulted in the lose of the unsafe keyword

// input & expected output
using unsafe NvapiQueryInterface = delegate* unmanaged[Cdecl]<uint, nint>;

// 0.30.3
using NvapiQueryInterface = delegate* unmanaged[Cdecl]<uint, nint>;
CSharpier keeps adding a newline every time a file is formatted #​1408

In some cases if a file ended with a comment, CSharpier would add a new extra blank line above the comment each time it formatted the file

// input & expected outpet
using System;

namespace MyCompany.MyNamespace;

// Comment block

// 0.30.3
using System;

namespace MyCompany.MyNamespace;

// Comment block

Full Changelog: belav/csharpier@0.30.3...0.30.4

v0.30.3

Compare Source

What's Changed

CSharpier.MsBuild doesn't fail the github action anymore #​1357

The changes for 1311 caused CSharpier.MsBuild to not report unformatted files as errors on linux.

Thanks go to @​PetSerAl for the fix

curl/curl-container (curlimages/curl)

v8.11.1

Compare Source

Changed
  • bump to curl 8.11.1
  • bump to alpine:3.21.0
dotnet/sdk (mcr.microsoft.com/dotnet/sdk)

v9.0.101

prometheus/prometheus (quay.io/prometheus/prometheus)

v3.1.0: 3.1.0 / 2025-01-02

Compare Source

What's Changed

  • [SECURITY] upgrade golang.org/x/crypto to address reported CVE-2024-45337. #​15691
  • [CHANGE] Notifier: Increment prometheus_notifications_errors_total by the number of affected alerts rather than per batch. #​15428
  • [CHANGE] API: list rules field "groupNextToken:omitempty" renamed to "groupNextToken". #​15400
  • [ENHANCEMENT] OTLP translate: keep identifying attributes in target_info. #​15448
  • [ENHANCEMENT] Paginate rule groups, add infinite scroll to rules within groups. #​15677
  • [ENHANCEMENT] TSDB: Improve calculation of space used by labels. #​13880
  • [ENHANCEMENT] Rules: new metric rule_group_last_rule_duration_sum_seconds. #​15672
  • [ENHANCEMENT] Observability: Export 'go_sync_mutex_wait_total_seconds_total' metric. #​15339
  • [ENHANCEMEN] Remote-Write: optionally use a DNS resolver that picks a random IP. #​15329
  • [PERF] Optimize l=~".+" matcher. #​15474, #​15684
  • [PERF] TSDB: Cache all symbols for compaction . #​15455
  • [PERF] TSDB: MemPostings: keep a map of label values slices. #​15426
  • [PERF] Remote-Write: Remove interning hook. #​15456
  • [PERF] Scrape: optimize string manipulation for experimental native histograms with custom buckets. #​15453
  • [PERF] TSDB: reduce memory allocations. #​15465, #​15427
  • [PERF] Storage: Implement limit in mergeGenericQuerier. #​14489
  • [PERF] TSDB: Optimize inverse matching. #​14144
  • [PERF] Regex: use stack memory for lowercase copy of string. #​15210
  • [PERF] TSDB: When deleting from postings index, pause to unlock and let readers read. #​15242
  • [BUGFIX] Main: Avoid possible segfault at exit. (#​15724)
  • [BUGFIX] Rules: Do not run rules concurrently if uncertain about dependencies. #​15560
  • [BUGFIX] PromQL: Adds test for absent, absent_over_time and deriv func with histograms. #​15667
  • [BUGFIX] PromQL: Fix various bugs related to quoting UTF-8 characters. #​15531
  • [BUGFIX] Scrape: fix nil panic after scrape loop reload. #​15563
  • [BUGFIX] Remote-write: fix panic on repeated log message. #​15562
  • [BUGFIX] Scrape: reload would ignore always_scrape_classic_histograms and convert_classic_histograms_to_nhcb configs. #​15489
  • [BUGFIX] TSDB: fix data corruption in experimental native histograms. #​15482
  • [BUGFIX] PromQL: Ignore histograms in all time related functions. #​15479
  • [BUGFIX] OTLP receiver: Convert metric metadata. #​15416
  • [BUGFIX] PromQL: Fix resets function for histograms. #​15527
  • [BUGFIX] PromQL: Fix behaviour of changes() for mix of histograms and floats. #​15469
  • [BUGFIX] PromQL: Fix behaviour of some aggregations with histograms. #​15432
  • [BUGFIX] allow quoted exemplar keys in openmetrics text format. #​15260
  • [BUGFIX] TSDB: fixes for rare conditions when loading write-behind-log (WBL). #​15380
  • [BUGFIX] round() function did not remove __name__ label. #​15250
  • [BUGFIX] Promtool: analyze block shows metric name with 0 cardinality. #​15438
  • [BUGFIX] PromQL: Fix count_values for histograms. #​15422
  • [BUGFIX] PromQL: fix issues with comparison binary operations with bool modifier and native histograms. #​15413
  • [BUGFIX] PromQL: fix incorrect "native histogram ignored in aggregation" annotations. #​15414
  • [BUGFIX] PromQL: Corrects the behaviour of some operator and aggregators with Native Histograms. #​15245
  • [BUGFIX] TSDB: Always return unknown hint for first sample in non-gauge histogram chunk. #​15343
  • [BUGFIX] PromQL: Clamp functions: Ignore any points with native histograms. #​15169
  • [BUGFIX] TSDB: Fix race on stale values in headAppender. #​15322
  • [BUGFIX] UI: Fix selector / series formatting for empty metric names. #​15340
  • [BUGFIX] OTLP receiver: Allow colons in non-standard units. #​15710

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Dec 3, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 3 0 0.03s
✅ CSHARP csharpier 5 2 0 1.54s
⚠️ CSHARP dotnet-format yes yes 1 3.01s
✅ CSHARP roslynator 3 0 0 25.24s
✅ DOCKERFILE hadolint 1 0 0.13s
✅ EDITORCONFIG editorconfig-checker 45 0 0.19s
✅ JSON jsonlint 13 0 0.19s
✅ JSON prettier 13 3 0 0.85s
✅ JSON v8r 13 0 8.52s
✅ MARKDOWN markdownlint 2 0 0 0.59s
✅ REPOSITORY checkov yes no 16.39s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 10.35s
✅ REPOSITORY kics yes no 6.5s
✅ REPOSITORY secretlint yes no 1.02s
✅ REPOSITORY syft yes no 1.14s
✅ REPOSITORY trivy yes no 5.23s
✅ REPOSITORY trivy-sbom yes no 0.08s
✅ REPOSITORY trufflehog yes no 1.51s
✅ YAML prettier 15 0 0 0.82s
✅ YAML v8r 15 0 20.02s
✅ YAML yamllint 15 0 0.5s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6fab767 to d82197a Compare December 3, 2024 22:35
@renovate renovate bot changed the title chore(deps): update quay.io/keycloak/keycloak docker tag to v26.0.7 chore(deps): update all non-major dependencies Dec 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 194bd4e to b1d9739 Compare December 11, 2024 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 167ad0b to be0a746 Compare December 22, 2024 06:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 243c8fc to a947291 Compare December 31, 2024 02:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f6e6888 to b0a67fc Compare January 8, 2025 17:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0a67fc to 648ae34 Compare January 10, 2025 06:11
Copy link

Trivy image scan report

ghcr.io/chgl/fhir-server-exporter:pr-290 (ubuntu 24.04)

No Vulnerabilities found

No Misconfigurations found

opt/fhir-server-exporter/FhirServerExporter.deps.json

No Vulnerabilities found

No Misconfigurations found

opt/fhir-server-exporter/packages.lock.json

No Vulnerabilities found

No Misconfigurations found

usr/share/dotnet/shared/Microsoft.AspNetCore.App/9.0.0/Microsoft.AspNetCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0/Microsoft.NETCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

@chgl chgl merged commit b6eef6a into master Jan 10, 2025
16 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 10, 2025 11:13
chgl pushed a commit that referenced this pull request Jan 10, 2025
## [2.3.27](v2.3.26...v2.3.27) (2025-01-10)

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#290](#290)) ([b6eef6a](b6eef6a))
* **deps:** update github-actions ([#291](#291)) ([69e0adb](69e0adb))
* **deps:** update mcr.microsoft.com/dotnet/aspnet:9.0.0-noble-chiseled docker digest to 38a284a ([#294](#294)) ([7d64ebe](7d64ebe))

### CI/CD

* apply zizmor recommendations ([#293](#293)) ([6fab7f2](6fab7f2))
@chgl
Copy link
Owner

chgl commented Jan 10, 2025

🎉 This PR is included in version 2.3.27 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@chgl chgl added the released label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant