Update dependency @effect/language-service to ^0.56.0 #23

Merged
Thilawyn merged 1 commits from renovate/bun-minor-patch into next 2025-11-16 01:29:55 +01:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@effect/language-service ^0.55.3 -> ^0.56.0 age confidence

Release Notes

Effect-TS/language-service (@​effect/language-service)

v0.56.0

Compare Source

Minor Changes
  • #​494 9b3edf0 Thanks @​mattiamanzati! - Add codegen CLI command to automatically update Effect codegens

    This release introduces a new CLI command effect-language-service codegen that allows you to automatically update Effect codegens in your TypeScript files from the command line. The command scans files containing @effect-codegens directives and applies the necessary code transformations.

    Usage:

    • effect-language-service codegen --file <path> - Update a specific file
    • effect-language-service codegen --project <tsconfig.json> - Update all files in a project
    • effect-language-service codegen --verbose - Show detailed output during processing

    Example:

    # Update a single file
    effect-language-service codegen --file src/MyService.ts
    
    # Update entire project
    effect-language-service codegen --project tsconfig.json --verbose
    

    This is particularly useful for CI/CD pipelines or batch processing scenarios where you want to ensure all codegens are up-to-date without manual editor intervention.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@effect/language-service](https://github.com/Effect-TS/language-service) | [`^0.55.3` -> `^0.56.0`](https://renovatebot.com/diffs/npm/@effect%2flanguage-service/0.55.5/0.56.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@effect%2flanguage-service/0.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@effect%2flanguage-service/0.55.5/0.56.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Effect-TS/language-service (@&#8203;effect/language-service)</summary> ### [`v0.56.0`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0560) [Compare Source](https://github.com/Effect-TS/language-service/compare/v0.55.5...v0.56.0) ##### Minor Changes - [#&#8203;494](https://github.com/Effect-TS/language-service/pull/494) [`9b3edf0`](https://github.com/Effect-TS/language-service/commit/9b3edf0ddc18f5a1fc697aa1d5a6bf4cc9431d19) Thanks [@&#8203;mattiamanzati](https://github.com/mattiamanzati)! - Add `codegen` CLI command to automatically update Effect codegens This release introduces a new CLI command `effect-language-service codegen` that allows you to automatically update Effect codegens in your TypeScript files from the command line. The command scans files containing `@effect-codegens` directives and applies the necessary code transformations. **Usage:** - `effect-language-service codegen --file <path>` - Update a specific file - `effect-language-service codegen --project <tsconfig.json>` - Update all files in a project - `effect-language-service codegen --verbose` - Show detailed output during processing **Example:** ```bash # Update a single file effect-language-service codegen --file src/MyService.ts # Update entire project effect-language-service codegen --project tsconfig.json --verbose ``` This is particularly useful for CI/CD pipelines or batch processing scenarios where you want to ensure all codegens are up-to-date without manual editor intervention. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTEuMCIsInRhcmdldEJyYW5jaCI6Im5leHQiLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-11-14 13:01:23 +01:00
Update dependency @effect/language-service to ^0.56.0
All checks were successful
Lint / lint (push) Successful in 12s
Test build / test-build (pull_request) Successful in 18s
85ed37b591
Thilawyn added 2 commits 2025-11-16 01:29:48 +01:00
Update dependency @effect/language-service to ^0.56.0
All checks were successful
Lint / lint (push) Successful in 12s
Test build / test-build (pull_request) Successful in 18s
85ed37b591
Update dependency @effect/language-service to ^0.56.0
All checks were successful
Lint / lint (push) Successful in 39s
Test build / test-build (pull_request) Successful in 18s
610c1bf759
Thilawyn merged commit cd17be8c6d into next 2025-11-16 01:29:55 +01:00
Thilawyn deleted branch renovate/bun-minor-patch 2025-11-16 01:29:55 +01:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Thilawyn/effect-fc#23