Skip to content

Bump the composer group in /app with 2 updates#13

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/composer/app/composer-6eea69d32b
Closed

Bump the composer group in /app with 2 updates#13
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/composer/app/composer-6eea69d32b

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 29, 2025

Bumps the composer group in /app with 2 updates: twig/twig and symfony/security-http.

Updates twig/twig from 3.10.3 to 3.20.0

Changelog

Sourced from twig/twig's changelog.

3.20.0 (2025-02-13)

  • Fix support for ignoring syntax errors in an undefined handler in guard
  • Add configuration for Commonmark
  • Fix wrong array index
  • Bump minimum PHP version to 8.1
  • Add support for registering callbacks for undefined functions, filters or token parsers in the IntegrationTestCase
  • Use correct line number for ForElseNode
  • Fix timezone conversion on strings

3.19.0 (2025-01-28)

  • Fix a security issue where escaping was missing when using ??
  • Deprecate Token::getType(), use Token::test() instead
  • Add Token::toEnglish()
  • Add ForElseNode
  • Deprecate Twig\ExpressionParser::parseOnlyArguments() and Twig\ExpressionParser::parseArguments() (use Twig\ExpressionParser::parseNamedArguments() instead)
  • Fix constant() behavior when used with ??
  • Add the invoke filter
  • Make {} optional for the types tag
  • Add LastModifiedExtensionInterface and implementation in AbstractExtension to track modification of runtime classes
  • Ignore static properties when using the dot operator

3.18.0 (2024-12-29)

  • Fix unary operator precedence change
  • Ignore SyntaxError exceptions from undefined handlers when using the guard tag
  • Add a way to stream template rendering (TemplateWrapper::stream() and TemplateWrapper::streamBlock())

3.17.1 (2024-12-12)

  • Fix the null coalescing operator when the test returns null
  • Fix the Elvis operator when used as '? :' instead of '?:'
  • Support for invoking closures

3.17.0 (2024-12-10)

  • Fix ArrayAccess with objects as keys
  • Support underscores in number literals
  • Deprecate ConditionalExpression and NullCoalesceExpression (use ConditionalTernary and NullCoalesceBinary instead)

3.16.0 (2024-11-29)

  • Deprecate InlinePrint
  • Fix having macro variables starting with an underscore
  • Deprecate not passing a Source instance to TokenStream
  • Deprecate returning null from TwigFilter::getSafe() and TwigFunction::getSafe(), return [] instead

... (truncated)

Commits
  • 3468920 Prepare the 3.20.0 release
  • e456a31 Update CHANGELOG
  • f1c9039 Fix typo
  • d1737bd Fix CHANGELOG
  • 6508e80 bug #4575 Fix support for ignoring syntax erros in an undefined handler in gu...
  • 3794efe Fix support for ignoring syntax erros in an undefined handler in guard
  • 40a2d5b Add missing CHANGELOG
  • 3cdf26f feature #3737 Added configuration for commonmark use in twig-extra-bundle. (d...
  • fab1a37 bug #4546 Fix timezone conversion on strings (PrinsFrank)
  • f69531f Fix timezone conversion on strings
  • Additional commits viewable in compare view

Updates symfony/security-http from 7.1.2 to 7.2.4

Release notes

Sourced from symfony/security-http's releases.

v7.2.4

Changelog (symfony/security-http@v7.2.3...v7.2.4)

v7.2.3

Changelog (symfony/security-http@v7.2.2...v7.2.3)

v7.2.1

Changelog (symfony/security-http@v7.2.0...v7.2.1)

  • no significant changes

v7.2.0

Changelog (symfony/security-http@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/security-http@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/security-http@v7.1.6...v7.2.0-BETA1)

v7.1.11

Changelog (symfony/security-http@v7.1.10...v7.1.11)

v7.1.10

Changelog (symfony/security-http@v7.1.9...v7.1.10)

  • no significant changes

v7.1.8

Changelog (symfony/security-http@v7.1.7...v7.1.8)

... (truncated)

Changelog

Sourced from symfony/security-http's changelog.

CHANGELOG

7.2

  • Pass the current token to the checkPostAuth() method of user checkers
  • Deprecate argument $secret of RememberMeAuthenticator
  • Deprecate passing an empty string as $userIdentifier argument to UserBadge constructor
  • Allow passing passport attributes to the UserAuthenticatorInterface::authenticateUser() method

7.1

  • Add #[IsCsrfTokenValid] attribute
  • Add CAS 2.0 access token handler
  • Make empty username or empty password on form login attempts throw BadCredentialsException

7.0

  • Add argument $badgeFqcn to Passport::addBadge()
  • Add argument $lifetime to LoginLinkHandlerInterface::createLoginLink()
  • Throw when calling the constructor of DefaultLoginRateLimiter with an empty secret

6.4

  • UserValueResolver no longer implements ArgumentValueResolverInterface
  • Deprecate calling the constructor of DefaultLoginRateLimiter with an empty secret

6.3

  • Add RememberMeBadge to JsonLoginAuthenticator and enable reading parameter in JSON request body
  • Add argument $exceptionCode to #[IsGranted]
  • Deprecate passing a secret as the 2nd argument to the constructor of Symfony\Component\Security\Http\RememberMe\PersistentRememberMeHandler
  • Add OidcUserInfoTokenHandler and OidcTokenHandler with OIDC support for AccessTokenAuthenticator
  • Add attributes optional array argument in UserBadge
  • Call UserBadge::userLoader with attributes if the argument is set
  • Allow to override badge fqcn on Passport::addBadge
  • Add SecurityTokenValueResolver to inject token as controller argument

6.2

  • Add maximum username length enforcement of 4096 characters in UserBadge
  • Add #[IsGranted()]
  • Deprecate empty username or password when using when using JsonLoginAuthenticator
  • Set custom lifetime for login link

... (truncated)

Commits
  • 8478e95 Merge branch '6.4' into 7.2
  • a21ab89 [Security] Fix typo in deprecation message
  • a57bb00 [Security] Return null instead of empty username to fix deprecation notice
  • d185c41 Merge branch '7.1' into 7.2
  • c5ef4cb Merge branch '6.4' into 7.1
  • 54f2ccc [Security] Throw an explicit error when authenticating a token with a null user
  • 9bac2f7 Merge branch '7.1' into 7.2
  • fb89f21 Merge branch '6.4' into 7.1
  • 5f16d09 [Security] Fix triggering session tracking from ContextListener
  • 1258445 Merge branch '7.1' into 7.2
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Mar 29, 2025
@dependabot dependabot bot requested a review from lostfocus as a code owner March 29, 2025 14:10
@dependabot dependabot bot force-pushed the dependabot/composer/app/composer-6eea69d32b branch from bc4b88c to ff01a10 Compare March 29, 2025 14:12
Bumps the composer group in /app with 2 updates: [twig/twig](https://github.com/twigphp/Twig) and [symfony/security-http](https://github.com/symfony/security-http).


Updates `twig/twig` from 3.10.3 to 3.20.0
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.10.3...v3.20.0)

Updates `symfony/security-http` from 7.1.2 to 7.2.4
- [Release notes](https://github.com/symfony/security-http/releases)
- [Changelog](https://github.com/symfony/security-http/blob/7.2/CHANGELOG.md)
- [Commits](symfony/security-http@v7.1.2...v7.2.4)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/security-http
  dependency-type: indirect
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/app/composer-6eea69d32b branch from ff01a10 to 41791a2 Compare March 29, 2025 14:12
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 31, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/composer/app/composer-6eea69d32b branch March 31, 2025 16:49
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