Skip to content

chore(deps): bump the composer-deps group with 2 updates - #108

Merged
jeffersongoncalves merged 1 commit into
mainfrom
dependabot/composer/composer-deps-6c99a93344
Sep 23, 2026
Merged

jeffersongoncalves merged 1 commit into
mainfrom
dependabot/composer/composer-deps-6c99a93344

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the composer-deps group with 2 updates: jeffersongoncalves/filament-pwa and jeffersongoncalves/filament-sensible-defaults.

Updates jeffersongoncalves/filament-pwa from 2.0.0 to 2.1.0

Release notes

Sourced from jeffersongoncalves/filament-pwa's releases.

2.1.0

Update to laravel-pwa-favicon ^2.0 (adds jeffersongoncalves/laravel-favicon as a transitive dependency). No API changes required for filament-pwa consumers.

Commits
  • 0e3c15d feat: update to laravel-pwa-favicon 2.0
  • c8610a5 Pin GitHub Actions to commit SHA for supply-chain security
  • 697de3a Update CHANGELOG
  • See full diff in compare view

Updates jeffersongoncalves/filament-sensible-defaults from 2.0.1 to 2.1.0

Release notes

Sourced from jeffersongoncalves/filament-sensible-defaults's releases.

2.1.0

What's new

Blocks that bundle more than one class or behaviour (action_defaults, select_defaults, datetime_defaults, repeater_defaults, form_defaults, page_defaults, table_defaults) now expose a matching config sub-array, so a single item can be disabled without losing the rest of the block.

'actions' => [
    'action_group' => true,
    'action' => true,
    'create_action' => true,
    'edit_action' => true,
    'delete_action' => false, // opt DeleteAction out, keep the rest of action_defaults
    'view_action' => true,
],

The existing block-level booleans keep working as master switches — turning a block off still disables every sub-item regardless of its own setting. No breaking changes; fully backward compatible.

See the README's "Fine-grained control" section for the full list of sub-arrays (actions, select, datetime, repeater, form, page, table).

Full Changelog: jeffersongoncalves/filament-sensible-defaults@2.0.1...2.1.0

Commits
  • aa5ad4b feat: add per-item sub-toggles for bundled default blocks
  • 6ef3179 Pin GitHub Actions to commit SHA for supply-chain security
  • c68cb58 Update CHANGELOG
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the composer-deps group with 2 updates: [jeffersongoncalves/filament-pwa](https://github.com/jeffersongoncalves/filament-pwa) and [jeffersongoncalves/filament-sensible-defaults](https://github.com/jeffersongoncalves/filament-sensible-defaults).


Updates `jeffersongoncalves/filament-pwa` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/jeffersongoncalves/filament-pwa/releases)
- [Changelog](https://github.com/jeffersongoncalves/filament-pwa/blob/3.x/CHANGELOG.md)
- [Commits](jeffersongoncalves/filament-pwa@2.0.0...2.1.0)

Updates `jeffersongoncalves/filament-sensible-defaults` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/jeffersongoncalves/filament-sensible-defaults/releases)
- [Changelog](https://github.com/jeffersongoncalves/filament-sensible-defaults/blob/3.x/CHANGELOG.md)
- [Commits](jeffersongoncalves/filament-sensible-defaults@2.0.1...2.1.0)

---
updated-dependencies:
- dependency-name: jeffersongoncalves/filament-pwa
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer-deps
- dependency-name: jeffersongoncalves/filament-sensible-defaults
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer-deps
...

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 Sep 23, 2026
@jeffersongoncalves
jeffersongoncalves merged commit c389504 into main Sep 23, 2026
3 checks passed
@jeffersongoncalves
jeffersongoncalves deleted the dependabot/composer/composer-deps-6c99a93344 branch September 23, 2026 11:56
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.

1 participant