Skip to content

Commit c812c2b

Browse files
chore(deps): update dependency fs-extra to v11.3.0 (#924)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fs-extra](https://redirect.github.com/jprichardson/node-fs-extra) | [`11.2.0` -> `11.3.0`](https://renovatebot.com/diffs/npm/fs-extra/11.2.0/11.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fs-extra/11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fs-extra/11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fs-extra/11.2.0/11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fs-extra/11.2.0/11.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jprichardson/node-fs-extra (fs-extra)</summary> ### [`v11.3.0`](https://redirect.github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1130--2025-01-15) [Compare Source](https://redirect.github.com/jprichardson/node-fs-extra/compare/11.2.0...11.3.0) - Add promise support for newer `fs` methods ([#&#8203;1044](https://redirect.github.com/jprichardson/node-fs-extra/issues/1044), [#&#8203;1045](https://redirect.github.com/jprichardson/node-fs-extra/pull/1045)) - Use `fs.opendir` in `copy()`/`copySync()` for better perf/scalability ([#&#8203;972](https://redirect.github.com/jprichardson/node-fs-extra/issues/972), [#&#8203;1028](https://redirect.github.com/jprichardson/node-fs-extra/pull/1028)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/openfeature.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 029fe25 commit c812c2b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"eslint-plugin-import": "2.31.0",
8282
"eslint-plugin-jest": "27.9.0",
8383
"eslint-plugin-mdx": "3.1.5",
84-
"fs-extra": "11.2.0",
84+
"fs-extra": "11.3.0",
8585
"markdownlint-cli2": "^0.17.0",
8686
"markdownlint-rule-max-one-sentence-per-line": "^0.0.2",
8787
"prettier": "3.4.2",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6712,7 +6712,16 @@ [email protected]:
67126712
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
67136713
integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==
67146714

6715-
[email protected], fs-extra@^11.1.1, fs-extra@^11.2.0:
6715+
6716+
version "11.3.0"
6717+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
6718+
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
6719+
dependencies:
6720+
graceful-fs "^4.2.0"
6721+
jsonfile "^6.0.1"
6722+
universalify "^2.0.0"
6723+
6724+
fs-extra@^11.1.1, fs-extra@^11.2.0:
67166725
version "11.2.0"
67176726
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz"
67186727
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==

0 commit comments

Comments
 (0)