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

chore(deps): pin dependency @types/papaparse to 5.3.15 #5932

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2024

This PR contains the following updates:

Package Type Update Change
@types/papaparse (source) devDependencies pin ^5 -> 5.3.15

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Configuration

📅 Schedule: Branch creation - "before 6am on Tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the RenovateBot label Dec 24, 2024
@renovate renovate bot requested a review from YohannParis December 24, 2024 01:44
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 5 times, most recently from 7ef2ae9 to 6e0ba18 Compare December 24, 2024 16:29
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 7 times, most recently from 9b601ca to 8339707 Compare January 2, 2025 15:41
@mwdchang
Copy link
Member

mwdchang commented Jan 2, 2025

We should remove this papaparse dependency. It does CSV parsing and other related utilities. We already have a few other CSV parsing functions/libs in play, so at least relating to our need this feels redundant and we should look at using/extending our existing capabilities instead.

@renovate renovate bot force-pushed the renovate/pin-dependencies branch 15 times, most recently from 7efff71 to 3f7ead3 Compare January 6, 2025 17:20
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 3f7ead3 to c64133f Compare January 6, 2025 19:50
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from c64133f to dd31abd Compare January 6, 2025 23:01
@YohannParis
Copy link
Member

We should remove this papaparse dependency. It does CSV parsing and other related utilities. We already have a few other CSV parsing functions/libs in play, so at least relating to our need this feels redundant and we should look at using/extending our existing capabilities instead.

As I mentionned before, the CSV parser util doesn't do the job needed. And the time required to do so isn't worth it. This could be a neat transition issue.

@YohannParis YohannParis merged commit edb2bf9 into main Jan 7, 2025
4 checks passed
@YohannParis YohannParis deleted the renovate/pin-dependencies branch January 7, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants