Skip to content

Release 1.1.0#68

Merged
candemiralp merged 4 commits intomainfrom
develop
Jun 24, 2025
Merged

Release 1.1.0#68
candemiralp merged 4 commits intomainfrom
develop

Conversation

candemiralp and others added 3 commits June 13, 2025 09:09
* Replace the SonarCloud integration action

* Adjust workflow permissions
)

Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version.
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.8.0...3.13.1)

---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
  dependency-version: 3.13.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Can Demiralp <can.demiralp@adyen.com>
* Add renovate.json

* Adjust Renovate configuration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Can Demiralp <can.demiralp@adyen.com>
@candemiralp candemiralp requested a review from a team as a code owner June 13, 2025 08:16
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @candemiralp, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request prepares for the 1.1.0 release by incorporating changes linked in the description and updating development dependencies. A significant addition is the introduction of Renovatebot configuration to automate future dependency management, streamlining the process of keeping project dependencies up-to-date.

Highlights

  • Dependency Update: Updated the development dependency squizlabs/php_codesniffer from version ~3.8.0 to ~3.13.1 in composer.json.
  • Automated Dependency Management Setup: Added a new configuration file renovate.json to set up Renovatebot for automated dependency updates. The configuration is set to run on the develop branch, with a minimum release age of 21 days, and is configured to only create PRs for minor and patch updates by default.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configureGemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces two main changes:

  1. Dependency Update (composer.json): The squizlabs/php_codesniffer development dependency has been updated from version ~3.8.0 to ~3.13.1. This update is beneficial as it brings newer features, bug fixes, and potentially improved PHP compatibility for the code linting and styling tool.

  2. Renovate Configuration (renovate.json): A new renovate.json file has been added to configure Renovate Bot for automated dependency management. The configuration appears well-thought-out and adheres to common best practices:

    • It targets the develop branch for updates.
    • A minimumReleaseAge of "21 days" is set, which helps in avoiding immediate adoption of potentially unstable new releases.
    • Pull requests generated by Renovate will be limited to 5 concurrently and labeled with "dependencies".
    • Package rules are defined to automatically propose minor and patch updates.
    • Crucially, major updates (and other types like pin, lockFileMaintenance) are explicitly disabled from automatic pull request creation, requiring manual attention for potentially breaking changes.
    • The Renovate Dependency Dashboard is disabled, which is a common preference to reduce issue tracker noise.

Overall, these changes enhance the project's maintainability. The php_codesniffer update keeps development tooling current, and the introduction of Renovate with this configuration will help in keeping dependencies up-to-date in a controlled manner.

I have reviewed the changes thoroughly and do not find any issues of medium, high, or critical severity.

…TRACT event (#65)

* [ECP-9704] Implement new event processors

* [ECP-9704] Fix PHPCS
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@candemiralp candemiralp merged commit 927a25a into main Jun 24, 2025
16 of 17 checks passed
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.

3 participants