Closed renovate[bot] closed 2 months ago
[!CAUTION]
Review failed
The pull request is closed.
The changes involve updating the import statements for the neverthrow
library across multiple files from version 7.0.1
to 7.1.0
. This update affects how asynchronous results are handled in the code, potentially introducing new features, improvements, or bug fixes associated with the library.
Files | Change Summary |
---|---|
config/karabiner/queries/close-window.ts , config/karabiner/queries/focus-in-display.ts , config/karabiner/queries/focus-space.ts , config/karabiner/queries/move-space.ts , config/karabiner/queries/move-window.ts |
Updated import of neverthrow from version 7.0.1 to 7.1.0 . |
scripts/tasks/chsh-to-fish.ts , scripts/tasks/install-brew.ts , scripts/tasks/show-fishpath.ts |
Updated import of neverthrow from version 7.0.1 to 7.1.0 . |
sequenceDiagram
participant A as Code
participant B as neverthrow Library
A->>B: Importing version 7.1.0
B-->>A: New features and improvements
🐰
In the code where rabbits play,
A new version hops in today!
With neverthrow's bright, shiny glow,
Async magic now will flow.
Bugs and fixes, all in sight,
Hooray for changes, oh what delight!
🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR contains the following updates:
7.0.1
->7.1.0
Release Notes
supermacro/neverthrow (neverthrow)
### [`v7.1.0`](https://togithub.com/supermacro/neverthrow/blob/HEAD/CHANGELOG.md#710) [Compare Source](https://togithub.com/supermacro/neverthrow/compare/v7.0.1...v7.1.0) ##### Minor Changes - [#467](https://togithub.com/supermacro/neverthrow/pull/467) [`4b9d2fd`](https://togithub.com/supermacro/neverthrow/commit/4b9d2fdaf03223945068509f948b57194732aa03) Thanks [@untidy-hair ](https://togithub.com/untidy-hair)! - feat: add `andTee` and `andThrough` to handle side-effect ##### Patch Changes - [#483](https://togithub.com/supermacro/neverthrow/pull/483) [`96f7f66`](https://togithub.com/supermacro/neverthrow/commit/96f7f669ac83be705a389d47ed804e9d44a13932) Thanks [@braxtonhall](https://togithub.com/braxtonhall)! - Fix `combineWithAllErrors` types - [#563](https://togithub.com/supermacro/neverthrow/pull/563) [`eadf50c`](https://togithub.com/supermacro/neverthrow/commit/eadf50c695db896b8841c0ee301ae5eeba994b90) Thanks [@mattpocock](https://togithub.com/mattpocock)! - Made err() infer strings narrowly for easier error tagging.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
neverthrow
library to version 7.1.0, which may enhance error handling and improve performance across various functionalities.neverthrow
library that could positively impact user experience.