Skip to content

Bump dependencies #203

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

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

Conversation

andrewnicols
Copy link
Contributor

Replaced #179

Copy link

codecov bot commented Jul 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.21%. Comparing base (05f1823) to head (96399a4).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #203   +/-   ##
=========================================
  Coverage     98.21%   98.21%           
  Complexity      954      954           
=========================================
  Files            40       40           
  Lines          2962     2962           
=========================================
  Hits           2909     2909           
  Misses           53       53           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andrewnicols andrewnicols requested a review from Copilot July 9, 2025 01:22
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates several PHP_CodeSniffer-related dependencies to their latest versions.

  • Bump dealerdirect/phpcodesniffer-composer-installer, squizlabs/php_codesniffer, phpcsstandards/phpcsextra, and phpcompatibility/php-compatibility references in composer.json
  • Add corresponding entries for bumped dependencies in CHANGELOG.md

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
composer.json Updated version constraints for CodeSniffer packages and commit
CHANGELOG.md Documented dependency bumps under the Unreleased section
Comments suppressed due to low confidence (1)

CHANGELOG.md:10

  • Add an entry for phpcompatibility/php-compatibility bump to keep the changelog in sync with composer.json.
- Bumped dependencies for:

"dealerdirect/phpcodesniffer-composer-installer": "^1.1.1",
"squizlabs/php_codesniffer": "^3.13.2",
"phpcsstandards/phpcsextra": "^1.4.0",
"phpcompatibility/php-compatibility": "dev-develop#5e207bcc"
Copy link
Preview

Copilot AI Jul 9, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider using a stable version constraint (e.g., a tagged release) instead of a dev commit reference for better long-term maintainability.

Suggested change
"phpcompatibility/php-compatibility": "dev-develop#5e207bcc"
"phpcompatibility/php-compatibility": "^9.3.0"

Copilot uses AI. Check for mistakes.

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.

1 participant