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

chore(deps): update dependency wayofdev/cs-fixer-config to v1.5.3 #358

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wayofdev/cs-fixer-config (source) 1.2.60 -> 1.5.3 age adoption passing confidence

Release Notes

wayofdev/php-cs-fixer-config (wayofdev/cs-fixer-config)

v1.5.3

Compare Source

Dependencies
  • deps: update codecov/codecov-action action to v4.5.0 (b202d7c)
  • deps: update dependency phpstan/phpstan to v1.11.5 (e58b071)

v1.5.2

Compare Source

Bug Fixes
Documentation
  • update contributing guidelines (4df01c4)
Dependencies
  • deps: update actions/checkout action to v4.1.7 (67b4f99)
  • deps: update dependency pestphp/pest to v2.34.8 (94713ef)
  • deps: update googleapis/release-please-action action to v4.1.3 (4122af4)
  • deps: update wayofdev/gh-actions action to v3.1.1 (05cffaf)

v1.5.1

Compare Source

Bug Fixes
  • deps: update dependency friendsofphp/php-cs-fixer to v3.58.1 (ea2ca46)
Documentation
  • add contributing guidelines (fc9d047)
Dependencies

v1.5.0

Compare Source

Features
Bug Fixes
  • deps: update dependency friendsofphp/php-cs-fixer to v3.57.2 (6aa22f6)
Dependencies

v1.4.5

Compare Source

Bug Fixes
  • prefix all functions with back-slash (cf83942)

v1.4.4

Compare Source

Bug Fixes
  • class_attributes_separation ruleset (d72c48a)

v1.4.3

Compare Source

Bug Fixes
  • class_attributes_separation and no_unused_imports rules (9dac17f)

v1.4.2

Compare Source

Bug Fixes
  • class_attributes_separation ruleset (c79ceb8)

v1.4.1

Compare Source

Bug Fixes
  • do not force multiline doc blocks (d63f17f)
  • PSR-12 space_before_parenthesis (d1f30ec)
  • remove php_doc_align fixer (1921d38)

v1.4.0

Compare Source

Features

v1.3.1

Compare Source

Documentation

v1.3.0

Compare Source

Features
  • attribute_empty_parentheses, phpdoc_line_span class_attributes_separation rules (4bcdc19)
  • config set based on PER-CS2.0 (bbbd5a5)
  • update default set rule sets (05611b2)
Bug Fixes
  • remoe php_unit annotation and snake_case in PER ruleset (c0bb78e)

v1.2.61

Compare Source

Miscellaneous
  • deps: update codecov/codecov-action action to v4 (b7bf9b5)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot enabled auto-merge (rebase) May 18, 2024 15:36
Copy link

coderabbitai bot commented May 18, 2024

Important

Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/wayofdev-cs-fixer-config-1.x-lockfile branch from 855dfaa to 74f28f8 Compare May 23, 2024 13:49
@renovate renovate bot changed the title chore(deps): update dependency wayofdev/cs-fixer-config to v1.3.0 chore(deps): update dependency wayofdev/cs-fixer-config to v1.4.2 May 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency wayofdev/cs-fixer-config to v1.4.2 chore(deps): update dependency wayofdev/cs-fixer-config to v1.4.4 May 23, 2024
@renovate renovate bot force-pushed the renovate/wayofdev-cs-fixer-config-1.x-lockfile branch 2 times, most recently from 2c1d2b5 to a42e588 Compare May 28, 2024 14:47
@renovate renovate bot changed the title chore(deps): update dependency wayofdev/cs-fixer-config to v1.4.4 chore(deps): update dependency wayofdev/cs-fixer-config to v1.4.5 May 28, 2024
@renovate renovate bot force-pushed the renovate/wayofdev-cs-fixer-config-1.x-lockfile branch from a42e588 to ca85f51 Compare May 29, 2024 10:38
@renovate renovate bot changed the title chore(deps): update dependency wayofdev/cs-fixer-config to v1.4.5 chore(deps): update dependency wayofdev/cs-fixer-config to v1.5.0 May 29, 2024
@renovate renovate bot force-pushed the renovate/wayofdev-cs-fixer-config-1.x-lockfile branch from ca85f51 to 01f34ff Compare June 5, 2024 20:21
@renovate renovate bot changed the title chore(deps): update dependency wayofdev/cs-fixer-config to v1.5.0 chore(deps): update dependency wayofdev/cs-fixer-config to v1.5.1 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/wayofdev-cs-fixer-config-1.x-lockfile branch from 01f34ff to 822b9e1 Compare June 18, 2024 01:48
@renovate renovate bot changed the title chore(deps): update dependency wayofdev/cs-fixer-config to v1.5.1 chore(deps): update dependency wayofdev/cs-fixer-config to v1.5.2 Jun 18, 2024
@renovate renovate bot force-pushed the renovate/wayofdev-cs-fixer-config-1.x-lockfile branch from 822b9e1 to 5f76deb Compare June 18, 2024 11:44
@renovate renovate bot changed the title chore(deps): update dependency wayofdev/cs-fixer-config to v1.5.2 chore(deps): update dependency wayofdev/cs-fixer-config to v1.5.3 Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants