Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Bump neverthrow from 6.2.2 to 8.0.0#554

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/neverthrow-8.0.0
Closed

Bump neverthrow from 6.2.2 to 8.0.0#554
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/neverthrow-8.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps neverthrow from 6.2.2 to 8.0.0.

Release notes

Sourced from neverthrow's releases.

v8.0.0

Major Changes

  • #484 09faf35 Thanks @​braxtonhall! - Allow orElse method to change ok types. This makes the orElse types match the implementation.

    This is a breaking change for the orElse type argument list, as the ok type must now be provided before the err type.

    - result.orElse<ErrType>(foo)
    + result.orElse<OkType, ErrType>(foo)

    This only applies if type arguments were explicitly provided at an orElse callsite. If the type arguments were inferred, no updates are needed during the upgrade.

v7.2.0

Minor Changes

  • #562 547352f Thanks @​sharno! - change the return type of safeTry to be ResultAsync<T, E> instead of Promise<Result<T, E>> for better composability

v7.1.0

Minor Changes

Patch Changes

v7.0.1

Patch Changes

v7.0.0

Major Changes

  • #553 5a3af0a Thanks @​m-shaka! - Declare the minimum supported Node.js version

    Neverthrow does not depend on any Node.js version-specific features, so it should work with any version of Node.js that supports ES6 and other runtimes like Browser, Deno, etc.

... (truncated)

Changelog

Sourced from neverthrow's changelog.

8.0.0

Major Changes

  • #484 09faf35 Thanks @​braxtonhall! - Allow orElse method to change ok types. This makes the orElse types match the implementation.

    This is a breaking change for the orElse type argument list, as the ok type must now be provided before the err type.

    - result.orElse<ErrType>(foo)
    + result.orElse<OkType, ErrType>(foo)

    This only applies if type arguments were explicitly provided at an orElse callsite. If the type arguments were inferred, no updates are needed during the upgrade.

7.2.0

Minor Changes

  • #562 547352f Thanks @​sharno! - change the return type of safeTry to be ResultAsync<T, E> instead of Promise<Result<T, E>> for better composability

7.1.0

Minor Changes

Patch Changes

7.0.1

Patch Changes

7.0.0

Major Changes

... (truncated)

Commits
  • ac52282 Merge pull request #582 from supermacro/changeset-release/master
  • 961de27 Version Packages
  • 2d94df3 Merge pull request #484 from braxtonhall/or-else
  • 378b3e5 Merge branch 'master' into or-else
  • 2d6e1dd Merge pull request #577 from supermacro/changeset-release/master
  • 55cd905 Merge branch 'master' into or-else
  • 35dae5f Version Packages
  • 45d1aab Merge pull request #562 from sharno/safeTry-to-ResultAsync
  • 16452c9 Merge branch 'master' into safeTry-to-ResultAsync
  • 5eb8661 Merge pull request #568 from mattpocock/matt/added-a-local-ci-command
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ignore-for-release Exclude from Release Notes. labels Sep 9, 2024
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Sep 9, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/neverthrow-8.0.0 branch 2 times, most recently from d1d1301 to ae28c5e Compare September 16, 2024 21:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/neverthrow-8.0.0 branch 2 times, most recently from 1e8e6ac to a40611d Compare September 24, 2024 21:29
Bumps [neverthrow](https://github.com/supermacro/neverthrow) from 6.2.2 to 8.0.0.
- [Release notes](https://github.com/supermacro/neverthrow/releases)
- [Changelog](https://github.com/supermacro/neverthrow/blob/master/CHANGELOG.md)
- [Commits](supermacro/neverthrow@v6.2.2...v8.0.0)

---
updated-dependencies:
- dependency-name: neverthrow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/neverthrow-8.0.0 branch from a40611d to 8e4d809 Compare October 9, 2024 21:33
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2024

Superseded by #646.

@dependabot dependabot bot closed this Oct 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/neverthrow-8.0.0 branch October 23, 2024 21:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

@apps/backend dependencies Pull requests that update a dependency file ignore-for-release Exclude from Release Notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants