openapi-codegen-ts
openapi-codegen-ts copied to clipboard
Bump fs-extra from 6.0.0 to 8.1.0
Bumps fs-extra from 6.0.0 to 8.1.0.
Changelog
Sourced from fs-extra's changelog.
8.1.0 / 2019-06-28
- Add support for promisified
fs.realpath.nativein Node v9.2+ (#650, #682)- Update
graceful-fsdependency (#700)- Use
graceful-fseverywhere (#700)8.0.1 / 2019-05-13
- Fix bug
Maximum call stack size exceedederror inutil/stat(#679)8.0.0 / 2019-05-11
NOTE: Node.js v6 support is deprecated, and will be dropped in the next major release.
- Use
renameSync()under the hood inmoveSync()- Fix bug with bind-mounted directories in
copy*()(#613, #618)- Fix bug in
move()with case-insensitive file systems- Use
fs.stat()'sbigintoption incopy*()&move*()where possible (#657)7.0.1 / 2018-11-07
- Fix
removeSync()on Windows, in some cases, it would error out withENOTEMPTY(#646)- Document
modeoption forensureDir*()(#587)- Don't include documentation files in npm package tarball (#642, #643)
7.0.0 / 2018-07-16
- BREAKING: Refine
copy*()handling of symlinks to properly detect symlinks that point to the same file. (#582)- Fix bug with copying write-protected directories (#600)
- Universalify
fs.lchmod()(#596)- Add
enginesfield topackage.json(#580)6.0.1 / 2018-05-09
- Fix
fs.promisesExperimentalWarningon Node v10.1.0 (#578)
Commits
b7df7cc8.1.040c3d68Use graceful-fs everywhere (#700)9f1c029Travis config tweaks (#693)713c606Add package-lock.json to .gitignore (#691)31e177aClarify docs for remove*() (#690)fff04cbUse files array in package.json instead of .npmignore (#692)7a8424eUpdate CI configs to test new Node versions (#683)f3a2eedUpgrade to standard v12 (#685)fa661f3Add support for fs.realpath.native in envs that support it (#682)32a65ff8.0.1- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.
| Warnings | |
|---|---|
| :warning: |
Please include a Pivotal story at the beginning of the PR title (see below). |
Example of PR titles that include pivotal stories:
- single story:
[#123456] my PR title - multiple stories:
[#123456,#123457,#123458] my PR title
Generated by :no_entry_sign: dangerJS