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 across 1 directory with 3 updates #285

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the effect group with 2 updates in the / directory: @effect/platform and @effect/platform-node.

Updates @effect/platform from 0.72.1 to 0.75.1

Release notes

Sourced from @​effect/platform's releases.

@​effect/platform@​0.75.1

Patch Changes

@​effect/platform@​0.75.0

Minor Changes

Patch Changes

@​effect/platform@​0.74.0

Minor Changes

  • #4264 6cb9b76 Thanks @​gcanti! - Add support for symbols in the Issue definition within platform/HttpApiError.

Patch Changes

Changelog

Sourced from @​effect/platform's changelog.

0.75.1

Patch Changes

0.75.0

Minor Changes

Patch Changes

0.74.0

Minor Changes

  • #4264 6cb9b76 Thanks @​gcanti! - Add support for symbols in the Issue definition within platform/HttpApiError.

Patch Changes

0.73.1

Patch Changes

... (truncated)

Commits

Updates @effect/platform-node from 0.68.1 to 0.71.1

Release notes

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

@​effect/platform-node@​0.71.1

Patch Changes

@​effect/platform-node@​0.71.0

Patch Changes

@​effect/platform-node@​0.70.0

Patch Changes

Changelog

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

0.71.1

Patch Changes

0.71.0

Patch Changes

0.70.0

Patch Changes

0.69.1

Patch Changes

0.69.0

Patch Changes

0.68.2

Patch Changes

... (truncated)

Commits

Updates effect from 3.12.1 to 3.12.7

Release notes

Sourced from effect's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #4307 289c13b Thanks @​gcanti! - Schema: Enhance error messages for discriminated unions.

    Before

    import { Schema } from "effect"
    const schema = Schema.Union(
    Schema.Tuple(Schema.Literal(-1), Schema.Literal(0)).annotations({
    identifier: "A"
    }),
    Schema.Tuple(Schema.NonNegativeInt, Schema.NonNegativeInt).annotations({
    identifier: "B"
    })
    ).annotations({ identifier: "AB" })
    Schema.decodeUnknownSync(schema)([-500, 0])
    /*
    throws:
    ParseError: AB
    ├─ { readonly 0: -1 }
    │  └─ ["0"]
    │     └─ Expected -1, actual -500
    └─ B
    └─ [0]
    └─ NonNegativeInt
    └─ From side refinement failure
    └─ NonNegative
    └─ Predicate refinement failure
    └─ Expected a non-negative number, actual -500
    */

    After

    import { Schema } from "effect"
    const schema = Schema.Union(
    Schema.Tuple(Schema.Literal(-1), Schema.Literal(0)).annotations({
    identifier: "A"
    }),

... (truncated)

Changelog

Sourced from effect's changelog.

3.12.7

Patch Changes

3.12.6

Patch Changes

  • #4307 289c13b Thanks @​gcanti! - Schema: Enhance error messages for discriminated unions.

    Before

    import { Schema } from "effect"
    const schema = Schema.Union(
    Schema.Tuple(Schema.Literal(-1), Schema.Literal(0)).annotations({
    identifier: "A"
    }),
    Schema.Tuple(Schema.NonNegativeInt, Schema.NonNegativeInt).annotations({
    identifier: "B"
    })
    ).annotations({ identifier: "AB" })
    Schema.decodeUnknownSync(schema)([-500, 0])
    /*
    throws:
    ParseError: AB
    ├─ { readonly 0: -1 }
    │  └─ ["0"]
    │     └─ Expected -1, actual -500
    └─ B
    └─ [0]
    └─ NonNegativeInt
    └─ From side refinement failure
    └─ NonNegative
    └─ Predicate refinement failure
    └─ Expected a non-negative number, actual -500
    */

    After

    import { Schema } from "effect"
    const schema = Schema.Union(
    Schema.Tuple(Schema.Literal(-1), Schema.Literal(0)).annotations({

... (truncated)

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/effect-381809efc9 branch from 40d74b7 to 5589b4a Compare January 23, 2025 10:38
Bumps the effect group with 2 updates in the / directory: [@effect/platform](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform) and [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node).


Updates `@effect/platform` from 0.72.1 to 0.75.1
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/[email protected]/packages/platform)

Updates `@effect/platform-node` from 0.68.1 to 0.71.1
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/platform-node/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/[email protected]/packages/platform-node)

Updates `effect` from 3.12.1 to 3.12.7
- [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/[email protected]/packages/effect)

---
updated-dependencies:
- dependency-name: "@effect/platform"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: effect
- dependency-name: "@effect/platform-node"
  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 force-pushed the dependabot/npm_and_yarn/effect-381809efc9 branch from 5589b4a to 1eb7f80 Compare January 23, 2025 11:52
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.

0 participants