Skip to content

Commit 2effc9a

Browse files
committed
build: latest depedencies
1 parent 7335c6d commit 2effc9a

File tree

32 files changed

+198
-86
lines changed

32 files changed

+198
-86
lines changed

demo/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"csv-generate": "^4.4.1",
2525
"csv-parse": "^5.5.6",
2626
"csv-stringify": "^6.5.1",
27-
"express": "^4.19.2",
27+
"express": "^4.21.1",
2828
"stream-transform": "^3.3.2"
2929
}
3030
}

demo/cjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"csv-stringify": "^6.5.1"
1212
},
1313
"devDependencies": {
14-
"@types/node": "^22.5.0",
14+
"@types/node": "^22.9.1",
1515
"coffeescript": "^2.7.0",
16-
"mocha": "^10.7.3",
16+
"mocha": "^10.8.2",
1717
"should": "^13.2.3",
1818
"ts-node": "^10.9.2",
19-
"typescript": "^5.5.4"
19+
"typescript": "^5.6.3"
2020
},
2121
"mocha": {
2222
"inline-diffs": true,

demo/eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"csv-stringify": "^6.5.1"
1414
},
1515
"devDependencies": {
16-
"eslint": "^9.9.1",
16+
"eslint": "^9.15.0",
1717
"eslint-config-airbnb-base": "^15.0.0",
18-
"eslint-plugin-import": "^2.29.1"
18+
"eslint-plugin-import": "^2.31.0"
1919
}
2020
}

demo/esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"coffeescript": "^2.7.0",
14-
"mocha": "^10.7.3",
14+
"mocha": "^10.8.2",
1515
"should": "^13.2.3"
1616
},
1717
"mocha": {

demo/issues-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"coffeescript": "^2.7.0",
13-
"mocha": "^10.7.3",
13+
"mocha": "^10.8.2",
1414
"should": "^13.2.3"
1515
},
1616
"mocha": {

demo/issues-esm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"coffeescript": "^2.7.0",
1010
"dirname-filename-esm": "^1.1.2",
11-
"mocha": "^10.7.3",
11+
"mocha": "^10.8.2",
1212
"should": "^13.2.3"
1313
},
1414
"mocha": {
@@ -38,6 +38,6 @@
3838
"csv-stringify": "^6.5.1",
3939
"dedent": "^1.5.3",
4040
"desm": "^1.3.1",
41-
"duckdb-async": "^1.1.1"
41+
"duckdb-async": "^1.1.3"
4242
}
4343
}

