-
Notifications
You must be signed in to change notification settings - Fork 2
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 fs2version to v3.10.2 #676
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #676 +/- ##
=======================================
Coverage 82.02% 82.02%
=======================================
Files 99 99
Lines 2893 2893
Branches 256 256
=======================================
Hits 2373 2373
Misses 520 520
|
renovate
bot
force-pushed
the
renovate/fs2version
branch
from
September 12, 2023 19:46
c60aea8
to
5e19558
Compare
renovate
bot
force-pushed
the
renovate/fs2version
branch
from
November 15, 2023 09:22
c165bc8
to
b0a2c26
Compare
renovate
bot
force-pushed
the
renovate/fs2version
branch
from
January 20, 2024 18:03
b0a2c26
to
468287d
Compare
This pull request seems a bit stale.. Shall we invite more to the party? |
renovate
bot
force-pushed
the
renovate/fs2version
branch
from
March 20, 2024 13:55
468287d
to
6a1348c
Compare
renovate
bot
changed the title
Update fs2Version to v3.9.4
Update fs2Version to v3.10.0
Mar 20, 2024
renovate
bot
changed the title
Update fs2Version to v3.10.0
chore(deps): update fs2version to v3.10.0
Mar 22, 2024
renovate
bot
force-pushed
the
renovate/fs2version
branch
from
March 24, 2024 17:16
6a1348c
to
657f16c
Compare
renovate
bot
changed the title
chore(deps): update fs2version to v3.10.0
chore(deps): update fs2version to v3.10.1
Mar 24, 2024
renovate
bot
force-pushed
the
renovate/fs2version
branch
from
March 28, 2024 17:33
657f16c
to
786023e
Compare
renovate
bot
changed the title
chore(deps): update fs2version to v3.10.1
chore(deps): update fs2version to v3.10.2
Mar 28, 2024
@dmivankov I did some manual code changes here, do they look okay? |
dmivankov
approved these changes
Jul 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.3.0
->3.10.2
3.3.0
->3.10.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
typelevel/fs2 (co.fs2:fs2-core)
v3.10.2
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
Improvements
Files.walkWithAttributes
by @mpilquist in https://github.com/typelevel/fs2/pull/3390Updates
New Contributors
Full Changelog: typelevel/fs2@v3.9.4...v3.10.0
v3.9.4
Improvements
toByteBufferUnsafe
intoArraySlice
by @armanbilge in https://github.com/typelevel/fs2/pull/3331Subscriber.onSubscribe(StreamSubscription)
before returning fromStreamPublisher.subscribe(Subscriber)
by @BalmungSan in https://github.com/typelevel/fs2/pull/3360Socket
by @armanbilge in https://github.com/typelevel/fs2/pull/3352client_auth_type = optional
for TLS clients on Native by @armanbilge in https://github.com/typelevel/fs2/pull/3349writeUtf8Lines
withintersperse
. by @zainab-ali in https://github.com/typelevel/fs2/pull/3357Dispatcher
forsuspendReadableAndRead
and TLS initialization on Node.js by @armanbilge in https://github.com/typelevel/fs2/pull/3348SuspendedStream
,MicrotaskExecutor
hacks in Node.jsProcess
by @armanbilge in https://github.com/typelevel/fs2/pull/3366Duplex
interop by @armanbilge in https://github.com/typelevel/fs2/pull/3365j.u.c.Flow
interop methods onto Stream by @armanbilge in https://github.com/typelevel/fs2/pull/3346List[Stream]#parJoinUnbounded
. by @kamilkloch in https://github.com/typelevel/fs2/pull/3363Docs
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.9.3...v3.9.4
v3.9.3
Improvements
withFilter
by @He-Pin in https://github.com/typelevel/fs2/pull/3309destroy
w/interruptWhen
by @armanbilge in https://github.com/typelevel/fs2/pull/3322Updates
New Contributors
Full Changelog: typelevel/fs2@v3.9.2...v3.9.3
v3.9.2
Improvements
Channel#closeWithElement
by @tothpeti in https://github.com/typelevel/fs2/pull/3280Fixes
@nowarn213
annotation fromio
package object by @armanbilge ina9566bd
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.9.1...v3.9.2
v3.9.1
Bug Fixes
@nowarn212
to method parameters by @armanbilge in https://github.com/typelevel/fs2/pull/3291New 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, genericChunk.from
method to create chunks from collections and subsequent deprecation of various concrete constructors likeseq
andvector
). TheStreamDecoder
type also has some important bug fixes.Improvements
fs2.text.{char2string,string2char}
by @armanbilge in https://github.com/typelevel/fs2/pull/3278AggregateError
s on Node.js by @armanbilge in https://github.com/typelevel/fs2/pull/3269Documentation & Build
Updates
Full Changelog: typelevel/fs2@v3.8.0...v3.9.0
v3.8.0
Improvements
Flow
interop by @BalmungSan in https://github.com/typelevel/fs2/pull/3130interop.flow
by @BalmungSan in https://github.com/typelevel/fs2/pull/3160Stream.fromQueueUnterminated
for Monad. by @kamilkloch in https://github.com/typelevel/fs2/pull/3264Stream.filterNot
by @kiendang in https://github.com/typelevel/fs2/pull/3265Bugfixes
TLSSocket
addresses on JS by @armanbilge in https://github.com/typelevel/fs2/pull/3256Documentation
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.7.0...v3.7.1
v3.7.0
Async#async
andIO.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
Process
API by @armanbilge in https://github.com/typelevel/fs2/pull/3149IO
only by @armanbilge in https://github.com/typelevel/fs2/pull/3179LiftIO
by @armanbilge in https://github.com/typelevel/fs2/pull/3192Improvements
Scope#close
for a bit better performance by @danicheg in https://github.com/typelevel/fs2/pull/3137Signal#getAndDiscreteUpdates
by @armanbilge in https://github.com/typelevel/fs2/pull/3144Chunk#to{Byte,Char}Buffer
, add note about mutability by @armanbilge in https://github.com/typelevel/fs2/pull/3147async_
usages for new uncancelable semantic by @armanbilge in https://github.com/typelevel/fs2/pull/3063timed
doctest by @armanbilge in https://github.com/typelevel/fs2/pull/3188Chunk#toArraySlice
by @armanbilge in https://github.com/typelevel/fs2/pull/3198Pull
withforeach
inwriteWritable
by @armanbilge in https://github.com/typelevel/fs2/pull/3208Bugfixes
null
checks in JS streams by @armanbilge in https://github.com/typelevel/fs2/pull/3184Signal#ap
bug ingetAndDiscreteUpdates
by @armanbilge in https://github.com/typelevel/fs2/pull/3206Build / Site / Docs
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.6.1...v3.7.0
v3.6.1
Bugfixes
ByteBuffer
linking inChunk#toByteVector
by @armanbilge in https://github.com/typelevel/fs2/pull/3136Docs
Build
Full Changelog: typelevel/fs2@v3.6.0...v3.6.1
v3.6.0
: 3.6.0Improvements
Signal#changes
by @armanbilge in https://github.com/typelevel/fs2/pull/3126Signal#getAndDiscreteUpdates
by @armanbilge in https://github.com/typelevel/fs2/pull/3125Bugfixes
S2nConnection
by @armanbilge in https://github.com/typelevel/fs2/pull/3115getBasicFileAttributes
errors inFiles[F].walk
by @fthomas in https://github.com/typelevel/fs2/pull/3120hold1
by @armanbilge in https://github.com/typelevel/fs2/pull/3112UndefOr
for Node.js fileFlag
s not supported on windows by @armanbilge in https://github.com/typelevel/fs2/pull/3127Build
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.5.0...v3.6.0
v3.5.0
Improvements
hash
for JS and Native by @armanbilge in https://github.com/typelevel/fs2/pull/3070CompressionSuite
for Native by @armanbilge in https://github.com/typelevel/fs2/pull/3069Files.createLink
for hard links by @skennedy in https://github.com/typelevel/fs2/pull/3066Path
in customFileSystem
by @matkob in https://github.com/typelevel/fs2/pull/3073s.compile.onlyOrError
by @ybasket in https://github.com/typelevel/fs2/pull/3088fs2.io.stdin
on dedicated single-threaded pool by @armanbilge in https://github.com/typelevel/fs2/pull/3093StreamUnicastPublisher
API by @BalmungSan in https://github.com/typelevel/fs2/pull/3107Bug Fixes
readRange
bug by @armanbilge in https://github.com/typelevel/fs2/pull/3062SignallingMapRef
by @armanbilge in https://github.com/typelevel/fs2/pull/3080Documentation
Build & Refactoring
Updates
New Contributors
Full Changelog: typelevel/fs2@v3.4.0...v3.5.0
v3.4.0
Security
default_tls13
for system s2n cipher prefs by @armanbilge in https://github.com/typelevel/fs2/pull/3003Bug Fixes
Features
Stream#{hold1,hold1Resource}
by @armanbilge in https://github.com/typelevel/fs2/pull/3039Configuration
📅 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.