Skip to content

Version Packages#112

Merged
mattiamanzati merged 1 commit intomainfrom
changeset-release/main
Mar 30, 2026
Merged

Version Packages#112
mattiamanzati merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 27, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@effect/tsgo@0.1.1

Patch Changes

  • 9fa65d2: Update the setup CLI to detect existing @typescript/native-preview dependencies and preserve whether they are installed in dependencies or devDependencies.

    When enabling the language service, the setup flow now also adds @typescript/native-preview@latest if it is missing.

  • 604119c: Update the automation so refresh-flake-hash runs as a reusable workflow after
    update-typescript-go completes validation, instead of depending on PR events
    triggered by the GitHub Actions bot.

  • 6284611: Fix effectFnImplicitAny so it only checks the primary Effect.fn callback body instead of reporting helper callback parameters that are contextually typed by the Effect.fn result.

    This avoids false positives for secondary callbacks such as Effect.fn(function* (...) { ... }, (effect, ...args) => ...).

  • cb0d9bb: Fix the flake refresh workflows so TypeScript-Go submodule updates also refresh flake.nix and flake.lock.

    This keeps the Nix flake build inputs aligned with the checked-in submodule and generated shim state.

  • f7584fa: Refactor typeparser and duplicate-package caching to keep checker-local cache state on EffectLinks instead of using process-global cache variables.

    This removes manual cache reset hooks and simplifies repeated package and type lookups without changing diagnostics behavior.

  • ff3c088: Refactor typeparser package export matching to reuse shared package source-file descriptors and canonical checker symbol helpers.

    This removes repeated node-to-module export matching logic across Effect-related recognizers while preserving existing diagnostics and quick-fix behavior.

  • 542440f: Update typescript-go to commit 8a834dad086d6912b091e8b467e98499dab68cd9.

@effect/tsgo-darwin-arm64@0.1.1

@effect/tsgo-darwin-x64@0.1.1

@effect/tsgo-linux-arm@0.1.1

@effect/tsgo-linux-arm64@0.1.1

@effect/tsgo-linux-x64@0.1.1

@effect/tsgo-win32-arm64@0.1.1

@effect/tsgo-win32-x64@0.1.1

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 63d9e5a to c1be1b2 Compare March 30, 2026 07:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from c1be1b2 to d333c49 Compare March 30, 2026 07:45
@mattiamanzati mattiamanzati merged commit ab8e7e8 into main Mar 30, 2026
@mattiamanzati mattiamanzati deleted the changeset-release/main branch March 30, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant