hollodotme / readis

Lightweight web frontend in PHP for reading data, stats and config from multiple redis servers.
Other
38 stars 6 forks source link

Bump tm/tooly-composer-script from 1.2.6 to 1.4.1 #29

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 5 years ago

Bumps tm/tooly-composer-script from 1.2.6 to 1.4.1.

Release notes *Sourced from [tm/tooly-composer-script's releases](https://github.com/tommy-muehle/tooly-composer-script/releases).* > ## 1.4.1 > [FIXED] [#18](https://github-redirect.dependabot.com/tommy-muehle/tooly-composer-script/issues/18) Fix checksum > > ## 1.4.0 > [ADDED] [#17](https://github-redirect.dependabot.com/tommy-muehle/tooly-composer-script/issues/17) Add possibility to set a fallback url by [@​svenjungnickel](https://github.com/svenjungnickel) > > ## 1.3.0 > [FIXES] [#15](https://github-redirect.dependabot.com/tommy-muehle/tooly-composer-script/issues/15), create a copy instead of a symlink on windows > [ADDED] [#14](https://github-redirect.dependabot.com/tommy-muehle/tooly-composer-script/issues/14), make rename of tool to the given key possible > [ADDED] Checks on windows via AppVeyor > [CHANGED] Update README > [REMOVED] CodeClimate badge and processor
Commits - [`0f2d81f`](https://github.com/tommy-muehle/tooly-composer-script/commit/0f2d81f1051d155702229abf1c8f7a0d8bec75c7) Merge pull request [#18](https://github-redirect.dependabot.com/tommy-muehle/tooly-composer-script/issues/18) from svenjungnickel/fallback-url - [`8d0f4bf`](https://github.com/tommy-muehle/tooly-composer-script/commit/8d0f4bf02ef36109fcb11c38555cd19b49fb33d4) Add fallback url description to README - [`5c0cbca`](https://github.com/tommy-muehle/tooly-composer-script/commit/5c0cbca17c044684b17c9c6a04d1f8b2947286e5) Fix file already exist decision for not accessible url using fall back - [`dbc5778`](https://github.com/tommy-muehle/tooly-composer-script/commit/dbc57789ebe3770b89bc9a721549e776085d9188) Merge pull request [#17](https://github-redirect.dependabot.com/tommy-muehle/tooly-composer-script/issues/17) from svenjungnickel/fallback-url - [`6e258bd`](https://github.com/tommy-muehle/tooly-composer-script/commit/6e258bd906767226a19a897ac52c0e1ec28257b7) Fix download from a fallback url - [`c7aadd3`](https://github.com/tommy-muehle/tooly-composer-script/commit/c7aadd33589cd0c3bcfc154f696726798546e802) Add possibility to set a fallback url - [`efd6809`](https://github.com/tommy-muehle/tooly-composer-script/commit/efd6809a616b41f43d3f68e2b4bf314a8f1f2db8) Update README - [`6e69db1`](https://github.com/tommy-muehle/tooly-composer-script/commit/6e69db1759e0c274e3cabe32abeb0d5b322ed39b) Merge pull request [#14](https://github-redirect.dependabot.com/tommy-muehle/tooly-composer-script/issues/14) from heiglandreas/addRenameFile - [`bafde05`](https://github.com/tommy-muehle/tooly-composer-script/commit/bafde05e2c8869bc72edc750445d594883bed294) Replace code-climate with AppVeyor badge - [`5d6d1d6`](https://github.com/tommy-muehle/tooly-composer-script/commit/5d6d1d6a3c3512d53c4b483df3e9758f41361648) Fix tests - Additional commits viewable in [compare view](https://github.com/tommy-muehle/tooly-composer-script/compare/1.2.6...1.4.1)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

Merging #29 into master will decrease coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #29      +/-   ##
============================================
- Coverage     77.97%   77.84%   -0.13%     
  Complexity      265      265              
============================================
  Files            48       48              
  Lines           772      772              
============================================
- Hits            602      601       -1     
- Misses          170      171       +1
Impacted Files Coverage Δ Complexity Δ
src/Infrastructure/Redis/RedisWrapper.php 95.65% <0%> (-4.35%) 7% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 146a15b...3a814e6. Read the comment docs.

hollodotme commented 3 years ago

Not needed anymore, tooly was removed.

dependabot-preview[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.