Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump indian-ocean from 1.1.1 to 4.0.2 #193

Merged
merged 1 commit into from
May 1, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 18, 2021

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:

  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 18, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/indian-ocean-4.0.2 branch from 5d113f9 to 5ab2e71 Compare April 14, 2021 20:17
@dependabot-preview
Copy link
Contributor Author

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
Copy link
Member

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

@newsroomdev newsroomdev merged commit 4d51e49 into dev May 1, 2021
@newsroomdev newsroomdev deleted the dependabot/npm_and_yarn/indian-ocean-4.0.2 branch May 1, 2021 18:13
newsroomdev pushed a commit that referenced this pull request May 1, 2021
Bumps [indian-ocean](https://github.com/mhkeller/indian-ocean) from 1.1.1 to 4.0.2.
- [Release notes](https://github.com/mhkeller/indian-ocean/releases)
- [Changelog](https://github.com/mhkeller/indian-ocean/blob/master/CHANGELOG.md)
- [Commits](mhkeller/indian-ocean@v1.1.1...v4.0.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant