WildPHP / irc-bot

A simple and modular PHP IRC bot
MIT License
84 stars 24 forks source link

Bump php-di/php-di from 6.0.9 to 6.0.10 #126

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps php-di/php-di from 6.0.9 to 6.0.10.

Release notes *Sourced from [php-di/php-di's releases](https://github.com/PHP-DI/PHP-DI/releases).* > ## 6.0.10 > Another attempt at fixing [#605](https://github-redirect.dependabot.com/PHP-DI/PHP-DI/issues/605), via [#686](https://github-redirect.dependabot.com/PHP-DI/PHP-DI/issues/686). This fixes some bugs with platforms like Heroku. > > In previous versions, some random strings were used in the CompiledContainer which caused each regeneration/compilation of the container to have a different result, while no change in the configuration were made. The CompiledContainer has now been made idempotent: "a specific PHP-DI configuration X always results in CompiledContainer Y".
Commits - [`a6c813b`](https://github.com/PHP-DI/PHP-DI/commit/a6c813bf6b0d0bdeade3ac5a920e2c2a5b1a6ce3) Merge pull request [#686](https://github-redirect.dependabot.com/PHP-DI/PHP-DI/issues/686) from diesse/diesse-almost-idempotent-compiled-container - [`571055d`](https://github.com/PHP-DI/PHP-DI/commit/571055d6ad01167fbff2edd3fe9ed94b07c9ee41) Fix CS - [`481a23f`](https://github.com/PHP-DI/PHP-DI/commit/481a23f7abf140a11cc66509b702330b50ac0d62) Add description for Compiler 'counter' fields - [`e1123b8`](https://github.com/PHP-DI/PHP-DI/commit/e1123b8180ed01f89997d766d5d0aa89b7084821) Add links for enterprise support via Tidelift - [`5715da8`](https://github.com/PHP-DI/PHP-DI/commit/5715da8fca85b9444bbce51246b8d7fdfc7fccfa) Update FUNDING.yml - [`e4d09c5`](https://github.com/PHP-DI/PHP-DI/commit/e4d09c54372c8d5ea99d3f1b5efb33fe99ae3528) Merge pull request [#690](https://github-redirect.dependabot.com/PHP-DI/PHP-DI/issues/690) from drealecs/patch-2 - [`58d978e`](https://github.com/PHP-DI/PHP-DI/commit/58d978e6c3231150679b77bbe5885e59d19719f1) fix PhpStorm metadata for container get according to new format - [`93de585`](https://github.com/PHP-DI/PHP-DI/commit/93de585d321047271d36e79c47ceccabbf697d69) Fix CS - [`7d0f6e7`](https://github.com/PHP-DI/PHP-DI/commit/7d0f6e76b45bd6db85bb8e0bfce7472359397904) Fix typo - [`3488c2d`](https://github.com/PHP-DI/PHP-DI/commit/3488c2d9ae4fd0a773a7d6a908bf49454257e20d) Make compiled container (almost) idempotent - Additional commits viewable in [compare view](https://github.com/PHP-DI/PHP-DI/compare/6.0.9...6.0.10)


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)