AlexRogalskiy / typescript-tools

Collection of TypeScript tools & utilities
GNU General Public License v3.0
2 stars 0 forks source link

:arrow_up: Updates fs-extra to v11 #2294

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fs-extra ^10.0.0 -> ^11.0.0 age adoption passing confidence

Release Notes

jprichardson/node-fs-extra (fs-extra) ### [`v11.2.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1120--2023-11-27) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0) - Copy directory contents in parallel for better performance ([#​1026](https://togithub.com/jprichardson/node-fs-extra/pull/1026)) - Refactor internal code to use `async`/`await` ([#​1020](https://togithub.com/jprichardson/node-fs-extra/issues/1020)) ### [`v11.1.1`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1111--2023-03-20) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/11.1.0...11.1.1) - Preserve timestamps when moving files across devices ([#​992](https://togithub.com/jprichardson/node-fs-extra/issues/992), [#​994](https://togithub.com/jprichardson/node-fs-extra/pull/994)) ### [`v11.1.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1110--2022-11-29) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/11.0.0...11.1.0) - Re-add `main` field to `package.json` for better TypeScript compatibility ([#​979](https://togithub.com/jprichardson/node-fs-extra/issues/979), [#​981](https://togithub.com/jprichardson/node-fs-extra/pull/981)) ### [`v11.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1100--2022-11-28) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/10.1.0...11.0.0) ##### Breaking Changes - Don't allow requiring `fs-extra/lib/SOMETHING` (switched to `exports`) ([#​974](https://togithub.com/jprichardson/node-fs-extra/pull/974)) - Require Node v14.14+ ([#​968](https://togithub.com/jprichardson/node-fs-extra/issues/968), [#​969](https://togithub.com/jprichardson/node-fs-extra/pull/969)) ##### New Features - Add `fs-extra/esm` for ESM named export support; see [docs](https://togithub.com/jprichardson/node-fs-extra#esm) for details ([#​746](https://togithub.com/jprichardson/node-fs-extra/issues/746), [#​974](https://togithub.com/jprichardson/node-fs-extra/pull/974)) - Add promise support for `fs.readv()` ([#​970](https://togithub.com/jprichardson/node-fs-extra/pull/970)) ##### Bugfixes - Don't `stat` filtered items in `copy*` ([#​965](https://togithub.com/jprichardson/node-fs-extra/issues/965), [#​971](https://togithub.com/jprichardson/node-fs-extra/pull/971)) - Remove buggy stats check in `copy` ([#​918](https://togithub.com/jprichardson/node-fs-extra/issues/918), [#​976](https://togithub.com/jprichardson/node-fs-extra/pull/976))

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 year ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


changelogg[bot] commented 1 year ago

Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:

    - (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```    
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
viezly[bot] commented 1 year ago

Pull request by bot. No need to analyze

github-actions[bot] commented 1 year ago

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

github-actions[bot] commented 1 year ago

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

github-actions[bot] commented 1 year ago

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.