gitdagray / csv-to-sql-insert

Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
MIT License
99 stars 120 forks source link

Configure Dev Env #56

Closed CodErebus-dot-com closed 6 months ago

CodErebus-dot-com commented 9 months ago

Issue: #55

socket-security[bot] commented 9 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
commitizen 4.3.0 eval, filesystem, shell +69 11.8 MB commitizen-bot
@commitlint/cli 18.4.3 network, environment +104 8.55 MB escapedcat
cz-conventional-changelog 3.3.0 environment +69 11.8 MB commitizen-bot
lint-staged 15.2.0 environment +31 2.08 MB okonet
@commitlint/config-conventional 18.4.3 None +5 45 kB escapedcat

🚮 Removed packages: eslint-config-airbnb-base@15.0.0, eslint-config-node@4.1.0, eslint-config-prettier@9.1.0, eslint-config-standard-with-typescript@43.0.0, eslint-plugin-import@2.29.1, eslint-plugin-n@16.5.0, eslint-plugin-node@11.1.0, eslint-plugin-prettier@5.1.1, eslint-plugin-promise@6.1.1, pretty-quick@3.1.3

CodErebus-dot-com commented 9 months ago

@gitdagray I have added a commit script (which runs commitizen) which should be used to commit future changes rather than using git commit. I have updated the CONTRIBUTING.md accordingly.