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

Bump flat and json2csv #130

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2023

Removes flat. It's no longer used after updating ancestor dependency json2csv. These dependencies need to be updated together.

Removes flat

Updates json2csv from 3.11.5 to 6.0.0-alpha.2

Changelog

Sourced from json2csv's changelog.

6.0.0-alpha.2 (2023-01-21)

6.0.0-alpha.1 (2022-02-23)

Features

  • expose JSON2CSVStreamParser (d476707)

Bug Fixes

  • fix missing ndjson option to CLI (885e28b)
  • fix some issues in the AsyncParser tests (695f116)
  • reset lockfile due to changes in url patterns for github (b589372)
  • unwind transform issue with nested arrays (#548) (3cb57f3)
  • update engines and volta (98984dd)

6.0.0-alpha.0 (2021-04-14)

⚠ BREAKING CHANGES

  • Drop support for Node < v12

  • AsyncParser API has changed, see the Upgrading from 5.X to 6.X section for details.

  • fix: consolidate the API of AsyncParser and parseAsync

  • feat: simplify AsyncParser

  • chore: drop support for node 11

  • refactor: improve AsyncParser parse method

  • docs: add links to node docs and fix few small issues

  • In the JavaScript modules, formatters are introduced and the quote, escapedQuote and excelStrings options are removed. See the migration notes in the readme. CLI hasn't changed.

Features

  • Introduce formatters (#455) (88ed6ee)
  • use jsonparse for ND-JSON instead of the custom made implementation (#493) (55aa0c7)

Bug Fixes

  • consolidate the API of AsyncParser and parseAsync (#492) (bcce91f)
  • issue with unwind and empty arrays creating an extra column (#497) (3b74735)
  • Performance optimizations (#491) (471f5a7)
  • prevents Parser and AsyncParser from caching the fields option between executions causing issues and inconsistencies (#498) (4d8a81a)
  • simplify stringExcel formatter and support proper escaping (#513) (50062c3)

... (truncated)

Commits
  • 5cd609b chore(release): 6.0.0-alpha.2
  • c138941 chore: add package deprecation notice
  • f636dd1 chore(deps): bump minimist from 1.2.5 to 1.2.6 (#569)
  • c6d44f8 chore(release): 6.0.0-alpha.1
  • b589372 fix: reset lockfile due to changes in url patterns for github
  • d9027c7 chore(deps): bump shelljs from 0.8.4 to 0.8.5 (#557)
  • 596791d Merge pull request #556 from zemirco/dependabot/npm_and_yarn/cached-path-rela...
  • cfd9762 chore(deps): bump cached-path-relative from 1.0.2 to 1.1.0
  • e8cc6af Merge pull request #551 from juanjoDiaz/new_stream_parser
  • f3f0758 refactor: remove useless code from tests
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by juanjodiaz, a new releaser for json2csv since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [flat](https://github.com/hughsk/flat). It's no longer used after updating ancestor dependency [json2csv](https://github.com/zemirco/json2csv). These dependencies need to be updated together.


Removes `flat`

Updates `json2csv` from 3.11.5 to 6.0.0-alpha.2
- [Release notes](https://github.com/zemirco/json2csv/releases)
- [Changelog](https://github.com/zemirco/json2csv/blob/master/CHANGELOG.md)
- [Commits](zemirco/json2csv@v3.11.5...v6.0.0-alpha.2)

---
updated-dependencies:
- dependency-name: flat
  dependency-type: indirect
- dependency-name: json2csv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 26, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants