Update bun minor+patch updates #31
Reference in New Issue
Block a user
Delete Branch "renovate/bun-minor-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^0.42.0->^0.44.0^0.205.0->^0.206.0^0.544.0->^0.545.0Release Notes
Effect-TS/language-service (@effect/language-service)
v0.44.0Compare Source
Minor Changes
42c66a1Thanks @mattiamanzati! - AdddiagnosticsNameoption to include rule names in diagnostic messages. When enabled (default: true), diagnostic messages will display the rule name at the end, e.g., "Effect must be yielded or assigned to a variable. effect(floatingEffect)"v0.43.2Compare Source
Patch Changes
0b40c04Thanks @mattiamanzati! - Defer typescript loading in CLIv0.43.1Compare Source
Patch Changes
9ccd800Thanks @mattiamanzati! - Fix handling of leading/trailing slashesv0.43.0Compare Source
Minor Changes
#407
6590590Thanks @mattiamanzati! - Add deterministicKeys diagnostic to enforce consistent key patterns for Services and ErrorsThis new diagnostic helps maintain consistent and unique keys for Effect Services and Tagged Errors by validating them against configurable patterns. The diagnostic is disabled by default and can be enabled via the
deterministicKeysdiagnosticSeverity setting.Two patterns are supported:
default: Constructs keys from package name + file path + class identifier (e.g.,@effect/package/FileName/ClassIdentifier)package-identifier: Uses package name + identifier for flat project structuresExample configuration:
The diagnostic also provides auto-fix code actions to update keys to match the configured patterns.
Patch Changes
#405
f43b3abThanks @mattiamanzati! - Fix wrapWithEffectGen refactor not working on class heritage clausesThe wrapWithEffectGen refactor now correctly skips expressions in heritage clauses (e.g.,
extendsclauses in class declarations) to avoid wrapping them inappropriately.open-telemetry/opentelemetry-js (@opentelemetry/exporter-trace-otlp-http)
v0.206.0Compare Source
lucide-icons/lucide (lucide-react)
v0.545.0: Version 0.545.0Compare Source
What's Changed
flameicon by @jamiemlaw in #3600square-micon by @jguddas in #3549combineicon by @jguddas in #3200building-2icon by @karsa-mistmere in #3509motorbikeicon by @jamiemlaw in #3371Full Changelog: https://github.com/lucide-icons/lucide/compare/0.544.0...0.545.0
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.