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.1.0#646

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/neverthrow-8.1.0
Closed

Bump neverthrow from 6.2.2 to 8.1.0#646
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/neverthrow-8.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 23, 2024

Copy link
Copy Markdown
Contributor

Bumps neverthrow from 6.2.2 to 8.1.0.

Release notes

Sourced from neverthrow's releases.

v8.1.0

Minor Changes

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

... (truncated)

Changelog

Sourced from neverthrow's changelog.

8.1.0

Minor Changes

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

... (truncated)

Commits
  • 351d4fc Merge pull request #596 from supermacro/changeset-release/master
  • 7cf4ccf Version Packages
  • cfcaf3d Merge pull request #597 from supermacro/migrated-to-vitest
  • b6feaff bye bye babel
  • 86832fe Merge pull request #589 from dmmulroy/dmmulroy/symbol-iterator
  • da80693 safeTry should not require .safeUnwrap()
  • 609b398 safeTry should not require .safeUnwrap()
  • ac52282 Merge pull request #582 from supermacro/changeset-release/master
  • 961de27 Version Packages
  • 2d94df3 Merge pull request #484 from braxtonhall/or-else
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [neverthrow](https://github.com/supermacro/neverthrow) from 6.2.2 to 8.1.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.1.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 added dependencies Pull requests that update a dependency file ignore-for-release Exclude from Release Notes. labels Oct 23, 2024
@dependabot @github

dependabot Bot commented on behalf of github Oct 25, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #650.

@dependabot dependabot Bot closed this Oct 25, 2024
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/neverthrow-8.1.0 branch October 25, 2024 21:27
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