Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ron requirement from 0.7.0 to 0.8.0 #5862

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2022

Updates the requirements on ron to permit the latest version.

Release notes

Sourced from ron's releases.

v0.8.0

Changelog

  • Bump dependencies: bitflags to 1.3, indexmap to 1.9 (#399)
  • Add integer128 feature that guards i128 and u128 (#304, #351)
  • Fix issue #265 with better missing comma error (#353)
  • Fix issue #301 with better error messages (#354)
  • Fix issue #337 by removing decimal_floats PrettyConfig option and unconditional decimals in floats (#363)
  • Fix issue #203 with full de error positioning (#356)
  • Expand the ron::Error enum to distinguish serde errors like NoSuchEnumVariant and MissingStructField with error positioning (#394)
  • Bump MSRV to 1.56.0 (#396)

Full changelog

ron-rs/ron@v0.7.1...v0.8.0

Changelog

Sourced from ron's changelog.

[0.8.0] - 2022-08-17

  • Bump dependencies: bitflags to 1.3, indexmap to 1.9 (#399)
  • Add integer128 feature that guards i128 and u128 (#304, #351)
  • Fix issue #265 with better missing comma error (#353)
  • Fix issue #301 with better error messages (#354)
  • Fix issue #337 by removing decimal_floats PrettyConfig option and unconditional decimals in floats (#363)
  • Fix issue #203 with full de error positioning (#356)
  • Expand the ron::Error enum to distinguish serde errors like NoSuchEnumVariant and MissingStructField with error positioning (#394)
  • Bump MSRV to 1.56.0 (#396)

[0.7.1] - 2022-06-15

  • Add struct_names option to PrettyConfig (#329)
  • Fix newtype variant unwrapping around enum, seq and map (#331)
  • Implement unwrap_newtypes extension during serialization (#333)
  • Implement unwrap_variant_newtypes extension during serialization (#336)
  • Add compact_arrays (#299) and separator options to PrettyConfig (#349)
  • Fix issue #338 value map roundtrip (#341)
  • Fix issue #289 enumerate_arrays comments (#344)
  • Report struct name in expected struct error (#342)
  • Add Options builder to configure the RON serde roundtrip (#343)
  • Fix issue #367 with eager implicit some (#368)
  • Fix issue #359 with DeserializeSeed support (#360)
  • Fix issue #370 with FromStr-equivalent float EBNF and Error::FloatUnderscore (#371)
  • Fix issue #374 extraneous .0 for small floats (#372)
  • Deprecate Serializer::new (#382)

[0.7.0] - 2021-10-22

  • Add unwrap_variant_newtypes extension (#319)
  • Change MSRV to 1.36

[0.6.6] - 2021-10-21

  • Fix serialization of raw identifiers (#323)

[0.6.5] - 2021-09-09

  • support serde renames that start with a digit

[0.6.3] - 2020-12-18

  • bump base64 dependency to 0.13

[0.6.2] - 2020-09-09

  • Added decimal_floats PrettyConfig option, which always includes decimals in floats (1.0 vs 1) (#237)
  • Fixed EBNF grammar for raw strings (#236, unsigned integers (#248), and nested comments (#272)
  • Added ser::to_writer_pretty (#269)
  • Sped up parsing using table predicates (#276)

... (truncated)

Commits
  • 4089034 Merge pull request #399 from torkleyy/cleanup
  • 7a59210 Add #399 to changelog
  • 9d40590 Cleanup before 0.8 release
  • 053bdf8 Merge pull request #398 from MomoLangenstein/v0.8
  • 3722636 Prepare v0.8.0 release
  • 172bdd6 Merge pull request #394 from MomoLangenstein/393-better-serde-errors
  • 021eb4c Added CHANGELOG entry
  • 9890bc7 Removed duplicate of serde::de::Unexpected from ron error API
  • 61d8164 Add tests for non-externally tagged enums
  • 9407e2e Annotate serde struct+enum errors with struct/enum/variant names
  • Additional commits viewable in compare view

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)

Updates the requirements on [ron](https://github.com/ron-rs/ron) to permit the latest version.
- [Release notes](https://github.com/ron-rs/ron/releases)
- [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md)
- [Commits](ron-rs/ron@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: ron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the C-Dependencies A change to the crates that Bevy depends on label Sep 2, 2022
Copy link
Member

@alice-i-cecile alice-i-cecile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change log LGTM.

@mockersf
Copy link
Member

mockersf commented Sep 2, 2022

simple code changes needed

@mockersf mockersf added D-Trivial Nice and easy! A great choice to get started with Bevy S-Adopt-Me The original PR author has no intent to complete this work. Pick me up! labels Sep 2, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2022

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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

@dependabot dependabot bot deleted the dependabot/cargo/ron-0.8.0 branch September 2, 2022 14:03
bors bot pushed a commit that referenced this pull request Sep 2, 2022
# Objective

- Update ron to 0.8.0
- Fix breaking changes
- Closes #5862

## Solution

- Removed now non-existing method call (behavior is now the same without it)
james7132 pushed a commit to james7132/bevy that referenced this pull request Oct 28, 2022
# Objective

- Update ron to 0.8.0
- Fix breaking changes
- Closes bevyengine#5862

## Solution

- Removed now non-existing method call (behavior is now the same without it)
ItsDoot pushed a commit to ItsDoot/bevy that referenced this pull request Feb 1, 2023
# Objective

- Update ron to 0.8.0
- Fix breaking changes
- Closes bevyengine#5862

## Solution

- Removed now non-existing method call (behavior is now the same without it)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Dependencies A change to the crates that Bevy depends on D-Trivial Nice and easy! A great choice to get started with Bevy S-Adopt-Me The original PR author has no intent to complete this work. Pick me up!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants