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 papaparse from 5.0.0 to 5.1.1 #15

Merged
merged 1 commit into from
Mar 21, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade papaparse from 5.0.0 to 5.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 4 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2019-12-18.
Release notes
Package name: papaparse
  • 5.1.1 - 2019-12-18

    Patch version bump

  • 5.1.0 - 2019-09-17

    The release brings a the option to use a function to determine the fields that will be quoted. This function accepts the cell value and column index as parameters. Thanks to @Puzzleton for contributing this feature.

    This release also includes some bug fixes. Thanks to all who contributed.

  • 5.0.2 - 2019-08-12

    Patch version bump

  • 5.0.1 - 2019-07-24

    Patch version bump

  • 5.0.0 - 2019-05-30

    We are happy to announce a new major release of PapaParse.

    This relase (5.0.0) introduces the following changes:

    • We drop support for Node 6.x branch.
    • Workers are now loaded with inline blobs, which means that is only needed to specify the worker: true option and Paparse will load it's code from a blob
    • Step function returns only a single row
    • A function to transform header columns is added. The trimheader option is removed as it can be achieved with this new transform function.
    • The API throws now Error objects instead of using error Strings.
    • Handle delimiter guessing, when not all of the fields are quoted
    • Add ability to support escapeChar on unparse
    • Allow to specify the columns used for unparse
    • Add DelimitersToGuess config option

    Happy parsing!

from papaparse GitHub release notes
Commit messages
Package name: papaparse
  • 3497ded Patch version bump
  • ae73d2a Use chunk size to determine the processed length
  • a318396 Reword newline docs
  • 47b356d #727 update delimiter and newline index if they are earlier than the current position before tested. (#728)
  • 7ad8dda Address deepEqual using compare by JSON strings. (#724)
  • e536351 Refactor substr calls to substring calls. (#725)
  • e0b474d Correct small typo (#723)
  • 6f7e43e Fix step callback function when skipping empty lines (#714)
  • ec26e72 Bump open from 0.0.5 to 7.0.0 (#721)
  • 5219809 Minor version bump
  • 9b54b11 Fix Range Header processing logic for NetworkStreamer (#709)
  • 94d7bf9 Fix CSV parsing issue when first cell is empty (#707)
  • bacf4f2 Adds Hua Explore to list of lovers (#705)
  • 45c1455 Fix README typos (#704)
  • 80a1044 Implement quotes config optionally as function (#703)
  • 874161a Fix misplaced quotes parsing (#702)
  • 98e3102 Use latest PapaParse version on demo page
  • d2206b3 Update download version from webpage
  • 788631f Patch version bump
  • d5e2fae Resolve parsing issue when first field is empty and unquoted (#696)
  • 76dc5a6 Maintain precision on big numbers (>2^53 || <-2^53) when dynamicTyping is on (#694)
  • 4088233 Patch version bump
  • 49170b7 Make the demo website use the new 5.0.0 version. (#679)
  • 792641e Modified the GuessDelimiter function (#687)

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

@asilvas asilvas merged commit 5249f04 into master Mar 21, 2020
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