Skip to content

Update all non-major dependencies

Reiter, Christoph requested to merge renovate/all-minor-patch into main

This MR contains the following updates:

Package Type Update Change
@rollup/plugin-node-resolve devDependencies patch 11.2.0 -> 11.2.1
@rollup/plugin-replace devDependencies patch 2.4.1 -> 2.4.2
chai (source) devDependencies patch 4.3.3 -> 4.3.4
eslint (source) devDependencies minor 7.21.0 -> 7.23.0
eslint-plugin-jsdoc devDependencies minor 32.2.0 -> 32.3.0
friendsofphp/php-cs-fixer require-dev patch 2.18.2 -> 2.18.4
guzzlehttp/guzzle (source) require minor 7.2.0 -> 7.3.0
karma (source) devDependencies minor 6.1.1 -> 6.3.2
mocha (source) devDependencies patch 8.3.1 -> 8.3.2
phpstan/phpstan require-dev patch 0.12.80 -> 0.12.83
psr/link require minor 1.0 -> 1.1.1
rollup (source) devDependencies minor 2.40.0 -> 2.44.0
symfony/framework-bundle (source) require patch 4.4.20 -> 4.4.21
symfony/http-client (source) require-dev patch 4.4.20 -> 4.4.21
symfony/phpunit-bridge (source) require-dev patch 4.4.20 -> 4.4.21
symfony/security-bundle (source) require patch 4.4.20 -> 4.4.21
symfony/security-core (source) require patch 4.4.20 -> 4.4.21
symfony/yaml (source) require patch 4.4.20 -> 4.4.21
vimeo/psalm require-dev minor 4.6.2 -> 4.7.0
web-token/jwt-easy require patch 2.2.8 -> 2.2.10
web-token/jwt-signature-algorithm-rsa require patch 2.2.8 -> 2.2.10

Release Notes

chaijs/chai

v4.3.4

Compare Source

