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

chore(deps): bump kdl from 4.7.1 to 6.1.0 #105

Merged
merged 2 commits into from
Dec 23, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps kdl from 4.7.1 to 6.1.0.

Release notes

Sourced from kdl's releases.

v6.1.0

This release is mostly to make docs.rs show the various feature flags in the docs, but I also went ahead and exposed all the ensure_v2 functions, since they didn't really need to be behind a feature flag, even if they're not that useful outside of v1 support.

Features

  • api: unflagged ensure_v2 fns, and docsrs improvements (99dec9fa)

v6.0.0

This release updates kdl-rs to support the latest KDL 2.0.0 spec.

Additionally, KDL 1.0.0 support has been retained behind v1 and v1-fallback feature flags. This version of kdl-rs is able to convert back and forth between each.

Features

  • compliance: update to latest 2.0 spec (#103) (4734b060)
  • api: update the KdlNode and KdlDocument APIs to be more Vec-like (#101) (683e87a1)
  • v1: add rudimentary, optional, KDL v1 parsing (#104) (6a7248c4)
  • v1: Add utility to auto-translate v1 to v2 (c486cda7)
  • error: Rename KdlParseFailure back to KdlError (12b2fd2f)
  • v1: add v2 -> v1 translation and fix translations to not autoformat (b332eed4)
  • compliance: pull in final extra tests and change VT to newline (3e8b2f44)

Bug Fixes

  • v1: remove v1 from default features (3e5d7a33)
  • clippy: clippy fixes (4cbc3224)
  • autoformat: fix autoformatting of v1 -> v2 (37255b0b)
  • misc: other tiny clippy/fmt issues (ec73cdfa)
  • v1: sigh. forgot to remove v1 from default features again (fef7c58b)
  • clippy: clippy fixes (b097c7e2)
  • fmt: cargo fmt (0c59b29a)

v6.0.0-alpha.3

Features

Refactor

  • parser: refactor number parsing to support generic number types (fb7c92b5)
Changelog

Sourced from kdl's changelog.

6.1.0 (2024-12-22)

This release is mostly to make docs.rs show the various feature flags in the docs, but I also went ahead and exposed all the ensure_v2 functions, since they didn't really need to be behind a feature flag, even if they're not that useful outside of v1 support.

Features

  • api: unflagged ensure_v2 fns, and docsrs improvements (99dec9fa)

6.0.0 (2024-12-22)

This release updates kdl-rs to support the latest KDL 2.0.0 spec.

Additionally, KDL 1.0.0 support has been retained behind v1 and v1-fallback feature flags. This version of kdl-rs is able to convert back and forth between each.

Features

  • compliance: update to latest 2.0 spec (#103) (4734b060)
  • api: update the KdlNode and KdlDocument APIs to be more Vec-like (#101) (683e87a1)
  • v1: add rudimentary, optional, KDL v1 parsing (#104) (6a7248c4)
  • v1: Add utility to auto-translate v1 to v2 (c486cda7)
  • error: Rename KdlParseFailure back to KdlError (12b2fd2f)
  • v1: add v2 -> v1 translation and fix translations to not autoformat (b332eed4)
  • compliance: pull in final extra tests and change VT to newline (3e8b2f44)

Bug Fixes

  • v1: remove v1 from default features (3e5d7a33)
  • clippy: clippy fixes (4cbc3224)
  • autoformat: fix autoformatting of v1 -> v2 (37255b0b)
  • misc: other tiny clippy/fmt issues (ec73cdfa)
  • v1: sigh. forgot to remove v1 from default features again (fef7c58b)
  • clippy: clippy fixes (b097c7e2)
  • fmt: cargo fmt (0c59b29a)

6.0.0-alpha.5 (2024-12-16)

This version can now parse the "final" draft of 2.0.0, which is not quite released, but should represent what the final version will look like. Still, there might be last-minute changes based on major issues discovered in the next few days.

Features

  • fmt: Configurable autoformat with FormatConfig (#95) (014c7c57)
  • errors: error collection/recovery and reporting improvements (#94) (f31750a0)

... (truncated)

Commits
  • 4fee6b8 chore: Release kdl version 6.1.0
  • 9aaebe7 docs: update changelog
  • 99dec9f feat(api): unflagged ensure_v2 fns, and docsrs improvements
  • 5aa81f8 chore: Release kdl version 6.0.0
  • 38ae41c docs: update readme and changelog
  • 0c59b29 fix(fmt): cargo fmt
  • b097c7e fix(clippy): clippy fixes
  • fef7c58 fix(v1): sigh. forgot to remove v1 from default features again
  • 3e8b2f4 feat(compliance): pull in final extra tests and change VT to newline
  • b332eed feat(v1): add v2 -> v1 translation and fix translations to not autoformat
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [kdl](https://github.com/kdl-org/kdl-rs) from 4.7.1 to 6.1.0.
- [Release notes](https://github.com/kdl-org/kdl-rs/releases)
- [Changelog](https://github.com/kdl-org/kdl-rs/blob/main/CHANGELOG.md)
- [Commits](kdl-org/kdl-rs@v4.7.1...v6.1.0)

---
updated-dependencies:
- dependency-name: kdl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 23, 2024
@dj95 dj95 merged commit a96c17b into main Dec 23, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/kdl-6.1.0 branch December 23, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant