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

fix(deps): update dependency nette/utils to v4.0.5 #40

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nette/utils (source) 4.0.1 -> 4.0.5 age adoption passing confidence

Release Notes

nette/utils (nette/utils)

v4.0.5: Released version 4.0.5

Compare Source

  • 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: Released version 4.0.4

Compare Source

  • added Iterables
  • added Arrays::firstKey(), lastKey()
  • added Arrays::filter()
  • Arrays::first() & last(): added parameter $else
  • Arrays::first() & last(): added parameter $predicate #​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)

v4.0.3: Released version 4.0.3

Compare Source

  • added ImageColor, replaces Image::rgb()
  • added Image::rectangleWH(), filledRectangleWH(), calculateTextBox()
  • Type: fixed resolving of 'static' nette/di#295

v4.0.2: Released version 4.0.2

Compare Source

  • Strings::length() uses mbstring, iconv and then utf8_decode #​299
  • Finder: getType() replaced with isDir() / isFile()
  • StaticClass: constructor is private nette/di#292
  • Arrays: add generic type declaration for some(), every() and map() (#​298)
  • FileSystem: can be used as instance

Configuration

📅 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the A-dependencies Pull requests that update a dependency label Sep 19, 2023
@renovate renovate bot force-pushed the renovate/nette-utils-4.x-lockfile branch from 8988e2b to 8b9fbca Compare October 29, 2023 21:11
@renovate renovate bot changed the title fix(deps): update dependency nette/utils to v4.0.2 fix(deps): update dependency nette/utils to v4.0.3 Oct 29, 2023
@renovate renovate bot changed the title fix(deps): update dependency nette/utils to v4.0.3 fix(deps): update dependency nette/utils to v4.0.4 Jan 17, 2024
Copy link
Contributor Author

renovate bot commented Jan 17, 2024

⚠ Artifact update problem

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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
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 renovate bot changed the title fix(deps): update dependency nette/utils to v4.0.4 fix(deps): update dependency nette/utils to v4.0.5 Aug 7, 2024
Copy link
Contributor Author

renovate bot commented Aug 7, 2024

⚠️ Artifact update problem

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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
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.


@renovate renovate bot changed the title fix(deps): update dependency nette/utils to v4.0.5 fix(deps): update dependency nette/utils to v4.0.5 - autoclosed Nov 1, 2024
@renovate renovate bot closed this Nov 1, 2024
@renovate renovate bot deleted the renovate/nette-utils-4.x-lockfile branch November 1, 2024 17:18
@renovate renovate bot restored the renovate/nette-utils-4.x-lockfile branch November 1, 2024 18:54
@renovate renovate bot changed the title fix(deps): update dependency nette/utils to v4.0.5 - autoclosed fix(deps): update dependency nette/utils to v4.0.5 Nov 1, 2024
@renovate renovate bot reopened this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Pull requests that update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants