Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade neverthrow from 8.0.0 to 8.1.1 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Genio40921
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade neverthrow from 8.0.0 to 8.1.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.

  • The recommended version was released on 23 days ago.

Release notes
Package name: neverthrow
  • 8.1.1 - 2024-10-25

    Patch Changes

  • 8.1.0 - 2024-10-23

    Minor Changes

  • 8.0.0 - 2024-09-08

    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.

from neverthrow GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None +1 2.61 MB delgado14

🚮 Removed packages: npm/[email protected]

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants