Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
guzzlehttp/guzzle (source) 7.9.2 -> 7.10.0 age confidence
knplabs/github-api 3.15.0 -> 3.16.0 age confidence
nette/neon (source) 3.4.3 -> 3.4.4 age confidence
phpstan/phpstan-strict-rules 2.0.0 -> 2.0.6 age confidence
phpunit/phpunit (source) 9.6.21 -> 9.6.29 age confidence
symfony/console (source) 6.4.12 -> 6.4.25 age confidence
symfony/finder (source) 6.4.11 -> 6.4.24 age confidence

Release Notes

guzzle/guzzle (guzzlehttp/guzzle)

v7.10.0

Compare Source

Added
  • Support for PHP 8.5
Changed
  • Adjusted guzzlehttp/promises version constraint to ^2.3
  • Adjusted guzzlehttp/psr7 version constraint to ^2.8

v7.9.3

Compare Source

Changed
  • Remove explicit content-length header for GET requests
  • Improve compatibility with bad servers for boolean cookie values
KnpLabs/php-github-api (knplabs/github-api)

v3.16.0

Compare Source

Added
nette/neon (nette/neon)

v3.4.4: Release version 3.4.4

Compare Source

  • support for PHP 8.4
  • Encoder: fixed encoding of control characters #​72
phpstan/phpstan-strict-rules (phpstan/phpstan-strict-rules)

v2.0.6

Compare Source

  • f9f77ef - Add numeric check on unary plus and unary minus

v2.0.5

Compare Source

  • 1f1358d - UselessCastRule: do cheaper check first
  • 73c5baa - Update metcalfc/changelog-generator action to v4.6.2
  • f203fec - Match Rule Descriptions with Configuration Parameters in README.md
  • 3ecc310 - Use relative links for rules.neon
  • 04f299f - Update metcalfc/changelog-generator action to v4.5.0

v2.0.4

Compare Source

v2.0.3

Compare Source

  • 8b88b5f - Deprecated parent constructor must not be called

v2.0.2

Compare Source

  • 02277ce - Merge remote-tracking branch 'origin/1.6.x' into 2.0.x
  • ed6fea0 - Added strictRulesInstalled parameter
  • a4a6a08 - Remove dead test because of raised min-php version
  • b60bffc - Fix
  • 5d50bde - Fix
  • 0368403 - Fix
  • 1721dbf - Fix after PHPStan update
  • e208c93 - Fix after PHPStan update
  • 63956f7 - Moved illegalConstructorMethodCall rules from phpstan to phpstan-strict-rules
  • ad53bd9 - Remove options removed in PHPStan 2.0
  • 914b5e3 - Everything from Bleeding Edge enabled
  • 988fab9 - Add more separate rule toggles
  • e227ffd - Merge remote-tracking branch 'origin/1.6.x' into 2.0.x
  • 90006f2 - Merge branch '1.6.x' into 2.0.x
  • 1062d48 - Fix
  • 5eec39f - Set polluteScopeWithBlock to false
  • 8e2c8b0 - Fix deprecations
  • 1ccec91 - Remove unnecessary dependency on nikic/php-parser
  • f8092f9 - Update build-cs
  • f647999 - Stop testing PHP 7.2 and 7.3
  • f6fb84e - Open 2.0.x

v2.0.1

Compare Source

  • ed6fea0 - Added strictRulesInstalled parameter
sebastianbergmann/phpunit (phpunit/phpunit)

v9.6.29: PHPUnit 9.6.29

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v9.6.28: PHPUnit 9.6.28

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v9.6.27: PHPUnit 9.6.27

Compare Source

Changed
  • #​6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v9.6.26: PHPUnit 9.6.26

Compare Source

Changed
  • Implement __serialize() in addition to __sleep() (which will be deprecated in PHP 8.5)

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v9.6.25

Compare Source

v9.6.24: PHPUnit 9.6.24

Compare Source

Changed
  • Do not use ReflectionProperty::setAccessible() with PHP >= 8.1
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:
  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

v9.6.23: PHPUnit 9.6.23

Compare Source

Changed
  • #​5956: Improved handling of deprecated E_STRICT constant
  • Improved message when test is considered risky for printing unexpected output

How to install or update PHPUnit

v9.6.22: PHPUnit 9.6.22

Compare Source

Fixed
  • #​6071: PHP Archives (PHARs) of PHPUnit 8.5 and PHPUnit 9.6 bundle outdated versions of Prophecy

How to install or update PHPUnit

symfony/console (symfony/console)

v6.4.25

Compare Source

Changelog (symfony/console@v6.4.24...v6.4.25)

v6.4.24

Compare Source

Changelog (symfony/console@v6.4.23...v6.4.24)

v6.4.23

