Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps effect from 3.10.19 to 3.12.0.

Release notes

Sourced from effect's releases.

effect@3.12.0

Minor Changes

Patch Changes

effect@3.11.10

Patch Changes

  • #4176 39457d4 Thanks @​mikearnaldi! - Fix Stream.scoped example

  • #4181 a475cc2 Thanks @​gcanti! - Schema: Fix withDecodingDefault implementation to align with its signature (now removes undefined from the AST).

    Additionally, a new constraint has been added to the signature to prevent calling withDecodingDefault after withConstructorDefault, which previously led to the following issue:

    import { Schema } from "effect"
    const schema = Schema.Struct({
    a: Schema.optional(Schema.String).pipe(
    Schema.withConstructorDefault(() => undefined), // this is invalidated by the following call to withDecodingDefault
    Schema.withDecodingDefault(() => "")
    )
    })

  • #4175 199214e Thanks @​gcanti! - Schema: refactor annotations:

... (truncated)

Changelog

Sourced from effect's changelog.

3.12.0

Minor Changes

Patch Changes

3.11.10

Patch Changes

  • #4176 39457d4 Thanks @​mikearnaldi! - Fix Stream.scoped example

  • #4181 a475cc2 Thanks @​gcanti! - Schema: Fix withDecodingDefault implementation to align with its signature (now removes undefined from the AST).

    Additionally, a new constraint has been added to the signature to prevent calling withDecodingDefault after withConstructorDefault, which previously led to the following issue:

    import { Schema } from "effect"
    const schema = Schema.Struct({
    a: Schema.optional(Schema.String).pipe(
    Schema.withConstructorDefault(() => undefined), // this is invalidated by the following call to withDecodingDefault
    Schema.withDecodingDefault(() => "")
    )
    })

... (truncated)

Commits
  • df82e92 Version Packages (#4184)
  • e1eeb2d Carry both call-site and definition site in Effect.fn, auto-trace to anon (#4...
  • 73f9c6f add DateTimeUtcFromDate schema (#3956)
  • c11f3a6 Add Context.mergeAll (#4135)
  • 618f7e0 add span annotation to disable propagation to the tracer (#4123)
  • abb22a4 add UriComponent schemas and encoding (#3982)
  • d801820 added Cron.unsafeParse and allow passing the tz parameter as string (#4...
  • 17cb451 add second granularity to Cron (#4088)
  • 3d2b7a7 Allow passing fast-check parameters to prop function (#4099)
  • c0ba834 add Schema.headNonEmpty on Schema.NonEmptyArray (#3983)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) from 3.10.19 to 3.12.0.
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/effect@3.12.0/packages/effect)

---
updated-dependencies:
- dependency-name: effect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2025
@github-actions github-actions bot merged commit d725a93 into main Jan 1, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/effect-3.12.0 branch January 1, 2025 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant