Skip to content

chore(deps): bump csv-stringify from 6.7.0 to 6.8.0#121

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/csv-stringify-6.8.0
Open

chore(deps): bump csv-stringify from 6.7.0 to 6.8.0#121
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/csv-stringify-6.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps csv-stringify from 6.7.0 to 6.8.0.

Changelog

Sourced from csv-stringify's changelog.

6.8.0 (2026-06-14)

Features

  • add unicode chars to formula escape (#387)
  • backport support for node 14
  • backward support for node 8
  • csv-parse: set columns type as readonly (#358)
  • csv-stringify: Add escape_formulas to defend against injection attacks (#380)
  • csv-stringify: header validation
  • csv-stringify: new header_as_comment option (fix #420)
  • csv-stringify: support null and undefined in stringify cast options (#484)
  • csv-stringify: ts extends options with stream.TransformOptions (#301)
  • esm migration
  • export ts types in sync
  • replace ts types with typesVersions
  • ts module Node16 and type declaration to exports field (#341)
  • wg stream api

Bug Fixes

  • commonjs types, run tsc and lint to validate changes (#397)
  • correct exports in package.json with webpack
  • csv-demo-ts-cjs-node16: upgrade module definition after latest typescript
  • csv-demo-webpack-ts: remove polyfill
  • csv-demo-webpack-ts: simplify export paths
  • csv-stringify: add missing type definition for bigint cast option (#369)
  • csv-stringify: allow mixed string and object columns typedef (#456)
  • csv-stringify: bom and header in sync mode with no records (fix #343)
  • csv-stringify: catch error with sync api, fix #296
  • csv-stringify: infinity is not defined in get (fix #475)
  • csv-stringify: node 12 compatibility in flush
  • csv-stringify: quote_match with empty string pattern quotes empty strings (#345), closes #344
  • csv-stringify: remove non-functional auto value
  • csv-stringify: throw err with no records and header in sync mode
  • csv-stringify: update quoted_match config option to accept arrays (#371)
  • csv-stringify: update TS types to allow cast to return an object (#339)
  • csv-stringify: use removeListener instead of off
  • dont insert polyfills in cjs #303
  • esm exports in package.json files, closes #308
  • export original lib esm modules
  • expose browser esm modules
  • fallback to setTimeout is setImmediate is undefined
  • refer to esm files in dist
  • remove samples from publicatgion
  • support ts node16 resolution in cjs (#354)
  • support TypeScript moduleResolution node16 (#368)
  • uncaught errors with large stream chunks (fix #386)
Commits
  • 3d71f0b chore(release): publish
  • 2ba4897 build: use ts nodenext
  • 11915f2 test(csv-stringify): handle node 26 high water mark
  • 8d50e98 build: latest dependencies
  • eded3df refactor: remove commented export default
  • 75ca89b feat(csv-stringify): support null and undefined in stringify cast options (#484)
  • See full diff in compare view

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)

Bumps [csv-stringify](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-stringify) from 6.7.0 to 6.8.0.
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-stringify/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/csv-stringify@6.8.0/packages/csv-stringify)

---
updated-dependencies:
- dependency-name: csv-stringify
  dependency-version: 6.8.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 Jun 23, 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