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 fs-nextra from 0.4.7 to 0.5.0 #84

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps fs-nextra from 0.4.7 to 0.5.0.

Release notes

Sourced from fs-nextra's releases.

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
  • db0be4e Update README.md
  • 8c36b6b Merge pull request #442 from bdistin/dependabot/npm_and_yarn/typescript-3.9.2
  • 7819144 Build(deps-dev): bump typescript from 3.8.3 to 3.9.2
  • 74da190 Merge pull request #437 from bdistin/dependabot/npm_and_yarn/types/node-13.13.5
  • 6260200 Build(deps-dev): bump @types/node from 13.9.8 to 13.13.5
  • 4914bd5 Update README.md
  • ab93500 Prepare v0.5.0 breaking changes (#441)
  • c2975e9 test for node 14
  • 53d59c2 Merge pull request #435 from bdistin/dependabot/npm_and_yarn/typescript-eslin...
  • 501b492 Build(deps-dev): bump @typescript-eslint/parser from 2.30.0 to 2.31.0
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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.7 to 0.5.0.
- [Release notes](https://github.com/bdistin/fs-nextra/releases)
- [Commits](bdistin/fs-nextra@v0.4.7...v0.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 12, 2020
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview
Copy link
Contributor Author

Superseded by #85.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/fs-nextra-0.5.0 branch May 13, 2020 18:01
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.

None yet

0 participants