veriform icon indicating copy to clipboard operation
veriform copied to clipboard

build(deps): bump darling from 0.12.2 to 0.14.2

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps darling from 0.12.2 to 0.14.2.

Release notes

Sourced from darling's releases.

v0.14.2

  • Derived impls of FromMeta will now error on literals, rather than silently ignoring them. #193
  • Don't include property paths in compile errors when spans are available. #203

v0.14.1

  • Fix a bug where using a trait that accepts #[darling(attributes(...))] without specifying any attributes would emit code that did not compile. #183
  • Impl Clone for darling::Error #184
  • Impl Fromdarling::Error for syn::Error #184
  • Add Error::span and Error::explicit_span methods #184

v0.14.0

  • BREAKING CHANGE: Remove many trait impls from util::Flag. This type had a number of deref and operator impls that made it usable as sort-of-a-boolean. Real-world usage showed this type is more useful if it's able to carry a span for good errors, and that most of those impls were unnecessary. #179
  • Remove need for #[darling(default)] on Option<T> and Flag fields #161
  • Improve validation of enum shapes #178
  • Bump proc-macro2 dependency to 1.0.37 #180
  • Bump quote dependency to 1.0.18 #180
  • Bump syn dependency to 1.0.91 #180

v0.13.4

  • Impl FromMeta for syn::Visibility #173

v0.13.3

  • Add error::Accumulator #164
  • Impl FromMeta for syn::Type and its newtype variants #172

v0.13.2

  • Impl FromMeta for syn::ExprPath #170

v0.13.1

  • Add FromAttributes trait and macro #151

New Contributors

v0.13.0

  • Bump edition to 2018
  • Error on duplicate fields in #[darling(...)] attributes #130
  • Impl Copy for SpannedValue
  • Add SpannedValue::map_ref

v0.12.4

  • Add #[darling(and_then = "...")] as an alternative to #[darling(map = "...")]

v0.12.3

  • Fix FromMeta impl for char #126
Changelog

Sourced from darling's changelog.

v0.14.2 (October 26, 2022)

  • Derived impls of FromMeta will now error on literals, rather than silently ignoring them. #193
  • Don't include property paths in compile errors when spans are available. #203

v0.14.1 (April 28, 2022)

  • Fix a bug where using a trait that accepts #[darling(attributes(...))] without specifying any attributes would emit code that did not compile. #183
  • Impl Clone for darling::Error #184
  • Impl From<darling::Error> for syn::Error #184
  • Add Error::span and Error::explicit_span methods #184

v0.14.0 (April 13, 2022)

  • BREAKING CHANGE: Remove many trait impls from util::Flag. This type had a number of deref and operator impls that made it usable as sort-of-a-boolean. Real-world usage showed this type is more useful if it's able to carry a span for good errors, and that most of those impls were unnecessary. #179
  • Remove need for #[darling(default)] on Option<T> and Flag fields #161
  • Improve validation of enum shapes #178
  • Bump proc-macro2 dependency to 1.0.37 #180
  • Bump quote dependency to 1.0.18 #180
  • Bump syn dependency to 1.0.91 #180

v0.13.4 (April 6, 2022)

  • Impl FromMeta for syn::Visibility #173

v0.13.3 (April 5, 2022)

  • Add error::Accumulator for dealing with multiple errors #164
  • Impl FromMeta for syn::Type and its variants #172

v0.13.2 (March 30, 2022)

  • Impl FromMeta for syn::ExprPath #169

v0.13.1 (December 7, 2021)

  • Add FromAttributes trait and macro #151

v0.13.0 (May 20, 2021)

  • Update darling to 2018 edition #129
  • Error on duplicate fields in #[darling(...)] attributes #130
  • Impl Copy for SpannedValue<T: Copy>
  • Add SpannedValue::map_ref

v0.13.0-beta (April 20, 2021)

... (truncated)

Commits
  • 2186347 Bump version to 0.14.2
  • 6ba9735 Only include error locations when necessary
  • f77e999 Update docs
  • ab279f5 Fix clippy violation
  • 2dd15cd Fix clippy violations in integration test
  • 9e4ad34 Add #193 to changelog
  • 161587a Emit Error when parsing FromMeta containing NestedMeta::Lit (#193)
  • fad4cb7 Do not panic in Accumulator::drop() if we are already panicking
  • b71b23e Fix clippy violation
  • ccdcd5b Bump version to 0.14.1
  • Additional commits viewable in compare view

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[bot] avatar Oct 27 '22 13:10 dependabot[bot]