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.12.0 to 1.16.1 #1233

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 Jan 19, 2023

Bumps symfony/webpack-encore-bundle from 1.12.0 to 1.16.1.

Release notes

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

Fix double-escaping of stimulus_ functions with form system

Hi Webpackers!

This release fixes a bug if using the stimulus_* functions most commonly with the form system - see symfony/webpack-encore-bundle#178

Bug Fix

  • #202 - Fix double escaping in stimulus DTOs when using toArray() in combination with form methods - @​jeroennoten

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

Happy packing!

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()
}) }}
</tr></table> 

... (truncated)

Changelog

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

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

... (truncated)

Commits
  • 1862d71 bug #202 Fix double escaping in stimulus DTOs when using toArray() in combina...
  • 0d40126 Fix double escaping in stimulus DTOs when using toArray() in combination with...
  • 52443ff minor #199 Fixing typo 3rg and minor rewording (ThomasLandauer)
  • b78fb4f Fixing typo 3rg and minor rewording
  • 962265f minor #195 Fix controller classes docs (jmsche)
  • 609e702 minor #196 Rename catch_all_throwables to handle_all_throwables in test to fi...
  • aae2142 Rename catch_all_throwables to handle_all_throwables in test to fix CI
  • f12162a Fix controller classes docs
  • bb39993 bumping 1.16 CHANGELOG
  • 3cbefbf feature #191 Handle Stimulus CSS Classes (jmsche)
  • 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.12.0 to 1.16.1.
- [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.12.0...v1.16.1)

---
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 Jan 19, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 19, 2023

Dependabot tried to add @dmetzner as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/mahmoudZkhalil/Catroweb/pulls/1233/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the mahmoudZkhalil/Catroweb repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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
0 participants