Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Bump fs-nextra from 0.4.5 to 0.5.1 #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps fs-nextra from 0.4.5 to 0.5.1.

Release notes

Sourced from fs-nextra's releases.

v0.5.1

Fixes a regression in the scan function. Filter functions were not getting a full path. Includes better typing for compatibility with node 14. Replaces a usage of a node 14 deprecated function.

v0.5.0

[BREAKING] The library no longer re-exports fs promises. This allows wider compatibility with newer versions of node's fs, without locking out lower versions by having to import/export newly added fs promise methods. [FEATURE] The library now exports all types used for underlying nextra interfaces. [BREAKING] The scan function is now updated to use the new openDir function from node v12.12.0's fs. This should be more performant than the previous implementation, however, instead of providing a Map, a Map is returned. Dirent has most of the same methods as Stats (so your filter functions probably will work the same), but it is missing some finer details you get with Stats. Please note the new implementation will error if you try to scan on a file, unlike the previous implementation. This also fixes some weird behavior around the limit option. [BREAKING] Because we are using something added in node v12.12.0, the minimum engine is now that version. [N/A] Aliases are now exported from within the files they are aliasing. [PATCH] This fixes a couple of functions that weren't exported correctly.

This version will act as a first Release Candidate for v1.0.0.

Engine Bump to node v8.1.0

nodejs/node#13316

The fs.exists() function now works correctly with util.promisify().

Commits
  • cb5728f bump for release
  • c8ebc53 fix regression in scan's filter
  • bbe11c6 Build(deps-dev): bump @types/node from 13.13.5 to 14.0.1 (#446)
  • f6401fc process.umask() is deprecated (#447)
  • f901baa Merge pull request #443 from bdistin/dependabot/npm_and_yarn/typescript-eslin...
  • b0571ac Build(deps-dev): bump @typescript-eslint/eslint-plugin
  • 8ffaf66 Merge pull request #444 from bdistin/dependabot/npm_and_yarn/typescript-eslin...
  • 1983fad Build(deps-dev): bump @typescript-eslint/parser from 2.31.0 to 2.33.0
  • db0be4e Update README.md
  • 8c36b6b Merge pull request #442 from bdistin/dependabot/npm_and_yarn/typescript-3.9.2
  • Additional commits viewable in compare view

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.

Dependabot will not automatically merge this PR because this dependency is pre-1.0.0.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [fs-nextra](https://github.com/bdistin/fs-nextra) from 0.4.5 to 0.5.1.
- [Release notes](https://github.com/bdistin/fs-nextra/releases)
- [Commits](bdistin/fs-nextra@v0.4.5...v0.5.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants