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-extra to ^11.1.1 #37713

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Bump fs-extra to ^11.1.1 #37713

merged 1 commit into from
Jul 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fs-extra ^10.1.0 -> ^11.1.1 age adoption passing confidence
@types/fs-extra (source) ^9.0.13 -> ^11.0.1 age adoption passing confidence

Release Notes

jprichardson/node-fs-extra (fs-extra)

v11.1.1

Compare Source

  • Preserve timestamps when moving files across devices (#​992, #​994)

v11.1.0

Compare Source

  • Re-add main field to package.json for better TypeScript compatibility (#​979, #​981)

v11.0.0

Compare Source

Breaking Changes
  • Don't allow requiring fs-extra/lib/SOMETHING (switched to exports) (#​974)
  • Require Node v14.14+ (#​968, #​969)
New Features
  • Add fs-extra/esm for ESM named export support; see docs for details (#​746, #​974)
  • Add promise support for fs.readv() (#​970)
Bugfixes

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update of dependencies label Jun 25, 2023
@mui-bot
Copy link

mui-bot commented Jun 25, 2023

Netlify deploy preview

https://deploy-preview-37713--material-ui.netlify.app/

Bundle size report

No bundle size changes

Generated by 🚫 dangerJS against 4709857

@renovate renovate bot force-pushed the renovate/fs-extra-11.x branch from e268ff4 to 8d71b7a Compare June 26, 2023 08:16
Copy link
Member

@michaldudak michaldudak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @siriwatknp would you mind being the second reviewer (it's a major version bump)?

@renovate renovate bot force-pushed the renovate/fs-extra-11.x branch from 8d71b7a to 4709857 Compare June 29, 2023 07:33
@michaldudak michaldudak requested review from siriwatknp and a team June 29, 2023 09:20
@DiegoAndai
Copy link
Member

@michaldudak a question regarding the support for Node 12 being dropped and the packages we use it in

  • The material (for tests), icons-material (for build), and netlify-plugin-cache-docs packages all use fs-extra but specify "node": ">=12.0.0 under package.json > engines, would we need to specify Node v14.14+?
  • The benchmark, api-docs-builder, and mui-envinfo packages, as well as the scripts, tests/regression, and tests/utils folders all use fs-extra, could there be a problem if we don't specify support for Node v14.14+?
  • The docs package is in the clear as it uses NextJS v13 which uses Node v14.18

@michaldudak
Copy link
Member

The engines field describes the node version we support for installing our packages (i.e., you currently can't npm install @mui/material under Node 10. fs-extra is not used in production code, so it's safe to still have Node 12 there.

@michaldudak michaldudak merged commit 01c23f2 into master Jul 3, 2023
@michaldudak michaldudak deleted the renovate/fs-extra-11.x branch July 3, 2023 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants