Skip to content

Bump the dependencies group with 6 updates - #49

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/dependencies-6818e321c6
Open

Bump the dependencies group with 6 updates#49
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/dependencies-6818e321c6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 6 updates:

Package From To
@effect/platform-node 4.0.0-rc.109 4.0.0-rc.111
effect 4.0.0-rc.109 4.0.0-rc.111
@changesets/cli 3.0.0 3.0.1
adamantite 0.35.0 0.37.0
oxfmt 0.63.0 0.64.0
oxlint 1.78.0 1.79.0

Updates @effect/platform-node from 4.0.0-rc.109 to 4.0.0-rc.111

Release notes

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

@​effect/platform-node@​4.0.0-rc.111

Patch Changes

@​effect/platform-node-shared@​4.0.0-rc.111

Patch Changes

@​effect/platform-node@​4.0.0-rc.110

Patch Changes

@​effect/platform-node-shared@​4.0.0-rc.110

Patch Changes

Commits

Updates effect from 4.0.0-rc.109 to 4.0.0-rc.111

Release notes

Sourced from effect's releases.

effect@4.0.0-rc.111

Patch Changes

  • #7311 0ce3b00 Thanks @​fubhy! - Reject graph shortest-path calculations that overflow or underflow the finite number range.

  • #7352 d846331 Thanks @​nikhilsnayak! - Preserve the Context.mapUnsafe accessor when code is compiled with loose object spread transforms.

  • #7300 f93616f Thanks @​fubhy! - Fix graph index exhaustion, A* path consistency, snapshot validation, Mermaid line endings, and topological initials.

  • #7336 16bf1ef Thanks @​gcanti! - Compact JSON Schema check constraints when they can be safely merged without keyword collisions.

  • #7360 d568968 Thanks @​gcanti! - Add configurable schema representation reference policies and propagate them through JSON Schema and OpenAPI generation. By default, only schemas with resolved identifiers become references. Closes #7357.

  • #7304 bc06292 Thanks @​fubhy! - Add graph snapshots, low-link connectivity analysis, bipartite matching, maximum flow, and minimum cut APIs.

  • #7364 e03ea90 Thanks @​kitlangton! - Fix Deferred completion skipping waiters when an earlier waiter dies during resume. Completing a Deferred with an interrupt cause kills a suspended waiter synchronously inside its resume; the dying waiter's await cleanup spliced the shared resumes array mid-iteration, so the next waiter was never resumed and hung forever. Completion now clears resumes before resuming waiters.

  • #7347 9b10fc8 Thanks @​tim-smart! - Shut down the internal effects queue when ordered concurrent channel mapping closes.

  • #7335 770c6d0 Thanks @​tim-smart! - Fix Effect.fn binding the final transform as the generator body when using the { self } overload.

  • #7344 7425bcb Thanks @​tim-smart! - Ensure fiber observer cancellation during exit does not skip remaining observers.

  • #7301 563815a Thanks @​fubhy! - Preserve depth-first traversal order with finite radii and validate A* heuristics for trivial paths.

  • #7350 1e83ca1 Thanks @​tim-smart! - Align in-memory workflow interrupt finalization with the cluster workflow engine.

  • #7316 550a41a Thanks @​tim-smart! - Update dependencies across the Effect workspace.

  • #7306 45d79c7 Thanks @​fubhy! - Add bulk node and edge removal operations, and disallow graph mutations from callbacks that traverse or transform the same graph.

  • #7317 aac8584 Thanks @​tim-smart! - Fix Match.value terminal combinators failing to typecheck when the input contains a generic type parameter.

    The fifth type argument of Matcher for value matchers is now ValueFlavor, and ValueMatcher has a seventh flavor argument; update hand-written annotations accordingly.

  • #7361 7f87022 Thanks @​tim-smart! - Merge effect and finalizer failures during cleanup, preserving other failures alongside Cause.Done.

  • #7326 425457c Thanks @​tim-smart! - Emit mixed struct and record schema types as intersections, preventing optional properties in open OpenAPI objects from conflicting with their index signature.

  • #7324 008c423 Thanks @​tim-smart! - Allow path-level common parameters in OpenAPI generator input types.

  • #7359 4f6ae04 Thanks @​gcanti! - Add dual standalone functions for reading and updating values through optics, closes #7299.

  • #7250 b6b63e1 Thanks @​xianjianlf2! - Preserve JSON.rawJSON values when cloning cached OpenAPI specs.

  • #7351 92922ee Thanks @​tim-smart! - Preserve unsafe in-memory workflow interrupts across replay.

... (truncated)

Changelog

Sourced from effect's changelog.

4.0.0-rc.111

Patch Changes

  • #7311 0ce3b00 Thanks @​fubhy! - Reject graph shortest-path calculations that overflow or underflow the finite number range.

  • #7352 d846331 Thanks @​nikhilsnayak! - Preserve the Context.mapUnsafe accessor when code is compiled with loose object spread transforms.

  • #7300 f93616f Thanks @​fubhy! - Fix graph index exhaustion, A* path consistency, snapshot validation, Mermaid line endings, and topological initials.

  • #7336 16bf1ef Thanks @​gcanti! - Compact JSON Schema check constraints when they can be safely merged without keyword collisions.

  • #7360 d568968 Thanks @​gcanti! - Add configurable schema representation reference policies and propagate them through JSON Schema and OpenAPI generation. By default, only schemas with resolved identifiers become references. Closes #7357.

  • #7304 bc06292 Thanks @​fubhy! - Add graph snapshots, low-link connectivity analysis, bipartite matching, maximum flow, and minimum cut APIs.

  • #7364 e03ea90 Thanks @​kitlangton! - Fix Deferred completion skipping waiters when an earlier waiter dies during resume. Completing a Deferred with an interrupt cause kills a suspended waiter synchronously inside its resume; the dying waiter's await cleanup spliced the shared resumes array mid-iteration, so the next waiter was never resumed and hung forever. Completion now clears resumes before resuming waiters.

  • #7347 9b10fc8 Thanks @​tim-smart! - Shut down the internal effects queue when ordered concurrent channel mapping closes.

  • #7335 770c6d0 Thanks @​tim-smart! - Fix Effect.fn binding the final transform as the generator body when using the { self } overload.

  • #7344 7425bcb Thanks @​tim-smart! - Ensure fiber observer cancellation during exit does not skip remaining observers.

  • #7301 563815a Thanks @​fubhy! - Preserve depth-first traversal order with finite radii and validate A* heuristics for trivial paths.

  • #7350 1e83ca1 Thanks @​tim-smart! - Align in-memory workflow interrupt finalization with the cluster workflow engine.

  • #7316 550a41a Thanks @​tim-smart! - Update dependencies across the Effect workspace.

  • #7306 45d79c7 Thanks @​fubhy! - Add bulk node and edge removal operations, and disallow graph mutations from callbacks that traverse or transform the same graph.

  • #7317 aac8584 Thanks @​tim-smart! - Fix Match.value terminal combinators failing to typecheck when the input contains a generic type parameter.

    The fifth type argument of Matcher for value matchers is now ValueFlavor, and ValueMatcher has a seventh flavor argument; update hand-written annotations accordingly.

  • #7361 7f87022 Thanks @​tim-smart! - Merge effect and finalizer failures during cleanup, preserving other failures alongside Cause.Done.

  • #7326 425457c Thanks @​tim-smart! - Emit mixed struct and record schema types as intersections, preventing optional properties in open OpenAPI objects from conflicting with their index signature.

  • #7324 008c423 Thanks @​tim-smart! - Allow path-level common parameters in OpenAPI generator input types.

  • #7359 4f6ae04 Thanks @​gcanti! - Add dual standalone functions for reading and updating values through optics, closes #7299.

  • #7250 b6b63e1 Thanks @​xianjianlf2! - Preserve JSON.rawJSON values when cloning cached OpenAPI specs.

... (truncated)

