Skip to content

chore(deps): bump csv-stringify from 6.5.2 to 6.6.0#1335

Merged
brunobesson merged 1 commit into
masterfrom
dependabot/npm_and_yarn/csv-stringify-6.6.0
Sep 4, 2025
Merged

chore(deps): bump csv-stringify from 6.5.2 to 6.6.0#1335
brunobesson merged 1 commit into
masterfrom
dependabot/npm_and_yarn/csv-stringify-6.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 10, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps csv-stringify from 6.5.2 to 6.6.0.

Changelog

Sourced from csv-stringify's changelog.

6.6.0 (2025-07-10)

Features

  • add unicode chars to formula escape (#387) (1fc177c)
  • backport support for node 14 (dbfeb78)
  • backward support for node 8 (496231d)
  • csv-parse: set columns type as readonly (#358) (44f2e7c)
  • csv-stringify: Add escape_formulas to defend against injection attacks (#380) (47ac4bd)
  • csv-stringify: ts extends options with stream.TransformOptions (#301) (cc30d66)
  • esm migration (b5c0d4b)
  • export ts types in sync (890bf8d)
  • replace ts types with typesVersions (acb41d5)
  • ts module Node16 and type declaration to exports field (#341) (4b0283d)
  • wg stream api (8a5eb7d)

Bug Fixes

  • commonjs types, run tsc and lint to validate changes (#397) (e6870fe)
  • correct exports in package.json with webpack (154eafb)
  • csv-demo-ts-cjs-node16: upgrade module definition after latest typescript (87fe919)
  • csv-demo-webpack-ts: remove polyfill (47a99bd)
  • csv-demo-webpack-ts: simplify export paths (8d63a14)
  • csv-stringify: add missing type definition for bigint cast option (#369) (764e748)
  • csv-stringify: allow mixed string and object columns typedef (#456) (c40c0d2)
  • csv-stringify: bom and header in sync mode with no records (fix #343) (bff158f)
  • csv-stringify: catch error with sync api, fix #296 (e157f40)
  • csv-stringify: node 12 compatibility in flush (9145b75)
  • csv-stringify: quote_match with empty string pattern quotes empty strings (#345) (1c22d2e), closes #344
  • csv-stringify: remove non-functional auto value (6e8a9ca)
  • csv-stringify: throw err with no records and header in sync mode (5c8ef2e)
  • csv-stringify: update quoted_match config option to accept arrays (#371) (42c468b)
  • csv-stringify: update TS types to allow cast to return an object (#339) (60efa78)
  • csv-stringify: use removeListener instead of off (2c2623f)
  • dont insert polyfills in cjs #303 (9baf334)
  • esm exports in package.json files (c48fe47), closes #308
  • export original lib esm modules (be25349)
  • expose browser esm modules (eb87355)
  • fallback to setTimeout is setImmediate is undefined (3d6a2d0)
  • refer to esm files in dist (b780fbd)
  • remove samples from publicatgion (12c221d)
  • support ts node16 resolution in cjs (#354) (fa09d03)
  • support TypeScript moduleResolution node16 (#368) (f4d7c97)
  • uncaught errors with large stream chunks (fix #386) (1d500ed)
Commits
  • dff247c chore(release): publish
  • f0b31fb test(csv-stringify): option ts conversion
  • 8a65b10 chore: latest dependencies
  • db4ad7d refactor: apply eslint recommandations
  • 6ee6ad8 build: use ts-node loader
  • f6e41c5 build: typescript-eslint addition
  • 7ec84e2 build: move eslint dependencies into root package.json
  • 11b586c test(csv-stringify): coffee to js conversion
  • ad5bc65 build: remove lint-staged conf from packages
  • beb3bb3 build: latest dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 10, 2025
@brunobesson
Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [csv-stringify](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-stringify) from 6.5.2 to 6.6.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.6.0/packages/csv-stringify)

---
updated-dependencies:
- dependency-name: csv-stringify
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/csv-stringify-6.6.0 branch from bc931d9 to 97b5304 Compare September 4, 2025 11:27
@brunobesson brunobesson merged commit e563c8d into master Sep 4, 2025
6 of 7 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/csv-stringify-6.6.0 branch September 4, 2025 11:28
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.

1 participant