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

chore(deps): update all dependencies #47

Merged
merged 1 commit into from
Dec 26, 2024
Merged

chore(deps): update all dependencies #47

merged 1 commit into from
Dec 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Type Update Change
ch.qos.logback:logback-classic Runtime patch 1.5.12 -> 1.5.15
com.github.sbt:sbt-ci-release (source) plugin patch 1.9.0 -> 1.9.2
dev.zio:zio (source) patch 2.1.13 -> 2.1.14
dev.zio:zio-streams (source) patch 2.1.13 -> 2.1.14
dev.zio:zio-test (source) patch 2.1.13 -> 2.1.14
dev.zio:zio-test-sbt (source) patch 2.1.13 -> 2.1.14
docker/setup-buildx-action action minor v3.7.1 -> v3.8.0
sbt/sbt patch 1.10.6 -> 1.10.7

Release Notes

sbt/sbt-ci-release (com.github.sbt:sbt-ci-release)

v1.9.2: 1.9.2

Compare Source

bug fix

Full Changelog: sbt/sbt-ci-release@v1.9.1...v1.9.2

v1.9.1: 1.9.1

Compare Source

sbt-ci-release 1.9.1 is cross published to:

sbt Version Published
1.x
2.0.0-M2

bug fix

behind the scene

new contributors

Full Changelog: sbt/sbt-ci-release@v1.9.0...v1.9.1

zio/zio (dev.zio:zio)

v2.1.14: 2.1.14

Compare Source

Highlights

This release comes packed with bug fixes and under-the-hood optimizations. Big thank you to all the old and new contributors for their work in this release!

[!IMPORTANT]

Runtime behaviour change of ZIO#onDone and ZIO#onDoneCause

In this release, the behavior of onDone and onDoneCause has changed to address concerns raised in https://github.com/zio/zio/issues/9191. Unlike other onX methods, onDone and onDoneCause executed the callback effects in "fire and forget" mode.

We believe that this behaviour could lead to unexpected bugs in applications. As such we changed the implementation of these methods so that the callbacks are executed synchronously. While we believe it's highly unlikely that users using these methods were aware of this implementation detail, we still advice them to review their usages as a precaution.

What's Changed
Other changes (CI, dependencies and documentation)
New Contributors

Full Changelog: zio/zio@v2.1.13...v2.1.14

docker/setup-buildx-action (docker/setup-buildx-action)

v3.8.0

Compare Source

sbt/sbt (sbt/sbt)

v1.10.7: 1.10.7

Compare Source

🚀 features and other updates

🐛 bug fixes

🎬 behind the scene

Full Changelog: sbt/sbt@v1.10.6...v1.10.7


Configuration

📅 Schedule: Branch creation - "before 9am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@mrebiai mrebiai merged commit c466e2c into main Dec 26, 2024
1 check passed
@mrebiai mrebiai deleted the renovate/all branch December 26, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant