Bump github.com/schematichq/rulesengine from 0.1.14 to 0.1.18#94
Merged
bpapillon merged 2 commits intoJun 19, 2026
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [github.com/schematichq/rulesengine](https://github.com/schematichq/rulesengine) from 0.1.14 to 0.1.18. - [Release notes](https://github.com/schematichq/rulesengine/releases) - [Commits](SchematicHQ/rulesengine@v0.1.14...v0.1.18) --- updated-dependencies: - dependency-name: github.com/schematichq/rulesengine dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/schematichq/rulesengine-0.1.18
branch
from
June 19, 2026 14:59
effd991 to
1c58850
Compare
rulesengine 0.1.18 declares list fields as JSONSlice, whose UnmarshalJSON turns nil/absent values into non-nil empty slices. The handler tests compare cached structs (built from a JSON round-trip) against in-memory fixtures, so nil-vs-empty-slice mismatches broke the mock expectations. Round-trip the fixtures through JSON so they match the handler's output.
bpapillon
approved these changes
Jun 19, 2026
bpapillon
deleted the
dependabot/go_modules/github.com/schematichq/rulesengine-0.1.18
branch
June 19, 2026 15:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/schematichq/rulesengine from 0.1.14 to 0.1.18.
Release notes
Sourced from github.com/schematichq/rulesengine's releases.
Commits
b323bf4add CreditReserved and CreditSettled to FeatureEntitlement (#26)f0c1a8fcollapse preflight eventUsage to a single subtype pair (#25)774cfb4test: pin event_usage=0 fallthrough to usage on metric conditions (#23)35ef3f2serialize nil slice fields as [] instead of null on wire types (#24)74d16e8add options-based preflight to CheckFlag (#22)