Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update all minor dependencies #287

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fortawesome/fontawesome-free (source) 6.6.0 -> 6.7.2 age adoption passing confidence
@vitejs/plugin-vue (source) 5.1.4 -> 5.2.1 age adoption passing confidence
brianium/paratest 7.5.7 -> 7.8.2 age adoption passing confidence
fakerphp/faker 1.23.1 -> 1.24.1 age adoption passing confidence
friendsofphp/php-cs-fixer 3.64.0 -> 3.69.1 age adoption passing confidence
laravel-vite-plugin 1.0.5 -> 1.2.0 age adoption passing confidence
laravel/breeze 2.2.2 -> 2.3.4 age adoption passing confidence
laravel/framework (source) 11.27.2 -> 11.43.2 age adoption passing confidence
laravel/passport 12.3.0 -> 12.4.1 age adoption passing confidence
laravel/sail 1.35.0 -> 1.41.0 age adoption passing confidence
laravel/ui 4.5.2 -> 4.6.1 age adoption passing confidence
nunomaduro/collision 8.4.0 -> 8.6.1 age adoption passing confidence
phpunit/phpunit (source) 11.4.1 -> 11.5.9 age adoption passing confidence
postcss (source) 8.4.47 -> 8.5.3 age adoption passing confidence
sass 1.77.6 -> 1.85.0 age adoption passing confidence
spatie/laravel-ignition (source) 2.8.0 -> 2.9.1 age adoption passing confidence
sweetalert2 (source) 11.14.3 -> 11.17.2 age adoption passing confidence
vite-plugin-pwa ^0.20.5 -> ^0.21.0 age adoption passing confidence
workbox-precaching (source) 7.1.0 -> 7.3.0 age adoption passing confidence
workbox-routing (source) 7.1.0 -> 7.3.0 age adoption passing confidence
workbox-window (source) 7.1.0 -> 7.3.0 age adoption passing confidence

Release Notes

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-free)

v6.7.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.1

v5.2.0

  • feat: add a feature option to support custom component id generator (#​461) (7a1fc4c), closes #​461

v5.1.5

paratestphp/paratest (brianium/paratest)

v7.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.8.1...v7.8.2

v7.8.1

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.8.0...v7.8.1

v7.8.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.7.0...v7.8.0

v7.7.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.6.3...v7.7.0

v7.6.3

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.6.2...v7.6.3

v7.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.6.1...v7.6.2

v7.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.6.0...v7.6.1

v7.6.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.5.7...v7.6.0

FakerPHP/Faker (fakerphp/faker)

v1.24.1

Compare Source

v1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: FakerPHP/Faker@v1.23.1...v1.24.0

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)

v3.69.1

