nextcloud / suspicious_login

Detect and warn about suspicious IPs logging into Nextcloud
GNU Affero General Public License v3.0
84 stars 25 forks source link

chore(deps): update dependency nextcloud/coding-standard to ^1.3.1 (master) #934

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nextcloud/coding-standard ^1.2.1 -> ^1.3.1 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.1`](https://redirect.github.com/nextcloud/coding-standard/blob/HEAD/CHANGELOG.md#131---2024-09-19) [Compare Source](https://redirect.github.com/nextcloud/coding-standard/compare/v1.3.0...v1.3.1) ##### Fixed - Removed misbehaving `ErickSkrauch/blank_line_before_return` and `ErickSkrauch/line_break_after_statements` rules ### [`v1.3.0`](https://redirect.github.com/nextcloud/coding-standard/blob/HEAD/CHANGELOG.md#130---2024-09-18) [Compare Source](https://redirect.github.com/nextcloud/coding-standard/compare/v1.2.3...v1.3.0) ##### 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`](https://redirect.github.com/nextcloud/coding-standard/blob/HEAD/CHANGELOG.md#123---2024-08-23) [Compare Source](https://redirect.github.com/nextcloud/coding-standard/compare/v1.2.2...v1.2.3) ##### Changed - `cast_spaces`: No space between cast and variable ### [`v1.2.2`](https://redirect.github.com/nextcloud/coding-standard/blob/HEAD/CHANGELOG.md#122---2024-08-23) [Compare Source](https://redirect.github.com/nextcloud/coding-standard/compare/v1.2.1...v1.2.2) ##### 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](https://redirect.github.com/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

Configuration

📅 Schedule: Branch creation - "before 5am on thursday" in timezone Europe/Vienna, 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.



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