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

Update dependency co.fs2:fs2-io to v3.10.2 #31

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
co.fs2:fs2-io (source) minor 3.2.12 -> 3.10.2

Release Notes

typelevel/fs2 (co.fs2:fs2-io)

v3.10.2

Compare Source

What's Changed

Full Changelog: typelevel/fs2@v3.10.1...v3.10.2

v3.10.1

What's Changed
New Contributors

Full Changelog: typelevel/fs2@v3.10.0...v3.10.1

v3.10.0

Compare Source

Improvements
Updates
New Contributors

Full Changelog: typelevel/fs2@v3.9.4...v3.10.0

v3.9.4

Compare Source

Improvements
Docs
Updates
New Contributors

Full Changelog: typelevel/fs2@v3.9.3...v3.9.4

v3.9.3

Compare Source

Improvements
Updates
New Contributors

Full Changelog: typelevel/fs2@v3.9.2...v3.9.3

v3.9.2

Compare Source

Improvements
Fixes
Updates
New Contributors

Full Changelog: typelevel/fs2@v3.9.1...v3.9.2

v3.9.1

Compare Source

Bug Fixes
New Contributors

Full Changelog: typelevel/fs2@v3.9.0...v3.9.1

v3.9.0

This is the ninth minor release in the 3.x series (and the nine thousand two hundred and ninety first release as measured by unique commits). This release features improvements to the Chunk class (including the addition of the new, generic Chunk.from method to create chunks from collections and subsequent deprecation of various concrete constructors like seq and vector). The StreamDecoder type also has some important bug fixes.

Improvements
Documentation & Build
Updates

Full Changelog: typelevel/fs2@v3.8.0...v3.9.0

v3.8.0

Compare Source

Improvements
Bugfixes
Documentation
Updates
New Contributors

Full Changelog: typelevel/fs2@v3.7.0...v3.7.1

v3.7.0

Compare Source

⚠️ Important note
  • This release updates cats-effect to 3.5.0, which includes an important change to the behavior of the Async#async and IO.async methods. Please check the cats-effect release notes for v3.5.0 for more details, in case the behavior change impacts your codebase.
New Features
Improvements
Bugfixes
Build / Site / Docs
Updates
New Contributors

Full Changelog: typelevel/fs2@v3.6.1...v3.7.0

v3.6.1

Compare Source

Bugfixes

Docs

Build

Full Changelog: typelevel/fs2@v3.6.0...v3.6.1

v3.6.0: 3.6.0

Improvements

Bugfixes

Build

Updates

New Contributors

Full Changelog: typelevel/fs2@v3.5.0...v3.6.0

v3.5.0

Compare Source

Improvements

Bug Fixes

Documentation

Build & Refactoring

Updates

New Contributors

Full Changelog: typelevel/fs2@v3.4.0...v3.5.0

v3.4.0

Compare Source

Security

Bug Fixes

Features


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@yegor256
Copy link
Member

yegor256 commented Nov 4, 2022

@rultor please, try to merge

@rultor
Copy link

rultor commented Nov 4, 2022

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link

rultor commented Nov 4, 2022

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 11s)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2843389
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri 04 Nov 2022 11:00:33 PM CET
+ uptime
 23:00:33 up 129 days,  2:01,  0 users,  load average: 2.51, 1.07, 0.80
+ cat
com.rultor.spi.Profile: There is no 'merge' section in .rultor.yml
	at com.rultor.agents.req.StartsRequest.docker(StartsRequest.java:350)
	at com.rultor.agents.req.StartsRequest.vars(StartsRequest.java:255)
	at com.rultor.agents.req.StartsRequest.script(StartsRequest.java:148)
	at com.rultor.agents.req.StartsRequest.process(StartsRequest.java:109)
	at com.rultor.agents.AbstractAgent.execute(AbstractAgent.java:70)
	at com.rultor.spi.Agent.execute(Agent.java:84)
	at com.rultor.Routine.process(Routine.java:202)
	at com.rultor.Routine.unsafe_aroundBody0(Routine.java:180)
	at com.rultor.Routine.run(Routine.java:1)
	at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:179)
	at com.jcabi.aspects.aj.MethodInterrupter.wrap(MethodInterrupter.java:108)
	at com.rultor.Routine.unsafe(Routine.java:175)
	at com.rultor.Routine.run(Routine.java:142)
	at com.jcabi.log.VerboseRunnable.run(VerboseRunnable.java:190)
	at com.jcabi.aspects.aj.MethodScheduler.lambda./run.sh(MethodScheduler.java:194)
	at java.base/java.util.concurrent.Executors.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor.run(ThreadPoolExecutor.java:635)
	at com.jcabi.log.VerboseThreads.run(VerboseThreads.java:222)
	at java.base/java.lang.Thread.run(Thread.java:833)

+ exit -1
'cid' file is absent, most probably the Docker container wasn't started correctly

@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from 5cf3089 to ff14504 Compare November 20, 2022 22:13
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.3.0 Update dependency co.fs2:fs2-io to v3.4.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from ff14504 to 120ca1d Compare November 22, 2022 21:57
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.4.0 Update dependency co.fs2:fs2-io to v3.5-1c0be5c Nov 22, 2022
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from 120ca1d to a056098 Compare March 9, 2023 15:08
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.5-1c0be5c Update dependency co.fs2:fs2-io to v3.6.1 Mar 9, 2023
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from a056098 to 017846d Compare May 29, 2023 21:46
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.6.1 Update dependency co.fs2:fs2-io to v3.7.0 May 29, 2023
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from 017846d to ecd31d9 Compare June 15, 2023 23:47
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.7.0 Update dependency co.fs2:fs2-io to v3.8-1580d81 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from ecd31d9 to 646d6e6 Compare August 30, 2023 02:49
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.8-1580d81 Update dependency co.fs2:fs2-io to v3.9.0 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from 646d6e6 to 5b53ae9 Compare August 31, 2023 05:57
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.9.0 Update dependency co.fs2:fs2-io to v3.9.1 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from 5b53ae9 to 3229b07 Compare September 12, 2023 17:59
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.9.1 Update dependency co.fs2:fs2-io to v3.9.2 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from 3229b07 to ffd0348 Compare November 7, 2023 02:50
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.9.2 Update dependency co.fs2:fs2-io to v3.9.3 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from ffd0348 to 50f5d1f Compare January 9, 2024 20:23
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.9.3 Update dependency co.fs2:fs2-io to v3.10-365636d Jan 9, 2024
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from 50f5d1f to a397fa6 Compare March 24, 2024 23:49
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.10-365636d Update dependency co.fs2:fs2-io to v3.10.1 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/co.fs2-fs2-io-3.x branch from a397fa6 to 8c01762 Compare March 29, 2024 14:42
@renovate renovate bot changed the title Update dependency co.fs2:fs2-io to v3.10.1 Update dependency co.fs2:fs2-io to v3.10.2 Mar 29, 2024
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.

None yet

2 participants