Commits
  • 648f566 Version Packages (rc) (#7297)
  • e03ea90 fix(Deferred): clear resumes before resuming waiters on completion (#7364)
  • a47cbf1 Add Match.fn selector matchers (#7363)
  • 39b55f8 Preserve encoded AI tool parameters for manual resolution (#7362)
  • 7f87022 Merge resource usage and finalizer failures (#7361)
  • d846331 Preserve Context accessor with loose object spread (#7352)
  • ffc8235 Add RPC HTTP stream backpressure (#7358)
  • d568968 Add configurable schema reference policies, closes #7357 (#7360)
  • 4f6ae04 Add standalone dual Optic functions, closes #7299 (#7359)
  • b44636f Schema: avoid projecting checks and annotations through artificial JSON encod...
  • Additional commits viewable in compare view

Updates @changesets/cli from 3.0.0 to 3.0.1

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​3.0.1

Patch Changes

Changelog

Sourced from @​changesets/cli's changelog.

3.0.1

Patch Changes

Commits

Updates adamantite from 0.35.0 to 0.37.0

Release notes

Sourced from adamantite's releases.

adamantite@0.37.0

Minor Changes

  • #382 a70fd83 Thanks @​adelrodriguez! - Adopt the React Compiler rules that replace react/react-compiler in oxlint 1.79.0

    oxlint 1.79.0 removed the nursery react/react-compiler rule and split it into per-category React Compiler rules. The react preset now enables the correctness rules (error-boundaries, globals, immutability, incompatible-library, preserve-manual-memoization, purity, refs, set-state-in-effect, set-state-in-render, static-components, use-memo, void-use-memo), the suspicious rules (capitalized-calls, hooks, memo-dependencies), and the perf rule no-deriving-state-in-effects as errors. exhaustive-effect-dependencies stays off because it duplicates the diagnostics react/exhaustive-deps already reports, and the restriction-category rules (invariant, rule-suppression, syntax, todo, unsupported-syntax) stay off because they only apply to codebases running the React Compiler build.

    Breaking behavior: oxlint 1.79.0 fails to load any config that still references the removed rule — linting stays completely down until the reference is gone. Projects that only extend the Adamantite presets are covered by this release, but if your own oxlint.config.ts overrides react/react-compiler (for example to turn it off), delete that entry when you update. Managed projects install oxlint 1.79.0 on the next adamantite update.

  • #381 e60bfb5 Thanks @​adelrodriguez! - Add Astro formatting to the Zed preset and migrate stale Zed oxfmt settings

    The Zed preset now formats .astro files through Zed's managed Prettier with prettier-plugin-astro (oxfmt cannot format Astro), mirroring Zed's shipped defaults, and explicitly disables Prettier for the languages oxfmt owns so the two formatters never compete. A new migration removes settings the old Zed preset wrote under the oxfmt language server that the formatter never reads (configPath, typeAware, unusedDisableDirectives, and the deprecated fmt.experimental); only exact value matches are removed, so user-edited values survive.

adamantite@0.36.0

Minor Changes

  • #372 02f9064 Thanks @​adelrodriguez! - Add the antislop lint preset, a vendored build of anti-slop that rejects low-evidence, low-signal TypeScript and JavaScript patterns. Extend adamantite/lint/antislop alongside the core preset, or select it during adamantite init; nothing extra needs to be installed. Note that the preset also turns off two core rules that conflict with the anti-slop rules: typescript/consistent-indexed-object-style (its autofix produces code that anti-slop/no-known-value-widening re-flags) and unicorn/no-immediate-mutation. The init preset prompt now also shows a one-line description for every preset.

  • #373 79fea78 Thanks @​adelrodriguez! - Add canonical ignorePatterns (dependencies, build output, generated code) to the core lint preset, exported both on the preset and as a named export. Oxlint does not merge ignorePatterns from extended configs, so generated oxlint.config.ts files now hoist core.ignorePatterns onto the root config, appending any project-specific patterns carried over from a legacy config.

Patch Changes

  • #379 2e3262b Thanks @​adelrodriguez! - Surface GitHub Actions setup failures during adamantite init instead of silently continuing. When the workflow cannot be written, init now warns with the underlying reason and a recovery hint. doctor and update also assess integrations concurrently and read package.json once per assessment pass instead of once per integration.

  • #378 ed71957 Thanks @​adelrodriguez! - Stop shipping the raw presets/*.ts sources in the npm package. The published tarball now contains only the compiled dist/presets output that the package exports already point to, which removes duplicate files and shrinks the unpacked size from 311 kB to 196 kB.

Changelog

Sourced from adamantite's changelog.

0.37.0

Minor Changes

  • #382 a70fd83 Thanks @​adelrodriguez! - Adopt the React Compiler rules that replace react/react-compiler in oxlint 1.79.0

    oxlint 1.79.0 removed the nursery react/react-compiler rule and split it into per-category React Compiler rules. The react preset now enables the correctness rules (error-boundaries, globals, immutability, incompatible-library, preserve-manual-memoization, purity, refs, set-state-in-effect, set-state-in-render, static-components, use-memo, void-use-memo), the suspicious rules (capitalized-calls, hooks, memo-dependencies), and the perf rule no-deriving-state-in-effects as errors. exhaustive-effect-dependencies stays off because it duplicates the diagnostics react/exhaustive-deps already reports, and the restriction-category rules (invariant, rule-suppression, syntax, todo, unsupported-syntax) stay off because they only apply to codebases running the React Compiler build.

    Breaking behavior: oxlint 1.79.0 fails to load any config that still references the removed rule — linting stays completely down until the reference is gone. Projects that only extend the Adamantite presets are covered by this release, but if your own oxlint.config.ts overrides react/react-compiler (for example to turn it off), delete that entry when you update. Managed projects install oxlint 1.79.0 on the next adamantite update.

  • #381 e60bfb5 Thanks @​adelrodriguez! - Add Astro formatting to the Zed preset and migrate stale Zed oxfmt settings

    The Zed preset now formats .astro files through Zed's managed Prettier with prettier-plugin-astro (oxfmt cannot format Astro), mirroring Zed's shipped defaults, and explicitly disables Prettier for the languages oxfmt owns so the two formatters never compete. A new migration removes settings the old Zed preset wrote under the oxfmt language server that the formatter never reads (configPath, typeAware, unusedDisableDirectives, and the deprecated fmt.experimental); only exact value matches are removed, so user-edited values survive.

0.36.0

Minor Changes

  • #372 02f9064 Thanks @​adelrodriguez! - Add the antislop lint preset, a vendored build of anti-slop that rejects low-evidence, low-signal TypeScript and JavaScript patterns. Extend adamantite/lint/antislop alongside the core preset, or select it during adamantite init; nothing extra needs to be installed. Note that the preset also turns off two core rules that conflict with the anti-slop rules: typescript/consistent-indexed-object-style (its autofix produces code that anti-slop/no-known-value-widening re-flags) and unicorn/no-immediate-mutation. The init preset prompt now also shows a one-line description for every preset.

  • #373 79fea78 Thanks @​adelrodriguez! - Add canonical ignorePatterns (dependencies, build output, generated code) to the core lint preset, exported both on the preset and as a named export. Oxlint does not merge ignorePatterns from extended configs, so generated oxlint.config.ts files now hoist core.ignorePatterns onto the root config, appending any project-specific patterns carried over from a legacy config.

Patch Changes

  • #379 2e3262b Thanks @​adelrodriguez! - Surface GitHub Actions setup failures during adamantite init instead of silently continuing. When the workflow cannot be written, init now warns with the underlying reason and a recovery hint. doctor and update also assess integrations concurrently and read package.json once per assessment pass instead of once per integration.

  • #378 ed71957 Thanks @​adelrodriguez! - Stop shipping the raw presets/*.ts sources in the npm package. The published tarball now contains only the compiled dist/presets output that the package exports already point to, which removes duplicate files and shrinks the unpacked size from 311 kB to 196 kB.

Commits
  • 38cbeb0 Version Packages (#384)
  • e60bfb5 Add Astro Prettier support, disable Prettier for oxfmt languages, and migrate...
  • 9f1ebad Property-test core invariants with fast-check and pin two serializer bugs (#383)
  • a70fd83 Replace react/react-compiler with oxlint 1.79's React Compiler rule set (#382)
  • e095a34 Extract CLI smoke tests into a dedicated test:build script (#380)
  • 310061d Version Packages (#374)
  • 2e3262b Surface init CI setup failures and cut redundant work in doctor and update (#...
  • ed71957 Run tests on an in-memory FileSystem and slim the build pipeline (#378)
  • 4e4e992 Move development to pnpm, tsdown, and Effect Vitest (#375)
  • 77e7241 Remove OpenCode workflow (#377)
  • Additional commits viewable in compare view

Updates oxfmt from 0.63.0 to 0.64.0

Changelog

Sourced from oxfmt's changelog.

[0.64.0] - 2026-08-18

🚀 Features

  • c07fe7c oxfmt: Support experimentalOperatorPosition (#25643) (leaysgur)

📚 Documentation

  • fed6681 oxfmt: Skip expanding overrides options (#25572) (leaysgur)

[0.62.0] - 2026-08-03

🐛 Bug Fixes

  • e6e584b oxfmt: Type jsdoc. enum options (#25008) (leaysgur)

[0.59.0] - 2026-07-13

🐛 Bug Fixes

  • 415fe1e oxfmt: Error on ignorePatterns that cannot match files outside the config directory (#24286) (leaysgur)

[0.55.0] - 2026-06-15

🚀 Features

  • 9a2788b linter/unicorn: Implement prefer-export-from rule (#22935) (AliceLanniste)

[0.54.0] - 2026-06-08

📚 Documentation

  • dadafe3 oxlint, oxfmt: Mention migrate skills in npm READMEs (#22965) (Boshen)
  • f88961a oxfmt: Annotate each config option with supported languages (#22953) (leaysgur)

[0.52.0] - 2026-05-26

🚀 Features

  • 16b8058 oxfmt: Support vite-plus/resolveConfig for vite.config.ts (#22454) (leaysgur)

[0.50.0] - 2026-05-15

🐛 Bug Fixes

  • 43b9978 formatter/sort_imports: Treat subpath imports as internal (#22440) (leaysgur)

[0.49.0] - 2026-05-11

🚀 Features

... (truncated)

Commits

Updates oxlint from 1.78.0 to 1.79.0

Changelog

Sourced from oxlint's changelog.

[1.79.0] - 2026-08-18

💥 BREAKING CHANGES

  • 8c4552d linter: [BREAKING] Split react/react-compiler into per-category rules (#25500) (Boshen)

🐛 Bug Fixes

  • 228e8e0 linter: Resolve inactive React compiler rules (#25830) (Boshen)
  • aa49d86 linter: Allow spread rule options in config types (#25675) (ch3rry)
  • 36f8451 linter/eslint/no-eval: Align indirect default with ESLint (#25656) (camc314)
  • beb724d linter/eslint/no-unused-vars: Report bare underscore parameters (#25663) (camc314)
  • 4004c10 linter/eslint/no-irregular-whitespace: Check comments by default (#25660) (camc314)
  • 285820e linter/no-large-snapshots: Precompile and document allowed snapshot matchers (#25611) (Mikhail Baev)
  • 4df5835 linter: Allow capitalized built-in calls (#25516) (Boshen)
Commits
  • 0db127c release(apps): oxlint v1.79.0 && oxfmt v0.64.0 (#25866)
  • 228e8e0 fix(linter): resolve inactive React compiler rules (#25830)
  • aa49d86 fix(linter): allow spread rule options in config types (#25675)
  • 8922381 refactor(linter): remove inactive react config rule (#25740)
  • 8c4552d feat(linter)!: split react/react-compiler into per-category rules (#25500)
  • 36f8451 fix(linter/eslint/no-eval): align indirect default with ESLint (#25656)
  • beb724d fix(linter/eslint/no-unused-vars): report bare underscore parameters (#25663)
  • 4004c10 fix(linter/eslint/no-irregular-whitespace): check comments by default (#25660)
  • 285820e fix(linter/no-large-snapshots): precompile and document allowed snapshot matc...
  • 4df5835 fix(linter): allow capitalized built-in calls (

Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@effect/platform-node](https://github.com/Effect-TS/effect/tree/HEAD/packages/platform-node) | `4.0.0-rc.109` | `4.0.0-rc.111` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `4.0.0-rc.109` | `4.0.0-rc.111` |
| [@changesets/cli](https://github.com/changesets/changesets/tree/HEAD/packages/cli) | `3.0.0` | `3.0.1` |
| [adamantite](https://github.com/adelrodriguez/adamantite) | `0.35.0` | `0.37.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.63.0` | `0.64.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.78.0` | `1.79.0` |


Updates `@effect/platform-node` from 4.0.0-rc.109 to 4.0.0-rc.111
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Commits](https://github.com/Effect-TS/effect/commits/@effect/platform-node@4.0.0-rc.111/packages/platform-node)

Updates `effect` from 4.0.0-rc.109 to 4.0.0-rc.111
- [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@4.0.0-rc.111/packages/effect)

Updates `@changesets/cli` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/cli@3.0.1/packages/cli)

Updates `adamantite` from 0.35.0 to 0.37.0
- [Release notes](https://github.com/adelrodriguez/adamantite/releases)
- [Changelog](https://github.com/adelrodriguez/adamantite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/adelrodriguez/adamantite/compare/v0.35.0...adamantite@0.37.0)

Updates `oxfmt` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.64.0/npm/oxfmt)

Updates `oxlint` from 1.78.0 to 1.79.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.79.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: "@effect/platform-node"
  dependency-version: 4.0.0-rc.111
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: effect
  dependency-version: 4.0.0-rc.111
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@changesets/cli"
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: adamantite
  dependency-version: 0.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: oxfmt
  dependency-version: 0.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: oxlint
  dependency-version: 1.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Aug 23, 2026
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.

0 participants