chore(deps): update all non-major dependencies #32
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.0.0
->^3.8.0
^0.72.0
->^0.75.5
^0.72.0
->^0.75.5
^3.7.0
->^3.7.1
^9.5.2
->^9.7.1
^3.7.0
->^3.10.1
20.17.0
->20.18.0
9.9.0
->9.12.2
^5.5.4
->^5.6.3
^5.4.2
->^5.4.10
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v3.8.0
Compare Source
🚀 Features
View changes on GitHub
v3.7.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.7.2
Compare Source
🚀 Features
🐞 Bug Fixes
antfu/no-top-level-await
for markdown snippets - by @antfu (a984c)View changes on GitHub
v3.7.1
Compare Source
🚀 Features
View changes on GitHub
v3.7.0
Compare Source
🚀 Features
antfu/no-top-level-await
- by @antfu (a08aa)🐞 Bug Fixes
explicit-function-return-type
in markdown code - by @antfu (60ffd)ts/explicit-function-return-type
in vue files - by @antfu (1788d)View changes on GitHub
v3.6.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.6.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.6.0
Compare Source
🐞 Bug Fixes
perfectionist/sort-imports
sort types always on top - by @antfu (e2839)View changes on GitHub
v3.5.1
Compare Source
No significant changes
View changes on GitHub
v3.5.0
Compare Source
🚀 Features
🐞 Bug Fixes
unicorn/consistent-function-scoping
- by @antfu (5363d)View changes on GitHub
v3.4.1
Compare Source
No significant changes
View changes on GitHub
v3.4.0
Compare Source
🚀 Features
@types/eslint
- by @antfu (21e9c)View changes on GitHub
v3.3.2
Compare Source
🐞 Bug Fixes
side-effect
inperfectionist/sort-imports
- by @antfu (298f3)View changes on GitHub
v3.3.1
Compare Source
🐞 Bug Fixes
perfectionist/sort-imports
- by @antfu (09697)View changes on GitHub
v3.3.0
Compare Source
🚀 Features
perfectionist/sort-imports
et al, close #456 - by @antfu in https://github.com/antfu/eslint-config/issues/456 (a6efa)View changes on GitHub
v3.2.2
Compare Source
🐞 Bug Fixes
unicorn/consistent-function-scoping
for arrow functions - by @antfu (362ab)View changes on GitHub
v3.2.1
Compare Source
No significant changes
View changes on GitHub
v3.2.0
Compare Source
🚀 Features
View changes on GitHub
v3.1.0
Compare Source
🚀 Features
antfu/consistent-chaining
- by @antfu (d6dfc)View changes on GitHub
Effect-TS/effect (@effect/schema)
v0.75.5
Compare Source
Patch Changes
#3792
382556f
Thanks @gcanti! - resolve parse error when usingpick
with union of class schemas, closes #3751#3790
97cb014
Thanks @gcanti! - Equivalence: Fixed a bug related to discriminated tuples.Example:
The following equivalence check was incorrectly returning
false
:v0.75.4
Compare Source
Patch Changes
61a99b2
]:v0.75.3
Compare Source
Patch Changes
#3761
360ec14
Thanks @gcanti! - Allow Schema.Either to support Schema.Never without type errors, closes #3755.format
to extendSchema.All
instead ofSchema<A, I, R>
.Schema.EitherFromSelf
to extendSchema.All
instead ofSchema.Any
.Schema.Either
to extendSchema.All
instead ofSchema.Any
.Schema.EitherFromUnion
to extendSchema.All
instead ofSchema.Any
.v0.75.2
Compare Source
Patch Changes
#3753
f02b354
Thanks @gcanti! - Enhanced Error Reporting for Discriminated Union Tuple Schemas, closes #3752Previously, irrelevant error messages were generated for each member of the union. Now, when a discriminator is present in the input, only the relevant member will trigger an error.
Before
After
v0.75.1
Compare Source
Patch Changes
#3740
3b2ad1d
Thanks @tim-smart! - revert deno Inspectable changesUpdated dependencies [
3b2ad1d
]:v0.75.0
Compare Source
Minor Changes
0ba66f2
Thanks @tim-smart! - add deno support to InspectablePatch Changes
ff3d1aa
,0ba66f2
,bf77f51
,016f9ad
,0779681
,534129f
,d75140c
,be0451c
,9237ac6
,be0451c
,5b36494
,c716adb
,4986391
,d75140c
,d1387ae
]:v0.74.2
Compare Source
Patch Changes
88e85db
,83887ca
,5266b6c
,cdead5c
,766a8af
]:v0.74.1
Compare Source
Patch Changes
#3669
734eae6
Thanks @gcanti! - Add description annotation to the encoded part of NumberFromString.Before
After
#3667
fd83d0e
Thanks @gcanti! - Remove default json schema annotations from string, number and boolean.Before
After
#3673
ad7e1de
Thanks @gcanti! - Add more description annotations.#3672
090e41c
Thanks @gcanti! - JSON Schema: handle refinements where the 'from' part includes a transformation, closes #3662Before
After
#3672
090e41c
Thanks @gcanti! - Add description annotation to the encoded part of DateFromString.Before
After
Updated dependencies [
4509656
]:v0.74.0
Compare Source
Minor Changes
de48aa5
Thanks @gcanti! - Remove internal sorting of property signatures, closes #3652v0.73.4
Compare Source
Patch Changes
bb5ec6b
]:v0.73.3
Compare Source
Patch Changes
#3635
e6440a7
Thanks @gcanti! - Stable filters such asminItems
,maxItems
, anditemsCount
now generate multiple errors when the 'errors' option is set to 'all', closes #3633Example:
Previously, only the issue related to the
[ 'tags', 1 ]
path was reported.v0.73.2
Compare Source
Patch Changes
f0d8ef1
]:v0.73.1
Compare Source
Patch Changes
#3619
f56ab78
Thanks @gcanti! - add Date filters (less than, greater than, between), closes #3606Updated dependencies [
10bf621
,ae36fa6
]:v0.73.0
Compare Source
Minor Changes
#3589
7fdf9d9
Thanks @gcanti! - Updates the constraints for members within a union from the more restrictiveSchema.Any
to the more inclusiveSchema.All
, closes #3587.Affected APIs include:
Schema.Union
Schema.UndefinedOr
Schema.NullOr
Schema.NullishOr
Schema.optional
AST.Union.make
now retains duplicate members and no longer eliminates theneverKeyword
.Patch Changes
fcfa6ee
,bb9931b
,5798f76
,5f0bfa1
,812a4e8
,273565e
,569a801
,aa1fa53
,02f6b06
,12b893e
,bbad27e
,adf7d7a
,007289a
,42a8f99
,eebfd29
,040703d
]:v0.72.4
Compare Source
Patch Changes
35a0f81
]:v0.72.3
Compare Source
Patch Changes
f6acb71
Thanks @gcanti! - Enhanced the generation of recursive Arbitraries to prevent infinite nesting, closes #3512v0.72.2
Compare Source
Patch Changes
8a601d7
,353ba19
]:v0.72.1
Compare Source
Patch Changes
79859e7
,f6a469c
,dcb9ec0
,79aa6b1
]:vitejs/vite-plugin-react-swc (@vitejs/plugin-react-swc)
v3.7.1
Compare Source
Ignore directive sourcemap error #231
antfu/bumpp (bumpp)
v9.7.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v9.7.0
Compare Source
🚀 Features
View changes on GitHub
v9.6.1
Compare Source
🚀 Features
View changes on GitHub
v9.6.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
Effect-TS/effect (effect)
v3.10.1
Compare Source
Patch Changes
9604d6b
Thanks @tim-smart! - fix Channel.embedInput halting in uninterruptible regionv3.10.0
Compare Source
Minor Changes
#3764
4a01828
Thanks @evelant! - add TSubscriptionRef#3764
4a01828
Thanks @evelant! - add Stream.fromTQueue & Stream.fromTPubSub#3764
c79c4c1
Thanks @gcanti! - Merge Schema into Effect.Modules
Before
After
Formatters
ArrayFormatter
/TreeFormatter
merged intoParseResult
module.Before
After
Serializable
Merged into
Schema
module.Equivalence
Merged into
Schema
module.Before
After
#3764
38d30f0
Thanks @tim-smart! - add option to .releaseLock a ReadableStream on finalization#3764
5821ce3
Thanks @patroza! - feat: implement Redactable. Used by Headers to not log sensitive informationv3.9.2
Compare Source
Patch Changes
61a99b2
Thanks @tim-smart! - allow tacit usage with do notation apis (.bind / .let)v3.9.1
Compare Source
Patch Changes
3b2ad1d
Thanks @tim-smart! - revert deno Inspectable changesv3.9.0
Compare Source
Minor Changes
#3620
ff3d1aa
Thanks @vinassefranche! - Adds HashMap.HashMap.Entry type helper#3620
0ba66f2
Thanks @tim-smart! - add deno support to Inspectable#3620
bf77f51
Thanks @KhraksMamtsov! -Latch
implementsEffect<void>
with.await
semantic#3620
0779681
Thanks @KhraksMamtsov! - Effect.mapAccum & Array.mapAccum preserve non-emptiness#3620
534129f
Thanks @KhraksMamtsov! -Pool
is now a subtype ofEffect
, equivalent toPool.get
#3620
d75140c
Thanks @mikearnaldi! - Support providing an array of layers via Effect.provide and Layer.provide#3620
be0451c
Thanks @leonitousconforti! - support ManagedRuntime in Effect.provide#3620
be0451c
Thanks @leonitousconforti! -ManagedRuntime<R, E>
is subtype ofEffect<Runtime<R>, E, never>
#3620
5b36494
Thanks @KhraksMamtsov! -Tuple.map
transforms each element of tuple using the given function, treating tuple homomorphically#3620
c716adb
Thanks @AlexGeb! - Add Array.pad function#3620
4986391
Thanks @ianbollinger! - Add anisRegExp
type guard#3620
d75140c
Thanks @mikearnaldi! - Implement Effect.Service as a Tag and Layer with Opaque Type.Namely the following is now possible:
#3620
d1387ae
Thanks @KhraksMamtsov! -Resource<A, E>
is subtype ofEffect<A, E>
.ScopedRed<A>
is subtype ofEffect<A>
.Patch Changes
#3620
016f9ad
Thanks @tim-smart! - fix Unify for Deferred#3620
9237ac6
Thanks @leonitousconforti! - move ManagedRuntime.TypeId to fix circular importsv3.8.5
Compare Source
Patch Changes
#3734
88e85db
Thanks @mikearnaldi! - Ensure random numbers are correctly distributed#3717
83887ca
Thanks @mikearnaldi! - Consider async operation in runSync as a defect, add span based stack#3731
5266b6c
Thanks @patroza! - Improve DX of type errors from insidepipe
andflow
#3699
cdead5c
Thanks @jessekelly881! - added Stream.mergeWithTagCombines a struct of streams into a single stream of tagged values where the tag is the key of the struct.
#3706
766a8af
Thanks @fubhy! - MadeBigDecimal.scale
dual.v3.8.4
Compare Source
Patch Changes
4509656
](https://redirect.github.com/Effect-TS/efConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.