Compare Source

  • fix: PhpUnitAttributesFixer - convert correctly version constraint (#​8439)
  • test: PhpUnitAttributesFixer must run before NoEmptyPhpdocFixer (#​8443)

v3.69.0

Compare Source

  • feat: Add unsealed array shape phpdoc support (#​8299)
  • fix: OrderedClassElementsFixer - sort correctly typed constants (#​8408)
  • chore: do not use test class as test data (#​8430)
  • chore: update checkbashisms to 2.25.2 (#​8427)
  • chore: use constants instead of literal strings (#​8422)
  • CI: no need to unlock deps on master (#​8426)
  • CI: run tests using PHPUnit 12 (#​8431)
  • deps: bump kubawerlos/composer-smaller-lock from 1.0.1 to 1.1.0 in /dev-tools (#​8414)
  • deps: bump maglnet/composer-require-checker from 4.14.0 to 4.15.0 in /dev-tools (#​8406)
  • deps: bump phpstan/phpstan from 2.1.3 to 2.1.5 in /dev-tools in the phpstan group (#​8437)
  • deps: bump the phpstan (#​8423)
  • deps: upgrade dev requirements (#​8424)

v3.68.5

Compare Source

  • fix: NativeTypeDeclarationCasingFixer - do not touch constants named as native types (#​8404)

v3.68.4

Compare Source

  • chore: run SCA on PHP 8.4 (#​8396)
  • fix: NativeTypeDeclarationCasingFixer should not touch property names (#​8400)

v3.68.3

Compare Source

  • fix: NativeTypeDeclarationCasingFixer - fix for enum with "Mixed" case (#​8395)

v3.68.2

Compare Source

  • fix: NativeTypeDeclarationCasingFixer - fix for promoted properties, enums, false and mixed (#​8386)
  • chore: ensure that dev-tools dependencies are bumped (#​8389)
  • chore: experiment to see if we can auto-shrink the lock after dependabot (#​8383)
  • chore: experiment to see if we can auto-shrink the lock after dependabot /part (#​8384)
  • chore: Get rid of Docker warnings during build (#​8379)
  • chore: remove redundant check (#​8391)
  • chore: update types (#​8390)
  • CI: stale - update close msg to emphasize contribution over demand (#​8385)
  • deps: bump phpcompatibility/phpcompatibility-symfony from 1.2.1 to 1.2.2 in /dev-tools (#​8378)
  • deps: bump the phpstan group in /dev-tools with 4 updates (#​8387)
  • refactor: Use native Yaml::parseFile() instead of custom method (#​8380)

v3.68.1

Compare Source

  • chore: AutoReview/CiConfigurationTest - handle failure of reading files (#​8375)
  • CI: Docker - check all compose services (#​8370)
  • deps: bump alpine from 3.18 to 3.21 (#​8377)
  • deps: bump alpine from 3.18.4 to 3.21.2 (#​8362)
  • refactor: Tokens::clearEmptyTokens - optimize cache handling (#​8335)

v3.68.0

Compare Source

  • feat: ModernizeStrposFixer - support stripos (#​8019)
  • chore: FullyQualifiedStrictTypesFixer - reduce conditions count (#​8368)
  • test: PhpUnitSetUpTearDownVisibilityFixer - extend test for anonymous classes (#​8369)

v3.67.1

Compare Source

  • fix: FullyQualifiedStrictTypesFixer - fix return types (#​8367)
  • fix: PhpUnitSetUpTearDownVisibilityFixer - do not touch anonymous classes (#​8366)
  • chore: allow for class-string in doc types of rule options (#​8358)
  • chore: CS: Move data provider methods after their test method (#​8302)
  • chore: dependabot integration (#​8357)
  • chore: PHPStan - upgrade to 2.1 (#​8355)
  • CI: Introduce PHP compatibility check (#​7844)
  • deps: bump docker/build-push-action from 5 to 6 (#​8361)
  • docs: update installation instructions (#​8356)

v3.67.0

Compare Source

  • chore: simplify loops using end/prev functions (#​8352)
  • feat: Introduce general_attribute_remove fixer (#​8339)

v3.66.2

Compare Source

  • chore: do not use bitwise "or" assignment operator (#​8346)
  • chore: remove extra check, never happening (#​8348)
  • chore: remove impossible @throws annotation (#​8353)
  • chore: Tokens - cleanup (#​8350)
  • chore: Tokens - minor performance and types optimizations (#​8349)

v3.66.1

Compare Source

  • chore: fix CI for Windows (#​8326)
  • chore: NoMultipleStatementsPerLineFixer - be aware of PHP 8.4 property hooks (#​8344)
  • chore: TernaryToElvisOperatorFixer - improvements based on PHPStan detections (#​8345)
  • chore: PhpUnitTestCaseStaticMethodCallsFixer - fix type of methods option in documemtation and add example with it (#​8338)
  • chore: update legacy deps (#​8342)
  • deps: update box (#​8336)

v3.66.0

Compare Source

  • feat: Tokenizer - initial support for PHP 8.4 property hooks (#​8312)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - cover PHPUnit v11.5 methods (#​8314)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - make sure all static protected methods are handled (#​8327)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - support createStub (#​8319)
  • feat: UseArrowFunctionsFixer - support multiline statements (#​8311)
  • fix: NullableTypeDeclarationFixer - do not break multi-line declaration (#​8331)
  • test: CiConfigurationTest - drop not needed condition, logic is checked in upcoming assertion (#​8303)
  • chore: add more typehints (#​8325)
  • chore: DotsOutput - more const, better typing (#​8318)
  • chore: mark classes as readonly (#​8275)
  • chore: more const, better typing (#​8320)
  • chore: temporarily prevent symfony/process 7.2+ (#​8322)
  • chore: Tokens - simplify (un)registerFoundToken types (#​8328)
  • chore: upgrade PHPStan (#​8321)
  • chore: BraceTransformer - don't touch curly index braces since 8.4, as it's not a valid syntax anymore (#​8313)
  • CI: enable phpdoc_to_property_type on php-lowest (#​8324)
  • Create SECURITY.md
  • docs: Tokens - fix docs (#​8332)

v3.65.0

Compare Source

  • feat: Ability to set upper limit when using CPU auto-detection (#​8280)
  • feat: create @PHP82Migration:risky ruleset (#​8277)
  • feat: Impl. TypeExpression::mapTypes() (#​8077)
  • feat: Parse array/generic/nullable type into inner expression (#​8106)
  • feat: phpdoc_to_property_type - handle virtual types and null initialization, enable in php-highest CI job (#​8283)
  • feat: Store PHPDoc offset in DataProviderAnalysis (#​8226)
  • feat: Support for complex PHPDoc types in fully_qualified_strict_types (#​8085)
  • fix: check for priority tests correctly (#​8221)
  • fix: Do not mark with @coversNothing if CoversMethod/CoversFunction attribute is used (#​8268)
  • fix: enum-case mistaken for const invocation (#​8190)
  • fix: fix typing of few properties wrongly typed as non-nullable (#​8285)
  • fix: fix typing property wrongly typed as non-nullable (#​8290)
  • fix: MethodChainingIndentationFixer does not fix indentation of last chained property (#​8080)
  • fix: NoSuperfluousPhpdocTagsFixer - Remove superfluous phpdoc of parameter with attribute (#​8237)
  • fix: parsing mixed & and | in TypeExpression (#​8210)
  • fix: proper base class used for AbstractDoctrineAnnotationFixer templates generation (#​8291)
  • fix: Properly recognise constants in foreach loops (#​8203)
  • fix: Tokens::overrideRange() block cache pruning (#​8240)
  • fix: BlankLineAfterOpeningTagFixer - add blank line in file starting with multi-line comment (#​8256)
  • fix: MultilineWhitespaceBeforeSemicolonsFixer - do not produce syntax error when there is a meaningful token after semicolon (#​8230)
  • fix: NullableTypeDeclarationFixer - do not break syntax when there is no space before ? (#​8224)
  • fix: PhpUnitDataProvider(.+)Fixer - do not omit when there is an attribute between PHPDoc and test method (#​8185)
  • fix: PhpUnitDataProviderNameFixer - for an attribute between PHPDoc and test method (#​8217)
  • chore: add todo for PHP v8 (#​8274)
  • chore: auto-fallback to sequential runner if single CPU would handle it (#​8154)
  • chore: block changing tokens collection size using PhpCsFixer\Tokenizer\Tokens::setSize (#​8257)
  • chore: bump dev-tools (#​8286)
  • chore: bump PHPStan (#​8245)
  • chore: Cheaper file check first (#​8252)
  • chore: ConfigInterface - better types (#​8244)
  • chore: do not call Tokens::setSize in GroupImportFixer (#​8253)
  • chore: do not use Reflection*::setAccessible (#​8264)
  • chore: fix priority tests (#​8223)
  • chore: Fix typos in AbstractFixerTestCase (#​8247)
  • chore: GithubClient - make URL injectable (#​8272)
  • chore: Implement PHPStan Preg::match() extensions (#​8103)
  • chore: mark remaining Analysis as @internal (#​8284)
  • chore: PHPStan - upgrade to v2 (#​8288)
  • chore: reduce amount of class mutable properties (#​8281)
  • chore: remove from priority tests exceptions tests that are not actually exceptions (#​8222)
  • chore: remove incorrect priority tests (#​8231)
  • chore: remove not needed PHP version requirements in descriptions (#​8265)
  • chore: remove unnecessary methods (#​8200)
  • chore: tests/Tokenizer/Transformer - better typehinting (#​8243)
  • chore: Token - remove 'changed' property (#​8273)
  • chore: Token::getContent() phpdoc return type (#​8236)
  • chore: update dev dependencies in root (#​8289)
  • chore: update PHPStan to 1.12.9 (#​8271)
  • chore: update checkbashisms to 2.24.1 (#​8258)
  • chore: use null coalescing assignment operator where possible (#​8219)
  • CI: allow macos to fail (#​8194)
  • CI: build phar on PHP 8.3 (#​8195)
  • CI: drop matrix for single-matrix-entry jobs of SCA and Deployment checks (#​8193)
  • CI: Ensure php-cs-fixer PHP compatibility /part (#​8241)
  • CI: Ensure php-cs-fixer PHP compatibility (#​8235)
  • CI: generate and execute code in assert (#​8207)
  • CI: update PHPStan to 1.12.2 (#​8198)
  • CI: update PHPStan to 1.12.3 (#​8204)
  • CI: use phpstan-symfony (#​8287)
  • depr: ConfigInterface::getPhpExecutable() and ConfigInterface::setPhpExecutable() (#​8192)
  • deps: add composer-smaller-lock (#​8263)
  • deps: Update PHPStan to 1.12.4 (#​8215)
  • deps: Update PHPStan to 1.12.5 (#​8218)
  • deps: update PHPStan to 1.12.7 (#​8255)
  • docs: fix unconsistency in config doc (#​8269)
  • docs: mention github action example instead of travis-ci (#​8250)
  • DX: Cover php-cs-fixer file with static analysis (#​8229)
  • DX: Make TypeExpression API more explicit about composite types (#​8214)
  • refactor: change _AttributeItems to non-empty-list<_AttributeItem> to allow using single attribute item (#​8199)
  • refactor: Rename newly introduced option (#​8293)
  • refactor: Runner - Enhance eventing system (#​8276)
  • refactor: Runner - make 4.0 TODOs easier to understand (#​8196)
  • refactor: use arrow functions in more places (#​8294)
  • test: @PHP82Migration:risky - add integration tests (#​8278)
laravel/vite-plugin (laravel-vite-plugin)

v1.2.0

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.6

Compare Source

laravel/breeze (laravel/breeze)

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

v2.2.6

Compare Source

v2.2.5

Compare Source

v2.2.4

[Compare Source]


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/update-minor-dependencies branch from 53f3386 to ab839e6 Compare October 15, 2024 17:10
@renovate renovate bot changed the title Update dependency sass to v1.79.5 Update all minor dependencies Oct 15, 2024
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 7 times, most recently from 1f8fc24 to 5605923 Compare October 22, 2024 16:46
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 5 times, most recently from ad5b2bb to a7cfbb7 Compare October 30, 2024 15:55
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch from a7cfbb7 to e6c5383 Compare November 2, 2024 00:03
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 6 times, most recently from 8a5d3d8 to 3c0617e Compare November 15, 2024 17:20
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 6 times, most recently from 8736e1b to 08d02c5 Compare November 25, 2024 01:22
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 3 times, most recently from 6c4afed to 6f37e77 Compare November 26, 2024 22:12
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 7 times, most recently from a1f89e5 to 1245240 Compare January 29, 2025 18:17
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 4 times, most recently from 845c80b to 20debe9 Compare February 6, 2025 09:03
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 6 times, most recently from 366a1e0 to bf05672 Compare February 12, 2025 23:46
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch 11 times, most recently from fe7f240 to 603fdd1 Compare February 20, 2025 15:25
@renovate renovate bot force-pushed the renovate/update-minor-dependencies branch from 603fdd1 to 0aad29f Compare February 21, 2025 11:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants