From b41959f0d0399d2d0bd75eb75a07027d2c59caf7 Mon Sep 17 00:00:00 2001 From: Brenton Farmer Date: Mon, 31 Aug 2026 10:30:19 -0700 Subject: [PATCH 1/2] chore(deps): update Hyperbee.Expressions.Compiler to 1.5.1 Hyperbee.Expressions.Compiler 1.4.9 -> 1.5.1, which brings Hyperbee.Expressions 1.5.1 with it. Used by FilterParser via HyperbeeCompiler.Compile. Build stays at 0 warnings and all 654 tests pass across net8.0, net9.0 and net10.0. Also group Hyperbee.* updates in dependabot so the co-versioned family moves together. Dependabot has never opened a PR for Hyperbee.Expressions.Compiler in this repo; every bump so far has been manual. --- .github/dependabot.yml | 4 ++++ Directory.Packages.props | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ca517d6..4a770164 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + hyperbee: + patterns: + - "Hyperbee.*" diff --git a/Directory.Packages.props b/Directory.Packages.props index 61149d1b..0321f7d5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,7 +4,7 @@ - + From d9d381d58446dfc9f91e1c7134d9c5b882f6af07 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 31 Aug 2026 17:31:14 +0000 Subject: [PATCH 2/2] chore: format code with dotnet format --- test/Hyperbee.Json.Benchmark/FilterOptimizationBenchmark.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Hyperbee.Json.Benchmark/FilterOptimizationBenchmark.cs b/test/Hyperbee.Json.Benchmark/FilterOptimizationBenchmark.cs index 7cb1cd2f..1d0d25af 100644 --- a/test/Hyperbee.Json.Benchmark/FilterOptimizationBenchmark.cs +++ b/test/Hyperbee.Json.Benchmark/FilterOptimizationBenchmark.cs @@ -1,4 +1,4 @@ -using System.Text.Json; +using System.Text.Json; using BenchmarkDotNet.Attributes; using Hyperbee.Json.Path.Filters; using Hyperbee.Json.Path.Filters.Parser;