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 opossum from 5.1.3 to 6.2.1 #62

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade opossum from 5.1.3 to 6.2.1.

merge advice
ℹ️ 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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 5 versions ahead of your current version.
  • The recommended version was released 5 months ago, on 2021-08-23.
Release notes
Package name: opossum
  • 6.2.1 - 2021-08-23

    Bug Fixes

    • @ babel/core, @ babel/preset-env (#582) (b5291ac)
    • upgrade coveralls from 3.1.0 to 3.1.1 (#590) (211dffa)
    • upgrade documentation from 13.1.1 to 13.2.5 (#583) (b9d7bc2)
    • upgrade eslint from 7.24.0 to 7.29.0 (#585) (c4570f8)
    • upgrade eslint from 7.29.0 to 7.30.0 (#592) (2747b82)
    • upgrade eslint from 7.30.0 to 7.31.0 (#594) (536b312)
    • upgrade eslint from 7.31.0 to 7.32.0 (#597) (1e7ca08)
    • upgrade eslint-config-standard from 16.0.2 to 16.0.3 (#589) (ec1c3de)
    • upgrade eslint-plugin-import from 2.22.1 to 2.23.4 (#584) (15a0b18)
    • upgrade tape from 5.2.0 to 5.2.2 (#588) (4139fd7)
    • upgrade webpack-cli from 4.5.0 to 4.7.2 (#586) (d588890)
  • 6.2.0 - 2021-07-07

    Features

    • initialize the state of a breaker on creation (#574) (b3dd431)
  • 6.1.0 - 2021-05-24

    Features

    • Add the ability to prime a breaker with previous stats (#568) (be26d74)
  • 6.0.1 - 2021-04-15

    Bug Fixes

    • return errors from invocation filtered errors (#567) (737e1b1), closes #556
    • docs: Fix documentation for default value of rollingPercentilesEnabled (#563) (93d5969)
  • 6.0.0 - 2021-03-18

    ⚠ BREAKING CHANGES

    A succesful erroFilter should not trigger the fallback function.

    Previously, if an errorFilter function passed it would emit success but still call the fallback function. This corrects this behavior. even a passing errorFilter is a success

    Bug Fixes

    • upgrade multiple dependencies with Snyk (#545) (9191afb)

    • upgrade multiple dependencies with Snyk (#548) (8db0e9e)

    • upgrade multiple dependencies with Snyk (#552) (7efcf91)

    • upgrade standard-version from 9.1.0 to 9.1.1 (#551) (16341bb)

    • upgrade tape from 5.1.1 to 5.2.0 (#553) (fa69c06)

    • upgrade webpack from 5.11.1 to 5.12.1 (#538) (34b6d61)

    • upgrade webpack from 5.12.1 to 5.20.1 (#543) (38b3e61)

    • upgrade webpack from 5.20.1 to 5.20.2 (#546) (d7952d5)

    • upgrade webpack from 5.20.2 to 5.22.0 (#549) (41efe20)

    • upgrade webpack-cli from 4.3.1 to 4.4.0 (#539) (b089f0b)

    • upgrade webpack-cli from 4.4.0 to 4.5.0 (#544) (83110a4)

    • fix!: A succesful erroFilter should not trigger the fallback function. (8a4fb7c), closes #540

  • 5.1.3 - 2021-01-26

    Bug Fixes

    • package.json & package-lock.json to reduce vulnerabilities (#533) (deaa258)
    • upgrade standard-version from 9.0.0 to 9.1.0 (#535) (3665bb0)
    • upgrade tape from 5.0.1 to 5.1.0 (#534) (be93012)
    • upgrade tape from 5.1.0 to 5.1.1 (#537) (78db7ba)
    • upgrade webpack from 5.10.3 to 5.11.0 (#529) (039fb48)
    • upgrade webpack from 5.11.0 to 5.11.1 (#532) (67d850e)
    • upgrade webpack-cli from 4.2.0 to 4.3.0 (#531) (9625ff7)
    • upgrade webpack-cli from 4.3.0 to 4.3.1 (#536) (afcc950)
from opossum GitHub release notes
Commit messages
Package name: opossum
  • 3ff5fa4 chore: release 6.2.1 (#591)
  • b9d7bc2 fix: upgrade documentation from 13.1.1 to 13.2.5 (#583)
  • b5291ac fix: @ babel/core, @ babel/preset-env (#582)
  • 47415c3 chore: remove standard-version. (#598)
  • 1e7ca08 fix: upgrade eslint from 7.31.0 to 7.32.0 (#597)
  • 536b312 fix: upgrade eslint from 7.30.0 to 7.31.0 (#594)
  • affb25c chore: update to use setu-node@v2 gh action
  • 2747b82 fix: upgrade eslint from 7.29.0 to 7.30.0 (#592)
  • 15a0b18 fix: upgrade eslint-plugin-import from 2.22.1 to 2.23.4 (#584)
  • c4570f8 fix: upgrade eslint from 7.24.0 to 7.29.0 (#585)
  • d588890 fix: upgrade webpack-cli from 4.5.0 to 4.7.2 (#586)
  • 4139fd7 fix: upgrade tape from 5.2.0 to 5.2.2 (#588)
  • ec1c3de fix: upgrade eslint-config-standard from 16.0.2 to 16.0.3 (#589)
  • 211dffa fix: upgrade coveralls from 3.1.0 to 3.1.1 (#590)
  • 5b0d742 chore: release 6.2.0 (#581)
  • b3dd431 feat: initialize the state of a breaker on creation (#574)
  • 16354f2 chore: updating node.js versions
  • 2b9e80e chore: release 6.1.0 (#572)
  • be26d74 feat: Add the ability to prime a breaker with previous stats (#568)
  • 4c79b2e chore(node): support Node.js 16 (#570)
  • bd2ad27 chore: code consistency (#566)
  • 36ae56b chore: release 6.0.1 (#565)
  • 737e1b1 fix: return errors from invocation filtered errors (#567)
  • 93d5969 fix(docs): Fix documentation for default value of rollingPercentilesEnabled (#563)

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@lholmquist lholmquist merged commit 88e13d5 into main Feb 2, 2023
@lholmquist lholmquist deleted the snyk-upgrade-74178859ac8449d130698482c6e169be branch February 2, 2023 15:43
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