Skip to content

Bump sylius/grid-bundle from 1.15.1 to 1.16.1 - #88

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/sylius/grid-bundle-1.16.1
Open

Bump sylius/grid-bundle from 1.15.1 to 1.16.1#88
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/sylius/grid-bundle-1.16.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps sylius/grid-bundle from 1.15.1 to 1.16.1.

Release notes

Sourced from sylius/grid-bundle's releases.

v1.16.1

What's Changed

New Contributors

Full Changelog: Sylius/SyliusGridBundle@v1.16.0...v1.16.1

v1.16.0

TL;DR

SyliusGridBundle 1.16.0 modernizes how grids are defined and customized. Grids become invokable, attribute-driven PHP classes, and we introduce Grid Mutators as the modern replacement for grid events with no breaking changes.

  • Invokable Grids: define grids as plain invokable classes with the #[AsGrid] attribute; no need to extend AbstractGrid or implement GridInterface.
  • Grid Mutators: customize existing grids via #[AsGridMutator] + GridMutatorInterface, with priority support; works with both modern and legacy grids.
  • Fluent actions configuration: configure grid actions with the new withActions, withMainActions, withItemActions, withSubItemActions and withBulkActions builder methods, consistent with withFields and withFilters.
  • Improved make:grid maker: now generates modern invokable grids, plus better error messages.

What's Changed

Full Changelog: Sylius/SyliusGridBundle@v1.15.1...v1.16.0

v1.16.0-RC.3

What's Changed

Full Changelog: Sylius/SyliusGridBundle@v1.16.0-RC.2...v1.16.0-RC.3

... (truncated)

Commits
  • 22ca062 Do not autoload deprecated FQCN in builder bc-alias guards (#498)
  • 2f0b50b Do not autoload deprecated FQCN in builder bc-alias guards
  • 8af7046 feat(maintenance): Add PHPArkitect (#497)
  • 0094649 feat(maintenance): Add PHPArkitect
  • 8672b25 feat(builder): Add a few notes about moved interfaces and trigger dep… (#496)
  • 4c379c5 feat(builder): Add a few notes about moved interfaces and trigger deprecations
  • c8e6164 fix(interfaces): Move builder interfaces into the Grid component (#495)
  • 4b634e0 feat(maker): Remove AbstractGrid usage (#494)
  • d5102c5 fix(interfaces): Move builder interfaces into the Grid component
  • a7c108f feat(maker): Remove AbstractGrid usage
  • 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 [sylius/grid-bundle](https://github.com/Sylius/SyliusGridBundle) from 1.15.1 to 1.16.1.
- [Release notes](https://github.com/Sylius/SyliusGridBundle/releases)
- [Commits](Sylius/SyliusGridBundle@v1.15.1...v1.16.1)

---
updated-dependencies:
- dependency-name: sylius/grid-bundle
  dependency-version: 1.16.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 14, 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 php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants