chore(deps): update all dependencies #56
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.5.16
->1.5.17
1.9.2
->1.9.3
2.1.15
->2.1.16
2.1.15
->2.1.16
2.1.15
->2.1.16
2.1.15
->2.1.16
v6.14.0
->v6.15.0
v3.3.0
->v3.4.0
v5.6.1
->v5.7.0
v3.9.0
->v3.10.0
8.26.1
->8.26.2
3.13.4
->3.13.5
1.10.7
->1.10.11
Release Notes
sbt/sbt-ci-release (com.github.sbt:sbt-ci-release)
v1.9.3
: 1.9.3Compare Source
updates and fixes
behind the scene
Full Changelog: sbt/sbt-ci-release@v1.9.2...v1.9.3
zio/zio (dev.zio:zio)
v2.1.16
: 2.1.16Compare Source
Highlights
This seemingly small release brings 2 new features to ZIO which library authors can utilize in order to provide a better DX for users. As usually, it also contains a number of optimizations, bug fixes, and it's fully binary and source-compatible with the rest of the v2.x series.
HasNoScope
evidence (https://github.com/zio/zio/pull/9604)In ZIO, having a
Scope
as an environment requirement indicates that the effect contains finalizers (e.g., closing an HTTP connection) which need to be handled at some point in the evaluation of the effect or the application's lifetime. In certain cases, we might want to ensure that an effect provided to a method does not contain any finalizers. Starting with this version of ZIO, users / library authors can use theHasNoScope
evidence for methods where the environment is generic, e.g.,:Note that this feature is primarily intended for use in libraries such as
zio-http
where we need to ensure that a user-provided effect does not contain any finalizers.Generic interfaces for non-empty collections (https://github.com/zio/zio/pull/9560)
This release introduces the
NonEmptySeq
type class (whichNonEmptyChunk
now extends) so that users / library authors can write generic code which requires non-empty collections as arguments.What's Changed
broacastDynamic
tests as flaky by @kyri-petrou in https://github.com/zio/zio/pull/9558Fiber
as sealed by @hearnadam in https://github.com/zio/zio/pull/9554zio.stream.ZChannel#mapOutZIOPar
code by @guizmaii in https://github.com/zio/zio/pull/9556Promise#succeedUnit
method to avoidExit
allocation when possible by @guizmaii in https://github.com/zio/zio/pull/9571Chunk.fromArray
about array mutability by @kyri-petrou in https://github.com/zio/zio/pull/9576inline given
for CanFail evidence in Scala 3 by @kyri-petrou in https://github.com/zio/zio/pull/9568stringValue
method tozio.Config.Secret
by @mberndt123 in https://github.com/zio/zio/pull/9580ZIO::exit
encoding by @guizmaii in https://github.com/zio/zio/pull/9586ZIO::flatMapError
encoding by @guizmaii in https://github.com/zio/zio/pull/9585Promise
creation by @guizmaii in https://github.com/zio/zio/pull/9603zio.stream.ZStream#toPull
code by @guizmaii in https://github.com/zio/zio/pull/9400HasNoScope
type class (#9597) by @987Nabil in https://github.com/zio/zio/pull/9604Other changes (CI, dependencies and documentation)
zio-aws-s3
from doc as it's not maintained by @guizmaii in https://github.com/zio/zio/pull/9564Full Changelog: zio/zio@v2.1.15...v2.1.16
docker/build-push-action (docker/build-push-action)
v6.15.0
Compare Source
Full Changelog: docker/build-push-action@v6.14.0...v6.15.0
docker/login-action (docker/login-action)
v3.4.0
Compare Source
Full Changelog: docker/login-action@v3.3.0...v3.4.0
docker/metadata-action (docker/metadata-action)
v5.7.0
Compare Source
Full Changelog: docker/metadata-action@v5.6.1...v5.7.0
docker/setup-buildx-action (docker/setup-buildx-action)
v3.10.0
Compare Source
Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0
cucumber/cucumber-jvm-scala (io.cucumber:cucumber-scala)
v8.26.2
Compare Source
Changed
action-publish-sbt
sbt-release
gatling/gatling (io.gatling:gatling-jsonpath)
v3.13.5
Compare Source
sbt/sbt (sbt/sbt)
v1.10.11
: 1.10.11Compare Source
updates
🐛 bug fixes
compile
task retrying itself on compiler crashes by @eed3si9n in https://github.com/sbt/sbt/pull/8070sbt --client shutdown
shortcuts if the server is not already running by @eed3si9n in https://github.com/sbt/sbt/pull/8057sbt --client
on Windows by @eed3si9n in https://github.com/sbt/sbt/pull/8071sbt --version
by @eed3si9n in https://github.com/sbt/sbt/pull/8066OverlappingFileLockException
by retrying by @eed3si9n in https://github.com/coursier/sbt-coursier/pull/558Full Changelog: sbt/sbt@v1.10.10...v1.10.11
v1.10.10
: 1.10.10Compare Source
🐛 bug fixes
Full Changelog: sbt/sbt@v1.10.9...v1.10.10
v1.10.9
: 1.10.9Compare Source
🚀 features and other updates
allowUnsafeScalaLibUpgrade
setting to opt-out of the Scala 2.13 compatibility check (SIP-51) by @lrytz in https://github.com/sbt/sbt/pull/8012jvmBuildTarget
forworkspace/buildTargets
by @Friendseeker in https://github.com/sbt/sbt/pull/7913🐛 bug fixes
Compile / clean
,Test / clean
by @Friendseeker in https://github.com/sbt/sbt/pull/7969previousCompile
by @Friendseeker in https://github.com/sbt/sbt/pull/7983sbt init
by @eed3si9n in https://github.com/sbt/sbt/pull/8049🎬 behind the scene
new contributors
Full Changelog: sbt/sbt@v1.10.7...v1.10.9
v1.10.8
: 1.10.8Compare Source
sbt 1.10.8 is dead on arrival, please use 1.10.9 when it comes out.
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.
This PR was generated by Mend Renovate. View the repository job log.