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 21 updates #289

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
datomatic/laravel-enum-helper 2.0.0 2.0.2
dedoc/scramble 0.11.28 0.11.30
filament/filament 3.2.124 3.2.130
gotenberg/gotenberg-php 2.9.0 2.10.1
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.0.2
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.30

Release notes

Sourced from dedoc/scramble's releases.

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

Updates filament/filament from 3.2.124 to 3.2.130

Commits

Updates gotenberg/gotenberg-php from 2.9.0 to 2.10.1

Release notes

Sourced from gotenberg/gotenberg-php's releases.

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
  • 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.35.1

Release notes

Sourced from laravel/framework's releases.

v11.35.1

v11.35.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v11.35.1 - 2024-12-12

v11.35.0 - 2024-12-10

... (truncated)

Commits
  • dcfa130 Update version to v11.35.1
  • 2b8b386 Revert "set schema to smtps if MAIL_ENCRYPTION === tls" (#53863)
  • b9df1f7 Update facade docblocks
  • f479ce1 allow sub second timeout value for http requests (#53850)
  • 68d0db9 fix: cast session lifetime to int (#53846)
  • c18b470 Specify node when sending scan to RedisCluster (#53837)
  • c589439 Update facade docblocks
  • 0dabf8e [11.x] Fix unescaped table names issue of DatabaseTruncation trait by intro...
  • 0365480 Fixed Enum usage in whereHasMorph condition when morph attribute casting (#53...
  • 9f66103 Fix incorrect typechange in Query Builder (#53841)
  • 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.0

Release notes

Sourced from league/csv's releases.

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

Fixed

  • Adding forgotten support for callable in the Query\Constraint namespace.
  • Fix HttpHeaders::forFileDownload to be inline with RFC2183 and HTTP field name and value best practices.

Remove

  • None
Changelog

Sourced from league/csv's changelog.

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.

Deprecated

  • JsonConverter::indentSize

Fixed

  • Adding forgotten support for callable in the Query\Constraint namespace.
  • Fix HttpHeaders::forFileDownload to be inline with RFC2183 and HTTP field name and value best practices.

Remove

  • None
Commits
  • 553579d Prepare next release
  • 03354a6 Complete Writer enclode feature
  • 42a8b36 Adding a formatter to all Converter
  • f81df48 Prepare next release
  • faa859d Merge branch 'master' of github.com:thephpleague/csv
  • cad0896 Improve Writer speed by precalculating the insert method
  • 8cc9dd8 Improve Writer speed by precalculating the insert method
  • 31de31f Adding Statement::when conditionable
  • 07cf24b Fix Json addition
  • 61fb216 Fix Json addition
  • Additional commits viewable in compare view

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.0.2

Changelog

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

[2.0.2] - 2024-12-05

Fixed

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

Updates brianium/paratest from 7.6.0 to 7.7.0

Release notes

Sourced from brianium/paratest's releases.

v7.7.0

What's Changed

Full Changelog: paratestphp/paratest@v7.6.3...v7.7.0

v7.6.3

What's Changed

Full Changelog: paratestphp/paratest@v7.6.2...v7.6.3

v7.6.2

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.6.1...v7.6.2

v7.6.1

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.6.0...v7.6.1

Commits
  • 4fb3f73 Add full support to result cache (#919)
  • ae3c9f1 Fix: deprecations should not raise exceptions (#918)
  • 1ad660c fix: PHPunit extensions must run before data providers (#917)
  • 64b784e Update dependency phpunit/phpunit to ^11.5.0
  • 3a86a2d Update php Docker tag to v8.4 (#912)
  • 9ac8eda Improved regular expression for data-sets when functional flag is used. (#914)
  • fcda4be Update dependency phpunit/phpunit to ^11.4.4
  • ba14351 Update dependency jean85/pretty-package-versions to ^2.1.0
  • 8341168 Update dependency squizlabs/php_codesniffer to ^3.11.1
  • d4e82f4 Update dependency squizlabs/php_codesniffer to ^3.11.0
  • Additional commits viewable in compare view

Updates fakerphp/faker from 1.24.0 to 1.24.1

Release notes

Sourced from fakerphp/faker's releases.

v1.24.1

What's Changed

Bumps the minor-updates group with 18 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.30` |
| [filament/filament](https://github.com/filamentphp/panels) | `3.2.124` | `3.2.130` |
| [gotenberg/gotenberg-php](https://github.com/gotenberg/gotenberg-php) | `2.9.0` | `2.10.1` |
| [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.0.2` |
| [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.30
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.11.28...v0.11.30)

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

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

Updates `laravel/framework` from 11.32.0 to 11.35.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.35.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.0
- [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.0)

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.0.2
- [Changelog](https://github.com/tpetry/laravel-postgresql-enhanced/blob/master/CHANGELOG.md)
- [Commits](tpetry/laravel-postgresql-enhanced@2.0.1...2.0.2)

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.1
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.5.1/ChangeLog-11.5.md)
- [Commits](sebastianbergmann/phpunit@11.4.3...11.5.1)

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-patch
  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 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/composer/main/minor-updates-daa7364671 branch December 23, 2024 08:25
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