Sylius / PluginSkeleton

Skeleton for starting Sylius plugins.
https://sylius.com/plugins/
73 stars 63 forks source link

Update symfony/webpack-encore-bundle requirement from ^1.15 to ^2.1 #425

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on symfony/webpack-encore-bundle to permit the latest version.

Release notes

Sourced from symfony/webpack-encore-bundle's releases.

Fix type support for Symfony 7

Hi Webpackers!

A small bug fix to match return types in Symfony 7.

Full Changes: https://github.com/symfony/webpack-encore-bundle/compare/v2.1.0...v2.1.1

Have fun!

Changelog

Sourced from symfony/webpack-encore-bundle's changelog.

Changelog

v2.0.0

  • Minimum PHP version is now 8.1
  • Minimum Symfony version is now 5.4

v1.17.0

  • Deprecated the stimulus_controller(), stimulus_action() and stimulus_target functions and related classes. Install symfony/stimulus-bundle instead.

v1.16.0

October 18th, 2022

Feature

v1.15.1

July 13th, 2022

Bug

v1.15.0

July 6th, 2022

Feature

  • #178 - Add Stimulus Twig filters, handle action parameters & allow filters/functions to return array - @​jmsche

v1.14.1

May 3rd, 2022

Bug

v1.14.0

February 14th, 2022

... (truncated)

Commits
  • 75cb918 phpcs
  • f3c64e2 bug #224 Patch type declarations (Symfony 7.0) (smnandre)
  • e842a13 Patch type declarations (Symfony 7.0 compatibility)
  • 50d4af5 Merge branch 'main' into 2.x
  • 471ebbc bug #208 Fix incorrect classes assignation and controller rendering (ker0x)
  • b56d320 feature #221 Allow Symfony 7 (jmsche)
  • 02e10ce Allow Symfony 7
  • 150fe02 bug #217 Relaxing symfony/service-contracts requirement (weaverryan)
  • b80b896 Relaxing service contracts requirement
  • a50113f minor #216 Adding 2.x branch to symfony docs (weaverryan)
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)