Skip to content

Commit aa19ca4

Browse files
authored
vulns (#1222)
* vulns * no eslint warnings. * empty * fail fast false * sigh
1 parent d660c7f commit aa19ca4

10 files changed

Lines changed: 10987 additions & 12085 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
unit:
1818
runs-on: ubuntu-latest
1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
node-version: [20.x, 21.x, 22.x, 24.x]
2223
steps:
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: Initial Release
3-
author: Doug Martin
4-
author_title: Creator
5-
author_url: https://github.com/doug-martin
6-
author_image_url: https://avatars1.githubusercontent.com/u/361261?v=4
3+
authors: [doug-martin]
74
tags: [fast-csv, docs]
85
---
96

107
New docs!
8+
9+
<!-- truncate -->

documentation/blog/authors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
doug-martin:
2+
name: Doug Martin
3+
title: Creator
4+
url: https://github.com/doug-martin
5+
image_url: https://avatars1.githubusercontent.com/u/361261?v=4

documentation/docs/formatting/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ value4b
644644

645645
The `writeHeaders` option can be used to prevent writing headers, while still auto discovering them or providing them.
646646

647-
The `writeHeaders` option can be useful when appending to a csv to prevent writing headers twice. See the [append example](#examples-appending)
647+
The `writeHeaders` option can be useful when appending to a csv to prevent writing headers twice. See the [append example](#appending-to-a-csv)
648648

649649
:::note
650650
If **writeHeaders** is set to **false**, **headers** is set to **true**, and your rows are arrays, the first row will

documentation/docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
tagline: 'CSV Parser and Formatter',
44
url: 'https://c2fo.github.io',
55
baseUrl: '/fast-csv/',
6+
onBrokenAnchors: 'throw',
67
favicon: 'img/favicon.ico',
78
organizationName: 'C2FO', // Usually your GitHub org/user name.
89
projectName: 'fast-csv', // Usually your repo name.
@@ -73,6 +74,10 @@ module.exports = {
7374
sidebarPath: require.resolve('./sidebars.js'),
7475
editUrl: 'https://github.com/C2FO/fast-csv/edit/master/documentation/',
7576
},
77+
blog: {
78+
onInlineAuthors: 'throw',
79+
onUntruncatedBlogPosts: 'throw',
80+
},
7681
theme: {
7782
customCss: require.resolve('./src/css/custom.css'),
7883
},

documentation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"node": ">=20.0.0"
1313
},
1414
"dependencies": {
15-
"@docusaurus/core": "3.9.2",
16-
"@docusaurus/preset-classic": "3.9.2",
15+
"@docusaurus/core": "3.10.0",
16+
"@docusaurus/preset-classic": "3.10.0",
1717
"classnames": "2.5.1",
1818
"react": "18.3.1",
1919
"react-dom": "18.3.1"

0 commit comments

Comments
 (0)