Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update facile-it/facile-coding-standard requirement from 0.5.3 to 1.0.0 #95

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2023

Updates the requirements on facile-it/facile-coding-standard to permit the latest version.

Release notes

Sourced from facile-it/facile-coding-standard's releases.

1.0.0

  • Bumping minimum PHP version required to 7.4
  • Bumping minimum PHP-CS-Fixer version required to 3.4
  • Dynamically replace deprecated rules depending on the PHP-CS-Fixer version in use

New rules

The following rules or groups have been added to the default rule set:

  • @PER-CS2.0 (with @PSR12 as fallback)
  • @PER-CS2.0:risky (with @PSR12:risky as fallback)
  • @DoctrineAnnotation
  • array_push
  • assign_null_coalescing_to_coalesce_equal
  • attribute_empty_parentheses
  • backtick_to_shell_exec
  • class_reference_name_casing
  • combine_consecutive_issets
  • combine_consecutive_unsets
  • combine_nested_dirname
  • curly_braces_position
  • declare_parentheses
  • empty_loop_body
  • ereg_to_preg
  • explicit_string_variable
  • get_class_to_class_keyword
  • heredoc_to_nowdoc
  • heredoc_indentation
  • implode_call
  • integer_literal_case
  • lambda_not_used_import
  • linebreak_after_opening_tag
  • list_syntax
  • long_to_shorthand_operator
  • magic_constant_casing
  • magic_method_casing
  • modernize_strpos
  • native_function_type_declaration_casing
  • native_type_declaration_casing
  • no_alternative_syntax
  • no_superfluous_elseif
  • no_superfluous_phpdoc_tags
  • no_trailing_comma_in_singleline
  • no_trailing_comma_in_singleline_function_call
  • no_unneeded_import_alias
  • no_unneeded_braces
  • no_unset_cast
  • no_useless_concat_operator
  • no_useless_else
  • no_useless_sprintf
  • nullable_type_declaration
  • octal_notation

... (truncated)

Changelog

Sourced from facile-it/facile-coding-standard's changelog.

[1.0.0] - 2023-10-30

  • Bumping minimum PHP version required to 7.4
  • Bumping minimum PHP-CS-Fixer version required to 3.4
  • Dynamically replace deprecated rules depending on the PHP-CS-Fixer version in use

New rules

The following rules or groups have been added to the default rule set:

  • @PER-CS2.0 (with @PSR12 as fallback)
  • @PER-CS2.0:risky (with @PSR12:risky as fallback)
  • @DoctrineAnnotation
  • array_push
  • assign_null_coalescing_to_coalesce_equal
  • attribute_empty_parentheses
  • backtick_to_shell_exec
  • class_reference_name_casing
  • combine_consecutive_issets
  • combine_consecutive_unsets
  • combine_nested_dirname
  • curly_braces_position
  • declare_parentheses
  • empty_loop_body
  • ereg_to_preg
  • explicit_string_variable
  • get_class_to_class_keyword
  • heredoc_to_nowdoc
  • heredoc_indentation
  • implode_call
  • integer_literal_case
  • lambda_not_used_import
  • linebreak_after_opening_tag
  • list_syntax
  • long_to_shorthand_operator
  • magic_constant_casing
  • magic_method_casing
  • modernize_strpos
  • native_function_type_declaration_casing
  • native_type_declaration_casing
  • no_alternative_syntax
  • no_superfluous_elseif
  • no_superfluous_phpdoc_tags
  • no_trailing_comma_in_singleline
  • no_trailing_comma_in_singleline_function_call
  • no_unneeded_import_alias
  • no_unneeded_braces
  • no_unset_cast
  • no_useless_concat_operator
  • no_useless_else
  • no_useless_sprintf
  • nullable_type_declaration
  • octal_notation

... (truncated)

Commits
  • 3aff39c Prepare changelog for 1.0
  • 4c99d55 Merge pull request #61 from facile-it/add-introduction-map
  • 2aa9f3c Add note to changelog
  • 72e5a40 Remove unary_operator_spaces from 3.36.0 onward
  • 1a3f906 Add phpdoc_readonly_class_comment_to_keyword to RuleList as too risky
  • eebf37d Cleanup the readme
  • 5a3cf74 Run Psalm on tests too
  • 3dcc83b Enable cache on PHP-CS-Fixer
  • 0680705 Update readme for 1.x
  • ffd9ae4 Merge pull request #58 from facile-it/drop-trailing-commas
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2023
Updates the requirements on [facile-it/facile-coding-standard](https://github.com/facile-it/facile-coding-standard) to permit the latest version.
- [Release notes](https://github.com/facile-it/facile-coding-standard/releases)
- [Changelog](https://github.com/facile-it/facile-coding-standard/blob/1.x/CHANGELOG.md)
- [Commits](facile-it/facile-coding-standard@0.5.3...1.0.0)

---
updated-dependencies:
- dependency-name: facile-it/facile-coding-standard
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/facile-it/facile-coding-standard-1.0.0 branch from 80012ba to 3a69c84 Compare November 10, 2023 18:09
@ilario-pierbattista ilario-pierbattista merged commit 60ff6f7 into master Nov 10, 2023
8 checks passed
@ilario-pierbattista ilario-pierbattista deleted the dependabot/composer/facile-it/facile-coding-standard-1.0.0 branch November 10, 2023 18:30
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.

1 participant