Compare Source

Changelog (symfony/console@v6.4.22...v6.4.23)

v6.4.22

Compare Source

Changelog (symfony/console@v6.4.21...v6.4.22)

  • no significant changes

v6.4.21

Compare Source

Changelog (symfony/console@v6.4.20...v6.4.21)

v6.4.20

Compare Source

Changelog (symfony/console@v6.4.19...v6.4.20)

v6.4.17

Compare Source

Changelog (symfony/console@v6.4.16...v6.4.17)

v6.4.15

Compare Source

Changelog (symfony/console@v6.4.14...v6.4.15)

  • no significant changes

v6.4.14

Compare Source

Changelog (symfony/console@v6.4.13...v6.4.14)

v6.4.13

Compare Source

Changelog (symfony/console@v6.4.12...v6.4.13)

symfony/finder (symfony/finder)

v6.4.24

Compare Source

Changelog (symfony/finder@v6.4.23...v6.4.24)

  • no significant changes

v6.4.17

Compare Source

Changelog (symfony/finder@v6.4.16...v6.4.17)

v6.4.13

Compare Source

Changelog (symfony/finder@v6.4.12...v6.4.13)

  • no significant changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency nette/neon to v3.4.4 Update dependency nette/neon to v3.4.4 Oct 7, 2024
@renovate renovate bot changed the title Update dependency nette/neon to v3.4.4 fix(deps): update dependency nette/neon to v3.4.4 Oct 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency nette/neon to v3.4.4 Update dependency nette/neon to v3.4.4 Oct 8, 2024
@renovate renovate bot changed the title Update dependency nette/neon to v3.4.4 fix(deps): update dependency nette/neon to v3.4.4 Oct 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency nette/neon to v3.4.4 Update dependency nette/neon to v3.4.4 Oct 14, 2024
@renovate renovate bot changed the title Update dependency nette/neon to v3.4.4 fix(deps): update dependency nette/neon to v3.4.4 Oct 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency nette/neon to v3.4.4 Update dependency nette/neon to v3.4.4 Oct 26, 2024
@renovate renovate bot force-pushed the renovate/issue-bot branch from 12577cf to 44eda2e Compare October 27, 2024 16:36
@renovate renovate bot changed the title Update dependency nette/neon to v3.4.4 Update issue-bot Oct 27, 2024
@renovate renovate bot changed the title Update issue-bot Update issue-bot to v6.4.13 Nov 5, 2024
@renovate renovate bot changed the title Update issue-bot to v6.4.13 Update issue-bot Nov 5, 2024
@renovate renovate bot force-pushed the renovate/issue-bot branch from 44eda2e to 4c200fd Compare November 6, 2024 10:42
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Nov 6, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Nov 6, 2024
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Nov 7, 2024
@renovate renovate bot force-pushed the renovate/issue-bot branch from 4c200fd to d4555f7 Compare November 7, 2024 22:07
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Nov 8, 2024
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Nov 8, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Nov 9, 2024
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Nov 11, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Nov 11, 2024
@renovate renovate bot force-pushed the renovate/issue-bot branch from d4555f7 to a877a65 Compare November 13, 2024 15:21
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Nov 15, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Nov 17, 2024
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Nov 19, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Nov 19, 2024
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Nov 20, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Nov 23, 2024
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Nov 25, 2024
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Nov 25, 2024
@renovate renovate bot force-pushed the renovate/issue-bot branch from b5edb54 to 67a96aa Compare July 8, 2025 14:47
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Jul 17, 2025
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Jul 17, 2025
@renovate renovate bot force-pushed the renovate/issue-bot branch 2 times, most recently from cf8b699 to 4f7f652 Compare July 17, 2025 11:37
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Jul 17, 2025
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Jul 17, 2025
@renovate renovate bot force-pushed the renovate/issue-bot branch 8 times, most recently from 9f59820 to b92afba Compare July 21, 2025 12:09
@renovate renovate bot force-pushed the renovate/issue-bot branch from b92afba to 1c7714f Compare July 21, 2025 12:23
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Jul 21, 2025
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Jul 27, 2025
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Aug 6, 2025
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Aug 30, 2025
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Sep 4, 2025
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Sep 7, 2025
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Sep 11, 2025
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Sep 13, 2025
@renovate renovate bot changed the title Update issue-bot fix(deps): update issue-bot Sep 16, 2025
@renovate renovate bot changed the title fix(deps): update issue-bot Update issue-bot Sep 17, 2025
@renovate renovate bot changed the title Update issue-bot Update issue-bot - autoclosed Sep 26, 2025
@renovate renovate bot closed this Sep 26, 2025
@renovate renovate bot deleted the renovate/issue-bot branch September 26, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants