Open renovate[bot] opened 1 year ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Command failed: composer update nette/utils:4.0.4 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- azjezz/psl is locked to version 2.7.0 and an update of this package was not requested.
- azjezz/psl 2.7.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.3) does not satisfy that requirement.
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Command failed: composer update nette/utils:4.0.5 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- azjezz/psl is locked to version 2.7.0 and an update of this package was not requested.
- azjezz/psl 2.7.0 requires php ~8.1.0 || ~8.2.0 -> your php version (8.3.13) does not satisfy that requirement.
This PR contains the following updates:
4.0.1
->4.0.5
Release Notes
nette/utils (nette/utils)
### [`v4.0.5`](https://redirect.github.com/nette/utils/releases/tag/v4.0.5): Released version 4.0.5 [Compare Source](https://redirect.github.com/nette/utils/compare/v4.0.4...v4.0.5) - `Strings::matchAll()`: added option 'lazy' - added `Arrays::mapWithKeys()` & `Iterables::mapWithKeys()` - added `Iterables::memoize()` & `toIterator()` - Image: GD extension detection added - support for PHP 8.4 ### [`v4.0.4`](https://redirect.github.com/nette/utils/releases/tag/v4.0.4): Released version 4.0.4 [Compare Source](https://redirect.github.com/nette/utils/compare/v4.0.3...v4.0.4) - added `Iterables` - added `Arrays::firstKey()`, `lastKey()` - added `Arrays::filter()` - `Arrays::first()` & `last()`: added parameter $else - `Arrays::first()` & `last()`: added parameter $predicate [#305](https://redirect.github.com/nette/utils/issues/305) - added `Image::getSupportedTypes()` - Arrays: improved phpDoc - utilizes Random\Randomizer in PHP 8.3 - StaticClass: fixed compatibility with PHP 8.3.2 - `Strings::trim()` trims unicode spaces and ZWSP ([#304](https://redirect.github.com/nette/utils/issues/304)) ### [`v4.0.3`](https://redirect.github.com/nette/utils/releases/tag/v4.0.3): Released version 4.0.3 [Compare Source](https://redirect.github.com/nette/utils/compare/v4.0.2...v4.0.3) - added ImageColor, replaces `Image::rgb()` - added `Image::rectangleWH()`, `filledRectangleWH()`, `calculateTextBox()` - Type: fixed resolving of 'static' [nette/di#295](https://redirect.github.com/nette/di/issues/295) ### [`v4.0.2`](https://redirect.github.com/nette/utils/releases/tag/v4.0.2): Released version 4.0.2 [Compare Source](https://redirect.github.com/nette/utils/compare/v4.0.1...v4.0.2) - `Strings::length()` uses mbstring, iconv and then utf8\_decode [#299](https://redirect.github.com/nette/utils/issues/299) - Finder: `getType()` replaced with `isDir()` / `isFile()` - StaticClass: constructor is private [nette/di#292](https://redirect.github.com/nette/di/issues/292) - Arrays: add generic type declaration for `some()`, `every()` and `map()` ([#298](https://redirect.github.com/nette/utils/issues/298)) - FileSystem: can be used as instanceConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.