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

Bump the effect group with 3 updates #43

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2024

Bumps the effect group with 3 updates: @effect/platform-node, @effect/schema and effect.

Updates @effect/platform-node from 0.38.0 to 0.39.0

Release notes

Sourced from @​effect/platform-node's releases.

@​effect/platform-node@​0.39.0

Minor Changes

Patch Changes

Commits

Updates @effect/schema from 0.54.1 to 0.56.1

Release notes

Sourced from @​effect/schema's releases.

v0.56.1

Patch Changes

v0.56.0

Minor Changes

v0.55.0

Minor Changes

  • #649 d80b933 Thanks @​gcanti! - Arbitrary: should throw on declarations without annotations

  • #669 294dfad Thanks @​gcanti! - Schema: refactor parseJson to replace ParseJson and fromJson

  • #649 d80b933 Thanks @​gcanti! - Schema: refactor S.optional API.

    Upgrade Guide:

    • S.optional(schema, { exact: true }) replaces the old S.optional(schema)
    • S.optional(schema, { exact: true, default: () => A }) replaces the old S.optional(schema).withDefault(() => A)
    • S.optional(schema, { exact: true, as: "Option" }) replaces the old S.optional(schema).toOption()
  • #649 d80b933 Thanks @​gcanti! - Schema: replace propertySignature constructor with propertySignatureAnnotations combinator

  • #669 294dfad Thanks @​gcanti! - Schema: simplify split parameters to only accept separator

  • #669 294dfad Thanks @​gcanti! - Schema: remove useless combinators

    • lowercase
    • uppercase
    • trim
    • numberFromString
    • symbolFromString
    • bigintFromString
    • bigintFromNumber
    • secret
    • durationFromHrTime
    • durationFromMillis
    • durationFromNanos
    • uint8ArrayFromNumbers
    • base64
    • base64url
    • hex
    • dateFromString
    • bigDecimalFromNumber

... (truncated)

Changelog

Sourced from @​effect/schema's changelog.

0.56.1

Patch Changes

0.56.0

Minor Changes

0.55.0

Minor Changes

  • #649 d80b933 Thanks @​gcanti! - Arbitrary: should throw on declarations without annotations

  • #669 294dfad Thanks @​gcanti! - Schema: refactor parseJson to replace ParseJson and fromJson

  • #649 d80b933 Thanks @​gcanti! - Schema: refactor S.optional API.

    Upgrade Guide:

    • S.optional(schema, { exact: true }) replaces the old S.optional(schema)
    • S.optional(schema, { exact: true, default: () => A }) replaces the old S.optional(schema).withDefault(() => A)
    • S.optional(schema, { exact: true, as: "Option" }) replaces the old S.optional(schema).toOption()
  • #649 d80b933 Thanks @​gcanti! - Schema: replace propertySignature constructor with propertySignatureAnnotations combinator

  • #669 294dfad Thanks @​gcanti! - Schema: simplify split parameters to only accept separator

  • #669 294dfad Thanks @​gcanti! - Schema: remove useless combinators

    • lowercase
    • uppercase
    • trim
    • numberFromString
    • symbolFromString
    • bigintFromString
    • bigintFromNumber
    • secret
    • durationFromHrTime
    • durationFromMillis
    • durationFromNanos
    • uint8ArrayFromNumbers
    • base64
    • base64url

... (truncated)

Commits

Updates effect from 2.0.0-next.61 to 2.0.0-next.62

Commits

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

Bumps the effect group with 3 updates: [@effect/platform-node](https://github.com/effect-ts/platform), [@effect/schema](https://github.com/effect-ts/schema) and [effect](https://github.com/Effect-TS/effect).


Updates `@effect/platform-node` from 0.38.0 to 0.39.0
- [Release notes](https://github.com/effect-ts/platform/releases)
- [Commits](https://github.com/effect-ts/platform/compare/@effect/[email protected]...@effect/[email protected])

Updates `@effect/schema` from 0.54.1 to 0.56.1
- [Release notes](https://github.com/effect-ts/schema/releases)
- [Changelog](https://github.com/Effect-TS/schema/blob/main/CHANGELOG.md)
- [Commits](Effect-TS/schema@v0.54.1...v0.56.1)

Updates `effect` from 2.0.0-next.61 to 2.0.0-next.62
- [Commits](https://github.com/Effect-TS/effect/compare/[email protected]@v2.0.0-next.62)

---
updated-dependencies:
- dependency-name: "@effect/platform-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: effect
- dependency-name: "@effect/schema"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: effect
- dependency-name: effect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: effect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 3, 2024
@thewilkybarkid thewilkybarkid enabled auto-merge (squash) January 3, 2024 09:44
@thewilkybarkid thewilkybarkid merged commit d53382f into main Jan 3, 2024
8 checks passed
@thewilkybarkid thewilkybarkid deleted the dependabot/npm_and_yarn/effect-5e9ddc153a branch January 3, 2024 09:45
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