Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-updates group across 1 directory with 22 updates #304

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the minor-updates group with 19 updates in the / directory:

Package From To
datomatic/laravel-enum-helper 2.0.0 2.0.2
dedoc/scramble 0.11.28 0.11.31
filament/filament 3.2.124 3.2.131
gotenberg/gotenberg-php 2.9.0 2.11.0
laravel/jetstream 5.3.2 5.3.4
laravel/octane 2.5.9 2.6.0
maatwebsite/excel 3.1.60 3.1.61
nwidart/laravel-modules 11.1.5 11.1.7
pxlrbt/filament-environment-indicator 2.0.2 2.1.0
stechstudio/filament-impersonate 3.14 3.15
tightenco/ziggy 2.4.0 2.4.1
tpetry/laravel-postgresql-enhanced 2.0.1 2.1.0
barryvdh/laravel-ide-helper 3.2.2 3.3.0
brianium/paratest 7.6.0 7.7.0
fakerphp/faker 1.24.0 1.24.1
laravel/pint 1.18.1 1.18.3
laravel/sail 1.38.0 1.39.1
laravel/telescope 5.2.5 5.2.6
spatie/laravel-ignition 2.8.0 2.9.0

Updates datomatic/laravel-enum-helper from 2.0.0 to 2.0.2

Release notes

Sourced from datomatic/laravel-enum-helper's releases.

v2.0.2

  • fixed error of annotation command with folder with not enum files

v2.0.1

  • fixed error of annotation command with string backed enum
Changelog

Sourced from datomatic/laravel-enum-helper's changelog.

v2.0.2 - 2024-12-09

  • fixed error of annotation command with folder with not enum files

v2.0.1 - 2024-12-09

  • fixed error of annotation command with string backed enum
Commits

Updates dedoc/scramble from 0.11.28 to 0.11.31

Release notes

Sourced from dedoc/scramble's releases.

v0.11.31

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.11.30...v0.11.31

v0.11.30

What's Changed

Full Changelog: dedoc/scramble@v0.11.29...v0.11.30

v0.11.29

What's Changed

Full Changelog: dedoc/scramble@v0.11.28...v0.11.29

Commits
  • bd7aeda fixed static call issues
  • 423dee2 do not run failing tests on older API
  • 74a1822 do not run failing tests on older API
  • 5518500 added ability to hook into __construct call
  • e51e93f Fix styling
  • 48698ff Add Scramble::throwOnError() to control exception handling (#645)
  • 8baa2de Fix styling
  • a098c55 Support Rule::enum()->except() (#658)
  • 43d8f75 Added all ConditionallyLoadsAttributes methods support (#652)
  • 51aa306 Make sure models from vendor are properly documented (#651)
  • See full diff in compare view

Updates filament/filament from 3.2.124 to 3.2.131

Commits

Updates gotenberg/gotenberg-php from 2.9.0 to 2.11.0

Release notes

Sourced from gotenberg/gotenberg-php's releases.

v2.11.0

This release brings the client up-to-date with the latest Gotenberg version.

New method:

  • $pdfEngines->split
  • $chromium->pdf()->split
  • $libreOffice->split

See https://github.com/gotenberg/gotenberg/releases/tag/v8.15.0 for more details.

v2.10.1

This release brings PHP 8.4 support.

v2.10.0

This release brings the client up-to-date with the latest Gotenberg version.

New method:

  • $chromium->pdf()->generateDocumentOutline

See https://github.com/gotenberg/gotenberg/releases/tag/v8.14.0 for more details.

Commits
  • dbbb6c0 feat(split): add the split feature
  • 00efc25 feat: add PHP 8.4 support
  • 1a5f58c chore(deps): bump codecov/codecov-action from 4 to 5
  • df6af76 feat(chromium): add generateDocumentOutline form field
  • See full diff in compare view

Updates laravel/framework from 11.32.0 to 11.36.1

Release notes

Sourced from laravel/framework's releases.

v11.36.1

v11.36.0

v11.35.1

v11.35.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v11.36.1 - 2024-12-17

v11.36.0 - 2024-12-17

v11.35.1 - 2024-12-12

v11.35.0 - 2024-12-10

... (truncated)

Commits
  • df06f51 Update version to v11.36.1
  • 3946000 Revert "[11.x] No need to redeclare variables (#53887)" (#53954)
  • 17c0416 Revert "[11.x] fix: allows injection using multiple interfaces with the same ...
  • f349abb Avoid writing multiple keys when using redis in cluster mode (#53940)
  • 70607c5 [11.x] Add getJob() method to PendingDispatch class + Introduced tests (#...
  • fd07e20 Add wildcard directory discovery to the EventServiceProvider (#53932)
  • aec8ad4 Once Remember Null Values (#53949)
  • 3ac290c Update CHANGELOG
  • 153254c Update version to v11.36.0
  • 4526005 [11.x] Fix client path value in file uploads (#53941)
  • Additional commits viewable in compare view

Updates laravel/jetstream from 5.3.2 to 5.3.4

Release notes

Sourced from laravel/jetstream's releases.

v5.3.4

v5.3.3

Changelog

Sourced from laravel/jetstream's changelog.

v5.3.4 - 2024-12-10

v5.3.3 - 2024-11-13

Commits

Updates laravel/octane from 2.5.9 to 2.6.0

Release notes

Sourced from laravel/octane's releases.

v2.6.0

Changelog

Sourced from laravel/octane's changelog.

v2.6.0 - 2024-11-25

Commits

Updates league/csv from 9.18.0 to 9.20.1

Release notes

Sourced from league/csv's releases.

version 9.20.1

Added

  • None

Deprecated

  • None

Fixed

  • #554 Fix stream filte removal by crocodele
  • Fix Statement callback and closure signature

Removed

  • None

version 9.20.0

Added

  • XMLConverter::formatter
  • HTMLConverter::formatter
  • Writer::encloseNone
  • Writer::encloseNecessary
  • Writer::noEnclosure

Deprecated

  • None

Fixed

  • JsonConverter::formatter now accepts callable before only Closure where accepted.
  • The protected property Writer::$enclose_all is no longer a boolean but an integer

Removed

  • None

version 9.19.0

Added

  • JsonConverter::withPrettyPrint now accepts an optional $identSize parameter as its unique parameter.
  • Statement::when to enable conditionable query building.
  • Using PHP8.4 Deprecated attribute to signal deprecated public API methods and constants.

Deprecated

  • JsonConverter::indentSize

... (truncated)

Changelog

Sourced from league/csv's changelog.

9.20.1 - 2024-12-18

Added

  • None

Deprecated

  • None

Fixed

  • #554 Fix stream filte removal by crocodele
  • Fix Statement callback and closure signature

Removed

  • None

9.20.0 - 2024-12-13

Added

  • XMLConverter::formatter
  • HTMLConverter::formatter
  • Writer::encloseNone
  • Writer::encloseNecessary
  • Writer::noEnclosure

Deprecated

  • None

Fixed

  • JsonConverter::formatter now accepts callable before only Closure where accepted.
  • The protected property Writer::$enclose_all is no longer a boolean but an integer

Removed

  • None

9.19.0 - 2024-12-08

Added

  • JsonConverter::withPrettyPrint now accepts an optional $identSize parameter as its unique parameter.
  • Statement::when to enable conditionable query building.
  • Using PHP8.4 Deprecated attribute to signal deprecated public API methods and constants.

... (truncated)

Commits

Updates maatwebsite/excel from 3.1.60 to 3.1.61

Release notes

Sourced from maatwebsite/excel's releases.

3.1.61

What's Changed

New Contributors

Full Changelog: SpartnerNL/Laravel-Excel@3.1.60...3.1.61

Commits

Updates nwidart/laravel-modules from 11.1.5 to 11.1.7

Release notes

Sourced from nwidart/laravel-modules's releases.

v11.1.7

What's Changed

Full Changelog: nWidart/laravel-modules@v11.1.6...v11.1.7

v11.1.6

What's Changed

Full Changelog: nWidart/laravel-modules@v11.1.5...v11.1.6

Commits
  • 26c0716 Merge pull request #1999 from alissn/FixCreateModule
  • 6ec5cbf [fix] fix make plain module
  • 79cdb18 Merge pull request #1996 from alissn/prohibiteCommands
  • dffd26f [feat] add method prohibitDestructiveCommands to facade module
  • 5607d45 [feat] implement database commands ConfirmableCommand
  • f446a93 [chore] change callback of confirmable
  • e37afcf Merge pull request #1990 from alissn/SynchronizationModelShowCommand
  • 642b3e9 [feat] update framework version
  • f4068b8 [feat] Synchronization module:model-show command with parent
  • 66c3eb2 Merge pull request #1983 from nWidart/set-config-publish-to-use-config-tag
  • Additional commits viewable in compare view

Updates pxlrbt/filament-environment-indicator from 2.0.2 to 2.1.0

Release notes

Sourced from pxlrbt/filament-environment-indicator's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: pxlrbt/filament-environment-indicator@v2.0.2...v2.1.0

Commits

Updates stechstudio/filament-impersonate from 3.14 to 3.15

Release notes

Sourced from stechstudio/filament-impersonate's releases.

3.15

What's Changed

New Contributors

Full Changelog: stechstudio/filament-impersonate@3.14...3.15

Commits

Updates tightenco/ziggy from 2.4.0 to 2.4.1

Release notes

Sourced from tightenco/ziggy's releases.

v2.4.1

  • Fix qs type dependencies

Full Changelog: tighten/ziggy@v2.4.0...v2.4.1

Changelog

Sourced from tightenco/ziggy's changelog.

[v2.4.1] - 2024-11-21

Fixed

  • Fix qs type dependencies
Commits

Updates tpetry/laravel-postgresql-enhanced from 2.0.1 to 2.1.0

Changelog

Sourced from tpetry/laravel-postgresql-enhanced's changelog.

[2.1.0] - 2024-12-16

Added

  • JsonForceEmptyObjectAsArray eloquent cast

[2.0.2] - 2024-12-05

Fixed

  • PHP 8.4 deprecation warnings because of implicitly marked nullable parameters
Commits

Updates barryvdh/laravel-ide-helper from 3.2.2 to 3.3.0

Release notes

Sourced from barryvdh/laravel-ide-helper's releases.

v3.3.0

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.2.2...v3.3.0

Changelog

Sourced from barryvdh/laravel-ide-helper's changelog.

v3.3.0 - 2024-12-18

What's Changed

Bumps the minor-updates group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [datomatic/laravel-enum-helper](https://github.com/datomatic/laravel-enum-helper) | `2.0.0` | `2.0.2` |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.11.28` | `0.11.31` |
| [filament/filament](https://github.com/filamentphp/panels) | `3.2.124` | `3.2.131` |
| [gotenberg/gotenberg-php](https://github.com/gotenberg/gotenberg-php) | `2.9.0` | `2.11.0` |
| [laravel/jetstream](https://github.com/laravel/jetstream) | `5.3.2` | `5.3.4` |
| [laravel/octane](https://github.com/laravel/octane) | `2.5.9` | `2.6.0` |
| [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) | `3.1.60` | `3.1.61` |
| [nwidart/laravel-modules](https://github.com/nWidart/laravel-modules) | `11.1.5` | `11.1.7` |
| [pxlrbt/filament-environment-indicator](https://github.com/pxlrbt/filament-environment-indicator) | `2.0.2` | `2.1.0` |
| [stechstudio/filament-impersonate](https://github.com/stechstudio/filament-impersonate) | `3.14` | `3.15` |
| [tightenco/ziggy](https://github.com/tighten/ziggy) | `2.4.0` | `2.4.1` |
| [tpetry/laravel-postgresql-enhanced](https://github.com/tpetry/laravel-postgresql-enhanced) | `2.0.1` | `2.1.0` |
| [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) | `3.2.2` | `3.3.0` |
| [brianium/paratest](https://github.com/paratestphp/paratest) | `7.6.0` | `7.7.0` |
| [fakerphp/faker](https://github.com/FakerPHP/Faker) | `1.24.0` | `1.24.1` |
| [laravel/pint](https://github.com/laravel/pint) | `1.18.1` | `1.18.3` |
| [laravel/sail](https://github.com/laravel/sail) | `1.38.0` | `1.39.1` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.2.5` | `5.2.6` |
| [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) | `2.8.0` | `2.9.0` |



Updates `datomatic/laravel-enum-helper` from 2.0.0 to 2.0.2
- [Release notes](https://github.com/datomatic/laravel-enum-helper/releases)
- [Changelog](https://github.com/datomatic/laravel-enum-helper/blob/main/CHANGELOG.md)
- [Commits](datomatic/laravel-enum-helper@v2.0.0...v2.0.2)

Updates `dedoc/scramble` from 0.11.28 to 0.11.31
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.11.28...v0.11.31)

Updates `filament/filament` from 3.2.124 to 3.2.131
- [Commits](filamentphp/panels@v3.2.124...v3.2.131)

Updates `gotenberg/gotenberg-php` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/gotenberg/gotenberg-php/releases)
- [Commits](gotenberg/gotenberg-php@v2.9.0...v2.11.0)

Updates `laravel/framework` from 11.32.0 to 11.36.1
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v11.32.0...v11.36.1)

Updates `laravel/jetstream` from 5.3.2 to 5.3.4
- [Release notes](https://github.com/laravel/jetstream/releases)
- [Changelog](https://github.com/laravel/jetstream/blob/5.x/CHANGELOG.md)
- [Commits](laravel/jetstream@v5.3.2...v5.3.4)

Updates `laravel/octane` from 2.5.9 to 2.6.0
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](laravel/octane@v2.5.9...v2.6.0)

Updates `league/csv` from 9.18.0 to 9.20.1
- [Release notes](https://github.com/thephpleague/csv/releases)
- [Changelog](https://github.com/thephpleague/csv/blob/master/CHANGELOG.md)
- [Commits](thephpleague/csv@9.18.0...9.20.1)

Updates `maatwebsite/excel` from 3.1.60 to 3.1.61
- [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases)
- [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md)
- [Commits](SpartnerNL/Laravel-Excel@3.1.60...3.1.61)

Updates `nwidart/laravel-modules` from 11.1.5 to 11.1.7
- [Release notes](https://github.com/nWidart/laravel-modules/releases)
- [Changelog](https://github.com/nWidart/laravel-modules/blob/master/CHANGELOG.md)
- [Commits](nWidart/laravel-modules@v11.1.5...v11.1.7)

Updates `pxlrbt/filament-environment-indicator` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/pxlrbt/filament-environment-indicator/releases)
- [Commits](pxlrbt/filament-environment-indicator@v2.0.2...v2.1.0)

Updates `stechstudio/filament-impersonate` from 3.14 to 3.15
- [Release notes](https://github.com/stechstudio/filament-impersonate/releases)
- [Commits](stechstudio/filament-impersonate@3.14...3.15)

Updates `tightenco/ziggy` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/tighten/ziggy/releases)
- [Changelog](https://github.com/tighten/ziggy/blob/2.x/CHANGELOG.md)
- [Commits](tighten/ziggy@v2.4.0...v2.4.1)

Updates `tpetry/laravel-postgresql-enhanced` from 2.0.1 to 2.1.0
- [Changelog](https://github.com/tpetry/laravel-postgresql-enhanced/blob/master/CHANGELOG.md)
- [Commits](tpetry/laravel-postgresql-enhanced@2.0.1...2.1.0)

Updates `barryvdh/laravel-ide-helper` from 3.2.2 to 3.3.0
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](barryvdh/laravel-ide-helper@v3.2.2...v3.3.0)

Updates `brianium/paratest` from 7.6.0 to 7.7.0
- [Release notes](https://github.com/paratestphp/paratest/releases)
- [Commits](paratestphp/paratest@v7.6.0...v7.7.0)

Updates `fakerphp/faker` from 1.24.0 to 1.24.1
- [Release notes](https://github.com/FakerPHP/Faker/releases)
- [Changelog](https://github.com/FakerPHP/Faker/blob/v1.24.1/CHANGELOG.md)
- [Commits](FakerPHP/Faker@v1.24.0...v1.24.1)

Updates `laravel/pint` from 1.18.1 to 1.18.3
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.18.1...v1.18.3)

Updates `laravel/sail` from 1.38.0 to 1.39.1
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.38.0...v1.39.1)

Updates `laravel/telescope` from 5.2.5 to 5.2.6
- [Release notes](https://github.com/laravel/telescope/releases)
- [Changelog](https://github.com/laravel/telescope/blob/5.x/CHANGELOG.md)
- [Commits](laravel/telescope@v5.2.5...v5.2.6)

Updates `phpunit/phpunit` from 11.4.3 to 11.5.2
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.5.2/ChangeLog-11.5.md)
- [Commits](sebastianbergmann/phpunit@11.4.3...11.5.2)

Updates `spatie/laravel-ignition` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-ignition@2.8.0...2.9.0)

---
updated-dependencies:
- dependency-name: datomatic/laravel-enum-helper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: dedoc/scramble
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: filament/filament
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: gotenberg/gotenberg-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/jetstream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: league/csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: maatwebsite/excel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: nwidart/laravel-modules
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: pxlrbt/filament-environment-indicator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: stechstudio/filament-impersonate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tightenco/ziggy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: tpetry/laravel-postgresql-enhanced
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: barryvdh/laravel-ide-helper
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: brianium/paratest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: fakerphp/faker
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 23, 2024
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