Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to v11.2.0 (#9606)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fs-extra](https://togithub.com/jprichardson/node-fs-extra) |
[`11.1.1` ->
`11.2.0`](https://renovatebot.com/diffs/npm/fs-extra/11.1.1/11.2.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fs-extra/11.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fs-extra/11.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fs-extra/11.1.1/11.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fs-extra/11.1.1/11.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jprichardson/node-fs-extra (fs-extra)</summary>

###
[`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
([#&#8203;1026](https://togithub.com/jprichardson/node-fs-extra/pull/1026))
- Refactor internal code to use `async`/`await`
([#&#8203;1020](https://togithub.com/jprichardson/node-fs-extra/issues/1020))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
  • Loading branch information
renovate[bot] and jtoar authored Dec 1, 2023
1 parent cef41b5 commit 969ee35
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"dependency-cruiser": "13.1.5",
"eslint": "8.54.0",
"fast-glob": "3.3.2",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"jscodeshift": "0.15.0",
"lerna": "7.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/dataMigrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chalk": "4.1.2",
"dotenv-defaults": "5.0.2",
"execa": "5.1.1",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"listr2": "6.6.1",
"terminal-link": "2.1.1",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"envinfo": "7.11.0",
"execa": "5.1.1",
"fast-glob": "3.3.2",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"humanize-string": "2.1.0",
"latest-version": "5.1.0",
"listr2": "6.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/jscodeshift": "0.11.6",
"@types/prettier": "2.7.3",
"@types/yargs": "17.0.31",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"tempy": "1.0.1"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ci-info": "3.9.0",
"envinfo": "7.11.0",
"execa": "5.1.1",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"semver": "7.5.4",
"systeminformation": "5.21.17",
"terminal-link": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"deepmerge": "4.3.1",
"esbuild": "0.19.5",
"fast-glob": "3.3.2",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"graphql": "16.8.1",
"kill-port": "1.6.1",
"prettier": "2.8.8",
Expand Down
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8482,7 +8482,7 @@ __metadata:
esbuild: 0.19.5
execa: 5.1.1
fast-glob: 3.3.2
fs-extra: 11.1.1
fs-extra: 11.2.0
jest: 29.7.0
listr2: 6.6.1
memfs: 4.6.0
Expand Down Expand Up @@ -8584,7 +8584,7 @@ __metadata:
envinfo: 7.11.0
execa: 5.1.1
fast-glob: 3.3.2
fs-extra: 11.1.1
fs-extra: 11.2.0
humanize-string: 2.1.0
jest: 29.7.0
latest-version: 5.1.0
Expand Down Expand Up @@ -8640,7 +8640,7 @@ __metadata:
deepmerge: 4.3.1
execa: 5.1.1
fast-glob: 3.3.2
fs-extra: 11.1.1
fs-extra: 11.2.0
graphql: 16.8.1
jest: 29.7.0
jscodeshift: 0.15.0
Expand Down Expand Up @@ -8888,7 +8888,7 @@ __metadata:
deepmerge: 4.3.1
esbuild: 0.19.5
fast-glob: 3.3.2
fs-extra: 11.1.1
fs-extra: 11.2.0
graphql: 16.8.1
graphql-tag: 2.12.6
jest: 29.7.0
Expand Down Expand Up @@ -16663,7 +16663,7 @@ __metadata:
envinfo: 7.11.0
esbuild: 0.19.5
execa: 5.1.1
fs-extra: 11.1.1
fs-extra: 11.2.0
jest: 29.7.0
klaw-sync: 6.0.0
semver: 7.5.4
Expand Down Expand Up @@ -20436,7 +20436,7 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:11.1.1, fs-extra@npm:^11.1.0, fs-extra@npm:^11.1.1":
"fs-extra@npm:11.1.1":
version: 11.1.1
resolution: "fs-extra@npm:11.1.1"
dependencies:
Expand All @@ -20447,6 +20447,17 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:11.2.0, fs-extra@npm:^11.1.0, fs-extra@npm:^11.1.1":
version: 11.2.0
resolution: "fs-extra@npm:11.2.0"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: d77a9a9efe60532d2e790e938c81a02c1b24904ef7a3efb3990b835514465ba720e99a6ea56fd5e2db53b4695319b644d76d5a0e9988a2beef80aa7b1da63398
languageName: node
linkType: hard

"fs-extra@npm:^10.0.0":
version: 10.1.0
resolution: "fs-extra@npm:10.1.0"
Expand Down Expand Up @@ -31391,7 +31402,7 @@ __metadata:
dependency-cruiser: 13.1.5
eslint: 8.54.0
fast-glob: 3.3.2
fs-extra: 11.1.1
fs-extra: 11.2.0
jest: 29.7.0
jscodeshift: 0.15.0
lerna: 7.4.2
Expand Down

0 comments on commit 969ee35

Please sign in to comment.