files_downloadactivity
files_downloadactivity copied to clipboard
Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.2.1
Bumps nextcloud/coding-standard from 1.0.0 to 1.2.1.
Release notes
Sourced from nextcloud/coding-standard's releases.
v1.2.1
1.2.1 - 2024-02-01
Fix
- fix: Remove
fully_qualified_strict_types
again by@nickvergessen
in nextcloud/coding-standard#16Full Changelog: https://github.com/nextcloud/coding-standard/compare/v1.2.0...v1.2.1
v1.2.0
1.2.0 - 2024-02-01
Added
array_syntax
: Force short syntax for arraylist_syntax
: Same for listfully_qualified_strict_types
: Remove namespace from classname when there is ause
statement, and add missing backslash for global namespaceno_leading_import_slash
: Remove leading slash fromuse
statementnullable_type_declaration_for_default_null_value
: Add missing?
on type declaration for parameters defaulting tonull
. This will most likely be needed to avoid warnings in PHP 8.4.yoda_style
: forbid yoda style comparision. This replacesnull === $a
by$a === null
.What's Changed
- Extend coding standard with new rules by
@come-nc
in nextcloud/coding-standard#15Full Changelog: https://github.com/nextcloud/coding-standard/compare/v1.1.1...v1.2.0
v1.1.1
What's Changed
- feat: use php-cs-fixer/shim by
@kesselb
in nextcloud/coding-standard#13New Contributors
@kesselb
made their first contribution in nextcloud/coding-standard#13Full Changelog: https://github.com/nextcloud/coding-standard/compare/v1.1.0...v1.1.1
v1.1.0
What's Changed
- Order imports alphabetically by
@come-nc
in nextcloud/coding-standard#10- fix(rules): Replace deprecated braces rules by
@nickvergessen
in nextcloud/coding-standard#12New Contributors
@come-nc
made their first contribution in nextcloud/coding-standard#10@nickvergessen
made their first contribution in nextcloud/coding-standard#12Full Changelog: https://github.com/nextcloud/coding-standard/compare/v1.0.0...v1.1.0
Changelog
Sourced from nextcloud/coding-standard's changelog.
1.2.1 - 2024-02-01
Fix
- fix: Remove
fully_qualified_strict_types
again by@nickvergessen
in nextcloud/coding-standard#161.2.0 - 2024-02-01
Added
array_syntax
: Force short syntax for arraylist_syntax
: Same for list- Removed in 1.2.1 due to issuesfully_qualified_strict_types
: Remove namespace from classname when there is ause
statement, and add missing backslash for global namespaceno_leading_import_slash
: Remove leading slash fromuse
statementnullable_type_declaration_for_default_null_value
: Add missing?
on type declaration for parameters defaulting tonull
. This will most likely be needed to avoid warnings in PHP 8.4.yoda_style
: forbid yoda style comparision. This replacesnull === $a
by$a === null
.1.1.1 - 2023-06-23
Changed
- feat: use php-cs-fixer/shim by
@kesselb
in nextcloud/coding-standard#131.1.0 - 2023-04-13
Changed
- Order imports alphabetically by
@come-nc
in nextcloud/coding-standard#10- fix(rules): Replace deprecated braces rules by
@nickvergessen
in nextcloud/coding-standard#12
Commits
cf5f18d
Merge pull request #16 from nextcloud/nickvergessen-patch-135fd40e
fix(docs): Update old file name in readme51cf509
fix: Removefully_qualified_strict_types
again424cdd9
Merge pull request #15 from nextcloud/enh/extend-coding-standardc178f60
chore: Add missing entries to changeloga60ff69
enh: Force short syntax for list as well7180117
enh: Remove leading slash in use statements2fce407
enh: Remove namespace from class FQDN if there is a use statement1dedda4
enh: Set type as nullable when default value is null (needed for PHP 8.4)d9cd7a3
enh: Forbid yoda style comparison- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
@dependabot recreate
Looks like nextcloud/coding-standard is up-to-date now, so this is no longer needed.