Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps screeps-game-api from 0.22.0 to 0.23.1.

Changelog

Sourced from screeps-game-api's changelog.

0.23.1 (2025-07-31)

Bugfixes:

  • Fix incorrect return type on Effect::ticks_remaining

Additions:

  • Add StructureObject::structure_type function to return the associated StructureType
  • Implement OBSTACLE_OBJECT_TYPES constant for structures by adding StructureType::is_obstacle function
  • Add LocalRoomTerrain::get_bits function to return the underlying byte array.

0.23.0 (2025-04-09)

Breaking:

  • Replace all ErrorCode returns with new error code enums that include only the possible return values for a given called function, allowing for exhaustive matching when handling errors
  • Change return type of Structure::destroy from i8 to Result<(), ErrorCode>
  • Change inner u8 of RoomCoordinate to private
  • Use f64 instead of u64 to work around bindgen expecting BigInt return values

Additions:

  • Add s7_score_cycle_at_tick seasonal constant function to reflect the reversed score cycle in season 7
  • Add indexing implementations for RoomCoordinate and RoomXY as well as XMajor / YMajor wrapper types to control which indexing approach is used; switch to using these for LocalCostMatrix and LocalRoomTerrain
  • Add RoomOffset type representing a difference between coordinates and associated functions for manipulating RoomCoordinate and RoomXY
Commits
  • 9221cc6 Prep 0.23.1 release (#551)
  • a3eda3c Fix wrong return type on EffectType::ticks_remaining (#550)
  • 2246cc6 Add utility method to get LocalRoomTerrain data (#549)
  • cecd32b Add conversion from StructureObject to StructureType, add StructureType::is_o...
  • baf7fca Prep 0.23.0 release (#547)
  • f15e6a5 (feature) Dedicated action return types (#546)
  • 5f1ea09 Improved RoomCoordinate and RoomXY, new RoomOffset for optimized arithm...
  • d8cc9c8 Add reversed score cycle function for season 7 (#542)
  • e7bd612 Use f64 instead of u64 for places where bindgen is expecting BigInt (#541)
  • 55e6a94 Revert making the inner u8 of RoomCoordinate pub. (#540)
  • 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 [screeps-game-api](https://github.com/rustyscreeps/screeps-game-api) from 0.22.0 to 0.23.1.
- [Changelog](https://github.com/rustyscreeps/screeps-game-api/blob/main/CHANGELOG.md)
- [Commits](rustyscreeps/screeps-game-api@screeps-game-api-0.22.0...screeps-game-api-0.23.1)

---
updated-dependencies:
- dependency-name: screeps-game-api
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 1, 2025
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.

0 participants