Skip to content

Bump github.com/schematichq/rulesengine from 0.1.14 to 0.1.18#94

Merged
bpapillon merged 2 commits into
mainfrom
dependabot/go_modules/github.com/schematichq/rulesengine-0.1.18
Jun 19, 2026
Merged

Bump github.com/schematichq/rulesengine from 0.1.14 to 0.1.18#94
bpapillon merged 2 commits into
mainfrom
dependabot/go_modules/github.com/schematichq/rulesengine-0.1.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/schematichq/rulesengine from 0.1.14 to 0.1.18.

Release notes

Sourced from github.com/schematichq/rulesengine's releases.

v0.1.18

What's Changed

Full Changelog: SchematicHQ/rulesengine@v0.1.17...v0.1.18

v0.1.17

What's Changed

Full Changelog: SchematicHQ/rulesengine@v0.1.16...v0.1.17

v0.1.16

What's Changed

Full Changelog: SchematicHQ/rulesengine@v0.1.15...v0.1.16

v0.1.15

What's Changed

Full Changelog: SchematicHQ/rulesengine@v0.1.14...v0.1.15

Commits
  • b323bf4 add CreditReserved and CreditSettled to FeatureEntitlement (#26)
  • f0c1a8f collapse preflight eventUsage to a single subtype pair (#25)
  • 774cfb4 test: pin event_usage=0 fallthrough to usage on metric conditions (#23)
  • 35ef3f2 serialize nil slice fields as [] instead of null on wire types (#24)
  • 74d16e8 add options-based preflight to CheckFlag (#22)
  • See full diff in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: Dependabot, gomod. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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
dependabot Bot force-pushed the dependabot/go_modules/github.com/schematichq/rulesengine-0.1.18 branch from effd991 to 1c58850 Compare June 19, 2026 14:59
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
bpapillon merged commit 9c3bc54 into main Jun 19, 2026
2 checks passed
@bpapillon
bpapillon deleted the dependabot/go_modules/github.com/schematichq/rulesengine-0.1.18 branch June 19, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant