Skip to content

Commit

Permalink
chore: merge upstream
Browse files Browse the repository at this point in the history
* chore: latest dependencies

* fix: uncaught errors with large stream chunks (fix adaltas#386)

* chore(release): publish

 - csv-demo-browser@0.1.6
 - csv-demo-cjs@0.2.4
 - csv-demo-eslint@0.1.10
 - csv-demo-esm@0.0.18
 - csv-issues-cjs@0.1.5
 - csv-issues-esm@0.0.9
 - csv-demo-ts-moduleresolution-node16-cjs@0.2.4
 - csv-demo-ts-module-node16@0.2.4
 - csv-demo-webpack-ts@0.1.6
 - csv-demo-webpack@0.1.8
 - csv-generate@4.2.3
 - csv-parse@5.3.7
 - csv-stringify@6.3.1
 - csv@6.2.9
 - stream-transform@3.2.3

* test(csv-stringify): fix legacy

* chore(release): publish

 - csv-demo-browser@0.1.7
 - csv-demo-cjs@0.2.5
 - csv-demo-eslint@0.1.11
 - csv-demo-esm@0.0.19
 - csv-issues-cjs@0.1.6
 - csv-issues-esm@0.0.10
 - csv-demo-ts-moduleresolution-node16-cjs@0.2.5
 - csv-demo-ts-module-node16@0.2.5
 - csv-demo-webpack-ts@0.1.7
 - csv-demo-webpack@0.1.9
 - csv-generate@4.2.4
 - csv-parse@5.3.8
 - csv-stringify@6.3.2
 - csv@6.2.10
 - stream-transform@3.2.4

* build: remove trailing slash in home url

* chore: latest dependencies

* fix(csv): fixed CJS types under modern `modernResolution` options (adaltas#388)

* fix(csv): remove ts files in cjs dist

* chore(release): publish

 - csv-demo-browser@0.1.8
 - csv-demo-cjs@0.2.6
 - csv-demo-eslint@0.1.12
 - csv-demo-esm@0.0.20
 - csv-issues-cjs@0.1.7
 - csv-issues-esm@0.0.11
 - csv-demo-ts-moduleresolution-node16-cjs@0.2.6
 - csv-demo-ts-module-node16@0.2.6
 - csv-demo-webpack-ts@0.1.8
 - csv-demo-webpack@0.1.10
 - csv-generate@4.2.5
 - csv-parse@5.3.9
 - csv-stringify@6.3.3
 - csv@6.2.11
 - stream-transform@3.2.5

* docs: minor upercase modification

* chore: latest dependencies

* chore(release): publish

 - csv-demo-browser@0.1.9
 - csv-demo-cjs@0.2.7
 - csv-demo-eslint@0.1.13
 - csv-demo-esm@0.0.21
 - csv-issues-cjs@0.1.8
 - csv-issues-esm@0.0.12
 - csv-demo-ts-moduleresolution-node16-cjs@0.2.7
 - csv-demo-ts-module-node16@0.2.7
 - csv-demo-webpack-ts@0.1.9
 - csv-demo-webpack@0.1.11
 - csv-generate@4.2.6
 - csv-parse@5.3.10
 - csv-stringify@6.3.4
 - csv@6.2.12
 - stream-transform@3.2.6

* feat: add unicode chars to formula escape (adaltas#387)

* fix(csv-stringify): use switch in formula escaping

* fix(csv-stringify): add unicode character equivalents in formula sanitization

* chore: update tests

* docs(csv-stringify): escape formulas references

* chore(release): publish

 - csv-demo-browser@0.1.10
 - csv-demo-cjs@0.2.8
 - csv-demo-eslint@0.1.14
 - csv-demo-esm@0.0.22
 - csv-issues-cjs@0.1.9
 - csv-issues-esm@0.0.13
 - csv-demo-ts-moduleresolution-node16-cjs@0.2.8
 - csv-demo-ts-module-node16@0.2.8
 - csv-demo-webpack-ts@0.1.10
 - csv-demo-webpack@0.1.12
 - csv-stringify@6.4.0
 - csv@6.3.0

* feat(csv-parse): add `columns` property in `Info` object type (adaltas#390)

* fix(ts): Add `columns` property in `Info` object type

* Add disabled options to columns type

* build(csv-parse): build and write test after info ts definition

* chore(release): publish

 - csv-demo-browser@0.1.11
 - csv-demo-cjs@0.2.9
 - csv-demo-esm@0.0.23
 - csv-issues-cjs@0.1.10
 - csv-issues-esm@0.0.14
 - csv-demo-ts-moduleresolution-node16-cjs@0.2.9
 - csv-demo-ts-module-node16@0.2.9
 - csv-demo-webpack-ts@0.1.11
 - csv-demo-webpack@0.1.13
 - csv-parse@5.4.0
 - csv@6.3.1

* docs: update build badge urls

* docs(csv-generate): comment indentation in samples

* refactor(csv-issues-cjs): code format

* refactor(csv-issues-cjs): remove unused arguments

* test(csv-issues-cjs): fix stdout maxBuffer length exceeded

* test(csv-issues-esm): use spawn instead of exec

* fix: commonjs types, run tsc and lint to validate changes (adaltas#397)

* fix: types weren't working for commonjs. Run tsc and lint to validate changes

* chore: needs to work on linux and BSD

* chore: latest dependencies

* chore(release): publish

 - csv-demo-browser@0.1.12
 - csv-demo-cjs@0.2.10
 - csv-demo-eslint@0.1.15
 - csv-demo-esm@0.0.24
 - csv-issues-cjs@0.1.11
 - csv-issues-esm@0.0.15
 - csv-demo-ts-moduleresolution-node16-cjs@0.2.10
 - csv-demo-ts-module-node16@0.2.10
 - csv-demo-webpack-ts@0.1.12
 - csv-demo-webpack@0.1.14
 - csv-generate@4.2.7
 - csv-parse@5.4.1
 - csv-stringify@6.4.1
 - csv@6.3.2
 - stream-transform@3.2.7

* feat(csv-issues-cjs): 399 issue

* fix(csv-demo-ts-cjs-node16): upgrade module definition after latest typescript

* feat(csv-parse): new comment_no_infix option (fix adaltas#325)

* test(csv-issues-esm): reproduce issue adaltas#391

* refactor(csv-stringify): rename variable in sample

* test(csv-issues-cjs): reproduce issue 327

* chore(release): publish

 - csv-demo-browser@0.1.13
 - csv-demo-cjs@0.2.11
 - csv-demo-eslint@0.1.16
 - csv-demo-esm@0.0.25
 - csv-issues-cjs@0.2.0
 - csv-issues-esm@0.0.16
 - csv-demo-ts-cjs-node16@0.2.11
 - csv-demo-ts-module-node16@0.2.11
 - csv-demo-webpack-ts@0.1.13
 - csv-demo-webpack@0.1.15
 - csv-generate@4.2.8
 - csv-parse@5.5.0
 - csv-stringify@6.4.2
 - csv@6.3.3
 - stream-transform@3.2.8

* docs(csv-parse): comment_no_infix sample

---------

Co-authored-by: David Worms <david@adaltas.com>
Co-authored-by: Petter <petter@petterhaggholm.net>
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Co-authored-by: Tom Emelko <tom.emelko@gmail.com>
Co-authored-by: Elia Maino <eliamaino@gmail.com>
Co-authored-by: David Tanner <darthtanner@gmail.com>
  • Loading branch information
7 people committed Sep 22, 2023
1 parent 48e59a3 commit 472386a
Show file tree
Hide file tree
Showing 130 changed files with 6,450 additions and 3,389 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

* Before you open a ticket or send a pull request, [search](https://github.com/adaltas/node-csv/issues) for previous discussions about the same feature or issue. Add to the earlier ticket if you find one.

* Before sending a pull request for a feature, be sure to have [tests](https://github.com/adaltas/node-csv/tree/master/test).
* Before sending a pull request for a feature, be sure to have [tests](https://github.com/adaltas/node-csv/tree/master/packages/csv/test).

* Use the same coding style as the rest of the [codebase](https://github.com/adaltas/node-csv/tree/master/src). If you’re writing a test and if you're just getting started with CoffeeScript, there’s a nice [style guide](https://github.com/polarmobile/coffeescript-style-guide).
* Use the same coding style as the rest of the [codebase](https://github.com/adaltas/node-csv/tree/master/packages). If you’re writing a test and if you're just getting started with CoffeeScript, there’s a nice [style guide](https://github.com/polarmobile/coffeescript-style-guide).

* Documentation is published on [GitHub](https://github.com/adaltas/node-csv-docs) and you are invited to submit a pull request with your changes. For convenience, you can also browse the website and click on the Edit link present at the top of every page.
4 changes: 2 additions & 2 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = {
],
rules: {
"scope-enum": async ctx =>
[2, "always", [...(await getPackages(ctx)),
// Insert custom scopes below:
[2, "always", [...(await getPackages(ctx)),
// Custom scopes
"release"
]]
}
Expand Down
64 changes: 64 additions & 0 deletions demo/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,70 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.13](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.12...csv-demo-browser@0.1.13) (2023-08-25)

**Note:** Version bump only for package csv-demo-browser





## [0.1.12](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.11...csv-demo-browser@0.1.12) (2023-08-24)

**Note:** Version bump only for package csv-demo-browser





## [0.1.11](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.10...csv-demo-browser@0.1.11) (2023-05-26)

**Note:** Version bump only for package csv-demo-browser





## [0.1.10](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.9...csv-demo-browser@0.1.10) (2023-05-09)

**Note:** Version bump only for package csv-demo-browser





## [0.1.9](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.8...csv-demo-browser@0.1.9) (2023-05-04)

**Note:** Version bump only for package csv-demo-browser





## [0.1.8](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.7...csv-demo-browser@0.1.8) (2023-04-30)

**Note:** Version bump only for package csv-demo-browser





## [0.1.7](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.5...csv-demo-browser@0.1.7) (2023-04-16)

**Note:** Version bump only for package csv-demo-browser





## [0.1.6](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.5...csv-demo-browser@0.1.6) (2023-04-16)

**Note:** Version bump only for package csv-demo-browser





## [0.1.5](https://github.com/adaltas/node-csv/compare/csv-demo-browser@0.1.4...csv-demo-browser@0.1.5) (2023-03-03)

**Note:** Version bump only for package csv-demo-browser
Expand Down
12 changes: 6 additions & 6 deletions demo/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-browser",
"version": "0.1.5",
"version": "0.1.13",
"main": "index.js",
"license": "MIT",
"type": "module",
Expand All @@ -20,11 +20,11 @@
"start": "node server.js"
},
"dependencies": {
"csv": "^6.2.8",
"csv-generate": "^4.2.2",
"csv-parse": "^5.3.6",
"csv-stringify": "^6.3.0",
"csv": "^6.3.3",
"csv-generate": "^4.2.8",
"csv-parse": "^5.5.0",
"csv-stringify": "^6.4.2",
"express": "^4.18.2",
"stream-transform": "^3.2.2"
"stream-transform": "^3.2.8"
}
}
65 changes: 65 additions & 0 deletions demo/cjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,71 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.11](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.10...csv-demo-cjs@0.2.11) (2023-08-25)


### Bug Fixes

* **csv-demo-ts-cjs-node16:** upgrade module definition after latest typescript ([87fe919](https://github.com/adaltas/node-csv/commit/87fe91996fb2a8895c252177fca4f0cb59a518f9))



## [0.2.10](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.9...csv-demo-cjs@0.2.10) (2023-08-24)

**Note:** Version bump only for package csv-demo-cjs





## [0.2.9](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.8...csv-demo-cjs@0.2.9) (2023-05-26)

**Note:** Version bump only for package csv-demo-cjs





## [0.2.8](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.7...csv-demo-cjs@0.2.8) (2023-05-09)

**Note:** Version bump only for package csv-demo-cjs





## [0.2.7](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.6...csv-demo-cjs@0.2.7) (2023-05-04)

**Note:** Version bump only for package csv-demo-cjs





## [0.2.6](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.5...csv-demo-cjs@0.2.6) (2023-04-30)

**Note:** Version bump only for package csv-demo-cjs





## [0.2.5](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.3...csv-demo-cjs@0.2.5) (2023-04-16)

**Note:** Version bump only for package csv-demo-cjs





## [0.2.4](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.3...csv-demo-cjs@0.2.4) (2023-04-16)

**Note:** Version bump only for package csv-demo-cjs





## [0.2.3](https://github.com/adaltas/node-csv/compare/csv-demo-cjs@0.2.2...csv-demo-cjs@0.2.3) (2023-03-03)

**Note:** Version bump only for package csv-demo-cjs
Expand Down
14 changes: 7 additions & 7 deletions demo/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "csv-demo-cjs",
"version": "0.2.3",
"version": "0.2.11",
"main": "index.js",
"license": "MIT",
"type": "commonjs",
"private": true,
"dependencies": {
"csv": "^6.2.8",
"csv-parse": "^5.3.6",
"csv-stringify": "^6.3.0"
"csv": "^6.3.3",
"csv-parse": "^5.5.0",
"csv-stringify": "^6.4.2"
},
"devDependencies": {
"@types/node": "^18.8.4",
"@types/node": "^20.5.6",
"coffeescript": "^2.7.0",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"should": "^13.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"mocha": {
"inline-diffs": true,
Expand Down
3 changes: 2 additions & 1 deletion demo/eslint/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
ecmaVersion: 'latest',
},
rules: {
// 'import/no-unresolved': [2, { commonjs: false }],
'import/no-unresolved': [2, { commonjs: false }],
'no-console': 'off',
},
};
58 changes: 58 additions & 0 deletions demo/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,64 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.16](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.15...csv-demo-eslint@0.1.16) (2023-08-25)


### Bug Fixes

* **csv-demo-ts-cjs-node16:** upgrade module definition after latest typescript ([87fe919](https://github.com/adaltas/node-csv/commit/87fe91996fb2a8895c252177fca4f0cb59a518f9))



## [0.1.15](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.14...csv-demo-eslint@0.1.15) (2023-08-24)


### Bug Fixes

* commonjs types, run tsc and lint to validate changes ([#397](https://github.com/adaltas/node-csv/issues/397)) ([e6870fe](https://github.com/adaltas/node-csv/commit/e6870fe272c119e273196522c9771d12ff8b2a35))



## [0.1.14](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.13...csv-demo-eslint@0.1.14) (2023-05-09)

**Note:** Version bump only for package csv-demo-eslint





## [0.1.13](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.12...csv-demo-eslint@0.1.13) (2023-05-04)

**Note:** Version bump only for package csv-demo-eslint





## [0.1.12](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.11...csv-demo-eslint@0.1.12) (2023-04-30)

**Note:** Version bump only for package csv-demo-eslint





## [0.1.11](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.9...csv-demo-eslint@0.1.11) (2023-04-16)

**Note:** Version bump only for package csv-demo-eslint





## [0.1.10](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.9...csv-demo-eslint@0.1.10) (2023-04-16)

**Note:** Version bump only for package csv-demo-eslint





## [0.1.9](https://github.com/adaltas/node-csv/compare/csv-demo-eslint@0.1.8...csv-demo-eslint@0.1.9) (2023-03-03)

**Note:** Version bump only for package csv-demo-eslint
Expand Down
8 changes: 4 additions & 4 deletions demo/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csv-demo-eslint",
"version": "0.1.9",
"version": "0.1.16",
"description": "",
"main": "index.js",
"private": true,
Expand All @@ -10,11 +10,11 @@
},
"license": "MIT",
"dependencies": {
"csv-stringify": "^6.3.0"
"csv-stringify": "^6.4.2"
},
"devDependencies": {
"eslint": "^8.27.0",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
"eslint-plugin-import": "^2.28.1"
}
}
64 changes: 64 additions & 0 deletions demo/esm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,70 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.25](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.24...csv-demo-esm@0.0.25) (2023-08-25)

**Note:** Version bump only for package csv-demo-esm





## [0.0.24](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.23...csv-demo-esm@0.0.24) (2023-08-24)

**Note:** Version bump only for package csv-demo-esm





## [0.0.23](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.22...csv-demo-esm@0.0.23) (2023-05-26)

**Note:** Version bump only for package csv-demo-esm





## [0.0.22](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.21...csv-demo-esm@0.0.22) (2023-05-09)

**Note:** Version bump only for package csv-demo-esm





## [0.0.21](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.20...csv-demo-esm@0.0.21) (2023-05-04)

**Note:** Version bump only for package csv-demo-esm





## [0.0.20](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.19...csv-demo-esm@0.0.20) (2023-04-30)

**Note:** Version bump only for package csv-demo-esm





## [0.0.19](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.17...csv-demo-esm@0.0.19) (2023-04-16)

**Note:** Version bump only for package csv-demo-esm





## [0.0.18](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.17...csv-demo-esm@0.0.18) (2023-04-16)

**Note:** Version bump only for package csv-demo-esm





## [0.0.17](https://github.com/adaltas/node-csv/compare/csv-demo-esm@0.0.16...csv-demo-esm@0.0.17) (2023-03-03)

**Note:** Version bump only for package csv-demo-esm
Expand Down

0 comments on commit 472386a

Please sign in to comment.