Skip to content

Build(deps-dev): Bump nextcloud/coding-standard from 1.1.1 to 1.5.0 - #810

Open
dependabot[bot] wants to merge 6 commits into
masterfrom
dependabot/composer/nextcloud/coding-standard-1.5.0
Open

Build(deps-dev): Bump nextcloud/coding-standard from 1.1.1 to 1.5.0#810
dependabot[bot] wants to merge 6 commits into
masterfrom
dependabot/composer/nextcloud/coding-standard-1.5.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMay 23, 2026

Copy link
Copy Markdown
Contributor

Bumps nextcloud/coding-standard from 1.1.1 to 1.5.0.

Release notes

Sourced from nextcloud/coding-standard's releases.

v1.5.0

What's Changed

Full Changelog: nextcloud/coding-standard@v1.4.0...v1.5.0

v1.4.0

What's Changed

New Contributors

Full Changelog: nextcloud/coding-standard@v1.3.2...v1.4.0

v1.3.2

What's Changed

Full Changelog: nextcloud/coding-standard@v1.3.1...v1.3.2

v1.3.1

Fixed

  • Removed misbehaving ErickSkrauch/blank_line_before_return and ErickSkrauch/line_break_after_statements rules

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

Changed

  • cast_spaces: No space between cast and variable

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

... (truncated)

Changelog

Sourced from nextcloud/coding-standard's changelog.

1.5.0 — 2026-05-19

Added

  • blank_lines_before_namespace: Make sure a blank line precedes the namespace declaration
  • no_extra_blank_lines: Remove extra blank lines where they are not needed to improve readability

1.4.0 — 2025-07-19

Added

  • no_whitespace_in_blank_line: Remove trailing whitespace at the end of blank lines
  • operator_linebreak: Split conditional statements into multiple lines and place operator at the beginning

1.3.2 - 2024-10-14

Added

  • type_declaration_spaces: A single space between typehint and variable name

1.3.1 - 2024-09-19

Fixed

  • Removed misbehaving ErickSkrauch/blank_line_before_return and ErickSkrauch/line_break_after_statements rules

1.3.0 - 2024-09-18

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

1.2.3 - 2024-08-23

Changed

  • cast_spaces: No space between cast and variable

1.2.2 - 2024-08-23

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

1.2.1 - 2024-02-01

Fix

1.2.0 - 2024-02-01

Added

... (truncated)

Commits
  • 80547a9 Merge pull request #52 from nextcloud/feat/remove-extra-blank-lines
  • 6d42ad9 chore: Fill CHANGELOG.md
  • 784261f feat: Set precise rules for blank lines
  • bce96d6 Merge pull request #51 from nextcloud/fix/use-modifier-keywords
  • fa1f456 chore: Move from deprecated visibility_required to modifier_keywords
  • 8e06808 Merge pull request #46 from nextcloud/prepare-next-release
  • 9c2e3d2 chore: update changelog
  • 1f03ece Merge pull request #45 from nextcloud/bug/no-space-blank-line
  • 039e6e8 ci: update workflows
  • f04a128 style: enforce no_whitespace_in_blank_line
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

@nextcloud-commandnextcloud-command left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.1.1 to 1.5.0.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](nextcloud/coding-standard@v1.1.1...v1.5.0)
---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
dependency-version: 1.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
@CarlSchwan
CarlSchwanforce-pushed the dependabot/composer/nextcloud/coding-standard-1.5.0 branch from 1d2667d to c1e12f5CompareAugust 4, 2026 17:06
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
@CarlSchwan
CarlSchwanforce-pushed the dependabot/composer/nextcloud/coding-standard-1.5.0 branch from 5e0c8be to de2dfd5CompareAugust 5, 2026 11:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nextcloud-command@CarlSchwan