Skip to content

build(deps): bump @effect/platform from 0.87.11 to 0.87.12#120

Merged
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/effect/platform-0.87.12
Jul 11, 2025
Merged

build(deps): bump @effect/platform from 0.87.11 to 0.87.12#120
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/effect/platform-0.87.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 11, 2025

Bumps @effect/platform from 0.87.11 to 0.87.12.

Release notes

Sourced from @​effect/platform's releases.

@​effect/platform@​0.87.12

Patch Changes

  • #5177 32ba77a Thanks @​johtso! - Fix KeyValueStore.make type mismatch

  • #5174 d5e25b2 Thanks @​schickling! - feat(platform): add recursive option to FileSystem.watch

    Added a recursive option to FileSystem.watch that allows watching for changes in subdirectories. When set to true, the watcher will monitor changes in all nested directories.

    Note: The recursive option is only supported on macOS and Windows. On other platforms, it will be ignored.

    Example:

    import { FileSystem } from "@effect/platform"
    import { Effect, Stream } from "effect"
    Effect.gen(function* () {
    const fs = yield* FileSystem.FileSystem
    // Watch directory and all subdirectories
    yield* fs
    .watch("src", { recursive: true })
    .pipe(Stream.runForEach(console.log))
    })

Changelog

Sourced from @​effect/platform's changelog.

0.87.12

Patch Changes

  • #5177 32ba77a Thanks @​johtso! - Fix KeyValueStore.make type mismatch

  • #5174 d5e25b2 Thanks @​schickling! - feat(platform): add recursive option to FileSystem.watch

    Added a recursive option to FileSystem.watch that allows watching for changes in subdirectories. When set to true, the watcher will monitor changes in all nested directories.

    Note: The recursive option is only supported on macOS and Windows. On other platforms, it will be ignored.

    Example:

    import { FileSystem } from "@effect/platform"
    import { Effect, Stream } from "effect"
    Effect.gen(function* () {
    const fs = yield* FileSystem.FileSystem
    // Watch directory and all subdirectories
    yield* fs
    .watch("src", { recursive: true })
    .pipe(Stream.runForEach(console.log))
    })

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/platform](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform) from 0.87.11 to 0.87.12.
- [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.87.12/packages/platform)

---
updated-dependencies:
- dependency-name: "@effect/platform"
  dependency-version: 0.87.12
  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 Jul 11, 2025
@github-actions github-actions Bot merged commit 9d85fa8 into Current Jul 11, 2025
6 of 9 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/effect/platform-0.87.12 branch July 11, 2025 11:17
@github-actions github-actions Bot requested a review from NikolaRHristov July 11, 2025 11:17
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