demo/ts-cjs-node16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"private": true,
1313
"devDependencies": {
14-
"typescript": "^5.5.4"
14+
"typescript": "^5.6.3"
1515
},
1616
"scripts": {
1717
"test": "tsc --noEmit"

demo/ts-esm-node16/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"stream-transform": "^3.3.2"
1313
},
1414
"devDependencies": {
15-
"@types/node": "^22.5.0",
15+
"@types/node": "^22.9.1",
1616
"coffeescript": "^2.7.0",
17-
"mocha": "^10.7.3",
17+
"mocha": "^10.8.2",
1818
"should": "^13.2.3",
1919
"ts-node": "^10.9.2",
20-
"typescript": "^5.5.4"
20+
"typescript": "^5.6.3"
2121
},
2222
"mocha": {
2323
"inline-diffs": true,

demo/webpack-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"node-polyfill-webpack-plugin": "^4.0.0",
1919
"stream-browserify": "^3.0.0",
2020
"ts-loader": "^9.5.1",
21-
"typescript": "^5.5.4",
22-
"webpack": "^5.94.0",
21+
"typescript": "^5.6.3",
22+
"webpack": "^5.96.1",
2323
"webpack-cli": "^5.1.4"
2424
},
2525
"scripts": {

demo/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"devDependencies": {
15-
"webpack": "^5.94.0",
15+
"webpack": "^5.96.1",
1616
"webpack-cli": "^5.1.4"
1717
},
1818
"dependencies": {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@commitlint/cli": "^19.4.0",
5-
"@commitlint/config-conventional": "^19.2.2",
4+
"@commitlint/cli": "^19.6.0",
5+
"@commitlint/config-conventional": "^19.6.0",
66
"cz-conventional-changelog": "^3.3.0",
77
"glob": "^11.0.0",
8-
"husky": "^9.1.5",
9-
"lerna": "^8.1.8",
10-
"lint-staged": "^15.2.9"
8+
"husky": "^9.1.7",
9+
"lerna": "^8.1.9",
10+
"lint-staged": "^15.2.10"
1111
},
1212
"lint-staged": {
1313
"*.js": "npm run lint:fix",

packages/csv-generate/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
"bugs": "https://github.com/adaltas/node-csv-generate/issues",
1414
"author": "David Worms <[email protected]> (https://www.adaltas.com)",
1515
"devDependencies": {
16-
"@eslint/js": "^9.9.1",
17-
"@rollup/plugin-node-resolve": "^15.2.3",
18-
"@types/mocha": "^10.0.7",
19-
"@types/node": "^22.5.0",
16+
"@eslint/js": "^9.15.0",
17+
"@rollup/plugin-node-resolve": "^15.3.0",
18+
"@types/mocha": "^10.0.9",
19+
"@types/node": "^22.9.1",
2020
"coffeescript": "~2.7.0",
21-
"each": "^2.7.0",
22-
"eslint": "^9.9.1",
21+
"each": "^2.7.2",
22+
"eslint": "^9.15.0",
2323
"eslint-config-prettier": "^9.1.0",
2424
"eslint-plugin-mocha": "^10.5.0",
2525
"eslint-plugin-prettier": "^5.2.1",
26-
"mocha": "~10.7.3",
26+
"mocha": "~10.8.2",
2727
"prettier": "^3.3.3",
28-
"rollup": "^4.21.0",
28+
"rollup": "^4.27.3",
2929
"rollup-plugin-node-builtins": "^2.1.2",
3030
"rollup-plugin-node-globals": "^1.4.0",
3131
"should": "~13.2.3",
3232
"ts-node": "^10.9.2",
33-
"typescript": "^5.5.4"
33+
"typescript": "^5.6.3"
3434
},
3535
"exports": {
3636
".": {

packages/csv-parse/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,28 +72,28 @@
7272
}
7373
},
7474
"devDependencies": {
75-
"@eslint/js": "^9.9.1",
76-
"@rollup/plugin-node-resolve": "^15.2.3",
77-
"@types/mocha": "^10.0.7",
78-
"@types/node": "^22.5.0",
75+
"@eslint/js": "^9.15.0",
76+
"@rollup/plugin-node-resolve": "^15.3.0",
77+
"@types/mocha": "^10.0.9",
78+
"@types/node": "^22.9.1",
7979
"coffeescript": "^2.7.0",
8080
"csv-generate": "^4.4.1",
8181
"csv-spectrum": "^2.0.0",
82-
"each": "^2.7.0",
83-
"eslint": "^9.9.1",
82+
"each": "^2.7.2",
83+
"eslint": "^9.15.0",
8484
"eslint-config-prettier": "^9.1.0",
8585
"eslint-plugin-mocha": "^10.5.0",
8686
"eslint-plugin-prettier": "^5.2.1",
87-
"mocha": "^10.7.3",
88-
"pad": "^3.2.0",
87+
"mocha": "^10.8.2",
88+
"pad": "^3.3.0",
8989
"prettier": "^3.3.3",
90-
"rollup": "^4.21.0",
90+
"rollup": "^4.27.3",
9191
"rollup-plugin-node-builtins": "^2.1.2",
9292
"rollup-plugin-node-globals": "^1.4.0",
9393
"should": "^13.2.3",
9494
"stream-transform": "^3.3.2",
9595
"ts-node": "^10.9.2",
96-
"typescript": "^5.5.4"
96+
"typescript": "^5.6.3"
9797
},
9898
"files": [
9999
"dist",

packages/csv-stringify/dist/cjs/index.cjs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,19 @@ const rePropName = RegExp(
5050
);
5151
const reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/;
5252
const reIsPlainProp = /^\w*$/;
53+
5354
const getTag = function (value) {
5455
return Object.prototype.toString.call(value);
5556
};
57+
5658
const isSymbol = function (value) {
5759
const type = typeof value;
5860
return (
5961
type === "symbol" ||
6062
(type === "object" && value && getTag(value) === "[object Symbol]")
6163
);
6264
};
65+
6366
const isKey = function (value, object) {
6467
if (Array.isArray(value)) {
6568
return false;
@@ -80,6 +83,7 @@ const isKey = function (value, object) {
8083
(object != null && value in Object(object))
8184
);
8285
};
86+
8387
const stringToPath = function (string) {
8488
const result = [];
8589
if (string.charCodeAt(0) === charCodeOfDot) {
@@ -96,19 +100,22 @@ const stringToPath = function (string) {
96100
});
97101
return result;
98102
};
103+
99104
const castPath = function (value, object) {
100105
if (Array.isArray(value)) {
101106
return value;
102107
} else {
103108
return isKey(value, object) ? [value] : stringToPath(value);
104109
}
105110
};
111+
106112
const toKey = function (value) {
107113
if (typeof value === "string" || isSymbol(value)) return value;
108114
const result = `${value}`;
109115
// eslint-disable-next-line
110-
return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
116+
return result == "0" && 1 / value == -INFINITY ? "-0" : result;
111117
};
118+
112119
const get = function (object, path) {
113120
path = castPath(path, object);
114121
let index = 0;

packages/csv-stringify/dist/cjs/sync.cjs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,19 @@ const rePropName = RegExp(
2323
);
2424
const reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/;
2525
const reIsPlainProp = /^\w*$/;
26+
2627
const getTag = function (value) {
2728
return Object.prototype.toString.call(value);
2829
};
30+
2931
const isSymbol = function (value) {
3032
const type = typeof value;
3133
return (
3234
type === "symbol" ||
3335
(type === "object" && value && getTag(value) === "[object Symbol]")
3436
);
3537
};
38+
3639
const isKey = function (value, object) {
3740
if (Array.isArray(value)) {
3841
return false;
@@ -53,6 +56,7 @@ const isKey = function (value, object) {
5356
(object != null && value in Object(object))
5457
);
5558
};
59+
5660
const stringToPath = function (string) {
5761
const result = [];
5862
if (string.charCodeAt(0) === charCodeOfDot) {
@@ -69,19 +73,22 @@ const stringToPath = function (string) {
6973
});
7074
return result;
7175
};
76+
7277
const castPath = function (value, object) {
7378
if (Array.isArray(value)) {
7479
return value;
7580
} else {
7681
return isKey(value, object) ? [value] : stringToPath(value);
7782
}
7883
};
84+
7985
const toKey = function (value) {
8086
if (typeof value === "string" || isSymbol(value)) return value;
8187
const result = `${value}`;
8288
// eslint-disable-next-line
83-
return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
89+
return result == "0" && 1 / value == -INFINITY ? "-0" : result;
8490
};
91+
8592
const get = function (object, path) {
8693
path = castPath(path, object);
8794
let index = 0;

packages/csv-stringify/dist/esm/index.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5172,16 +5172,19 @@ const rePropName = RegExp(
51725172
);
51735173
const reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/;
51745174
const reIsPlainProp = /^\w*$/;
5175+
51755176
const getTag = function (value) {
51765177
return Object.prototype.toString.call(value);
51775178
};
5179+
51785180
const isSymbol = function (value) {
51795181
const type = typeof value;
51805182
return (
51815183
type === "symbol" ||
51825184
(type === "object" && value && getTag(value) === "[object Symbol]")
51835185
);
51845186
};
5187+
51855188
const isKey = function (value, object) {
51865189
if (Array.isArray(value)) {
51875190
return false;
@@ -5202,6 +5205,7 @@ const isKey = function (value, object) {
52025205
(object != null && value in Object(object))
52035206
);
52045207
};
5208+
52055209
const stringToPath = function (string) {
52065210
const result = [];
52075211
if (string.charCodeAt(0) === charCodeOfDot) {
@@ -5218,19 +5222,22 @@ const stringToPath = function (string) {
52185222
});
52195223
return result;
52205224
};
5225+
52215226
const castPath = function (value, object) {
52225227
if (Array.isArray(value)) {
52235228
return value;
52245229
} else {
52255230
return isKey(value, object) ? [value] : stringToPath(value);
52265231
}
52275232
};
5233+
52285234
const toKey = function (value) {
52295235
if (typeof value === "string" || isSymbol(value)) return value;
52305236
const result = `${value}`;
52315237
// eslint-disable-next-line
5232-
return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
5238+
return result == "0" && 1 / value == -INFINITY ? "-0" : result;
52335239
};
5240+
52345241
const get = function (object, path) {
52355242
path = castPath(path, object);
52365243
let index = 0;

0 commit comments

Comments
 (0)