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 symfony/webpack-encore-bundle from 1.7.3 to 1.15.0 #954

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2022

Bumps symfony/webpack-encore-bundle from 1.7.3 to 1.15.0.

Release notes

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

Form-Friendly stimulus_* Functions!

Hi Webpackers!

This release makes stimulus_controller(), stimulus_action() and stimulus_target() much more user-friendly when you either (A) need to add multiple controllers/actions/targets or if you want to pass a controller/action/target into Symfony's form system. For example:

{{ form_row(form.password, {
    attr: stimulus_action('hello-controller', 'checkPasswordStrength').toArray()
}) }}

How cool is that?

Feature

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

Diff: symfony/webpack-encore-bundle@v1.14.1...v1.15.0

Happy packing!

Fixing sub requests & duplicate asset files

Hi Webpackers!

This release contains an important bug fix for a bug that was introduced in 1.14.0 if you use sub-requests (e.g. {{ render(controller(...)) }} or similar). If you have any continued problems, let us know. See #166.

v1.14.1

May 3rd, 2022

Bug

Diff: symfony/webpack-encore-bundle@v1.14.0...v1.14.1

Happy packing!

Resetting Assets on FINISH_REQUEST + encore_entry_exists()

Hi Webpackers!

This release contains one small feature and one big fix, which affects how encore assets are handled during sub-requests.

v1.14.0

February 14th, 2022

Feature

... (truncated)

Changelog

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

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

Feature

  • #147 - Add encore_entry_exists() twig functions to check if entrypoint has files - @​acrobat

Bug Fix

v1.13.2

December 2nd, 2021

Bug Fix

v1.13.1

November 28th, 2021

Bug Fix

v1.13.0

November 19th, 2021

Feature

... (truncated)

Commits
  • 1fc3863 bumping changelog for 1.15.0
  • 885c0af feature #178 Add Stimulus Twig filters, handle action parameters & allow filt...
  • d0ef483 Add Stimulus Twig filters, handle action parameters & allow filters/functions...
  • 5eca677 Add Stimulus Twig filters, handle action parameters & allow filters/functions...
  • 34e1129 minor #180 CI tools: add CONTRIBUTING.md & allow easily running tools locally...
  • 4cef88b minor #179 Run PHP 7.1 in CI (jmsche)
  • 5e9f7ab minor #177 Fix missing close } on readme (johnvanham)
  • 9210ea9 Fix missing close } on readme
  • 1b4b18d CI tools: add CONTRIBUTING.md & allow easily running tools locally
  • 28843fe Run PHP 7.1 in CI
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [symfony/webpack-encore-bundle](https://github.com/symfony/webpack-encore-bundle) from 1.7.3 to 1.15.0.
- [Release notes](https://github.com/symfony/webpack-encore-bundle/releases)
- [Changelog](https://github.com/symfony/webpack-encore-bundle/blob/main/CHANGELOG.md)
- [Commits](symfony/webpack-encore-bundle@v1.7.3...v1.15.0)

---
updated-dependencies:
- dependency-name: symfony/webpack-encore-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 8, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 14, 2022

Superseded by #961.

@dependabot dependabot bot closed this Jul 14, 2022
@dependabot dependabot bot deleted the dependabot/composer/symfony/webpack-encore-bundle-1.15.0 branch July 14, 2022 15:36
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