UnicornGlobal / vault

Secure Document Storage
MIT License
2 stars 2 forks source link

Bump vlucas/phpdotenv from 3.4.0 to 3.5.0 #9

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps vlucas/phpdotenv from 3.4.0 to 3.5.0.

Release notes *Sourced from [vlucas/phpdotenv's releases](https://github.com/vlucas/phpdotenv/releases).* > ## V3.5.0 (27/08/2019) > We announce the immediate availability V3.5.0. > > ### New Features > > * Support for validation of optional variables ([#367](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/367)) > * Support for additional quoted escape sequences such as "\n" ([#368](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/368))
Commits - [`95cb0fa`](https://github.com/vlucas/phpdotenv/commit/95cb0fa6c025f7f0db7fc60f81e9fb231eb2d222) Merge pull request [#368](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/368) from vlucas/escape - [`92ba1f6`](https://github.com/vlucas/phpdotenv/commit/92ba1f6e3a37b6af52dd03a7b90560c662af6d50) Added more parser escape sequence tests - [`8e75dad`](https://github.com/vlucas/phpdotenv/commit/8e75dadbb892631f7a5cb47fc6b7c9d5ca8667fc) Support the other usual sequences - [`2dc1cba`](https://github.com/vlucas/phpdotenv/commit/2dc1cbae069315c00301db23e92dab05a1933979) Fix for \n newline handling - [`040e8a1`](https://github.com/vlucas/phpdotenv/commit/040e8a1bd755de86d6578e56a3471781d4eb4f7a) Add failing test for \n newline handling - [`d320ce5`](https://github.com/vlucas/phpdotenv/commit/d320ce5b11348502ddf8561ecb93f1e85a1ea691) Bumped branch alias - [`9805490`](https://github.com/vlucas/phpdotenv/commit/9805490e55aad68082cf6a022436651018a05f2b) Merge pull request [#367](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/367) from vlucas/validator - [`3b2f561`](https://github.com/vlucas/phpdotenv/commit/3b2f56150450b491fdbebb9f366c4b5d375ef5bf) Implemented ifPresent validation - [`9092874`](https://github.com/vlucas/phpdotenv/commit/909287496de1f18e3bc283f10c558cc752c9a231) Test on PHP 7.4 ([#366](https://github-redirect.dependabot.com/vlucas/phpdotenv/issues/366)) - [`4b94724`](https://github.com/vlucas/phpdotenv/commit/4b94724b2b01773ea0979ef1fddb10d118ee2d70) Refactored validator tests - Additional commits viewable in [compare view](https://github.com/vlucas/phpdotenv/compare/v3.4.0...v3.5.0)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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) - 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 #9 into dev will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev       #9   +/-   ##
=======================================
  Coverage   38.46%   38.46%           
=======================================
  Files          22       22           
  Lines         247      247           
=======================================
  Hits           95       95           
  Misses        152      152

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 731a0ba...43f8863. Read the comment docs.