Update dependency @effect/language-service to ^0.41.0 - autoclosed #17

Closed
renovate-bot wants to merge 1 commits from renovate/effect-language-service-0.x into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@effect/language-service ^0.40.0 -> ^0.41.0 age confidence

Release Notes

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

v0.41.1

Compare Source

Patch Changes
  • #​401 394fa8d Thanks @​mattiamanzati! - Add Effect.Tag completion for classes extending Effect

    When typing Effect. in a class that extends Effect, the completion now also suggests Effect.Tag alongside the existing Effect.Service completion. This provides an additional way to define tagged services using the Effect.Tag pattern.

  • #​398 ae323d7 Thanks @​mattiamanzati! - Refactor internal TypeScript API wrappers to TypeScriptApi module for better code organization

  • #​400 6537461 Thanks @​mattiamanzati! - Reuse program package json info cache if available

v0.41.0

Compare Source

Minor Changes
  • #​396 744de40 Thanks @​mattiamanzati! - Add new diagnostic to warn when Effect.Service is used with a primitive type instead of an object type. This diagnostic helps prevent common mistakes where developers try to use primitive values (strings, numbers, etc.) as service types, which is not supported by Effect.Service. The diagnostic suggests wrapping the value in an object or manually using Context.Tag or Effect.Tag for primitive types.

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.40.0` -> `^0.41.0`](https://renovatebot.com/diffs/npm/@effect%2flanguage-service/0.40.1/0.41.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@effect%2flanguage-service/0.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@effect%2flanguage-service/0.40.1/0.41.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Effect-TS/language-service (@&#8203;effect/language-service)</summary> ### [`v0.41.1`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0411) [Compare Source](https://github.com/Effect-TS/language-service/compare/v0.41.0...v0.41.1) ##### Patch Changes - [#&#8203;401](https://github.com/Effect-TS/language-service/pull/401) [`394fa8d`](https://github.com/Effect-TS/language-service/commit/394fa8d2e8077a7788c446f876d0c162640e88f9) Thanks [@&#8203;mattiamanzati](https://github.com/mattiamanzati)! - Add Effect.Tag completion for classes extending Effect When typing `Effect.` in a class that extends Effect, the completion now also suggests `Effect.Tag` alongside the existing `Effect.Service` completion. This provides an additional way to define tagged services using the Effect.Tag pattern. - [#&#8203;398](https://github.com/Effect-TS/language-service/pull/398) [`ae323d7`](https://github.com/Effect-TS/language-service/commit/ae323d791e790019fdb155c67da3196622b5210d) Thanks [@&#8203;mattiamanzati](https://github.com/mattiamanzati)! - Refactor internal TypeScript API wrappers to TypeScriptApi module for better code organization - [#&#8203;400](https://github.com/Effect-TS/language-service/pull/400) [`6537461`](https://github.com/Effect-TS/language-service/commit/6537461915529e356f89a844755cc14f66349265) Thanks [@&#8203;mattiamanzati](https://github.com/mattiamanzati)! - Reuse program package json info cache if available ### [`v0.41.0`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0410) [Compare Source](https://github.com/Effect-TS/language-service/compare/v0.40.1...v0.41.0) ##### Minor Changes - [#&#8203;396](https://github.com/Effect-TS/language-service/pull/396) [`744de40`](https://github.com/Effect-TS/language-service/commit/744de4072f713e31157cd082a7fef8695bb8c7c0) Thanks [@&#8203;mattiamanzati](https://github.com/mattiamanzati)! - Add new diagnostic to warn when `Effect.Service` is used with a primitive type instead of an object type. This diagnostic helps prevent common mistakes where developers try to use primitive values (strings, numbers, etc.) as service types, which is not supported by `Effect.Service`. The diagnostic suggests wrapping the value in an object or manually using `Context.Tag` or `Effect.Tag` for primitive types. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-09-25 14:01:46 +02:00
Update dependency @effect/language-service to ^0.41.0
All checks were successful
Lint / lint (push) Successful in 13s
Build / build (pull_request) Successful in 29s
46228e952e
renovate-bot changed title from Update dependency @effect/language-service to ^0.41.0 to Update dependency @effect/language-service to ^0.41.0 - autoclosed 2025-10-03 16:51:45 +02:00
renovate-bot closed this pull request 2025-10-03 16:51:45 +02:00
All checks were successful
Lint / lint (push) Successful in 13s
Build / build (pull_request) Successful in 29s

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Thilawyn/website#17