dataproofer / Dataproofer

A proofreader for your data
http://dataproofer.org/
690 stars 52 forks source link

Bump indian-ocean from 1.1.1 to 4.0.2 #193

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps indian-ocean from 1.1.1 to 4.0.2.

Release notes

Sourced from indian-ocean's releases.

The Fewer Options + BOM + Security Edition

Get rid of unused options that were adding complexity and holding back actually useful features. Fix a couple bugs and also strip BOM characters from files, which on some csvs would mess up reading some fields on object rows. Update dependencies and remove yaml reading since no one uses yaml and it introduces its own security issues. See changelog for full details.

The More Options Edition

Add more options to readdir functions as well as control over verbose writing. See changelog for full details.

The silly fix edition πŸ™ƒ

This removes some errant console logs that were in getParser that were being used to monitor coverage.

The dependency fix edition πŸ’»

The shapefile library needed to be included as an external module to handle how it deals with node versus browser environments. This caused installs to fail even though the tests passed because those installed dev dependencies.

Also includes some small style tweaks to the docs, updates to the latest rollup, a few more tests and code coverage.

See the CHANGELOG.md for a full list of changes.

ES6 Modules + flexible data loading

This is an exciting release because indian-ocean is now broken into es6 modules and brand new documentation. Adds a new convertData function which allows for converting from format to format. Aliases makeDirs to makeDirectories for less typing if you don't feel like typing. There's also an experimental browser bundle and some minor new features.

This is a breaking change because it drops support below Node 3 and changes the API for io.discernParser

See the CHANGELOG.md for a full list of changes.

A small test fix

Corrects some whitespace errors causing the tests to fail on yaml and yml docs.

Bug fix

Fix an error where a callback was inside a try block, which would cause problems in detecting some errors.

Docs update edition

Minor update to roll back to using version documentation 2.1.0-alpha1 and fix some typos that caused that version not to build properly.

The many tests and parse and write options edition πŸ•πŸ•!

This version adds over three hundred tests as well as adds the ability to pass read and write options. It's all very exciting πŸ’«.

This version See the Changlog.md for full details and the very minor breaking changes.

Changelog

Sourced from indian-ocean's changelog.

4.0.2

2021-03-17

Security update to fix some security alerts. Moves the dbf fork off of GitHub and onto a scoped npm package at @mhkeller/dbf

4.0.0

2019-08-21

Removes a few functions that weren't really ever used. Strips BOM characters from CSVs and fixes a bug with double slashes sometimes when using readdirFilter functions.

3.1.0

2018-09-01

Add verbose option to writeData and writeDataSync, which allows you to turn off empty file warnings and also makes the error message more descriptive. Rename the dist output to be .cjs.js instead of .node.js. Add skipHidden and detailed options to readdir functions.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

newsroomdev commented 3 years ago

works as expected! reading csv, tsv, and psv files