AirHelp / filler

0 stars 1 forks source link

Bump github.com/pelletier/go-toml from 1.2.0 to 1.6.0 #19

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/pelletier/go-toml from 1.2.0 to 1.6.0.

Release notes *Sourced from [github.com/pelletier/go-toml's releases](https://github.com/pelletier/go-toml/releases).* > ## v1.6.0 > ### What's new > - TOML 0.5.0 support is complete! > - Support marshaling arrays [pelletier/go-toml#310](https://github-redirect.dependabot.com/pelletier/go-toml/pull/310) > - Short date and local date, time, datetime support [pelletier/go-toml#298](https://github-redirect.dependabot.com/pelletier/go-toml/pull/298) [pelletier/go-toml#317](https://github-redirect.dependabot.com/pelletier/go-toml/pull/317) [pelletier/go-toml#318](https://github-redirect.dependabot.com/pelletier/go-toml/pull/318) > > ### Fixed Bugs > - Fix key parsing in inline tables [pelletier/go-toml#311](https://github-redirect.dependabot.com/pelletier/go-toml/pull/311) > > All changes: https://github.com/pelletier/go-toml/compare/v1.5.0...v1.6.0 > > ## v1.5.0 > ### What's new > - `jsontoml` tool [pelletier/go-toml#296](https://github-redirect.dependabot.com/pelletier/go-toml/pull/296) > - Allow space to separate date and time [pelletier/go-toml#300](https://github-redirect.dependabot.com/pelletier/go-toml/pull/300) > > ### Fixed Bugs > - Fix decoding of anonymous structs [pelletier/go-toml#279](https://github-redirect.dependabot.com/pelletier/go-toml/issues/279) > - Fix original values being overwritten when unmarshalling [pelletier/go-toml#283](https://github-redirect.dependabot.com/pelletier/go-toml/issues/283) > - Quote non-bare keys when encoding [pelletier/go-toml#290](https://github-redirect.dependabot.com/pelletier/go-toml/issues/290) > - Fix float64 truncation on marshalling [pelletier/go-toml#293](https://github-redirect.dependabot.com/pelletier/go-toml/pull/293) > - Fix `Tree.Marshal()` returning empty bytes without errors [pelletier/go-toml#295](https://github-redirect.dependabot.com/pelletier/go-toml/issues/295) > > All changes: https://github.com/pelletier/go-toml/compare/v1.4.0...v1.5.0 > > ## v1.4.0 > ### What's new > > - [Docker image](https://hub.docker.com/r/pelletier/go-toml) for tools [pelletier/go-toml#269](https://github-redirect.dependabot.com/pelletier/go-toml/pull/269) > - Allow unmarshaling top level maps [pelletier/go-toml#273](https://github-redirect.dependabot.com/pelletier/go-toml/pull/273) > - Unmarshal handles custom key types convertible to string [pelletier/go-toml#276](https://github-redirect.dependabot.com/pelletier/go-toml/pull/276) > > All changes: https://github.com/pelletier/go-toml/compare/v1.3.0...v1.4.0 > > ## v1.3.0 > ### What's new > - Allow to change default tags for Decoder and Encoder [pelletier/go-toml#241](https://github-redirect.dependabot.com/pelletier/go-toml/pull/241) > - Support time.duration [pelletier/go-toml#248](https://github-redirect.dependabot.com/pelletier/go-toml/pull/248) > - Map camelCased keys to fields in structs [pelletier/go-toml#251](https://github-redirect.dependabot.com/pelletier/go-toml/pull/251) > - Allow to marshal pointer to struct and map [pelletier/go-toml#247](https://github-redirect.dependabot.com/pelletier/go-toml/pull/247) > - Support byte order mark [pelletier/go-toml#250](https://github-redirect.dependabot.com/pelletier/go-toml/issues/250) > - Add Delete* functions to Tree [pelletier/go-toml#256](https://github-redirect.dependabot.com/pelletier/go-toml/pull/256) > - Provide "default" tag for unmarshal [pelletier/go-toml#259](https://github-redirect.dependabot.com/pelletier/go-toml/pull/259) > - Go 1.12 support [pelletier/go-toml#261](https://github-redirect.dependabot.com/pelletier/go-toml/pull/261) > - Provide Go mod [pelletier/go-toml#265](https://github-redirect.dependabot.com/pelletier/go-toml/pull/265) > - Option to keep fields ordered when marshaling struct [pelletier/go-toml#266](https://github-redirect.dependabot.com/pelletier/go-toml/pull/266) > > ### Fixed Bugs > - Fix path not found message on Windows [pelletier/go-toml#227](https://github-redirect.dependabot.com/pelletier/go-toml/pull/227) > - Fix panic when type mismatch between toml and struct [pelletier/go-toml#236](https://github-redirect.dependabot.com/pelletier/go-toml/pull/236) > ... (truncated)
Commits - [`903d945`](https://github.com/pelletier/go-toml/commit/903d9455db9ff1d7ac1ab199062eca7266dd11a3) TOML 0.5.0 ([#320](https://github-redirect.dependabot.com/pelletier/go-toml/issues/320)) - [`a89a075`](https://github.com/pelletier/go-toml/commit/a89a075e1be62bea29ccc686b50e85908ad4095e) Test for accidental newlines ([#319](https://github-redirect.dependabot.com/pelletier/go-toml/issues/319)) - [`5e74bb9`](https://github.com/pelletier/go-toml/commit/5e74bb91ea00331f7afb9fc33c84f94bb8113a4a) Local time support ([#318](https://github-redirect.dependabot.com/pelletier/go-toml/issues/318)) - [`3a4d7af`](https://github.com/pelletier/go-toml/commit/3a4d7af89ea2acbac4f78e7073fb0f8e6ee52c46) Local DateTime support ([#317](https://github-redirect.dependabot.com/pelletier/go-toml/issues/317)) - [`8a362ad`](https://github.com/pelletier/go-toml/commit/8a362ad71280cdd8e5a12d766545c9c147a345b1) Short-date support ([#298](https://github-redirect.dependabot.com/pelletier/go-toml/issues/298)) - [`5edf9ac`](https://github.com/pelletier/go-toml/commit/5edf9acd3ea9181a0df1bc87651e5dcf4e158a35) Add testing for encodeMultilineTomlString ([#313](https://github-redirect.dependabot.com/pelletier/go-toml/issues/313)) - [`e95df67`](https://github.com/pelletier/go-toml/commit/e95df67ba3a779a1802c073f410c99153577c598) Delete token.Int() ([#312](https://github-redirect.dependabot.com/pelletier/go-toml/issues/312)) - [`bef0f57`](https://github.com/pelletier/go-toml/commit/bef0f5796797a12cc4f107faa0ba993ec0ddee3d) Fix key parsing in line tables ([#311](https://github-redirect.dependabot.com/pelletier/go-toml/issues/311)) - [`e87c92d`](https://github.com/pelletier/go-toml/commit/e87c92d4f423f333363e6d45b03f65ff8becd029) Marshal arrays ([#310](https://github-redirect.dependabot.com/pelletier/go-toml/issues/310)) - [`8fe6205`](https://github.com/pelletier/go-toml/commit/8fe62057ea2d46ce44254c98e84e810044dbe197) Bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 ([#309](https://github-redirect.dependabot.com/pelletier/go-toml/issues/309)) - Additional commits viewable in [compare view](https://github.com/pelletier/go-toml/compare/v1.2.0...v1.6.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.


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)