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 8 updates #181

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 Sep 16, 2024

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

Package From To
filament/filament 3.2.110 3.2.112
laravel/jetstream 5.1.5 5.2.0
laravel/octane 2.5.4 2.5.5
nwidart/laravel-modules 11.0.11 11.1.0
phpstan/phpstan 1.12.0 1.12.3
laravel/sail 1.31.3 1.32.0
phpunit/phpunit 11.3.3 11.3.5

Updates filament/filament from 3.2.110 to 3.2.112

Commits

Updates laravel/framework from 11.22.0 to 11.23.5

Release notes

Sourced from laravel/framework's releases.

v11.23.5

v11.23.4

v11.23.3

v11.23.2

No release notes provided.

v11.23.1

No release notes provided.

v11.23.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v11.23.5 - 2024-09-13

v11.23.4 - 2024-09-12

v11.23.2 - 2024-09-11

v11.23.1 - 2024-09-11

v11.23.0 - 2024-09-11

Commits

Updates laravel/jetstream from 5.1.5 to 5.2.0

Release notes

Sourced from laravel/jetstream's releases.

v5.2.0

Full Changelog: laravel/jetstream@v5.1.5...v5.2.0

Changelog

Sourced from laravel/jetstream's changelog.

v5.2.0 - 2024-09-09

Full Changelog: laravel/jetstream@v5.1.5...v5.2.0

Commits

Updates laravel/octane from 2.5.4 to 2.5.5

Release notes

Sourced from laravel/octane's releases.

v2.5.5

Changelog

Sourced from laravel/octane's changelog.

v2.5.5 - 2024-09-11

Commits

Updates nwidart/laravel-modules from 11.0.11 to 11.1.0

Release notes

Sourced from nwidart/laravel-modules's releases.

v11.1.0

What's Changed

New Contributors

Full Changelog: nWidart/laravel-modules@v11.0.11...v11.1.0

Commits
  • 2ae1381 Merge pull request #1939 from alissn/AddIssueTemplate
  • 012f4d7 [feat] add issue template to package
  • 15dec6b updated snapshots
  • 2ffbc09 Merge pull request #1932 from rupeshstha/fix/fix-interface
  • 427315e Merge pull request #1931 from alissn/RefactorModelShow
  • 2890081 Merge pull request #1926 from solomon-ochepa/patch-59
  • 2024e85 Merge pull request #1925 from solomon-ochepa/patch-56
  • f5b4845 Update RouteProviderMakeCommandTest__test_it_generated_correct_file_with_cont...
  • c089dc2 Update RouteProviderMakeCommandTest__test_it_can_overwrite_route_file_names__...
  • 729d886 Update RouteProviderMakeCommandTest__test_it_can_overwrite_file__1.txt
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.12.0 to 1.12.3

Release notes

Sourced from phpstan/phpstan's releases.

1.12.3

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

1.12.2

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

... (truncated)

Commits
  • 0fcbf19 PHPStan 1.12.3
  • 9815bbb Updated PHPStan to commit 9815bbba4535b0605aef5b5cb9dd64a63bc44b1f
  • e3e80f6 Updated PHPStan to commit e3e80f6c9c246d13e41188d508f0f4afb631b9af
  • 052f6b1 Updated PHPStan to commit 052f6b130f53ad50f571b81d4d468b0b0026c2fd
  • 5814c7e Updated PHPStan to commit 5814c7e3d71b31f74002912fe5b443efaaf2cd2f
  • b3c99fb Updated PHPStan to commit b3c99fb1547fe43b60317550762becce39d516a6
  • 3592cf0 Updated PHPStan to commit 3592cf021d99a8d60373c6fb720da541566e03e8
  • c26886d Updated PHPStan to commit c26886d5caecf2c8a51abe8642ce98dcb694c182
  • df1dfd0 Update baselines
  • 3e52bb0 Updated PHPStan to commit 3e52bb081ddb530bbbd651b489b809b0d6c480e0
  • Additional commits viewable in compare view

Updates laravel/sail from 1.31.3 to 1.32.0

Release notes

Sourced from laravel/sail's releases.

v1.32.0

Changelog

Sourced from laravel/sail's changelog.

v1.32.0 - 2024-09-11

Commits

Updates phpunit/phpunit from 11.3.3 to 11.3.5

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.3.5

Fixed

  • #5874: Test Stub generated by return value generator for doubled method with static return type declaration is not properly initialized
  • #5931: Reverted addition of name property on <testsuites> element in JUnit XML logfile
  • #5946: Callback throws a TypeError when checking a callable has variadic parameters

How to install or update PHPUnit

PHPUnit 11.3.4

Fixed

  • #4584: assertJsonStringEqualsJsonString() considers objects with sequential numeric keys equal to be arrays
  • #4625: Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider
  • #4674: JSON assertions should treat objects as unordered
  • #5891: Callback constraint does not handle variadic arguments correctly when used for mock object expectations
  • #5929: TestDox output containing $ at the beginning gets truncated when used with a data provider
  • #5943: Tests configured to be in group(s) using the XML configuration file are also added to the default group

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.3.5] - 2024-09-13

Fixed

  • #5874: Test Stub generated by return value generator for doubled method with static return type declaration is not properly initialized
  • #5931: Reverted addition of name property on <testsuites> element in JUnit XML logfile
  • #5946: Callback throws a TypeError when checking a callable has variadic parameters

[11.3.4] - 2024-09-09

Fixed

  • #4584: assertJsonStringEqualsJsonString() considers objects with sequential numeric keys equal to be arrays
  • #4625: Generator yielding keys that are neither integer or string leads to hard-to-understand error message when used as data provider
  • #4674: JSON assertions should treat objects as unordered
  • #5891: Callback constraint does not handle variadic arguments correctly when used for mock object expectations
  • #5929: TestDox output containing $ at the beginning gets truncated when used with a data provider
  • #5943: Tests configured to be in group(s) using the XML configuration file are also added to the default group
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 minor-updates group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [filament/filament](https://github.com/filamentphp/panels) | `3.2.110` | `3.2.112` |
| [laravel/jetstream](https://github.com/laravel/jetstream) | `5.1.5` | `5.2.0` |
| [laravel/octane](https://github.com/laravel/octane) | `2.5.4` | `2.5.5` |
| [nwidart/laravel-modules](https://github.com/nWidart/laravel-modules) | `11.0.11` | `11.1.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.12.0` | `1.12.3` |
| [laravel/sail](https://github.com/laravel/sail) | `1.31.3` | `1.32.0` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.3.3` | `11.3.5` |



Updates `filament/filament` from 3.2.110 to 3.2.112
- [Commits](filamentphp/panels@v3.2.110...v3.2.112)

Updates `laravel/framework` from 11.22.0 to 11.23.5
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v11.22.0...v11.23.5)

Updates `laravel/jetstream` from 5.1.5 to 5.2.0
- [Release notes](https://github.com/laravel/jetstream/releases)
- [Changelog](https://github.com/laravel/jetstream/blob/5.x/CHANGELOG.md)
- [Commits](laravel/jetstream@v5.1.5...v5.2.0)

Updates `laravel/octane` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](laravel/octane@v2.5.4...v2.5.5)

Updates `nwidart/laravel-modules` from 11.0.11 to 11.1.0
- [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.0.11...v11.1.0)

Updates `phpstan/phpstan` from 1.12.0 to 1.12.3
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.0...1.12.3)

Updates `laravel/sail` from 1.31.3 to 1.32.0
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.31.3...v1.32.0)

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

---
updated-dependencies:
- dependency-name: filament/filament
  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-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  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-minor
  dependency-group: minor-updates
- dependency-name: phpstan/phpstan
  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: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Sep 16, 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