darrenjacoby / intervention

WordPress plugin to configure wp-admin and application state using a single config file.
MIT License
639 stars 51 forks source link

Update illuminate/collections requirement from ^8.51 to ^9.45 #126

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on illuminate/collections to permit the latest version.

Commits
  • 7a8afa0 Merge pull request #44772 from mad-briller/flat-map-generics
  • f2e0d48 Adjusts Enumerable::reject argument type
  • 10dd21c [9.x] Fix (widen) PHPDoc parameter typehint for EnumeratesValues::reject() ...
  • dd78f94 fix (#45079)
  • 2a65181 Optimize Collection::containsStrict (#44970)
  • 1729899 Fix Collection::combine return docblock
  • 3966fc7 Added generic typing to flatMap method.
  • 9d98bed Fix argument name of Enumerable::countBy. (#44775)
  • 32e3cd0 [9.x] Traversable should have priority over JsonSerializable in EnumerateValu...
  • a533ba3 operator <=> (#44154)
  • Additional commits viewable in compare view


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 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[bot] commented 1 year ago

Superseded by #127.