Skip to content

Bump papaparse from 5.5.4 to 5.6.0 - #82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/papaparse-5.6.0
Open

Bump papaparse from 5.5.4 to 5.6.0#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/papaparse-5.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown

Bumps papaparse from 5.5.4 to 5.6.0.

Release notes

Sourced from papaparse's releases.

5.6.0

We are happy to annunce a new minor release of PapaParse.

This release includes the following change:

  • Remove jQuery as dependency (#1137)

Thanks @​Kocayilmaz for contributing it

Changelog

Sourced from papaparse's changelog.

5.6.0

Features

  • Remove the optional jQuery plugin integration (#1137)

5.5.5

Bug Fixes

  • Improve automatic delimiter detection by prioritizing row consistency over field count (#1128, #1077)
  • Serialize dates with Date.toISOString(), preserving expanded years and writing invalid dates as empty fields (#1140)
Commits

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 show <dependency name> 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)

Note

Low Risk
Routine dependency-only update with no auth or infrastructure changes; minor papaparse behavior changes in delimiter detection and date serialization are possible for CSV edge cases.

Overview
Updates the papaparse dependency to 5.6.0 in package.json and package-lock.json (Dependabot bump).

No application source changes. CSV loading in csvLoader.ts still uses Papa.parse with headers and dynamicTyping; it does not rely on the removed jQuery plugin integration in 5.6.0. The resolved release also picks up 5.5.5 fixes (delimiter guessing and Date serialization via toISOString()), which may slightly change parsing/serialization edge cases for CSV ingest.

Reviewed by Cursor Bugbot for commit 269a235. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [papaparse](https://github.com/mholt/PapaParse) from 5.5.4 to 5.6.0.
- [Release notes](https://github.com/mholt/PapaParse/releases)
- [Changelog](https://github.com/mholt/PapaParse/blob/master/CHANGELOG.md)
- [Commits](mholt/PapaParse@5.5.4...5.6.0)

---
updated-dependencies:
- dependency-name: papaparse
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 17, 2026 23:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants