Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps effect from 3.10.8 to 3.10.19.

Release notes

Sourced from effect's releases.

@​effect/sql-mysql2@​0.22.3

Patch Changes

  • Updated dependencies [e6d4a37]:
    • @​effect/platform@​0.69.31
    • @​effect/sql@​0.21.3

@​effect/sql-d1@​0.19.3

Patch Changes

  • Updated dependencies [e6d4a37]:
    • @​effect/platform@​0.69.31
    • @​effect/sql@​0.21.3

@​effect/sql-mysql2@​0.22.2

Patch Changes

  • Updated dependencies []:
    • @​effect/sql@​0.21.2

@​effect/sql-d1@​0.19.2

Patch Changes

  • Updated dependencies []:
    • @​effect/sql@​0.21.2

@​effect/sql-mysql2@​0.22.1

Patch Changes

  • Updated dependencies [270f199]:
    • @​effect/platform@​0.69.30
    • @​effect/sql@​0.21.1

@​effect/sql-d1@​0.19.1

Patch Changes

  • Updated dependencies [270f199]:
    • @​effect/platform@​0.69.30
    • @​effect/sql@​0.21.1

@​effect/sql-mysql2@​0.22.0

Minor Changes

Patch Changes

... (truncated)

Changelog

Sourced from effect's changelog.

3.10.19

Patch Changes

3.10.18

Patch Changes

3.10.17

Patch Changes

3.10.16

Patch Changes

  • #3918 4dca30c Thanks @​gcanti! - Use a specific annotation (AutoTitleAnnotationId) to add automatic titles (added by Struct and Class APIs), instead of TitleAnnotationId, to avoid interfering with user-defined titles.

  • #3981 1d99867 Thanks @​gcanti! - Stable filters such as minItems, maxItems, and itemsCount should be applied only if the from part fails with a Composite issue, closes #3980

    Before

    import { Schema } from "effect"
    const schema = Schema.Struct({
    a: Schema.Array(Schema.String).pipe(Schema.minItems(1))
    })
    Schema.decodeUnknownSync(schema)({}, { errors: "all" })
    // throws: TypeError: Cannot read properties of undefined (reading 'length')

    After

    import { Schema } from "effect"
    const schema = Schema.Struct({
    a: Schema.Array(Schema.String).pipe(Schema.minItems(1))
    })

... (truncated)

Commits

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.8 to 3.10.19.
- [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.10.19/packages/effect)

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

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 1, 2024
@github-actions github-actions bot merged commit 212467f into main Dec 1, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/effect-3.10.19 branch December 1, 2024 06:18
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