Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps vitexsoftware/ease-core from 1.49.0 to 1.50.0.

Release notes

Sourced from vitexsoftware/ease-core's releases.

Release v1.50.0

What's New in v1.50.0

🚀 New Features

  • Euri class: New comprehensive EaseURI handling system
    • Enhanced URI construction with host support
    • Changed scheme to 'ease://' for better compatibility
    • Comprehensive validation and round-trip functionality
    • Replaces legacy Functions URI methods

🛠️ Improvements

  • Logging System: Enhanced robustness and reliability
    • Added fallback for date formatting in console logger
    • Improved error handling and documentation
    • Better type safety and PHPDoc coverage

🔧 Technical Enhancements

  • PHP 8.2 Compatibility: Improved compatibility with latest PHP version
  • Type Declarations: Enhanced type hints and docblocks throughout codebase
  • Testing: Comprehensive test coverage for new Euri functionality
  • Build Pipeline: Updated CI/CD pipeline and dependency management

📦 Dependencies

  • Updated rector/rector to ^2.3
  • Updated friendsofphp/php-cs-fixer to 3.92
  • Updated ergebnis/php-cs-fixer-config to 6.58
  • Updated ergebnis/composer-normalize to 2.48

🐛 Bug Fixes

  • Fixed class redeclaration issues in namespace loading
  • Fixed takeData() PHPDoc annotations
  • Resolved locale test issues when .mo files are missing
  • Fixed shell command syntax in release pipeline

📚 Documentation

  • Expanded README with configuration section
  • Improved overview, testing, and Docker notes
  • Enhanced development workflow documentation

This release represents a significant step forward in the EaseCore library with the introduction of the new Euri system and numerous reliability improvements.

Changelog

Sourced from vitexsoftware/ease-core's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.49.2] - 2025-10-17

Fixed

  • Class Redeclaration Issue: Fixed fatal error in Functions::loadClassesInNamespace() that could cause "Cannot redeclare class" errors when loading classes from multiple paths
  • Duplicate Class Detection: Added class existence check before including files to prevent redeclaration issues
  • Enhanced Namespace Loading: Improved namespace loading mechanism to be more resilient when working with complex class hierarchies
  • PHP 8.2 Compatibility: Fixed User::getName() method to work correctly on PHP 8.2 and avoid uninitialized property access
  • Test Suite Stability: Ensured loadClassesInNamespace() correctly reports already loaded classes
  • Cross-Environment Compatibility: Made loadClassesInNamespace() more robust in different environments (development vs. installed package)
  • Error Handling: Added proper error checking for directory access and regex pattern construction

[1.49.1] - 2025-10-02

Fixed

  • IntlDateFormatter Fatal Error: Resolved "Found unconstructed IntlDateFormatter" crashes in ToConsole logger
  • Exception Handling: Added comprehensive error handling for ValueError and Error exceptions in date formatting
  • Type Safety: Fixed PHPStan level 8 analysis issues with proper type annotations

Added

  • Graceful Fallback: Console logger now automatically falls back to standard PHP date formatting when IntlDateFormatter fails
  • Enhanced Error Handling: Added try-catch blocks around datefmt_create() and datefmt_format() calls
  • Comprehensive Tests: Added unit tests for edge cases including invalid locales, null values, and error scenarios
  • Resource Validation: Added proper error handling for stdout/stderr stream operations

Changed

  • Documentation: Updated PHPDoc comments from Czech to English with detailed method descriptions
  • Class Documentation: Enhanced class-level documentation with comprehensive feature descriptions
  • Property Types: Added proper type hints and annotations for all class properties

Improved

  • Code Quality: Achieved PHPStan level 8 compliance with zero errors
  • Test Coverage: Extended test suite to cover error scenarios and edge cases
  • Reliability: Logger operations are now guaranteed not to crash due to internationalization issues
Commits
  • 3727100 Enhance Euri class: update URI construction to include host and change scheme...
  • 1075684 Tests: fix risky EaseUriTest coverage, UserTest env-dependent setObjectName
  • 3d4b98d Euri: fix URI format, path readability, and round-trip
  • ed2aa64 test class name fix
  • 3248e8e Add Euri class for EaseURI handling and remove legacy Functions URI methods
  • 0bd0b13 changelog: update version to 1.50.0 and add EaseURI functions
  • 9b86d5e build pipeline update
  • 9902ce9 Pipelines update
  • 904c358 Add AppStream metadata
  • 8b74ae3 Merge pull request #30 from VitexSoftware/dependabot/composer/rector/rector-t...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependencies Pull requests that update a dependency file php Pull requests that update php code labels Feb 2, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 2, 2026

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.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps [vitexsoftware/ease-core](https://github.com/VitexSoftware/php-ease-core) from 1.49.0 to 1.50.0.
- [Release notes](https://github.com/VitexSoftware/php-ease-core/releases)
- [Changelog](https://github.com/VitexSoftware/php-ease-core/blob/main/CHANGELOG.md)
- [Commits](VitexSoftware/php-ease-core@1.49.0...v1.50.0)

---
updated-dependencies:
- dependency-name: vitexsoftware/ease-core
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/vitexsoftware/ease-core-1.50.0 branch from c4009fb to 9d78a09 Compare February 3, 2026 20:35
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 php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants