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

Bump the actions-deps group across 1 directory with 7 updates #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the actions-deps group with 7 updates in the / directory:

Package From To
bevy 0.14.2 0.15.0
bevy-persistent 0.6.0 0.7.0
bevy_prng 0.7.1 0.8.0
bevy_rand 0.7.1 0.8.0
bevy_ui 0.14.2 0.15.0
serde 1.0.210 1.0.216
bevy_window 0.14.2 0.15.0

Updates bevy from 0.14.2 to 0.15.0

Release notes

Sourced from bevy's releases.

v0.15.0

v0.15.0-rc.3

A full diff of what's in the release candidate can be seen here: bevyengine/bevy@v0.14.2...v0.15.0-rc.3

The list of new fixes from the 0.15.0-rc.2 can be seen here: bevyengine/bevy@v0.15.0-rc.2...v0.15.0-rc.3

v0.15.0-rc.2

A full diff of what's in the release candidate can be seen here: bevyengine/bevy@v0.14.2...v0.15.0-rc.2

The list of new fixes from the 0.15.0-rc.1 can be seen here: bevyengine/bevy@v0.15.0-rc.1...v0.15.0-rc.2

v0.15.0-rc.1

A full diff of what's in the release candidate can be seen here: bevyengine/bevy@v0.14.2...v0.15.0-rc.1

Commits

Updates bevy-persistent from 0.6.0 to 0.7.0

Release notes

Sourced from bevy-persistent's releases.

v0.7.0

New Features

  • Updated to Bevy v0.15
Commits

Updates bevy_prng from 0.7.1 to 0.8.0

Commits
  • 07e52b9 chore: Prepare bevy v0.15 release (#31)
  • 4ce27f1 feat: Use clippy instead of check for better lint enforcement (#29)
  • ee28a64 feat: Observer driven seeding + forking (#26)
  • bf719b7 refactor: Reenable 512 bit variants of Xoshiro with remote reflected Seed512 ...
  • 57806e7 Bump Bevy to 0.15.0-rc.3. (#27)
  • c4769ad feat: Add ForkableInnerSeed trait, observer tests, fixes (#25)
  • db7a4b7 refactor(GlobalRng): Merge seed resource with rng source (#24)
  • abfd069 Merge pull request #23 from Bluefinger/seed-sources
  • 6836efe chore: Update migration notes
  • a58423d chore: Update README
  • Additional commits viewable in compare view

Updates bevy_rand from 0.7.1 to 0.8.0

Commits
  • 07e52b9 chore: Prepare bevy v0.15 release (#31)
  • 4ce27f1 feat: Use clippy instead of check for better lint enforcement (#29)
  • ee28a64 feat: Observer driven seeding + forking (#26)
  • bf719b7 refactor: Reenable 512 bit variants of Xoshiro with remote reflected Seed512 ...
  • 57806e7 Bump Bevy to 0.15.0-rc.3. (#27)
  • c4769ad feat: Add ForkableInnerSeed trait, observer tests, fixes (#25)
  • db7a4b7 refactor(GlobalRng): Merge seed resource with rng source (#24)
  • abfd069 Merge pull request #23 from Bluefinger/seed-sources
  • 6836efe chore: Update migration notes
  • a58423d chore: Update README
  • Additional commits viewable in compare view

Updates bevy_ui from 0.14.2 to 0.15.0

Release notes

Sourced from bevy_ui's releases.

v0.15.0

v0.15.0-rc.3

A full diff of what's in the release candidate can be seen here: bevyengine/bevy@v0.14.2...v0.15.0-rc.3

The list of new fixes from the 0.15.0-rc.2 can be seen here: bevyengine/bevy@v0.15.0-rc.2...v0.15.0-rc.3

v0.15.0-rc.2

A full diff of what's in the release candidate can be seen here: bevyengine/bevy@v0.14.2...v0.15.0-rc.2

The list of new fixes from the 0.15.0-rc.1 can be seen here: bevyengine/bevy@v0.15.0-rc.1...v0.15.0-rc.2

v0.15.0-rc.1

A full diff of what's in the release candidate can be seen here: bevyengine/bevy@v0.14.2...v0.15.0-rc.1

Commits

Updates serde from 1.0.210 to 1.0.216

Release notes

Sourced from serde's releases.

v1.0.216

  • Mark all generated impls with #[automatically_derived] to exclude from code coverage (#2866, #2868, thanks @​tdittr)

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)
Commits
  • ad8dd41 Release 1.0.216
  • f91d2ed Merge pull request #2868 from dtolnay/automaticallyderived
  • 9497463 Mark all generated trait impls as #[automatically_derived]
  • 46e9ecf Merge pull request #2866 from tdittr/mark-visitors-as-generated
  • e9c399c Mark generated impl de::Visitor blocks as #[automatically_derived]
  • b9dbfcb Switch out fnv in favor of foldhash in test
  • c270e27 Use BuildHasher instead of Hasher in collection macros
  • 0307f60 Resolve question_mark clippy lint in build script
  • 8939af4 Release 1.0.215
  • fa5d58c Use ui test syntax that does not interfere with rustfmt
  • Additional commits viewable in compare view

Updates bevy_window from 0.14.2 to 0.15.0

Release notes

Sourced from bevy_window's releases.

v0.15.0

v0.15.0-rc.3

A full diff of what's in the release candidate can be seen here: bevyengine/bevy@v0.14.2...v0.15.0-rc.3

The list of new fixes from the 0.15.0-rc.2 can be seen here: bevyengine/bevy@v0.15.0-rc.2...v0.15.0-rc.3

v0.15.0-rc.2

A full diff of what's in the release candidate can be seen here: bevyengine/bevy@v0.14.2...v0.15.0-rc.2

The list of new fixes from the 0.15.0-rc.1 can be seen here: bevyengine/bevy@v0.15.0-rc.1...v0.15.0-rc.2

v0.15.0-rc.1

A full diff of what's in the release candidate can be seen here: bevyengine/bevy@v0.14.2...v0.15.0-rc.1

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bevy](https://github.com/bevyengine/bevy) | `0.14.2` | `0.15.0` |
| [bevy-persistent](https://github.com/umut-sahin/bevy-persistent) | `0.6.0` | `0.7.0` |
| [bevy_prng](https://github.com/Bluefinger/bevy_rand) | `0.7.1` | `0.8.0` |
| [bevy_rand](https://github.com/Bluefinger/bevy_rand) | `0.7.1` | `0.8.0` |
| [bevy_ui](https://github.com/bevyengine/bevy) | `0.14.2` | `0.15.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.216` |
| [bevy_window](https://github.com/bevyengine/bevy) | `0.14.2` | `0.15.0` |



Updates `bevy` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Commits](bevyengine/bevy@v0.14.2...v0.15.0)

Updates `bevy-persistent` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/umut-sahin/bevy-persistent/releases)
- [Commits](umut-sahin/bevy-persistent@v0.6.0...v0.7.0)

Updates `bevy_prng` from 0.7.1 to 0.8.0
- [Commits](Bluefinger/bevy_rand@v0.7.1...v0.8)

Updates `bevy_rand` from 0.7.1 to 0.8.0
- [Commits](Bluefinger/bevy_rand@v0.7.1...v0.8)

Updates `bevy_ui` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Commits](bevyengine/bevy@v0.14.2...v0.15.0)

Updates `serde` from 1.0.210 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.216)

Updates `bevy_window` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Commits](bevyengine/bevy@v0.14.2...v0.15.0)

---
updated-dependencies:
- dependency-name: bevy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: bevy-persistent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: bevy_prng
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: bevy_rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: bevy_ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: bevy_window
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
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.

0 participants