browscap / browscap-site

Website for the Browser Capabilities Project
http://browscap.org/
2 stars 2 forks source link

Bump laminas/laminas-servicemanager from 3.6.4 to 3.8.0 #164

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps laminas/laminas-servicemanager from 3.6.4 to 3.8.0.

Release notes

Sourced from laminas/laminas-servicemanager's releases.

3.8.0 - 2021-09-14


Release Notes for 3.8.0

Feature release (minor)

3.8.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3

Enhancement

Documentation,Enhancement

3.7.0

Release Notes for 3.7.0

Feature release (minor)

Major performance improvements

This release brings in major performance improvements for the Laminas\ServiceManager\ServiceManager#has() API, which is both used internally and externally, and at the core of many laminas/* components.

The rough improvements range between 30% and 80% depending on the state of initialization of your ServiceManager instance.

❯ ./vendor/bin/phpbench run --ref=before_93
PHPBench (1.0.4) running benchmarks...
with configuration file: /home/ocramius/Documents/laminas/laminas-servicemanager/phpbench.json
with PHP version 8.0.8, xdebug ❌, opcache ✔
comparing [actual vs. before_93]

\LaminasBench\ServiceManager\HasNewServicesBench

benchHasFactory1........................R1 I7 - [Mo0.203μs vs. Mo0.925μs] -78.09% (±2.08%)
benchHasInvokable1......................R9 I9 - [Mo0.277μs vs. Mo1.068μs] -74.10% (±2.14%)

</tr></table>

... (truncated)

Changelog

Sourced from laminas/laminas-servicemanager's changelog.

3.8.0 - 2021-09-14


Release Notes for 3.8.0

Feature release (minor)

3.8.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3

Enhancement

Documentation,Enhancement

3.6.5 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.
Commits
  • 499a6ea 3.8.0 readiness
  • b16c751 Merge pull request #103 from weierophinney/feature/php-8.1-support
  • fc07ea3 qa: resolve errors flagged by Psalm after move to PHP 7.4 minimum
  • a291648 feat: bump minimum supported PHP version
  • 55dca8d qa: exclude PHP 8.1 shims from psalm checks
  • 8790173 qa: omit test shims from CS checks
  • f393f89 qa: mark PHP 8.1 shims as internal, and add todo to remove them
  • 2cac3a9 fix: allow testing against PHP 8.1
  • 438df92 qa: bump vfsstream to 1.6.10alpha series
  • e94c9bc qa: update baseline file
  • 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 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 3 years ago

Superseded by #169.