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 #278

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
dedoc/scramble 0.11.28 0.11.30
filament/filament 3.2.124 3.2.128
gotenberg/gotenberg-php 2.9.0 2.10.1
inertiajs/inertia-laravel 1.3.0 1.3.2
laravel/jetstream 5.3.2 5.3.3
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.6.1
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 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.128

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 inertiajs/inertia-laravel from 1.3.0 to 1.3.2

Release notes

Sourced from inertiajs/inertia-laravel's releases.

v1.3.2

v1.3.1

Changelog

Sourced from inertiajs/inertia-laravel's changelog.

v1.3.2 - 2024-12-05

  • [1.x] Fix PHP 8.4 deprecations (#691)
  • [1.x] Ensure Inertia Response generate also compatible with Inertia.js 2 (#692)

v1.3.1 - 2024-11-14

Commits
  • 7e6a030 Merge branch '1.x' of github.com:inertiajs/inertia-laravel into 1.x
  • f6bd63a Update CHANGELOG.md
  • f6d3e16 Merge pull request #691 from JeppeKnockaert/fix-php84-deprecations
  • c30424e Merge pull request #692 from crynobone/v1-spec
  • bc897f8 add clear history property
  • d783ca2 encodeHistory -> encryptHistory
  • 03de5dc wip
  • 3eb6b1e [1.x] Ensure Inertia Response generate also compatible with Inertia.js 2
  • 55a26ae Replace implicitly nullable parameters for PHP 8.4
  • 9ab470d Update CHANGELOG
  • Additional commits viewable in compare view

Updates laravel/framework from 11.32.0 to 11.34.2

Release notes

Sourced from laravel/framework's releases.

v11.34.2

v11.34.1

v11.34.0

v11.33.2

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v11.34.2 - 2024-11-27

v11.34.1 - 2024-11-26

v11.34.0 - 2024-11-26

... (truncated)

Commits

Updates laravel/jetstream from 5.3.2 to 5.3.3

Release notes

Sourced from laravel/jetstream's releases.

v5.3.3

Changelog

Sourced from laravel/jetstream's changelog.

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

Release notes

Sourced from league/csv's releases.

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.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
  • 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
  • 097b3b2 Remove false warning
  • ff8782c Improve withPrettyPrint indentsize usage
  • 3962454 Improve header field generation
  • 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.6.1

Release notes

Sourced from brianium/paratest's releases.

v7.6.1

What's Changed

New Contributors

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

Commits
  • 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
  • ab9fee7 Upgrade to PHPStan 2 (#910)
  • 2dcd6b8 Update dependency phpstan/phpstan to ^1.12.9
  • 9b6ca50 Update dependency phpstan/phpstan to ^1.12.8
  • 22e091c Require symfony/process ^6.4.14|^7.1.7 (#902)
  • d376a22 Update dependency phpunit/phpunit to ^11.4.3 (#900)
  • 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

New Contributors

Full Changelog: FakerPHP/Faker@v1.24.0...v1.24.1

Changelog

Sourced from fakerphp/faker's changelog.

CHANGELOG

Unreleased

  • Removed domain gmail.com.au from Provider\en_AU\Internet (#886)
Commits

Updates laravel/pint from 1.18.1 to 1.18.3

Release notes

Sourced from laravel/pint's releases.

v1.18.3

v1.18.2

Changelog

Sourced from laravel/pint's changelog.

v1.18.3 - 2024-11-26

v1.18.2 - 2024-11-20

Commits

Updates laravel/sail from 1.38.0 to 1.39.1

Release notes

Sourced from laravel/sail's releases.

v1.39.1

  • [1.x] Remove the d...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [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.128` |
| [gotenberg/gotenberg-php](https://github.com/gotenberg/gotenberg-php) | `2.9.0` | `2.10.1` |
| [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel) | `1.3.0` | `1.3.2` |
| [laravel/jetstream](https://github.com/laravel/jetstream) | `5.3.2` | `5.3.3` |
| [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.6.1` |
| [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 `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.128
- [Commits](filamentphp/panels@v3.2.124...v3.2.128)

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 `inertiajs/inertia-laravel` from 1.3.0 to 1.3.2
- [Release notes](https://github.com/inertiajs/inertia-laravel/releases)
- [Changelog](https://github.com/inertiajs/inertia-laravel/blob/1.x/CHANGELOG.md)
- [Commits](inertiajs/inertia-laravel@v1.3.0...v1.3.2)

Updates `laravel/framework` from 11.32.0 to 11.34.2
- [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.34.2)

Updates `laravel/jetstream` from 5.3.2 to 5.3.3
- [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.3)

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.19.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.19.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.6.1
- [Release notes](https://github.com/paratestphp/paratest/releases)
- [Commits](paratestphp/paratest@v7.6.0...v7.6.1)

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

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: 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: inertiajs/inertia-laravel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

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

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/composer/main/minor-updates-9c82a2d9b6 branch December 16, 2024 08:33
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