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 5 updates #2159

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the effect group with 5 updates:

Package From To
@effect/platform 0.71.6 0.72.0
@effect/platform-node 0.67.2 0.68.0
@effect/sql 0.24.2 0.25.0
@effect/sql-libsql 0.14.0 0.15.0
effect 3.11.9 3.12.0

Updates @effect/platform from 0.71.6 to 0.72.0

Release notes

Sourced from @​effect/platform's releases.

@​effect/platform@​0.72.0

Minor Changes

  • #4068 ef64c6f Thanks @​tim-smart! - remove generics from HttpClient tag service

    Instead you can now use HttpClient.With<E, R> to specify the error and requirement types.

Patch Changes

@​effect/platform@​0.71.7

Patch Changes

Changelog

Sourced from @​effect/platform's changelog.

0.72.0

Minor Changes

  • #4068 ef64c6f Thanks @​tim-smart! - remove generics from HttpClient tag service

    Instead you can now use HttpClient.With<E, R> to specify the error and requirement types.

Patch Changes

0.71.7

Patch Changes

Commits

Updates @effect/platform-node from 0.67.2 to 0.68.0

Release notes

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

@​effect/platform-node@​0.68.0

Patch Changes

@​effect/platform-node@​0.67.3

Patch Changes

Changelog

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

0.68.0

Patch Changes

0.67.3

Patch Changes

Commits

Updates @effect/sql from 0.24.2 to 0.25.0

Release notes

Sourced from @​effect/sql's releases.

@​effect/sql@​0.25.0

Patch Changes

@​effect/sql@​0.24.3

Patch Changes

Changelog

Sourced from @​effect/sql's changelog.

0.25.0

Patch Changes

0.24.3

Patch Changes

Commits

Updates @effect/sql-libsql from 0.14.0 to 0.15.0

Release notes

Sourced from @​effect/sql-libsql's releases.

@​effect/sql-libsql@​0.15.0

Patch Changes

@​effect/sql-libsql@​0.14.1

Patch Changes

Changelog

Sourced from @​effect/sql-libsql's changelog.

0.15.0

Patch Changes

0.14.1

Patch Changes

Commits

Updates effect from 3.11.9 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 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@effect/platform](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform) | `0.71.6` | `0.72.0` |
| [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node) | `0.67.2` | `0.68.0` |
| [@effect/sql](https://github.com/Effect-TS/effect/tree/HEAD/packages/sql) | `0.24.2` | `0.25.0` |
| [@effect/sql-libsql](https://github.com/Effect-TS/effect/tree/HEAD/packages/sql-libsql) | `0.14.0` | `0.15.0` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `3.11.9` | `3.12.0` |


Updates `@effect/platform` from 0.71.6 to 0.72.0
- [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/platform@0.72.0/packages/platform)

Updates `@effect/platform-node` from 0.67.2 to 0.68.0
- [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/platform-node@0.68.0/packages/platform-node)

Updates `@effect/sql` from 0.24.2 to 0.25.0
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/sql/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/sql@0.25.0/packages/sql)

Updates `@effect/sql-libsql` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/sql-libsql/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/sql-libsql@0.15.0/packages/sql-libsql)

Updates `effect` from 3.11.9 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/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/sql"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: effect
- dependency-name: "@effect/sql-libsql"
  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-minor
  dependency-group: effect
...

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 Dec 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@thewilkybarkid thewilkybarkid merged commit 113cb9d into main Jan 5, 2025
25 checks passed
@thewilkybarkid thewilkybarkid deleted the dependabot/npm_and_yarn/effect-bb0d94b456 branch January 5, 2025 18:24
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