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.16.0 #1044

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 21, 2022

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

Release notes

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

Support for Stimulus CSS classes

Hi Webpackers!

This release adds support for Stimulus CSS Classes - https://stimulus.hotwired.dev/reference/css-classes.

Feature

Diff: symfony/webpack-encore-bundle@v1.15.1...v1.16.0

Happy packing!

Clarifying fix for stimulus_* function arguments

Hi Webpackers!

This release follows up on the new superpowers of stimulus_controller(), stimulus_action() and stimulus_target() from 1.15.0 with some internal changes regarding how the code is deprecated and documented

Bug

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

Happy packing!

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

... (truncated)

Changelog

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

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

Feature

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

Bug Fix

v1.13.2

December 2nd, 2021

... (truncated)

Commits
  • bb39993 bumping 1.16 CHANGELOG
  • 3cbefbf feature #191 Handle Stimulus CSS Classes (jmsche)
  • 6a3b1d4 Handle Stimulus CSS Classes
  • 2a4889b minor #194 Fix CI (jmsche)
  • 58fd447 Fix CI
  • 718673b 1.15.1 CHANGELOG
  • e1dd900 bug #189 Moving deprecated code handling for stimulus_ functions into Twig ex...
  • 19ea5e8 Moving deprecated code handling for stimulus_ functions into Twig extension
  • f64540b minor #188 Improve CONTRIBUTING.md & Psalm config (jmsche)
  • e3ffc94 Improve CONTRIBUTING.md & Psalm config
  • 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.16.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.16.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 Oct 21, 2022
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