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 composer group with 13 updates #65

Merged
merged 3 commits into from
Jun 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the composer group with 13 updates:

Package From To
intervention/image 3.6.2 3.6.4
laravel/framework 11.6.0 11.9.2
laravel/telescope 5.0.4 5.0.5
league/flysystem-aws-s3-v3 3.27.0 3.28.0
livewire/livewire 3.4.11 3.5.0
symfony/css-selector 7.0.7 7.1.0
symfony/dom-crawler 7.0.7 7.1.0
tightenco/ziggy 2.1.0 2.2.1
larastan/larastan 2.9.5 2.9.7
mockery/mockery 1.6.11 1.6.12
phpstan/phpstan 1.10.67 1.11.3
phpstan/phpstan-phpunit 1.3.16 1.4.0
spatie/invade 2.0.0 2.1.0

Updates intervention/image from 3.6.2 to 3.6.4

Release notes

Sourced from intervention/image's releases.

3.6.4

What's Changed

3.6.3

What's Changed

Full Changelog: Intervention/image@3.6.2...3.6.3

Commits
  • 193324e Refactor line length calculation
  • 7f33feb Merge pull request #1348 from Intervention/bugfix/draw-line-modifier
  • 9a013b9 Remove test
  • 93afecd Add GD version info to github workflow
  • 31fb728 Fix test
  • 033d12e Fix bug with unwanted color in DrawLineModifier
  • 72f455b Add tests to reproduce bug
  • 2e0cbf2 Add tolerance to test
  • 41f2c96 Refactor & fix bug in BaseTestCase::assertColor()
  • ab403d9 Fix ignored opacity in Imagick's PlaceModifer for certain files. (#1346)
  • Additional commits viewable in compare view

Updates laravel/framework from 11.6.0 to 11.9.2

Release notes

Sourced from laravel/framework's releases.

v11.9.2

v11.9.1

v11.9.0

v11.8.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v11.9.2 - 2024-05-30

v11.9.1 - 2024-05-28

v11.9.0 - 2024-05-28

v11.8.0 - 2024-05-21

... (truncated)

