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

fix(deps): update dependency csv-stringify to v6 #798

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
csv-stringify (source) 5.6.5 -> 6.5.0 age adoption passing confidence

Release Notes

adaltas/node-csv (csv-stringify)

v6.5.0

Compare Source

Features

v6.4.6

Compare Source

Note: Version bump only for package csv-stringify

v6.4.5

Compare Source

Note: Version bump only for package csv-stringify

v6.4.4

Compare Source

Bug Fixes
  • csv-stringify: remove non-functional auto value (6e8a9ca)

v6.4.3

Compare Source

Note: Version bump only for package csv-stringify

v6.4.2

Compare Source

Bug Fixes
  • csv-demo-ts-cjs-node16: upgrade module definition after latest typescript (87fe919)

v6.4.1

Compare Source

Bug Fixes
  • commonjs types, run tsc and lint to validate changes (#​397) (e6870fe)

v6.4.0

Compare Source

Features

v6.3.4

Compare Source

Note: Version bump only for package csv-stringify

v6.3.3

Compare Source

Note: Version bump only for package csv-stringify

v6.3.2

Compare Source

Bug Fixes

v6.3.0

Compare Source

Features
  • csv-stringify: Add escape_formulas to defend against injection attacks (#​380) (47ac4bd)

v6.2.4

Compare Source

Bug Fixes

v6.2.3

Compare Source

Bug Fixes
  • csv-stringify: update quoted_match config option to accept arrays (#​371) (42c468b)

v6.2.2

Compare Source

Bug Fixes
  • csv-stringify: add missing type definition for bigint cast option (#​369) (764e748)

v6.2.1

Compare Source

Bug Fixes

v6.2.0

Compare Source

Features
  • ts module Node16 and type declaration to exports field (#​341) (4b0283d)
6.1.3 (2022-06-16)
Bug Fixes
  • csv-stringify: quote_match with empty string pattern quotes empty strings (#​345) (1c22d2e), closes #​344
6.1.2 (2022-06-14)
Bug Fixes
  • csv-stringify: throw err with no records and header in sync mode (5c8ef2e)
6.1.1 (2022-06-14)
Bug Fixes
  • csv-stringify: bom and header in sync mode with no records (fix #​343) (bff158f)

v6.1.3

Compare Source

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
Bug Fixes
  • csv-stringify: update TS types to allow cast to return an object (#​339) (60efa78)

v6.0.5

Compare Source

Bug Fixes
  • correct exports in package.json with webpack (154eafb)
  • csv-demo-webpack-ts: remove polyfill (47a99bd)
  • csv-demo-webpack-ts: simplify export paths (8d63a14)
  • esm exports in package.json files (c48fe47), closes #​308

v6.0.4

Compare Source

Bug Fixes
  • csv-stringify: catch error with sync api, fix #​296 (e157f40)
  • csv-stringify: node 12 compatibility in flush (9145b75)

v6.0.3

Compare Source

Bug Fixes
  • expose browser esm modules (eb87355)

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes
  • remove samples from publicatgion (12c221d)

v6.0.0

Compare Source

Bug Fixes
  • csv-stringify: use removeListener instead of off (2c2623f)
  • export original lib esm modules (be25349)
  • fallback to setTimeout is setImmediate is undefined (3d6a2d0)
  • refer to esm files in dist (b780fbd)
Features
  • backport support for node 14 (dbfeb78)
  • backward support for node 8 (496231d)
  • 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)

5.6.4 (2021-08-27)

Note: Version bump only for package csv-stringify

5.6.3 (2021-08-27)

Note: Version bump only for package csv-stringify

Version 5.6.2

  • build: rename build commands

Version 5.6.1

  • fix: memory leak in sync
  • refactor: remove unsused values
  • fix: add browserify dev dep

Version 5.6.0

  • build: use browser compatible bundles, fix #​122

Version 5.5.3

  • ts: callback argument simplification

Version 5.5.2

  • package: latest dependencies
  • test: fix write null in node 14
  • ts: enable strict mode
  • package: mocha inside package declaration

Version 5.5.1

Fix

  • bom: work with sync module, fix #​115

Version 5.5.0

Feature:

  • cast: support for BigInt

Version 5.4.3

Fix:

  • utils: wrongly declared variable in isSymbol

Version 5.4.2

Fix:

  • quoted_match: apply on all types and not just string
  • cast: validate and normalize local options

Project management:

  • samples: add quoted examples

Version 5.4.1

  • bom: fix ts definition

Version 5.4.0

  • src: complete require in javascript
  • bom: new option

Version 5.3.6

  • cast: fix header context property on first record

Version 5.3.5

  • stream: passing options to parent constructor, fix #​104

Version 5.3.4

  • src: strengthen conditions
  • test: ensure every sample is valid
  • package: contributing
  • package: code of conduct
  • quoted_match: ts types string or RegExp

Version 5.3.3

  • columns: can still access fields with dots, fix #​98

Version 5.3.2

  • columns: get on undefined objects, fix #​97

Version 5.3.1

  • package: latest dependencies
  • package: replace npm ignore with file field
  • project: fix license in package.json
  • package: simplify pretest command

Version 5.3.0

New feature:

  • quote: may be a boolean value
  • delimiter: accept buffer and enforce validation
  • delimiter: disabled if value is empty
  • cast: overwrite options if value is an object

Fix:

  • record_delimiter: enforce validation

Project management:

  • package: latest dependencies
  • ts: type tests

Version 5.2.0

Fix:

  • escape: enforce validation

Project management:

  • babel: include .babelrc to git
  • ts: rename RowDelimiter to RecordDelimiter
  • ts: convert camel case to snake case

Version 5.1.2

Fix:

  • write: immutable input chunks

Version 5.1.1

Fix:

  • ts: add casting context missing type

Version 5.1.0

Fix:

  • header: ensure column definition

New features:

  • cast: pass context to functions

Minor enhancements:

  • write: validate written records
  • src: extends stream class

Project management:

  • package: latest dev dependencies

Version 5.0.0

Breaking changes:

  • cast: was formatters
  • record_delimiter: was row_delimiter
  • options: instance options stored in snake case
  • nodejs: drop support for version 7, use './lib/es5'

New features:

  • quoted_match: new option
  • options: accept snake case and camel case

Minor enhancements:

  • stream: pass all options to the transform stream
  • stream: use writableObjectMode

Project management:

  • package: update license to MIT
  • travis: test against Node.js 11
  • samples: improve some scripts

Version 4.3.1

  • readme: fix links to project website

Version 4.3.0

  • package: move to csv.js.org

Version 4.2.0

  • formatters: new string formatter
  • stream: be a much better transform citizen
  • package: upgrade to babel 7

Version 4.1.0

  • columns: support array with column definition objects
  • travis: support Node.js 10
  • samples: new formatters script
  • samples: update syntax
  • package: improve ignore files

Version 4.0.1

  • typescript: reflect latest change in formatters

Version 4.0.0

Backward incompatibilities:

  • formatters: rename bool to boolean

New features:

  • formatters: handle number

Cleanup

  • src: cache call to typeof
  • package: latest dependencies

Version 3.1.1

  • typescript: sync API needs to return a string

Version 3.1.0

  • typescript: add typings

Version 3.0.0

  • Switch linebreak check for rowDelimiter check

Version 2.1.0

  • package: allow empty quote value
  • package: add ascii option for rowDelimiter

Version 2.0.4

  • package: move babel to dev dependencies

Version 2.0.3

  • package: es5 backward compatiblity
  • package: ignore yarn lock file

Version 2.0.2

  • package: start running tests in preversion

Version 2.0.1

  • package: new release workflow
  • formatters: validate returned value

2.0.0

This major version use CoffeeScript 2 which produces a modern JavaScript syntax
(ES6, or ES2015 and later) and break the compatibility with versions of Node.js
lower than 7.6 as well as the browsers. It is however stable in term of API.

  • package: use CoffeeScript 2

v1.1.0

  • test: should require handled by mocha
  • package: CoffeeScript 2 and use of semver tilde

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovatebot label Nov 15, 2021
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch 3 times, most recently from 14f1896 to 7434493 Compare November 19, 2021 15:46
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from 7434493 to 0333035 Compare December 29, 2021 23:33
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch 2 times, most recently from f32144f to 35cff99 Compare January 19, 2022 09:51
@renovate renovate bot changed the title fix(deps): update dependency csv-stringify to v6 fix(deps): update dependency csv-stringify to v6 - autoclosed Mar 22, 2022
@renovate renovate bot closed this Mar 22, 2022
@renovate renovate bot deleted the renovate/csv-stringify-6.x branch March 22, 2022 03:15
@renovate renovate bot changed the title fix(deps): update dependency csv-stringify to v6 - autoclosed fix(deps): update dependency csv-stringify to v6 Mar 22, 2022
@renovate renovate bot reopened this Mar 22, 2022
@renovate renovate bot restored the renovate/csv-stringify-6.x branch March 22, 2022 05:38
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch 2 times, most recently from 734dc7f to 8e90154 Compare April 22, 2022 01:16
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch 2 times, most recently from 8603165 to 2407d17 Compare May 17, 2022 17:13
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch 2 times, most recently from ccdac7f to 42f172d Compare May 24, 2022 15:48
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch 2 times, most recently from 4028298 to 5729a5f Compare June 16, 2022 20:59
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from 5729a5f to d45bc00 Compare July 10, 2022 23:13
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from d45bc00 to 5fc8ed2 Compare November 8, 2022 22:58
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from 5fc8ed2 to 0305ea5 Compare November 22, 2022 17:58
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from 0305ea5 to 41290da Compare November 30, 2022 12:31
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from 41290da to e004cd9 Compare February 8, 2023 09:10
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from e004cd9 to a45c7c4 Compare March 4, 2023 01:27
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from a45c7c4 to e574c4c Compare April 16, 2023 22:45
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch 2 times, most recently from 6f307a6 to b3ce597 Compare May 4, 2023 21:00
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from b3ce597 to cf4c8cb Compare May 9, 2023 09:00
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch 2 times, most recently from 7a3e833 to 4a0f14b Compare August 25, 2023 17:40
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch 2 times, most recently from 29aab90 to a0e2aa6 Compare October 9, 2023 09:23
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from a0e2aa6 to 542bbce Compare December 8, 2023 19:59
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from 542bbce to e960e31 Compare February 27, 2024 18:35
@renovate renovate bot force-pushed the renovate/csv-stringify-6.x branch from e960e31 to 4dbf3ce Compare May 14, 2024 00:40
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.

None yet

0 participants