Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 4, 2023

Updates the requirements on hecs to permit the latest version.

Changelog

Sourced from hecs's changelog.

0.10.2

Fixed

  • Entity concatenation when inserts recorded in a CommandBuffer failed
  • Incorrect access mode for Satisfies queries

0.10

Added

  • DynamicBundle::has to check whether a bundle contains a component
  • Archetype::satisfies to check whether an archetype satisfies a query
  • serialize::{row,column}::serialize_satisfying to serialize all entities that satisfy a query

Changed

  • MSRV raised to 1.65
  • hecs::QueryItem replaced with GAT Query::Item

Fixed

  • World::{query_one, query_one_mut} allowed violating a unique borrow.

0.9.1

Fixed

  • Unsound lifetimes in view accessors

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

... (truncated)

Commits

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](https://github.com/Ralith/hecs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 4, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 10, 2023

Superseded by #29.

@dependabot dependabot bot closed this Apr 10, 2023
@dependabot dependabot bot deleted the dependabot/cargo/hecs-0.10.2 branch April 10, 2023 21:06
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