Commits
  • 2b3e8d7 Update version to v11.9.2
  • 97238d2 [11.x] Fix only number as session key will result in numbered session keys (#...
  • a79593d Allow setting key in mail config (#51618)
  • 956a63b [11.x] Fix double-quoted string literals on SQLite (#51615)
  • 8b769a0 Fix new exception renderer compatibility with closure middlewares (#51614)
  • 3334093 Merge branch '10.x' into 11.x
  • 3749d44 Update CHANGELOG
  • 60167ce Update version to v11.9.1
  • cb3040e Fixes missing route context (#51602)
  • af8a8f6 Update CHANGELOG
  • Additional commits viewable in compare view

Updates laravel/telescope from 5.0.4 to 5.0.5

Release notes

Sourced from laravel/telescope's releases.

v5.0.5

Changelog

Sourced from laravel/telescope's changelog.

v5.0.5 - 2024-05-09

Commits

Updates league/flysystem-aws-s3-v3 from 3.27.0 to 3.28.0

Commits

Updates livewire/livewire from 3.4.11 to 3.5.0

Release notes

Sourced from livewire/livewire's releases.

v3.5.0

What's Changed

New Contributors

Full Changelog: livewire/livewire@v3.4.12...v3.4.13

v3.4.12

What's Changed

... (truncated)

Commits
  • 72e9008 bump alpine version to 3.14.0
  • 05fbe4e Adding wire:replace (#8403)
  • 21dca89 assertSetStrict() for decimal casted attributes (#8463)
  • dab565b Fix routes with scopeBindings() (#8460)
  • e45ca9c Fix resetting forms properties via $this->reset('form.title') (#8464)
  • dff4518 Add assertSnapshotSetStrict() and assertSnapshotNotSetStrict() (#8465)
  • c6aa113 Enhance docs for dynamic components (#8461)
  • 36eb529 Use assertSetStrict() in tests (#8457)
  • 2f40ba8 Added automated step of changing the namespace used in v2 for Livewire\Tempor...
  • fdddb53 Update pagination Tailwind classes to match Laravel (#8409)
  • Additional commits viewable in compare view

Updates symfony/css-selector from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/css-selector's releases.

v7.1.0

Changelog (symfony/css-selector@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/css-selector@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/css-selector@v7.0.7...v7.1.0-BETA1)

Changelog

Sourced from symfony/css-selector's changelog.

CHANGELOG

7.1

  • Add support for :is()
  • Add support for :where()

6.3

  • Add support for :scope

4.4.0

  • Added support for *:only-of-type

2.8.0

  • Added the CssSelectorConverter class as a non-static API for the component.
  • Deprecated the CssSelector static API of the component.

2.1.0

  • none
Commits
  • 843f2f7 Merge branch '7.0' into 7.1
  • f5e2522 fix markdown
  • d3a0182 feature #48803 [CssSelector] add support for :is() and :where() (Jean-Beru)
  • 8e8616b [CssSelector] add support for :is() and :where()
  • ce566ca Fxi markdown
  • d654739 Merge branch '7.0' into 7.1
  • 5ec03eb [Asset][BrowserKit][Cache][Console][CssSelector] Use CPP
  • 3874347 Fix typo
  • 74ca262 Set strict parameter of in_array to true where possible
  • 5cd8af5 [CssSelector][Serializer][Translation] [Command] Clean unused code
  • See full diff in compare view

Updates symfony/dom-crawler from 7.0.7 to 7.1.0

Release notes

Sourced from symfony/dom-crawler's releases.

v7.1.0

Changelog (symfony/dom-crawler@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/dom-crawler@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/dom-crawler@v7.0.7...v7.1.0-BETA1)

Commits

Updates tightenco/ziggy from 2.1.0 to 2.2.1

Release notes

Sourced from tightenco/ziggy's releases.

v2.2.1

What's Changed

Full Changelog: tighten/ziggy@v2.2.0...v2.2.1

v2.2.0

What's Changed

New Contributors

Full Changelog: tighten/ziggy@v2.1.0...v2.2.0

Changelog

Sourced from tightenco/ziggy's changelog.

[v2.2.1] - 2024-05-16

Fixed

[v2.2.0] - 2024-05-16

Added

Fixed

Commits

Updates larastan/larastan from 2.9.5 to 2.9.7

Release notes

Sourced from larastan/larastan's releases.

v2.9.7

What's Changed

Added

Fixed

Internal

New Contributors

Full Changelog: larastan/larastan@v2.9.6...v2.9.7

v2.9.6

What's Changed

Added

[!IMPORTANT]
Make sure you read the upgrade guide on this topic to learn how you can correctly use this feature.

Fixed

Full Changelog: larastan/larastan@v2.9.5...v2.9.6

Commits
  • 5c805f6 chore: update e2e test baselines
  • d09bb8b chore: update e2e-test refs
  • 9af3da7 fix: child builders with non generic parents (#1953)
  • ee7998e Add support for whereNot and orWhereNot (#1958)
  • 5abad8a refactor: assertType calls (#1921)
  • 0df6ec9 Update e2e-tests.yml
  • 292401d fix: revert commit 'convert array-key to int|string for collection keys'
  • f934f35 fix: update filamentphp-filament.baseline.neon
  • 32493f4 feat: convert array-key to int|string for collection keys (#1950)
  • fdc7d29 feat: specify this type for all macros
  • Additional commits viewable in compare view

Updates mockery/mockery from 1.6.11 to 1.6.12

Release notes

Sourced from mockery/mockery's releases.

1.6.12

What's Changed

Full Changelog: mockery/mockery@1.6.11...1.6.12

Changelog

Sourced from mockery/mockery's changelog.

[1.6.12] - 2024-05-15

Changed

Fixed

Security

Commits

Updates phpstan/phpstan from 1.10.67 to 1.11.3

Release notes

Sourced from phpstan/phpstan's releases.

1.11.3

Improvements 🔧

Bugfixes 🐛

@jrmajor jrmajor force-pushed the dependabot/composer/composer-6b57c46d7d branch from a257f31 to 5226e7a Compare June 1, 2024 21:11
@jrmajor jrmajor merged commit 7f35df2 into master Jun 1, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/composer/composer-6b57c46d7d branch June 1, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant