Update bun minor+patch updates #68
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.55.0->^0.58.0^0.83.0->^0.86.0^0.100.0->^0.103.0^0.207.0->^0.208.0^0.25.9->^0.27.0^0.552.0->^0.555.0Release Notes
Effect-TS/language-service (@effect/language-service)
v0.58.0Compare Source
Minor Changes
#505
31cff49Thanks @clayroach! - EnhancediagnosticsCLI command with new options for CI/CD integration and tooling:--format: Output format selection (json,pretty,text,github-actions)json: Machine-readable JSON output with structured diagnostics and summarypretty: Colored output with context (default, original behavior)text: Plain text output without colorsgithub-actions: GitHub Actions workflow commands for inline PR annotations--strict: Treat warnings as errors (affects exit code)--severity: Filter diagnostics by severity level (comma-separated:error,warning,message)Exit codes: Returns exit code 1 when errors are found (or warnings in strict mode)
Example usage:
Closes Effect-TS/effect #5180.
v0.57.1Compare Source
Patch Changes
#503
857e43eThanks @mattiamanzati! - Add codefix torunEffectInsideEffectdiagnostic that automatically transformsEffect.run*calls to useRuntime.run*when inside nested Effect contexts. The codefix will extract or reuse an existing Effect runtime and replace the direct Effect run call with the appropriate Runtime method.Example:
v0.57.0Compare Source
Minor Changes
#500
acc2d43Thanks @mattiamanzati! - Add newannotatecodegen that automatically adds type annotations to exported constants based on their initializer types. This codegen can be used by adding// @​effect-codegens annotatecomments above variable declarations.Example:
The codegen automatically detects the type from the initializer and adds the appropriate type annotation, making code more explicit and type-safe.
#497
b188b74Thanks @mattiamanzati! - Add new diagnosticunnecessaryFailYieldableErrorthat warns when usingyield* Effect.fail()with yieldable error types. The diagnostic suggests yielding the error directly instead of wrapping it withEffect.fail(), as yieldable errors (likeData.TaggedErrorandSchema.TaggedError) can be yielded directly in Effect generators.Example:
v0.56.0Compare Source
Minor Changes
#494
9b3edf0Thanks @mattiamanzati! - AddcodegenCLI command to automatically update Effect codegensThis release introduces a new CLI command
effect-language-service codegenthat allows you to automatically update Effect codegens in your TypeScript files from the command line. The command scans files containing@effect-codegensdirectives and applies the necessary code transformations.Usage:
effect-language-service codegen --file <path>- Update a specific fileeffect-language-service codegen --project <tsconfig.json>- Update all files in a projecteffect-language-service codegen --verbose- Show detailed output during processingExample:
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.
Effect-TS/effect (@effect/platform-bun)
v0.86.0Compare Source
Patch Changes
811852a]:v0.85.0Compare Source
Patch Changes
v0.84.0Compare Source
Patch Changes
794c790,079975c,62f7636]:Effect-TS/effect (@effect/platform-node)
v0.103.0Compare Source
Patch Changes
811852a]:v0.102.0Compare Source
Patch Changes
v0.101.2Compare Source
Patch Changes
#5797
8ebd29eThanks @tim-smart! - use original status code if headers have already been sentUpdated dependencies [
a2d965d,8ebd29e]:v0.101.1Compare Source
Patch Changes
#5783
8b879fbThanks @tim-smart! - add EntityResource.makeK8sPodUpdated dependencies [
8b879fb]:v0.101.0Compare Source
Patch Changes
794c790,079975c,62f7636]:open-telemetry/opentelemetry-js (@opentelemetry/exporter-trace-otlp-http)
v0.208.0Compare Source
evanw/esbuild (esbuild)
v0.27.0Compare Source
This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of
esbuildin yourpackage.jsonfile (recommended) or be using a version range syntax that only accepts patch upgrades such as^0.26.0or~0.26.0. See npm's documentation about semver for more information.Use
Uint8Array.fromBase64if available (#4286)With this release, esbuild's
binaryloader will now use the newUint8Array.fromBase64function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specifytargetwhen using this feature with Node (for example--target=node22) unless you're using Node v25+.Update the Go compiler from v1.23.12 to v1.25.4 (#4208, #4311)
This raises the operating system requirements for running esbuild:
v0.26.0Compare Source
Enable trusted publishing (#4281)
GitHub and npm are recommending that maintainers for packages such as esbuild switch to trusted publishing. With this release, a VM on GitHub will now build and publish all of esbuild's packages to npm instead of me. In theory.
Unfortunately there isn't really a way to test that this works other than to do it live. So this release is that live test. Hopefully this release is uneventful and is exactly the same as the previous one (well, except for the green provenance attestation checkmark on npm that happens with trusted publishing).
lucide-icons/lucide (lucide-react)
v0.555.0: Version 0.555.0Compare Source
What's Changed
calendarsicon by @jguddas in #3795waves-arrow-upandwaves-arrow-downby @ericfennis in #3463scaleicon by @jamiemlaw in #3800formicon by @jguddas in #3558Full Changelog: https://github.com/lucide-icons/lucide/compare/0.554.0...0.555.0
v0.554.0: Version 0.554.0Compare Source
What's Changed
ampersandicon by @jguddas in #3771folder-git-2icon by @jguddas in #3790anchoricon by @jamiemlaw in #2523calendarsicon by @jguddas in #3788Breaking change
For
lucide-reactandlucide-solid, imports forFingerprinticon are changed toFingerprintPattern.Lucide React
Lucide Solid
New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.553.0...0.554.0
v0.553.0: Version 0.553.0Compare Source
What's Changed
mouse-pointer-2-officon by @domingasp in #3570ruler-dimension-lineicon by @karsa-mistmere in #3433classNameprop by @ocavue in #3751New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/0.552.0...0.553.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.