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

chore(deps-dev): bump effect from 3.11.8 to 3.12.0 in the effect group across 1 directory #13

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the effect group with 1 update in the / directory: effect.

Updates effect from 3.11.8 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

The following labels could not be found: automerge.

Bumps the effect group with 1 update in the / directory: [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect).


Updates `effect` from 3.11.8 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:development
  update-type: version-update:semver-minor
  dependency-group: effect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/effect-f3b4a3addd branch from b426991 to 0f79e61 Compare December 24, 2024 01:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

Superseded by #17.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/effect-f3b4a3addd branch January 6, 2025 01:04
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.

0 participants