calendar_resource_management icon indicating copy to clipboard operation
calendar_resource_management copied to clipboard

chore(deps): bump nextcloud/coding-standard from 1.0.0 to ^1.2.1 (main)

Open renovate[bot] opened this issue 7 months ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nextcloud/coding-standard ^1.0 -> ^1.2.1 age adoption passing confidence

Release Notes

nextcloud/coding-standard (nextcloud/coding-standard)

v1.2.1

Compare Source

Fix

v1.2.0

Compare Source

Added
  • array_syntax: Force short syntax for array
  • list_syntax: Same for list
  • ~~fully_qualified_strict_types: Remove namespace from classname when there is a use statement, and add missing backslash for global namespace~~ - Removed in 1.2.1 due to issues
  • no_leading_import_slash: Remove leading slash from use statement
  • nullable_type_declaration_for_default_null_value: Add missing ? on type declaration for parameters defaulting to null. This will most likely be needed to avoid warnings in PHP 8.4.
  • yoda_style: forbid yoda style comparision. This replaces null === $a by $a === null.

v1.1.1

Compare Source

Changed

v1.1.0

Compare Source

Changed

Configuration

📅 Schedule: Branch creation - "before 5am on monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

renovate[bot] avatar Jul 14 '24 23:07 renovate[bot]