loculus-project / loculus

An open-source software package to power microbial genomic databases
https://loculus.org
GNU Affero General Public License v3.0
33 stars 1 forks source link

chore(deps): bump neverthrow from 7.1.0 to 8.0.0 in /website #2735

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps neverthrow from 7.1.0 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
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
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

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 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)