nextcloud / twofactor_webauthn

WebAuthn Two-Factor Provider for Nextcloud
https://apps.nextcloud.com/apps/twofactor_webauthn
GNU Affero General Public License v3.0
49 stars 7 forks source link

fix(deps): bump nextcloud/coding-standard from 1.1.1 to ^1.2.1 #531

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

nextcloud/coding-standard (nextcloud/coding-standard) ### [`v1.2.1`](https://togithub.com/nextcloud/coding-standard/blob/HEAD/CHANGELOG.md#121---2024-02-01) [Compare Source](https://togithub.com/nextcloud/coding-standard/compare/v1.2.0...v1.2.1) ##### Fix - fix: Remove `fully_qualified_strict_types` again by [@​nickvergessen](https://togithub.com/nickvergessen) in [https://github.com/nextcloud/coding-standard/pull/16](https://togithub.com/nextcloud/coding-standard/pull/16) ### [`v1.2.0`](https://togithub.com/nextcloud/coding-standard/blob/HEAD/CHANGELOG.md#120---2024-02-01) [Compare Source](https://togithub.com/nextcloud/coding-standard/compare/v1.1.1...v1.2.0) ##### 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 - "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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 7 months ago

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.