AirHelp / filler

0 stars 1 forks source link

Bump github.com/magiconair/properties from 1.8.0 to 1.8.1 #12

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/magiconair/properties from 1.8.0 to 1.8.1.

Changelog *Sourced from [github.com/magiconair/properties's changelog](https://github.com/magiconair/properties/blob/master/CHANGELOG.md).* > ### [1.8.1](https://github.com/magiconair/properties/tree/v1.8.1) - 10 May 2019 > > * [PR [#26](https://github-redirect.dependabot.com/magiconair/properties/issues/26)](https://github-redirect.dependabot.com/magiconair/properties/pull/35): Close body always after request > > This patch ensures that in `LoadURL` the response body is always closed. > > Thanks to [@​liubog2008](https://github.com/liubog2008) for the patch. > > ### [1.8](https://github.com/magiconair/properties/tree/v1.8) - 15 May 2018 > > * [PR [#26](https://github-redirect.dependabot.com/magiconair/properties/issues/26)](https://github-redirect.dependabot.com/magiconair/properties/pull/26): Disable expansion during loading > > This adds the option to disable property expansion during loading. > > Thanks to [@​kmala](https://github.com/kmala) for the patch. > > ### [1.7.6](https://github.com/magiconair/properties/tree/v1.7.6) - 14 Feb 2018 > > * [PR [#29](https://github-redirect.dependabot.com/magiconair/properties/issues/29)](https://github-redirect.dependabot.com/magiconair/properties/pull/29): Reworked expansion logic to handle more complex cases. > > See PR for an example. > > Thanks to [@​yobert](https://github.com/yobert) for the fix. > > ### [1.7.5](https://github.com/magiconair/properties/tree/v1.7.5) - 13 Feb 2018 > > * [PR [#28](https://github-redirect.dependabot.com/magiconair/properties/issues/28)](https://github-redirect.dependabot.com/magiconair/properties/pull/28): Support duplicate expansions in the same value > > Values which expand the same key multiple times (e.g. `key=${a} ${a}`) will no longer fail > with a `circular reference error`. > > Thanks to [@​yobert](https://github.com/yobert) for the fix. > > ### [1.7.4](https://github.com/magiconair/properties/tree/v1.7.4) - 31 Oct 2017 > > * [Issue [#23](https://github-redirect.dependabot.com/magiconair/properties/issues/23)](https://github-redirect.dependabot.com/magiconair/properties/issues/23): Ignore blank lines with whitespaces > > * [PR [#24](https://github-redirect.dependabot.com/magiconair/properties/issues/24)](https://github-redirect.dependabot.com/magiconair/properties/pull/24): Update keys when DisableExpansion is enabled > > Thanks to [@​mgurov](https://github.com/mgurov) for the fix. > > ### [1.7.3](https://github.com/magiconair/properties/tree/v1.7.3) - 10 Jul 2017 > > * [Issue [#17](https://github-redirect.dependabot.com/magiconair/properties/issues/17)](https://github-redirect.dependabot.com/magiconair/properties/issues/17): Add [SetValue()](http://godoc.org/github.com/magiconair/properties#Properties.SetValue) method to set values generically > * [Issue [#22](https://github-redirect.dependabot.com/magiconair/properties/issues/22)](https://github-redirect.dependabot.com/magiconair/properties/issues/22): Add [LoadMap()](http://godoc.org/github.com/magiconair/properties#LoadMap) function to load properties from a string map > > ### [1.7.2](https://github.com/magiconair/properties/tree/v1.7.2) - 20 Mar 2017 > > * [Issue [#15](https://github-redirect.dependabot.com/magiconair/properties/issues/15)](https://github-redirect.dependabot.com/magiconair/properties/issues/15): Drop gocheck dependency > * [PR [#21](https://github-redirect.dependabot.com/magiconair/properties/issues/21)](https://github-redirect.dependabot.com/magiconair/properties/pull/21): Add [Map()](http://godoc.org/github.com/magiconair/properties#Properties.Map) and [FilterFunc()](http://godoc.org/github.com/magiconair/properties#Properties.FilterFunc) > ... (truncated)
Commits - [`de8848e`](https://github.com/magiconair/properties/commit/de8848e004dd33dc07a2947b3d76f618a7fc7ef1) update CHANGELOG - [`3400abc`](https://github.com/magiconair/properties/commit/3400abc8c68426cbebbb7e09a80ce55d6aa6ac1d) bump go version for ci - [`2be3205`](https://github.com/magiconair/properties/commit/2be320557dbf52d75211966f389d5d9e99c4e74a) Merge pull request [#35](https://github-redirect.dependabot.com/magiconair/properties/issues/35) from liubog2008/fix-leak - [`0dcc3f1`](https://github.com/magiconair/properties/commit/0dcc3f1464b1f2f3dd52aa60759c8cb530e08813) fix(leak): fix leak that body should always be closed after request - [`7757cc9`](https://github.com/magiconair/properties/commit/7757cc9fdb852f7579b24170bcacda2c7471bb6a) add go.mod - [`7c38529`](https://github.com/magiconair/properties/commit/7c38529aac7222391b7a2661365177a97e21b998) nicer godoc link - [`e390fc0`](https://github.com/magiconair/properties/commit/e390fc0f62b47c0d3736529b9355133d2492d46e) again - [`7de7e16`](https://github.com/magiconair/properties/commit/7de7e1606c97542e458a22a1326b26550e8d777a) fix label - [`3f1a070`](https://github.com/magiconair/properties/commit/3f1a07001fa3929ff7d25751edb0f77b6f6d693c) add circleci to readme - [`950b197`](https://github.com/magiconair/properties/commit/950b197a0f14ddbb0a5e8ab3ff382b63b9995fcb) update circleci to go1.11.2 - Additional commits viewable in [compare view](https://github.com/magiconair/properties/compare/v1.8.0...v1.8.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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 3 PRs for your first few update runs. Once an update run creates fewer than 3 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) - 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)