Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2025

Bumps screeps-game-api from 0.22.0 to 0.23.0.

Changelog

Sourced from screeps-game-api's changelog.

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
  • 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)
  • c1cd49d Fix return type of Structure::destroy (#539)
  • f34e08d Update readme to remove outdated portions (#537)
  • 0bd65d3 Fix build status badge (#536)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [screeps-game-api](https://github.com/rustyscreeps/screeps-game-api) from 0.22.0 to 0.23.0.
- [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.0)

---
updated-dependencies:
- dependency-name: screeps-game-api
  dependency-version: 0.23.0
  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 Apr 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

Superseded by #192.

@dependabot dependabot bot closed this Aug 1, 2025
@dependabot dependabot bot deleted the dependabot/cargo/screeps-game-api-0.23.0 branch August 1, 2025 08:26
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