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

chore(deps): update dependency nextcloud/coding-standard to ^v1.3.2 (main) #1581

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nextcloud/coding-standard ^v1.0.0 -> ^v1.3.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.3.2

Compare Source

Added
  • type_declaration_spaces: A single space between typehint and variable name

v1.3.1

Compare Source

Fixed
  • Removed misbehaving ErickSkrauch/blank_line_before_return and ErickSkrauch/line_break_after_statements rules

v1.3.0

Compare Source

Changed
  • trailing_comma_in_multiline: Add a trailing comma to multline function parameters
  • MultilinePromotedPropertiesFixer: Break promoted properties on multiple lines
  • ErickSkrauch/blank_line_before_return: Add a blank line before each return
  • ErickSkrauch/line_break_after_statements: Add a blank line after all control statements
  • concat_space: Concatenation should be spaced
  • nullable_type_declaration: Changes DateTimeInterface|null to ?DateTimeInterface

v1.2.3

Compare Source

Changed
  • cast_spaces: No space between cast and variable

v1.2.2

Compare Source

Added
  • cast_spaces: A single space between cast and variable
  • lowercase_cast: Cast should be written in lower case
  • method_chaining_indentation: Use the same indentation when changing methods
  • no_short_bool_cast: Short cast bool using double exclamation mark should not be used
  • phpdoc_align: All items of the given PHPDoc tags must be left-aligned
  • phpdoc_single_line_var_spacing: Single line @​var PHPDoc should have proper spacing
  • phpdoc_var_annotation_correct_order: Enforce the correct order for phpdoc annotations
  • short_scalar_cast: (boolean) => (bool), (integer) => (int), ...
  • single_quote: Use single quotes for simple strings
  • types_spaces: No spaces around union and intersection type operators

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.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, 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.

🔕 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 renovate bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Feb 1, 2025
@renovate renovate bot requested a review from blizzz February 1, 2025 09:03
@renovate renovate bot requested a review from enjeck as a code owner February 1, 2025 09:03
@github-actions github-actions bot enabled auto-merge February 1, 2025 09:03
@renovate renovate bot force-pushed the renovate/main-nextcloud-coding-standard-1.x branch from d858845 to 6732d1a Compare February 1, 2025 09:11
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/main-nextcloud-coding-standard-1.x branch from 6732d1a to 79a6f1f Compare February 2, 2025 07:40
Signed-off-by: Cleopatra Enjeck M. <[email protected]>
@enjeck enjeck disabled auto-merge February 2, 2025 18:32
@enjeck
Copy link
Contributor

enjeck commented Feb 2, 2025

@blizzz Do the generated formatting changes look good? Not sure.

Copy link
Contributor Author

renovate bot commented Feb 2, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant