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 should from 2.1.1 to 13.2.3 #7

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

Conversation

rona-dinihari
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade should from 2.1.1 to 13.2.3.

ℹ️ 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 PR contains major version upgrade(s), and may be a breaking change.

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

  • The recommended version was released on 6 years ago.

Release notes
Package name: should
  • 13.2.3 - 2018-07-30

    Release 13.2.3

  • 13.2.2 - 2018-07-26

    Release 13.2.2

  • 13.2.1 - 2018-01-12

    Release 13.2.1

  • 13.2.0 - 2017-12-27

    Release 13.2.0

  • 13.1.3 - 2017-10-28

    Fix #157

  • 13.1.2 - 2017-10-10

    Revert in ts definition default export back to that was in 13.0.0

  • 13.1.1 - 2017-10-07

    .rejecteWith in ts definition was missing return type

  • 13.1.0 - 2017-09-20

    New

    1. Now all zero argument assertions throw TypeError in case any argument passed to them.
    2. Aliased .fulfill/.fulfilledWith to .resolve/.resolvedWith

    Fixes

    1. TS definition fixed to allow such imports:
    import should from 'should';
  • 13.0.1 - 2017-09-06

    Add back missing umd build in root of package

  • 13.0.0 - 2017-09-05

    Breaking changes

    1. Removed .enumerable, .enumerables (deprecated since 11.2.0)
    2. Fix for #150

    New

    Added Typescript bindings (still considering this as beta as i am TS newbie)

  • 12.0.0 - 2017-08-28
  • 11.2.1 - 2017-03-09
  • 11.2.0 - 2017-01-27
  • 11.1.2 - 2016-12-10
  • 11.1.1 - 2016-10-10
  • 11.1.0 - 2016-08-14
  • 11.0.0 - 2016-08-10
  • 10.0.0 - 2016-07-18
  • 9.0.2 - 2016-06-10
  • 9.0.1 - 2016-06-09
  • 9.0.0 - 2016-05-30
  • 8.4.0 - 2016-05-21
  • 8.3.2 - 2016-05-18
  • 8.3.1 - 2016-04-14
  • 8.3.0 - 2016-03-23
  • 8.2.2 - 2016-02-09
  • 8.2.1 - 2016-01-27
  • 8.2.0 - 2016-01-24
  • 8.1.1 - 2016-01-11
  • 8.1.0 - 2016-01-10
  • 8.0.2 - 2015-12-18
  • 8.0.1 - 2015-12-11
  • 8.0.0 - 2015-12-08
  • 7.1.1 - 2015-10-20
  • 7.1.0 - 2015-08-28
  • 7.0.4 - 2015-08-13
  • 7.0.3 - 2015-08-09
  • 7.0.2 - 2015-07-09
  • 7.0.1 - 2015-06-18
  • 7.0.0 - 2015-06-18
  • 6.0.3 - 2015-05-18
  • 6.0.2 - 2015-05-18
  • 6.0.1 - 2015-04-15
  • 6.0.0 - 2015-04-15
  • 5.2.0 - 2015-03-12
  • 5.1.0 - 2015-03-05
  • 5.0.1 - 2015-02-21
  • 5.0.0 - 2015-02-10
  • 4.6.5 - 2015-02-05
  • 4.6.4 - 2015-02-05
  • 4.6.3 - 2015-02-02
  • 4.6.2 - 2015-01-28
  • 4.6.1 - 2015-01-18
  • 4.6.0 - 2015-01-13
  • 4.5.2 - 2015-01-13
  • 4.5.1 - 2015-01-12
  • 4.5.0 - 2015-01-11
  • 4.4.4 - 2015-01-08
  • 4.4.3 - 2015-01-08
  • 4.4.2 - 2014-12-27
  • 4.4.1 - 2014-12-13
  • 4.4.0 - 2014-12-12
  • 4.3.1 - 2014-12-08
  • 4.3.0 - 2014-11-10
  • 4.2.1 - 2014-11-07
  • 4.2.0 - 2014-11-06
  • 4.1.0 - 2014-10-19
  • 4.0.4 - 2014-06-09
  • 4.0.3 - 2014-06-09
  • 4.0.1 - 2014-06-04
  • 4.0.0 - 2014-05-29
  • 3.3.2 - 2014-05-23
  • 3.3.1 - 2014-04-16
  • 3.3.0 - 2014-04-07
  • 3.2.0 - 2014-03-29

    Release 13.2.0

  • 3.2.0-beta1 - 2014-03-20
  • 3.1.4 - 2014-03-18
  • 3.1.3 - 2014-02-25

    Fix #157

  • 3.1.2 - 2014-01-28

    Revert in ts definition default export back to that was in 13.0.0

  • 3.1.1 - 2014-01-27

    .rejecteWith in ts definition was missing return type

  • 3.1.0 - 2014-01-23

    New

    1. Now all zero argument assertions throw TypeError in case any argument passed to them.
    2. Aliased .fulfill/.fulfilledWith to .resolve/.resolvedWith

    Fixes

    1. TS definition fixed to allow such imports:
    import should from 'should';
  • 3.0.1 - 2014-01-17

    Add back missing umd build in root of package

  • 3.0.0 - 2014-01-17

    Breaking changes

    1. Removed .enumerable, .enumerables (deprecated since 11.2.0)
    2. Fix for #150

    New

    Added Typescript bindings (still considering this as beta as i am TS newbie)

  • 2.1.1 - 2013-12-05
from should GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • 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:

Snyk has created this PR to upgrade should from 2.1.1 to 13.2.3.

See this package in npm:
should

See this project in Snyk:
https://app.snyk.io/org/hari.ronadini/project/88a024b8-0ba7-4b98-8624-4b50b8b56acb?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

containDeep erroneously passes when comparing array with a string value to a string value within object
2 participants