Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2024

Bumps nextcloud/coding-standard from 1.2.1 to 1.3.2.

Release notes

Sourced from nextcloud/coding-standard's releases.

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
  • 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
Changelog

Sourced from nextcloud/coding-standard's changelog.

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
Commits
  • 9c719c4 Merge pull request #37 from nextcloud/feat/type_declaration_spaces
  • a5b23c5 style: add type_declaration_spaces
  • e88acb0 Merge pull request #35 from nextcloud/chore/release/v1.3.1
  • 046865f chore(release): v1.3.1
  • acbb837 Revert "feat: Add blank lines before returns and after control statements"
  • e2e6cb1 Merge pull request #34 from nextcloud/chore/release/v1.3.0
  • 56b5780 chore(release): v1.3.0
  • 56441b3 Merge pull request #33 from nextcloud/feat/concat_space_nullable_returns
  • d150d95 style: add concat_space and nullable_type_declaration
  • 67da46e Merge pull request #32 from nextcloud/feat/return-control-blank-lines
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from Altahrim as a code owner November 5, 2024 13:27
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 5, 2024
@dependabot dependabot bot requested review from MorrisJobke and rullzer November 5, 2024 13:27
@come-nc
Copy link
Collaborator

come-nc commented Feb 10, 2025

@dependabot rebase

Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.2.1 to 1.3.2.
- [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.2.1...v1.3.2)

---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/nextcloud/coding-standard-1.3.2 branch from 144363d to 34cd7da Compare February 10, 2025 14:13
@come-nc
Copy link
Collaborator

come-nc commented Feb 10, 2025

composer-lock-diff --from master --md --path vendor-bin/coding-standard/

Dev Changes From To Compare
nextcloud/coding-standard v1.1.1 v1.3.2 ...
php-cs-fixer/shim v3.37.1 v3.68.5 ...
kubawerlos/php-cs-fixer-custom-fixers NEW v3.22.0

composer-lock-diff --from master --md

Production Changes From To Compare
symfony/console v5.4.35 v5.4.47 ...
symfony/deprecation-contracts v2.5.2 v2.5.4 ...
symfony/polyfill-ctype v1.28.0 v1.31.0 ...
symfony/polyfill-intl-grapheme v1.28.0 v1.31.0 ...
symfony/polyfill-intl-normalizer v1.28.0 v1.31.0 ...
symfony/polyfill-mbstring v1.28.0 v1.31.0 ...
symfony/polyfill-php73 v1.28.0 v1.31.0 ...
symfony/polyfill-php80 v1.28.0 v1.31.0 ...
symfony/service-contracts v2.5.2 v2.5.4 ...
symfony/string v5.4.35 v5.4.47 ...
Dev Changes From To Compare
nextcloud/coding-standard v1.2.1 REMOVED
php-cs-fixer/shim v3.51.0 REMOVED

@come-nc come-nc force-pushed the dependabot/composer/nextcloud/coding-standard-1.3.2 branch from f5496ed to cdb6511 Compare February 10, 2025 14:35
…e in bin folder instead

Signed-off-by: Côme Chilliet <[email protected]>
@come-nc come-nc force-pushed the dependabot/composer/nextcloud/coding-standard-1.3.2 branch from cdb6511 to 81ca110 Compare February 10, 2025 14:37
@come-nc come-nc merged commit 8c27549 into master Feb 10, 2025
24 checks passed
@come-nc come-nc deleted the dependabot/composer/nextcloud/coding-standard-1.3.2 branch February 10, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants