Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 29, 2022

Updates the requirements on hecs to permit the latest version.

Changelog

Sourced from hecs's changelog.

0.9

Changed

  • Updated World::get_unchecked to match 0.8's changes to World::get

0.8.3

Added

  • CommandBuffer::{insert_one, remove_one} convenience methods (thanks tesselode!)

0.8.2

Removed

  • APIs deprecated in 0.7

0.8.1

Fixed

  • Empty archetypes no longer participate in dynamic query borrow-checking

0.8.0

Added

  • World::satisfies and EntityRef::satisfies to check if an entity would match a query

Changed

  • Many generic methods that previously took a Component now instead take either a ComponentRef<'a> or a Query to improve consistency with queries and address a common footgun:
    • World::get, EntityRef::get, and Archetype::get now take shared or unique references to component types.
    • Since World::get_mut and EntityRef::get_mut have been subsumed by their respective get methods, they have been removed.
    • EntityBuilder and EntityBuilderClone's get and get_mut were refactored along the same lines for consistency. However, the get_mut method was not removed for these types since they do not perform dynamic borrow checking.
    • The With/Without query transformers now take a query that entities must/mustn't match rather than a component type. Additionally, the order of their generic arguments was reversed to place the query whose results will be yielded first.
  • SerializeContext traits now take their serializer arguments by value, and must call end() themselves.

0.7.7

Added

  • Entity::DANGLING convenience constant

Fixed

  • Various bad behavior when dangling Entity handles are used
  • Inconsistent component counts in column serialization

... (truncated)

Commits
  • 0dca8c6 Bump version
  • 5b7d8e4 Make current nightly Clippy happy.
  • d788dee Fix unsound lifetimes of the query items returned by the view accessors.
  • f18a82d Add removal of World::get_mut + EntityRef::get_mut to the changelog
  • 31f8b87 Implement into_iter_batched for QueryMut
  • abe4562 Fix tests: rust derive error changed in 1.63
  • 3f53040 Bump version
  • 0235a5f Fix forgotten update to get_unchecked
  • 258355b Bump version
  • d4740a3 Remove dead Result
  • 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 [hecs](https://github.com/Ralith/hecs) to permit the latest version.
- [Release notes](https://github.com/Ralith/hecs/releases)
- [Changelog](https://github.com/Ralith/hecs/blob/master/CHANGELOG.md)
- [Commits](Ralith/hecs@v0.7.6...v0.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 29, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 13, 2023

Superseded by #25.

@dependabot dependabot bot closed this Mar 13, 2023
@dependabot dependabot bot deleted the dependabot/cargo/hecs-0.9.1 branch March 13, 2023 21:28
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant