liferay / liferay-frontend-projects

A monorepo containing assorted Frontend Infrastructure Team projects
Other
66 stars 67 forks source link

chore(deps-dev): bump mem-fs-editor from 7.0.1 to 10.0.2 #1148

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps mem-fs-editor from 7.0.1 to 10.0.2.

Release notes

Sourced from mem-fs-editor's releases.

v10.0.2

  • fix: dump with filter regression (#218) 2e7a021
  • fix: bump node to v16 (#219) ba9f1ec

https://github.com/SBoudrias/mem-fs-editor/compare/v10.0.1...v10.0.2

v10.0.1

  • Publish fixes (#217) b32fd69

https://github.com/SBoudrias/mem-fs-editor/compare/v10.0.0...v10.0.1

v10.0.0

The mem-fs-editor package now export a native ESM module. (Learn more about ESM)

v9.6.0

  • #copy() and #copyTpl() now accept option.fromBasePath to manually define the base path when passing an array of files to copy (without this option, the base is inferred to the best bet.) Documentation is updated to:

When passing array, you should pass options.fromBasePath to be used to calculate the to relative path. The common directory will be detected and used as fromBasePath otherwise.

  • Performance optimization of #copy()

v9.5.0

  • feat: update file permission on commit 61c0c6a

https://github.com/SBoudrias/mem-fs-editor/compare/v9.4.0...v9.5.0

v9.3.0

The dump method now accept a glob string pattern as second parameter.

v9.2.0

Now only triggers change events when files are actually modified.

v9.1.0

  • Introduce a noGlob option when copying file to allow completely by-passing glob matching. This can be handy if some of your file names have literal glob characters that would conflict.

v9.0.1

Fix for Node 16 support.

v9.0.0

No breaking changes. Some behavior changes related to file state processing and binary file detection.

  • Implement dump to allow snapshot matching. (#176) 5dc594d
  • Use Buffer.isBuffer and adjusts. (#175) 7ed048b
  • Promisify commit operation. (#174) cd48021
  • Implement custom isBinary (#173) ad6ec47
  • Reimplement state processing (#172) fec287c

https://github.com/SBoudrias/mem-fs-editor/compare/v8.1.2...v9.0.0

v8.1.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by mshima, a new releaser for mem-fs-editor since your current version.


Dependabot compatibility score

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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.