Skip to content

Bump nette/utils from 4.0.3 to 4.0.8#226

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/nette/utils-4.0.8
Open

Bump nette/utils from 4.0.3 to 4.0.8#226
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/nette/utils-4.0.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2025

Bumps nette/utils from 4.0.3 to 4.0.8.

Release notes

Sourced from nette/utils's releases.

Released version 4.0.8

  • support for PHP 8.5
  • Strings::trim() trims Line Separator and Ideographic Space (#326)
  • DateTime: fixed parsing 'ago' modifier #327
  • DateTime::relativeToSeconds() checks for error
  • optimized global function calls

Released version 4.0.7

  • DateTime: constructor and modify() correctly handle the relative time even if the daylight saving time is changed
  • DateTime: added static method relativeToSeconds() for converting relative time string to seconds
  • DateTime: triggers a warning when time overflow occurs

Released version 4.0.6

  • Image: catches all errors during saving
  • added Helpers::IsWindows
  • added ShouldNotHappenException
  • added FileSystem::resolvePath() #308
  • tests: improved descriptions
  • exception: use natural explanatory style

Released version 4.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

Released version 4.0.4

  • 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)
Commits
  • c930ca4 support for PHP 8.5
  • 5212c62 typos
  • cb0795b output buffering handlers return string
  • 2b4c9ad Strings::trim() trims Line Separator and Ideographic Space (#326)
  • ba0db95 DateTime: refactoring
  • e8f4560 DateTime: fixed parsing 'ago' modifier [Closes #327]
  • aa62311 DateTime::relativeToSeconds() checks for error
  • c712d7c Reflection::getParameterDefaultValue() is not deprecated
  • f120980 optimized global function calls
  • a5fe153 composer: added psr-4 loader
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [nette/utils](https://github.com/nette/utils) from 4.0.3 to 4.0.8.
- [Release notes](https://github.com/nette/utils/releases)
- [Commits](nette/utils@v4.0.3...v4.0.8)

---
updated-dependencies:
- dependency-name: nette/utils
  dependency-version: 4.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 7, 2025
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

Development

Successfully merging this pull request may close these issues.

0 participants