8000 chore(deps-dev): bump effect from 3.12.10 to 3.14.6 by dependabot[bot] · Pull Request #26818 · prisma/prisma · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps-dev): bump effect from 3.12.10 to 3.14.6 #26818

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps effect from 3.12.10 to 3.14.6.

Release notes

Sourced from effect's releases.

effect@3.14.6

Patch Changes

  • #4674 47618c1 Thanks @​suddenlyGiovanni! - Improved TsDoc documentation for MutableHashSet module.

  • #4699 6077882 Thanks @​gcanti! - Fix JSONSchema generation for record values that include undefined, closes #4697.

    Before

    import { JSONSchema, Schema } from "effect"
    const schema = Schema.partial(
    S
    8000
    chema.Struct(
    { foo: Schema.Number },
    {
    key: Schema.String,
    value: Schema.Number
    }
    )
    )
    console.log(JSON.stringify(JSONSchema.make(schema), null, 2))
    // throws

    After

    import { JSONSchema, Schema } from "effect"
    const schema = Schema.partial(
    Schema.Struct(
    { foo: Schema.Number },
    {
    key: Schema.String,
    value: Schema.Number
    }
    )
    )
    console.log(JSON.stringify(JSONSchema.make(schema), null, 2))
    /*
    Output:
    {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "required": [],
    "properties": {
    "foo": {

... (truncated)

Changelog

Sourced from effect's changelog.

3.14.6

Patch Changes

  • #4674 47618c1 Thanks @​suddenlyGiovanni! - Improved TsDoc documentation for MutableHashSet module.

  • #4699 6077882 Thanks @​gcanti! - Fix JSONSchema generation for record values that include undefined, closes #4697.

    Before

    import { JSONSchema, Schema } from "effect"
    const schema = Schema.partial(
    Schema.Struct(
    { foo: Schema.Number },
    {
    key: Schema.String,
    value: Schema.Number
    }
    )
    )
    console.log(JSON.stringify(JSONSchema.make(schema), null, 2))
    // throws

    After

    import { JSONSchema, Schema } from "effect"
    const schema = Schema.partial(
    Schema.Struct(
    { foo: Schema.Number },
    {
    key: Schema.String,
    value: Schema.Number
    }
    )
    )
    console.log(JSON.stringify(JSONSchema.make(schema), null, 2))
    /*
    Output:
    {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "required": [],
    "properties": {

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/effect-3.14.6 branch from ee7be38 to d190e06 Compare April 7, 2025 10:48
Bumps [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) from 3.12.10 to 3.14.6.
- [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.14.6/packages/effect)

---
updated-dependencies:
- dependency-name: effect
  dependency-version: 3.14.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/effect-3.14.6 branch from d190e06 to 5e2a69e Compare April 7, 2025 11:47
Copy link
Contributor
github-actions bot commented Apr 7, 2025

size-limit report 📦

Path Size
packages/client/runtime/library.js 400.38 KB (0%)
packages/client/runtime/library.d.ts 81 B (0%)
packages/client/runtime/binary.js 1.27 MB (0%)
packages/client/runtime/binary.d.ts 26 B (0%)
packages/client/runtime/edge.js 335.22 KB (0%)
packages/client/runtime/edge-esm.js 333.87 KB (+0.01% 🔺)
packages/client/runtime/wasm.js 280.53 KB (+0.01% 🔺)
packages/client/runtime/index-browser.js 67.22 KB (0%)
packages/client/runtime/index-browser.d.ts 89 B (0%)
packages/cli/build/index.js 2.57 MB (0%)
packages/client/prisma-client-0.0.0.tgz 5.82 MB (+0.01% 🔺)
packages/cli/prisma-0.0.0.tgz 5.99 MB (+0.01% 🔺)
packages/bundle-size/da-workers-libsql/output.tgz 937.43 KB (0%)
packages/bundle-size/da-workers-neon/output.tgz 1014.46 KB (0%)
packages/bundle-size/da-workers-pg/output.tgz 1020.75 KB (0%)
packages/bundle-size/da-workers-pg-worker/output.tgz 1004.33 KB (0%)
packages/bundle-size/da-workers-planetscale/output.tgz 955.67 KB (0%)
packages/bundle-size/da-workers-d1/output.tgz 1.29 MB (0%)

Copy link
Contributor Author
dependabot bot commented on behalf of github Apr 9, 2025

A newer version of effect exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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
0