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 the dependencies group with 4 updates #1727

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2024

Bumps the dependencies group with 4 updates: typhonius/acquia-php-sdk-v2, jangregor/phpstan-prophecy, phpstan/phpstan and twig/twig.

Updates typhonius/acquia-php-sdk-v2 from 3.2.1 to 3.3.0

Release notes

Sourced from typhonius/acquia-php-sdk-v2's releases.

3.3.0

What's Changed

Full Changelog: typhonius/acquia-php-sdk-v2@3.2.1...3.3.0

Commits

Updates jangregor/phpstan-prophecy from 1.0.1 to 1.0.2

Release notes

Sourced from jangregor/phpstan-prophecy's releases.

1.0.2

What's Changed

Full Changelog: Jan0707/phpstan-prophecy@1.0.1...1.0.2

Commits

Updates phpstan/phpstan from 1.10.66 to 1.10.67

Release notes

Sourced from phpstan/phpstan's releases.

1.10.67

This is the last release, or one of the last releases, in 1.10.x series. The next one is going to be PHPStan 1.11, and it's going to be released at some point in May 2024.

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • composer-dependency-analyser: update to 1.5.0 (support functions) (#3011), thanks @​janedbal!
Commits
  • 16ddbe7 PHPStan 1.10.67
  • 7961f7a Updated PHPStan to commit 7961f7ae1fe815b0796e4d73717f1b117d4a7163
  • 7f8f9cc Updated PHPStan to commit 7f8f9cce7f3903e505916c7afe04b7912570b5e2
  • f71da02 Updated PHPStan to commit f71da02958da0dd6b40193c64fcb6da12daf7227
  • 074de75 Updated PHPStan to commit 074de75ff3bffd32e554e3ce8b0dbbde003e471e
  • 1453c3f Updated PHPStan to commit 1453c3f160075f299dc4fc3b3098e8b0b3739b85
  • 4a4c739 Updated PHPStan to commit 4a4c739f9ff85b6c73659c21f8f3b8b7af8c82c9
  • 28c5729 Updated PHPStan to commit 28c57296288b78707902fdb4cdf9313a60eff363
  • a80cd8a Update Larastan
  • 336ab5c Update baselines
  • Additional commits viewable in compare view

Updates twig/twig from 3.8.0 to 3.9.0

Changelog

Sourced from twig/twig's changelog.

3.9.0 (2024-04-16)

  • Add support for PHP 8.4
  • Deprecate AbstractNodeVisitor
  • Deprecate passing Template to Environment::resolveTemplate(), Environment::load(), and Template::loadTemplate()
  • Add a new "yield" mode for output generation; Node implementations that use "echo" or "print" should use "yield" instead; all Node implementations should be flagged with #[YieldReady] once they've been made ready for "yield"; the "use_yield" Environment option can be turned on when all nodes have been made #[YieldReady]; "yield" will be the only strategy supported in the next major version
  • Add return type for Symfony 7 compatibility
  • Fix premature loop exit in Security Policy lookup of allowed methods/properties
  • Deprecate all internal extension functions in favor of methods on the extension classes
  • Mark all extension functions as @​internal
  • Add SourcePolicyInterface to selectively enable the Sandbox based on a template's Source
  • Throw a proper Twig exception when using cycle on an empty array
Commits

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

Bumps the dependencies group with 4 updates: [typhonius/acquia-php-sdk-v2](https://github.com/typhonius/acquia-php-sdk-v2), [jangregor/phpstan-prophecy](https://github.com/Jan0707/phpstan-prophecy), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [twig/twig](https://github.com/twigphp/Twig).


Updates `typhonius/acquia-php-sdk-v2` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/typhonius/acquia-php-sdk-v2/releases)
- [Commits](typhonius/acquia-php-sdk-v2@3.2.1...3.3.0)

Updates `jangregor/phpstan-prophecy` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/Jan0707/phpstan-prophecy/releases)
- [Changelog](https://github.com/Jan0707/phpstan-prophecy/blob/master/CHANGELOG.md)
- [Commits](Jan0707/phpstan-prophecy@1.0.1...1.0.2)

Updates `phpstan/phpstan` from 1.10.66 to 1.10.67
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.66...1.10.67)

Updates `twig/twig` from 3.8.0 to 3.9.0
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.8.0...v3.9.0)

---
updated-dependencies:
- dependency-name: typhonius/acquia-php-sdk-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jangregor/phpstan-prophecy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: twig/twig
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 17, 2024
@github-actions github-actions bot enabled auto-merge (squash) April 17, 2024 00:03
Copy link

Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/build/eb8946ac9cd604a043abd3456f607669dcc5c78f/acli.phar

curl -OL https://acquia-cli.s3.amazonaws.com/build/eb8946ac9cd604a043abd3456f607669dcc5c78f/acli.phar
chmod +x acli.phar

@danepowell danepowell disabled auto-merge April 17, 2024 00:11
@danepowell danepowell merged commit 0dc9add into main Apr 17, 2024
17 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-bd42202338 branch April 17, 2024 00:11
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.

1 participant