This fixes broken inspect behavior with bigints (#​1321) (#​1383) thanks @​vapier

eslint/eslint

v7.23.0

Compare Source

  • 687ccae Update: add option "allowInParentheses" to no-sequences (fixes #​14197) (#​14199) (Daniel Rentz)
  • dbf2529 Sponsors: Sync README with website (ESLint Jenkins)
  • 4bdf2c1 Sponsors: Sync README with website (ESLint Jenkins)
  • 49d1697 Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps (#​14244) (Brandon Mills)
  • 43f1685 Update: --quiet should not supress --max-warnings (fixes #​14202) (#​14242) (Milos Djermanovic)
  • 909c727 Docs: Add valid example that shows vars in a block scope (#​14230) (Ed S)
  • 28583eb Fix: no-mixed-operators false positives with ? : (fixes #​14223) (#​14226) (Milos Djermanovic)
  • a99eb2d Fix: Clarify line breaks in object-curly-newline (fixes #​14024) (#​14063) (armin yahya)
  • 8984c91 Update: eslint --env-info output os info (#​14059) (薛定谔的猫)
  • 2a79306 Sponsors: Sync README with website (ESLint Jenkins)
  • ebd7026 Docs: Fix typo (#​14225) (Greg Finley)
  • a2013fc Sponsors: Sync README with website (ESLint Jenkins)

v7.22.0

Compare Source

  • 3a432d8 Docs: Improve documentation for indent rule (#​14168) (Serkan Özel)
  • f62ec8d Update: throw error when fix range is invalid (#​14142) (Jacob Bandes-Storch)
  • 0eecad2 Upgrade: Update lodash in package.json to V 4.17.21 (#​14159) (Basem Al-Nabulsi)
  • 5ad91aa Update: report es2021 globals in no-extend-native (refs #​13602) (#​14177) (Milos Djermanovic)
  • c295581 Chore: remove leftover JSDoc from lint-result-cache (#​14176) (Milos Djermanovic)
  • 0d541f9 Chore: Reduce lodash usage (#​14178) (Stephen Wade)
  • 27a67d7 Sponsors: Sync README with website (ESLint Jenkins)
  • 459d821 Chore: upgrade dependencies of browser test (#​14127) (Pig Fang)
  • ebfb63a Sponsors: Sync README with website (ESLint Jenkins)
  • 3ba029f Docs: Remove Extraneous Dash (#​14164) (Danny Hurlburt)
  • 6f4540e Sponsors: Sync README with website (ESLint Jenkins)
  • ddf361c Docs: Fix Formatting (#​14154) (Danny Hurlburt)
  • c0d2ac1 Sponsors: Sync README with website (ESLint Jenkins)
  • a8df03e Docs: Clarify triage process (#​14117) (Nicholas C. Zakas)
gajus/eslint-plugin-jsdoc

v32.3.0

Compare Source

Features
  • check-tag-names: jsxTags an opt-in option for jsx annotations (8afb9fc)
FriendsOfPHP/PHP-CS-Fixer

v2.18.4

Compare Source

  • bug #​4085 Priority: AlignMultilineComment should run before every PhpdocFixer (dmvdbrugge)
  • bug #​5421 PsrAutoloadingFixer - Fix PSR autoloading outside configured directory (kelunik, keradus)
  • bug #​5464 NativeFunctionInvocationFixer - PHP 8 attributes (HypeMC, keradus)
  • bug #​5548 NullableTypeDeclarationForDefaultNullValueFixer - fix handling promoted properties (jrmajor, keradus)
  • bug #​5550 TypeAlternationTransformer - fix for typed static properties (kubawerlos)
  • bug #​5551 ClassAttributesSeparationFixer - fix for properties with type alternation (kubawerlos, keradus)
  • bug #​5552 DX: test relation between function_declaration and method_argument_space (keradus)
  • minor #​5540 DX: RuleSet - convert null handling to soft-warning (keradus)
  • minor #​5545 DX: update checkbashisms (keradus)

v2.18.3

Compare Source

  • bug #​5484 NullableTypeDeclarationForDefaultNullValueFixer - handle mixed pseudotype (keradus)
  • minor #​5470 Disable CI fail-fast (mvorisek)
  • minor #​5491 Support php8 static return type for NoSuperfluousPhpdocTagsFixer (tigitz)
  • minor #​5494 BinaryOperatorSpacesFixer - extend examples (keradus)
  • minor #​5499 DX: add TODOs for PHP requirements cleanup (keradus)
  • minor #​5500 DX: Test that Transformers are adding only CustomTokens that they define and nothing else (keradus)
  • minor #​5507 Fix quoting in exception message (gquemener)
  • minor #​5514 DX: PHP 7.0 integration test - solve TODO for random_api_migration usage (keradus)
  • minor #​5515 DX: do not override getConfigurationDefinition (keradus)
  • minor #​5516 DX: AbstractDoctrineAnnotationFixer - no need for import aliases (keradus)
  • minor #​5518 DX: minor typing and validation fixes (keradus)
  • minor #​5522 Token - add handling json_encode crash (keradus)
  • minor #​5523 DX: EregToPregFixer - fix sorting (keradus)
  • minor #​5528 DX: code cleanup (keradus)
guzzle/guzzle

v7.3.0

Compare Source

Added
  • Support for DER and P12 certificates #​2413
  • Support the cURL (http://) scheme for StreamHandler proxies #​2850
  • Support for guzzlehttp/psr7:^2.0 #​2878
Fixed
  • Handle exceptions on invalid header consistently between PHP versions and handlers #​2872
karma-runner/karma

v6.3.2

Compare Source

Bug Fixes

v6.3.1

Compare Source

Bug Fixes

v6.3.0

Compare Source

Features
  • support asynchronous config.set() call in karma.conf.js (#​3660) (4c9097a)

v6.2.0

Compare Source

Features
  • plugins: add support wildcard config for scoped package plugin (#​3659) (39831b1)

6.1.2 (2021-03-09)

Bug Fixes

6.1.1 (2021-02-12)

Bug Fixes

v6.1.2

Compare Source

Bug Fixes
mochajs/mocha

v8.3.2

Compare Source

🐛 Fixes

📖 Documentation

phpstan/phpstan

v0.12.83

Compare Source

Improvements 🔧

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Bugfixes 🐛


Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports