Skip to content

Bump spatie/laravel-query-builder from 6.4.4 to 7.3.0#442

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/composer/develop/spatie/laravel-query-builder-7.3.0
Open

Bump spatie/laravel-query-builder from 6.4.4 to 7.3.0#442
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/composer/develop/spatie/laravel-query-builder-7.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps spatie/laravel-query-builder from 6.4.4 to 7.3.0.

Release notes

Sourced from spatie/laravel-query-builder's releases.

7.3.0

What's Changed

New Contributors

Full Changelog: spatie/laravel-query-builder@7.2.1...7.3.0

7.2.1

What's Changed

New Contributors

Full Changelog: spatie/laravel-query-builder@7.2.0...7.2.1

7.2.0

  • Fix empty global delimiter causing a ValueError in query parameter parsing (#1055)

7.0.1

  • Fix nullable filter edge cases for empty and not-null values with dynamic operators (#1051)

7.0.0

What's Changed

Full Changelog: spatie/laravel-query-builder@6.4.4...7.0.0

Changelog

Sourced from spatie/laravel-query-builder's changelog.

7.3.0 - 2026-05-02

What's Changed

New Contributors

Full Changelog: spatie/laravel-query-builder@7.2.1...7.3.0

Unreleased

  • Added AllowedFilter::groupOr() and AllowedFilter::groupAnd() for grouping multiple filters under a single URL parameter with an explicit AND/OR conjunction. Anchored on the JSON:API Fancy Filters recommendation. Members can be any AllowedFilter type. Multiple independent groups are supported, AND-joined to each other.
  • Added AllowedFilter::applyTo(Builder $builder, mixed $value) public primitive. AllowedFilter::filter() is refactored to delegate to it (behavior is byte-identical).

7.2.1 - 2026-04-17

What's Changed

New Contributors

Full Changelog: spatie/laravel-query-builder@7.2.0...7.2.1

7.2.0 - 2026-04-08

  • Fix empty global delimiter causing a ValueError in query parameter parsing (#1055)

7.1.0 - 2026-03-29

  • Add per-filter delimiter support via fluent delimiter() method on AllowedFilter

7.0.1 - 2026-03-16

  • Fix nullable filter edge cases for empty and not-null values with dynamic operators (#1051)

7.0.0 - 2026-03-15

What's Changed

... (truncated)

Commits
  • 3554c00 feat: filter groups (OR/AND conjunction) — JSON:API Fancy Filters (#1060)
  • bab3954 docs: add Angular front-end implementation (#1059)
  • aa448a1 Merge pull request #1058 from spatie/dependabot/github_actions/dependabot/fet...
  • 317dc29 Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0
  • 3ccccf2 Update CHANGELOG
  • 72b8c26 Fix PHPStan errors on main (#1057)
  • dceb560 Add support for disabling global filter value splitting (#1056)
  • c9ff7db Update changelog for 7.2.0
  • 52db3a8 fix: handle empty delimiters gracefully in query builder (#1055)
  • 12252d2 Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 (#1053)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder) from 6.4.4 to 7.3.0.
- [Release notes](https://github.com/spatie/laravel-query-builder/releases)
- [Changelog](https://github.com/spatie/laravel-query-builder/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-query-builder@6.4.4...7.3.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-query-builder
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 5, 2026

Labels

The following labels could not be found: composer. Please create it before Dependabot can add it to a pull request.

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants