Skip to content

chore(deps-dev): bump effect from 3.17.9 to 3.17.13#19

Merged
jamesbirtles merged 1 commit intomainfrom
dependabot/npm_and_yarn/effect-3.17.13
Sep 18, 2025
Merged

chore(deps-dev): bump effect from 3.17.9 to 3.17.13#19
jamesbirtles merged 1 commit intomainfrom
dependabot/npm_and_yarn/effect-3.17.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps effect from 3.17.9 to 3.17.13.

Release notes

Sourced from effect's releases.

effect@3.17.13

Patch Changes

effect@3.17.12

Patch Changes

effect@3.17.11

Patch Changes

effect@3.17.10

Patch Changes

  • #5368 3b26094 Thanks @​gcanti! - ## Annotation Behavior

    When you call .annotations on a schema, any identifier annotations that were previously set will now be removed. Identifiers are now always tied to the schema's ast reference (this was the intended behavior).

    Example

    import { JSONSchema, Schema } from "effect"
    const schema = Schema.URL
    console.log(JSON.stringify(JSONSchema.make(schema), null, 2))
    /*
    {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$defs": {
    "URL": {
    "type": "string",
    "description": "a string to be decoded into a URL"
    }
    },
    "$ref": "#/$defs/URL"
    }
    */
    const annotated = Schema.URL.annotations({ description: "description" })
    console.log(JSON.stringify(JSONSchema.make(annotated), null, 2))
    /*
    {

... (truncated)

Changelog

Sourced from effect's changelog.

3.17.13

Patch Changes

3.17.12

Patch Changes

3.17.11

Patch Changes

3.17.10

Patch Changes

  • #5368 3b26094 Thanks @​gcanti! - ## Annotation Behavior

    When you call .annotations on a schema, any identifier annotations that were previously set will now be removed. Identifiers are now always tied to the schema's ast reference (this was the intended behavior).

    Example

    import { JSONSchema, Schema } from "effect"
    const schema = Schema.URL
    console.log(JSON.stringify(JSONSchema.make(schema), null, 2))
    /*
    {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$defs": {
    "URL": {
    "type": "string",
    "description": "a string to be decoded into a URL"
    }
    },
    "$ref": "#/$defs/URL"
    }
    */
    const annotated = Schema.URL.annotations({ description: "description" })

... (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.17.9 to 3.17.13.
- [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.17.13/packages/effect)

---
updated-dependencies:
- dependency-name: effect
  dependency-version: 3.17.13
  dependency-type: direct:development
  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 Sep 8, 2025
@jamesbirtles jamesbirtles merged commit 1ddc2e3 into main Sep 18, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/effect-3.17.13 branch September 18, 2025 11:56
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